|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthealpix.essentials.FitsUtil
public class FitsUtil
Basic FITS I/O support for Healpix maps.
| Constructor Summary | |
|---|---|
FitsUtil()
|
|
| Method Summary | |
|---|---|
static HealpixMapDouble |
getDoubleMap(String filename,
int hdu,
int col)
|
static HealpixMapFloat |
getFloatMap(String filename,
int hdu,
int col)
|
static void |
writeDoubleMap(HealpixMapDouble map,
String filename)
|
static void |
writeFloatMap(HealpixMapFloat map,
String filename)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FitsUtil()
| Method Detail |
|---|
public static HealpixMapFloat getFloatMap(String filename,
int hdu,
int col)
throws Exception
Exception
public static HealpixMapDouble getDoubleMap(String filename,
int hdu,
int col)
throws Exception
Exception
public static void writeFloatMap(HealpixMapFloat map,
String filename)
throws Exception
Exception
public static void writeDoubleMap(HealpixMapDouble map,
String filename)
throws Exception
Exception
|
"Built from revision exported" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||