public class StatisticMoments extends Object
| Constructor and Description |
|---|
StatisticMoments() |
| Modifier and Type | Method and Description |
|---|---|
static CentralMoments |
getCentralMoments(MImageHDU image,
Rectangle box,
int order)
Extracts ADU moments from an image HDU.
|
static List<CentralMoments> |
scanXtensionCentralMoments(MFits fits,
Rectangle box,
int order)
Scans all extensions in a fits file and returns the central moments.
|
public static final List<CentralMoments> scanXtensionCentralMoments(MFits fits, Rectangle box, int order) throws BasicFitsException
box - If not null, only pixel inside are used.order - At least 2BasicFitsExceptionpublic static final CentralMoments getCentralMoments(MImageHDU image, Rectangle box, int order) throws BasicFitsException
BasicFitsException