The output catalogue in which to store the clump parameters.
There will be one row per clump, with the following columns:
- PeakX: The PIXEL X coordinates of the clump peak value.
- PeakY: The PIXEL Y coordinates of the clump peak value.
- PeakZ: The PIXEL Z coordinates of the clump peak value.
- CenX: The PIXEL X coordinates of the clump centroid.
- CenY: The PIXEL Y coordinates of the clump centroid.
- CenZ: The PIXEL Z coordinates of the clump centroid.
- SizeX: The size of the clump along the X axis, in pixels.
- SizeY: The size of the clump along the Y axis, in pixels.
- SizeZ: The size of the clump along the Z axis, in pixels.
- Sum: The total data sum in the clump.
- Peak: The peak value in the clump.
- Area: The total number of pixels falling within the clump.
If the data has less than 3 pixel axes, then the columns
describing the missing axes will not be present in the catalogue.
The "size" of the clump on an axis is the RMS deviation of each
pixel centre from the clump centroid, where each pixel is
weighted by the correspinding pixel data value. This excludes
the instrumental smoothing specified by BEAMFWHM and VELFWHM.