survey_analysis¶
This works on image files in FITS format. It is given the name of a FITS file, or a name with wild-cards (to be interpreted by glob.glob), or the name of a file containing a list of fits file names. The list file name should be prefixed with @.
Outputs are written to the working directory; this is either the current directory, or the directory given with the -d option.
Input file names must successfully address the input files from the working directory.
Two kinds of output are produced: 1. <workdir>/racs_stats_<run_date>.csv is created and statistics and PSF details are written to it. 2. <workdir>/<image_file_name>.rms.fits is created; this is the rms image from which statistics are determined. ————————————————————-
Module Contents¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes¶
- survey_analysis.stats_colnames = ['FLD_NAME', 'SBID', 'MED_RMS_uJy', 'MODE_RMS_uJy', 'STD_RMS_uJy', 'MIN_RMS_uJy', 'MAX_RMS_uJy'][source]¶