|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthealpix.tools.HealpixMapCreator
public class HealpixMapCreator
A HealpixMap creator. This is a convenience factory to get an empty map or to load a map from a fits file.
| 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 name
public 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 required
public HealpixMapCreator(int nside,
boolean isEmpty)
nside - the nsideisEmpty - the is empty| Method 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 | |||||||||