|
|||||||||||||||||||
healpix.tools
|
Field Summary | |
---|---|
String[] |
colname
The colname. |
Constructor Summary | |
---|---|
HealpixMapCreator()
Instantiates a new healpix map creator. |
|
HealpixMapCreator(int nside)
Create an HEALPix map with given depth HealpixMap . |
|
HealpixMapCreator(int nside,
boolean isEmpty)
Instantiates a new healpix map creator. |
|
HealpixMapCreator(String fitsname)
Creates a HealpixMap from a fits file. |
|
HealpixMapCreator(String[] mapNames,
double[][] mapDouble)
Creates a HealpixMap from map names and values. |
Method Summary | |
---|---|
HealpixMap |
getMap()
Gets the map. |
void |
setMap(HealpixMap m)
Sets the map. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public String[] colname
Constructor Detail |
---|
public HealpixMapCreator()
public HealpixMapCreator(String fitsname)
HealpixMap
from a fits file.
fitsname
- Fits file namepublic HealpixMapCreator(String[] mapNames, double[][] mapDouble)
HealpixMap
from map names and values.
mapNames
- String map namesmapDouble
- columns data valuespublic HealpixMapCreator(int nside)
HealpixMap
.
nside
- -
the nside of the map requiredpublic HealpixMapCreator(int nside, boolean isEmpty)
nside
- the nsideisEmpty
- the is emptyMethod Detail |
---|
public HealpixMap getMap()
public void setMap(HealpixMap m)
m
- the new map
|
"Built from revision exported" | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
|
||||||
|
||||||