inpta / pinta

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

Log profile SNRs and RFI statistics #18

Closed abhisrkckl closed 3 years ago

abhisrkckl commented 3 years ago

It will be useful to log the SNRs reported by pdmp and RFI statistics reported by gptool/rficlean in separate files.

abhisrkckl commented 3 years ago

The SNR reporting feature will be implemented by reading it from the pdmp.per file. I have created a sh script to do this. It will be called at the end of the processing and the pdmp DM and SNR will be written to pinta_summary.txt.

abhisrkckl commented 3 years ago

Implemented in commit 2233cedea6a911a5b5e56a455a41562d994d39f9

abhisrkckl commented 3 years ago

TODO: Create RFI statistics summary files.

abhisrkckl commented 3 years ago

Tested.