Generate a separate regridded image for each bolometer BOLREBIN
Weighting functions:
Currently linear, Bessel and Gaussian weighting functions are supported. The width of the Bessel function is such that it should preserve all spatial information obtained by the telescope at the wavelength of observation, but suppress higher spatial frequencies. To minimise edge effects the Bessel function is truncated at a radius of 10 half-widths from the centre (although this is configurable), and apodized over its outer third by a cosine function. Viewed in frequency space the method consists of Fourier transforming the input dataset(s), multiplying the transform by a cylindrical top-hat (the F.T. of the Bessel function), then transforming back into image space. A linear weighting function is also available which works out to one half-width - this has the advantage that it is much faster to process and is much less susceptible to edge effects. The Gaussian weighting function is probably the best compromise between the Bessel (slow and prone to edge effects) and Linear (fast but the point spread function is non-trivial for modeling).
The radius and size of ‘footprint’ for the weighting functions are configurable using the WTFNRAD and SCALE parameters.
Splines:
Additionally, spline interpolation and smoothing routines are also available. Note that the spline routines work on each integration in turn, whereas the weighting function routines work on all the input data in one go. At present the spline routines are experimental and comments are welcomed.
Median:
A regridding option derived from despike is available. This method simply puts all data points in an output grid and calculates the median of each output cell. Small pixel scales require large datasets (since not all cells in a 1 arcsecond grid will contain data points) although the Kappa commands fillbad and glitch can be used to smooth over bad pixels.
out.name
’ where name
is the bolometer name (e.g. H7 or G1 etc.). AZ: Azimuth/elevation offsets
NA: Nasmyth offsets
PL: RA/Dec Offsets from moving centre (e.g. Planets)
RB: RA/Dec (B1950)
RJ: RA/Dec (J2000)
RD: RA/Dec (epoch of observation)
GA: Galactic coordinates (J2000)
For RD current epoch is taken from the first input file.
LINEAR: Linear weighting function
GAUSSIAN: Gaussian weighting function
BESSEL: Bessel weighting function
SPLINE1: Interpolating spline (PDA_IDBVIP)
SPLINE2: Smoothing spline (PDA_SURFIT)
SPLINE3: Interpolating spline (PDA_IDSFFT)
MEDIAN: Median regridding
Please refer to the PDA documentation (SUN/194) for more information on the spline fitting algorithms.
The application can read in up to 256 separate input datasets.
The output map will be large enough to include all data points.
Spline regridding may have problems with SCAN/MAP (since integrations contain lots of overlapping data points).
SCUBA sections can be given along with any input NDF
The relative weights associated with each point in the output map are stored in a WEIGHTS NDF in the REDS extension of the output data (For WEIGHTS=TRUE). For spline rebinning each point is equivalent to the number of integrations added into the final data point. For weight function regridding the situation is more complicated. The actual number of points contributing to each cell can be stored using the TIMES parameter.
Bolometer weights will be used if a BOLWT extension is found in the input data file (usually set with setbolwt).
Astrometry information is stored in the WCS component and not the FITS extension.
file1{b5} 1.0 0.5 0.0 # Read bolometer 5 from file1.sdf file2 # Read file 2 but you will still be
# prompted for WEIGHT, and shifts.
file3{i3}- 1.0 0.0 0.0 # Use everything except int 3
test.bat # Read in another text file
Note that the parameters are position dependent and are not necessary. Missing parameters are requested. This means it is not possible to specify SHIFT_DX (position 3) without specifying the WEIGHT. If the file has the .txt extension the NDF system will attempt to convert it to NDF format before processing – this is probably not what you want.