Scott Ransom

Results 77 comments of Scott Ransom

BTW, the .pfd file itself is simply a `C` structure (of type PREPFOLDINFO) stored in binary format. Most of it is described in the header file `include/prepfold.h`. And you can...

Note that in `prepfold.py`, there is a `greyscale()` method which uses the same scaling as in the prepfold plots. And there are also `plot_intervals()` and `plot_subbands()` methods which use the...

I think it is fine for you to go ahead with it! I'd be happy to re-license the parts of the code that I wrote.

Yes, this is expected behavior. And the quick reason why is that we are missing some data to be able to output the full-duration of the data because you are...

Have you tried specifying `-numout`? And where does it say "30240"?

One other request for you to try: can you try using `prepdata` to make a single time series rather than `prepsubband`? The latter is quite a bit more complicated (since...

Hmmm. I can't reproduce this on RHEL7 using python3.7 (which is the most recent that I have access to). I was able to "pip install pyslalib" into a virtual environment...

It does seem to be related to your C compiler. Are you using gcc? And do you know what version it is? And did you try by adding `-std=c99` as...

Done in v5.0.0 Thanks!