| Package | Description |
|---|---|
| astro.fits |
| Modifier and Type | Method and Description |
|---|---|
static Binning.Type |
Binning.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Binning.Type[] |
Binning.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static MImageHDU |
Binning.blowup(MImageHDU src,
int xblow,
int yblow,
Binning.Type how)
Takes the binned source and unbinns the image artificially by blowing up
with factors stated as integer values for x and y.
|
static MImageHDU |
Binning.rebin(MImageHDU src,
int xbin,
int ybin,
Binning.Type how)
Takes the src image hdu and does a rebinning.
|