inpta / pinta

Data analysis pipeline for upgraded GMRT pulsar data
GNU General Public License v2.0
3 stars 0 forks source link

dspsr fails in some cases #22

Open abhisrkckl opened 3 years ago

abhisrkckl commented 3 years ago

In the case of some raw data files, dspsr fails to fold the data. This results in no FITS file and an empty summary file. Such cases seem to work when dspsr is manually run with "-S 1" option.

It is not immediately clear from the logs what has happened.

abhisrkckl commented 3 years ago

I have added a check to see if the FITS file has been created in commit 93474de345b073870b1f67433bf17d422ba04b10

This will warn the user if dspsr fails.

abhisrkckl commented 3 years ago

The root cause of this issue and why "-S 1" fixes it is not understood.

abhisrkckl commented 3 years ago

We should also have an option to run dspsr with -S 1 option.

abhisrkckl commented 3 years ago

Tested the temporary solution and it works. Need to investigate further.