inpta / pinta

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

pinta called with --no-rficlean option, but it produces fits and ps files with .gptool extension #14

Closed tprabu2000 closed 3 years ago

tprabu2000 commented 3 years ago

pinta when called with --no-rficlean option the fits and ps outputs appear with .gptool extension.

command used: pinta --log-to-file --retain-aux --no-rficlean ../. ./.

abhisrkckl commented 3 years ago

This is the expected behaviour.

The expected behaviour of --no-xxxx flags are as follows:

pinta --no-gptool --> norfix & rficlean pinta --no-rficlean --> gptool pinta --no-gptool --no-rficlean --> norfix pinta --> gptool & rficlean

tprabu2000 commented 3 years ago

Thanks for the clarification.