|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthealpix.fits.Fits2HealpixMapImp
public class Fits2HealpixMapImp
Converts fits file into healpix map. Read the fits and create the
HealpixMap object.
| Field Summary | |
|---|---|
String[] |
names
The names. |
| Constructor Summary | |
|---|---|
Fits2HealpixMapImp()
Default constructor. |
|
| Method Summary | |
|---|---|
HealpixMap |
fits2map(String filename)
Read fits binary table from FITS file and set the HealpixMap with
the data from table read |
String[] |
getColname()
Get maps name |
char |
getDataType(String ftype)
Gets the data type. |
int |
getDimension(String ftype)
Gets the dimension. |
HealpixMap |
getMap()
Getting the map. |
void |
printTable()
Print out the data table. |
double[][] |
readFitsBinaryTable(String filename)
Reads a binary table from fits file |
void |
setColname(String[] nam)
Set the maps name |
void |
setMap(HealpixMap m)
Set the HealpixMap |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String[] names
| Constructor Detail |
|---|
public Fits2HealpixMapImp()
| Method Detail |
|---|
public double[][] readFitsBinaryTable(String filename)
throws Exception
Fits2HealpixMap
readFitsBinaryTable in interface Fits2HealpixMapfilename - the fits file name
ExceptionFits2HealpixMap.readFitsBinaryTable(java.lang.String)public int getDimension(String ftype)
ftype - the ftype
public char getDataType(String ftype)
ftype - the ftype
public HealpixMap fits2map(String filename)
throws Exception
Fits2HealpixMapHealpixMap with
the data from table read
fits2map in interface Fits2HealpixMapfilename - FITS file name.
HealpixMap map.
ExceptionFits2HealpixMap.fits2map(java.lang.String)
public void printTable()
throws Exception
Exceptionpublic HealpixMap getMap()
Fits2HealpixMap
getMap in interface Fits2HealpixMapHealpixMap mapFits2HealpixMap.getMap()public void setMap(HealpixMap m)
Fits2HealpixMapHealpixMap
setMap in interface Fits2HealpixMapm - HealpixMapFits2HealpixMap.setMap(healpix.core.dm.HealpixMap)public void setColname(String[] nam)
Fits2HealpixMap
setColname in interface Fits2HealpixMapnam - namesFits2HealpixMap.setColname(java.lang.String[])public String[] getColname()
Fits2HealpixMap
getColname in interface Fits2HealpixMapFits2HealpixMap.getColname()
|
"Built from revision exported" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||