Modifier and Type | Method and Description |
---|---|
static HealpixMapFloat |
FitsUtil.getFloatMap(String filename,
int hdu,
int col) |
Modifier and Type | Method and Description |
---|---|
void |
HealpixMapFloat.importDegrade(HealpixMapFloat orig,
boolean pessimistic)
Imports the map "orig" to this object, adjusting pixel ordering
and reducing resolution.
|
void |
HealpixMapFloat.importGeneral(HealpixMapFloat orig,
boolean pessimistic)
Imports the map "orig" to this object, adjusting pixel ordering
and resolution if necessary.
|
void |
HealpixMapFloat.importNograde(HealpixMapFloat orig)
Imports the map "orig" to this object, adjusting pixel ordering.
|
void |
HealpixMapFloat.importUpgrade(HealpixMapFloat orig)
Imports the map "orig" to this object, adjusting pixel ordering
and increasing resolution.
|
static void |
FitsUtil.writeFloatMap(HealpixMapFloat map,
String filename) |