Modifier and Type | Field and Description |
---|---|
protected Scheme |
HealpixBase.scheme
The ordering scheme.
|
Modifier and Type | Method and Description |
---|---|
Scheme |
HealpixBase.getScheme()
Returns the current ordering scheme.
|
static Scheme |
Scheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scheme[] |
Scheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
HealpixMapDouble.setDataAndScheme(double[] data_in,
Scheme scheme_in)
Adjusts the object to scheme_in, and sets pixel data to data_in.
|
void |
HealpixMapFloat.setDataAndScheme(float[] data_in,
Scheme scheme_in)
Adjusts the object to scheme_in, and sets pixel data to data_in.
|
void |
HealpixMapFloat.setNsideAndScheme(long nside_in,
Scheme scheme_in)
Adjusts the object to nside_in and scheme_in.
|
void |
HealpixMapDouble.setNsideAndScheme(long nside_in,
Scheme scheme_in)
Adjusts the object to nside_in and scheme_in.
|
void |
HealpixBase.setNsideAndScheme(long nside_in,
Scheme scheme_in)
Adjusts the object to nside_in and scheme_in.
|
void |
HealpixBase.setScheme(Scheme scheme_in)
Adjusts the object to scheme.
|
Constructor and Description |
---|
HealpixBase(long nside_in,
Scheme scheme_in)
Initializes the object to a user-supplied Nside and ordering scheme.
|
HealpixMapDouble(double[] data_in,
Scheme scheme_in) |
HealpixMapDouble(long nside_in,
Scheme scheme_in) |
HealpixMapFloat(float[] data_in,
Scheme scheme_in) |
HealpixMapFloat(long nside_in,
Scheme scheme_in) |