next up previous 323
Next: Sample reductions
Up: The SCUBA photometry cookbook
Previous: scucat

Displaying and despiking the data

The command qdraw uses the KAPPA routine linplot to display clearly the concatenated photometric data values. If you wish to plot the data in a different format then linplot will do the job (making sure that the KAPPA tasks are initialised using the kappa command; refer to the documentation or type linplot prompt to see the available options. However, qdraw is recommended owing to the ease with which data can subsequently be despiked.

To plot the data simply type

% qdraw <filename> mode=4 device=xwindows

where the input file is the output of scucat. This will give a plot of the data with the ordinate autoscaled to 5$\sigma$ either side of the mean. Note that any data points further than 5$\sigma$ from the mean are effectively hidden from you. The mean level and the $\pm$3$\sigma$ levels are indicated by dashed lines and error bars are suppressed for clarity. Numerical values of the mean signal, standard deviation and error in the mean are given for the full data set and the data set after clipping at the 3$\sigma$ level. The qdraw routine will accept the same options as linplot so refer to the documentation if you wish to change the display parameters.

Further clipping can then be performed with the KAPPA command drawsig. For example,

% drawsig nsigma=2.5 device=xwindows

will clip the data at the 2.5$\sigma$ level, again indicated by dashed lines on the plot and the statistics for the new clipping level will be given as before.

It is also possible that the data set will contain one or more large spikes in which case an iterative despiking method would be the best choice. In this case a new binary file with the bad points removed can be created with the command sigclip, e.g.

% sigclip <filename> 3.0

will clip the data at 3$\sigma$ creating a new file of the form filename_clip.sdf which can then be plotted with qdraw and drawsig.


next up previous 323
Next: Sample reductions
Up: The SCUBA photometry cookbook
Previous: scucat

The SCUBA photometry cookbook
Starlink Cookbook 10
J. A. Stevens, R. J. Ivison, T. Jenness
Joint Astronomy Centre, Hilo, Hawaii
1 August 1997
E-mail:ussc@star.rl.ac.uk

Copyright © 2008 Science and Technology Facilities Council