Table of Contents

data QA

Several tools are available for quality assurance checks on the data you collect. In order to use these tools, you must first enter your sources in the MUSIC data reduction parameters files, which are located on kilauea in the folder ~/bolocam_svn/pipeline/automation/params/. There are two files, a cleaning parameters file and a mapping parameters file. Your sources must be entered in these files using the same name as entered in the uip source catalog, although all letters must be lower case.

Checks to perform after each observation

Approximately 10 minutes after a given observation is completed, four postscript files with diagnostic plots will be generated in the folder ~/data/map_sum_plot/source_name/ with a file name corresponding to the data and observation number.

To view the plots, use:
$ gv_music_obs YYMMDD_OOO
where YYMMDD is the (UT) observation date and OOO is the observation number.

Note that these plots are not generated for observations of calibrators

Coadding multiple observations of a single source

It is possible to coadd multiple observations of a single source to search for a detection. This is done as follows:

  1. Create the folders “source_name” in ~/data/coadd_mapped/ and ~/data/coadd_map_sum_plot/, where “source_name” is the name of your source in lower case letters.
  2. From IDL, run the command:
    IDL> run_coadd_map_cluster, '201504', 'source_name', 'clean_music_20150120'
  3. This may take a significant amount of time to run. When it's finished, issue the command:
    IDL> run_run_plot_coadd_cluster_music, '201504', 'source_name'
  4. This will generate four postscript files in the folder ~/data/coadd_map_sum_plot/. Within each postscript file there are a range of diagnostic plots, however the most useful are found on the pages numbered 10, 12, and 26 when the file is opened using gv (these are the 11th, 13th, and 27th pages in the file). Page number 10 is a beam-smoothed S/N image, Page number 12 is a zoomed in version of the beam-smoothed S/N image, and page number 26 gives a sensitivity histogram, an estimate of the noise RMS, and an estimate of the peak signal in the inner region of the image.