celldetect only knows how to convert a PSF map in arcsec units 
        to logical pixel size to match the input image.  All other
        units are ignored and the PSF map is treated as having logical
        pixel size values.
        
        If the PSF map
        was created with physical pixel size values, and the 
        image was binned by any value other than 1, then the PSF map
        values will not be correctly converted to match the input image.
        This may result in a different set of source detections and|or
        may result in the properties of those sources, including the radii,
        being wrong.
        
        Users can check the units of the PSF map pixel values using
        dmlist, such as
        
unix% dmlist mypsfmap.fits cols
--------------------------------------------------------------------------------
Columns for Image Block broad.psfmap
--------------------------------------------------------------------------------
 
ColNo  Name                 Unit        Type             Range
   1   mypsfmap.fits[2613,3222] logical      Real4(2613x3222) -Inf:+Inf            
...
This example shows a PSF map with units of logical pixel size.