Skip to content

Newfeatures

Youli Tuo requested to merge newfeatures into master

New feature for specifying GTI. parse the argument of --gti of hpipeline, the valid input format could be:

  • --gti "123456789,1234565790;123456791,1234565792"
  • --gti "/path/to/gti.txt"
  • --gti "/path/to/gti.fits"

If the input is a list of time intervals (#1 (closed)), a GTI FITS file should be created. If the input is a GTI text file (#2 (closed)), then a GTI FITS file would be created. If the input is a FITS file (#3 (closed)), this will set up the GTIfile for FileLocator.

Merge request reports

Loading