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.
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
It is possible to coadd multiple observations of a single source to search for a detection. This is done as follows:
IDL> run_coadd_map_cluster, '201504', 'source_name', 'clean_music_20150120'
IDL> run_run_plot_coadd_cluster_music, '201504', 'source_name'