You should also note that the pixel co-ordinate system used by the two
implementations differ, and consequently the positions reported for the
clump peaks will also differ. The IDL implementation of ClumpFind uses a
pixel coordinate system in which the first pixel (i.e the bottom
left pixel of a 2D image displayed ``normally'') is centred at (0,0).
This differs from both the FITS and NDF definition of pixel co-ordinates.
In FITS, the centre of the first pixel in the array has a value of 1.0 on
every pixel axis. In NDF, the centre of the first pixel has a value of
on axis
, where
is an attribute of the NDF
known as the ``pixel origin''. For an NDF which has been derived from a
FITS file and which has been subjected to no geometric transformations,
the pixel origin will be 1.0 on every pixel axis, resulting in the centre
of the first pixel having a value of 0.5 on every pixel axis.
Some implementations of ClumpFind do not conform exactly to the description in the published paper. Specifically:
CUPID provides an option to use either the published algorithm, or the algorithm implemented by the IDL package available from Jonathan Williams WWW site (as available at 28th April 2006). Setting the configuration parameter ClumpFind.IDLAlg to a non-zero value will cause the IDL implementation to be used. The default value of zero causes the published algorithm to be used.
CUPID