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