-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem doing ACCEL_sift - sifting:candlist_from_candfile #156
Comments
Yeah, this definitely seem like a problem with a previous step. Because when ACCEL files are created, the candidates are written to them, and then the related .inf file is appended to the end of the file. It is that appended .inf file where |
I see. In the ACCEL file there are candidates and it is human readable. It is indeed missing the .inf part at the end of the file. I see there is the .inf file, but for some reason it does not get appended to the ACCEL file. I have no astronomy nor physics background. Where should be the code that is supposed to append the .inf file to the ACCEL file? |
I have actually used the same pipeline.py script with an installation of presto 3.0.1 and it succesfully created the ACCEL file with the .inf appended at the end. More info about the environment differences:
|
So it happens with a very clunky Unix "cat" command call in accel_utils.c (as part of running Note that you could "fix" the problematic files by simply doing the "cat" yourself (as long as the |
Hi! I am having trouble getting PRESTO to run. I am running a pipeline not developed by me that runs various PRESTO commands.
The traceback:
I see in file
presto/sifting.py
in line begins the functioncandlist_from_candfile
that generates the error. The code snippet:I have checked, and
candfile
has no line containing" Number of bins in the time series"
, so the variablenumsamp
never gets initialized.Do you have any idea on how to debug this problem? It seems like a problem in a previous step (a previous PRESTO command maybe?)
The text was updated successfully, but these errors were encountered: