5 Calibrating SCUBA-2 Data

 5.1 Extinction Correction
 5.2 Flux conversion factors

5.1 Extinction Correction

Analysis of the SCUBA-2 skydips and heater-tracking data from the S2SRO data has allowed calculation of the opacity factors for the SCUBA-2 450 μm and 850 μm filters to be determined. Full details of the analysis and on-sky calibration methods of SCUBA-2 can be found in Dempsey et al. (2010) [6].

Archibald et al. (2002) [7] describes how the Caltech Submillimeter Observatory (CSO) 225 GHz opacity, τ225, relates to SCUBA opacity terms in each band, τ450 and τ850. It was assumed for commissioning and S2SRO that the new SCUBA-2 filters are sufficiently similar to the wide-band SCUBA filters that these terms could be used for extinction correction. In the form τλ = a× (τ225 b), the original SCUBA corrections were:

τ450 = 26.2 × (τ225 0.014); (1)

and

τ850 = 4.02 × (τ225 0.001). (2)

The JCMT water-vapour radiometer (WVM) is now calibrated to provide a higher-frequency opacity value which has been scaled to τ225. The WVM (not the CSO 225 GHz tipper) data were used for this analysis.

The new filter opacities as determined from skydip data are as follows:

τ450 = 19.04 × (τ225 0.018); (3)

and

τ850 = 5.36 × (τ225 0.006). (4)

The SCUBA-2 filters are different from the SCUBA filters, with the 450 μm filter, in particular, significantly narrower than its SCUBA counterpart. The SCUBA-2 filter characteristics are described in detail on the JCMT website6.

The extinction correction parameters that scale from τ225 to the relevant filter have been added to the map-maker code. You can override these values by setting ext.taurelation.filtname in your map-maker config files to the three coefficients ‘(a,b,c)’ that you want to use (where ‘filtname’ is the name of the filter). The defaults are listed in $SMURF_DIR/smurf_extinction.def. We have also added a slight calibration tweak to WVM-derived values to correct them to the CSO scale. It is worth noting that if an individual science map and corresponding calibrator observation has already been reduced with the old factors (and your source and calibrator are at about the same airmass and if the tau did not change appreciably), any errors in extinction correction should cancel out in the calibration.

5.2 Flux conversion factors

Primary and secondary calibrator observations have been reduced using the specifically designed dimmconfig_bright_compact.lis. The maps produced from this are then analysed using tailor-made Picard recipes. Picard is a post-processing and data combination tool that uses the same infrastructure as ORAC-DR, but is designed to be used after the initial reduction with the DIMM is complete. Details of the Picard recipes and how to use them can be found on the ORAC-DR web page7.

A map reduced by the mapmaker has units of pW. To calibrate the data into units of janskys (Jy), a set of bright, point-source objects with well known flux densities are observed regularly to provide a flux conversion factor (FCF). The data (pW) can be multiplied by this FCF to obtain a calibrated map, and the FCF can also be used to assess the relative performance of the instrument from night to night. The noise equivalent flux density (NEFD) is a measure of the instrument sensitivity, and while not discussed here, is also produced by the Picard recipe shown here. For calibration of primary and secondary calibrators, the FCFs and NEFDs have been calculated as follows:

(1)
The Picard recipe SCUBA2_FCFNEFD takes the reduced map, crops it, and runs background removal. Surface fitting parameters are changeable in the Picard parameter file.
(2)
It then runs the Kappa beamfit task on the specified point source. The beamfit task will estimate the peak (uncalibrated) flux density and the FWHM. The integrated flux density within a given aperture (30 arcsec radius default) is calculated using Photom autophotom. Flux densities for calibrators such as Uranus, Mars, CRL 618, CRL 2688 and HL Tau are already known to Picard. To derive an FCF for other sources of known flux densities, the fluxes can be added to the parameter file with the source name (in upper case, spaces removed): FLUX_450.MYSRC = 0.050 and FLUX_850.MYSRC = 0.005 (where the values are in Jy), for example.

An example of a Picard parameter file (used for reduction of the 850 μm calibrators) is shown here:

  [SCUBA2_FCFNEFD]
  APERTURE_RADIUS=30.0
  AUTOPHOTOM=1
  MASK_SOURCE=1
  BACKGROUND_FITMETHOD=fitsurface
  FITSURFACE_FITTYPE=spline
  FITSURFACE_FITPAR=4
  USEFCF=1
  FLUX_850.ARP220=0.688
  FLUX_850.ALPHAORI=0.629
  FLUX_850.TWHYDRAE=1.37
  FLUX_850.V883ORI=1.34
  LOGFILE=1
(3)
It then uses the above procedure to calculate the three alternative FCF values described below.