Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The simplest way is to use the difference between PSFMag and KronMag. This has the advantage that it is available for all objects in the survey and in all the main tables.

Image Modified

This example is from a stack sample around Abell 1656 matched to SDSS and coloured by SDSS classification (red - stars; black - galaxies). A cut in iPSFMag-iKronMag of 0.05 (shown) does a reasonable job of separating stars and galaxies.

You can calculate this using data from the MeanObject, StackObjectThin or ForcedMeanObject tables. You might improve the separation by combining results from more than one band or using a more sophisticated cut. Note that we do not expect PSF-Kron to be exactly 0.0 for stars, as Kron magnitudes by definition require a correction to take them to total magnitudes.

...

StackObjectAttributes (or StackObjectView) has a quantity psfLikelihood for each filter. This is around 0 for galaxies but can be either +1 or - 1 for stars. The best way to see what is happening is to plot a quantity like log10(abs(psfLikelihood))

Image Modified

Same sample as above, but now using log10(abs(ipsfLikelihood)) as the separator.

Moments

Either momentsR1 or KronRad can be used as a separator (KronRad is 2.5*momentsR1 so it doesn't matter which you use)(again from StackObjectAttributes or StackObjectView).

Image Modified

Same sample as above, now using log10(imomentR1) as the separator.

You can also try momentRH, which is the NOT the half light radius, but the expectation value of r^0.5 (again from StackObjectAttributes or StackObjectView) .

Image Modified

Same sample as above, but now with log10(imomentRH)  as the separator.

Lensing parameters

Another possibility is to use the lensing parameters, and try and make something which is not affected by seeing . These are found in the ForcedMeanLensing table. As an example, here is (iLensObjSmearX11+iLensObjSmearX22)/2.0 - (iLensPSFSmearX11+iLensPSFSmearX22)/2.0

Image Modified

The combination of lensing parameters suggested in the text as a function of forced iPSF mag (from ForcedMeanObject)


Other suggestions

The various model fits (Sersic, Exp, deVauc, Petrosian) also have radii associated with them, so you could try using mag v log(radius) for these, but remember they are not available for all objects.Konr