Skip to content
kslong edited this page May 29, 2017 · 2 revisions

The output data products are located in directories named Persist. Depending on whether run_persist.py has been run with the -local option or not, the output products are located in one big Persist directory directly below the current working directory, or in various Persist directories located just below where the flt files are.

Normally, the following files will exist for each dataset

  • ib6v19djq_dt.fits - The current persistence model assumes (incorrectly) that the persistence in a pixel derives from the image that would have caused the largest persistence. It does not take multiple exposures into account. This fits file indicates how far back in time that image was taken.
  • ib6v19djq_flt_cor.fits - A modified version of the original flt file, with the persistence model subtracted
  • ib6v19djq_persist.fits - A fits file which contains the persistence model
  • ib6v19djq_persist.html - An html file that contains a summary of what was discovered in analyzing the data set
  • ib6v19djq_persist.peaks.dat - A work file that identifies regions where the persistence is expected to be greatest.
  • ib6v19djq_persist.peaks.reg - A ds9 region file of the peaks
  • ib6v19djq_stim.fits - An imaging containing the fluence of in the earlier impages that caused the persistence
  • ib6v19djq.txt - A log for the dataset about how it was processed

If there was no indication of persistence in an image, then not all of the files will be generated.

Clone this wiki locally