You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

I have been observing some issues with the data we get from the FSSC. This started taking place after the FSSC implemented the weekly boundaries in the ft1 files.
The aperture photometry light curve below is for Vela and it shows some really strange behavior in the last 3 weeks or so:

  1. Run gtselect with time selection and NO selection on photon class then run fselect to select diffuse class photons
    gtselect infile=../list outfile=stepone_gtselect_allclasses_timeselection.fits ra=0.0 dec=0.0 rad=180.0 tmin=306288800 tmax= 309315444 emin=10.0 emax=1
    e7 zmax=180.0
gtselect infile=../list outfile=stepone_gtselect_allclasses_timeselection.fits ra=0.0 dec=0.0
rad=180.0 tmin=306288800 tmax= 309315444 emin=10.0 emax=1e7 zmax=180.0
fselect infile=stepone_gtselect_allclasses_timeselection.fits outfile=stepone_gtselect_allclasses_timeselection_fselect_EVENT_CLASS_3.fits
expr="(EVENT_CLASS==3)" clobber=yes
  1. Run gtselect with NO time selection and NO selection on photon class then run fselect to select diffuse class photons
  2. Run gtselect with time selection and selection on photon class 
  3. Run gtselect with NO time selection but with selection on photon class
  4. Run fselect to select diffuse class photons then use ft1merge to merge files
  5. Run fselect to select diffuse class photons then use gtselect to merge files
  • No labels