|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AbstractHealpixMap
This represent a generalized multi data map.
Method Summary | |
---|---|
int |
getImap(String mapName)
Get the number corresponding to that name cname |
String[] |
getName()
Get the names from the HealpixMap |
Scheme |
getScheme()
Return the current HEALPix scheme. |
long |
nPixel()
Return the number of pixels/cells of the sphere tesselisation. |
int |
nside()
Return the value of the HEALPix NSIDE parameter. |
void |
setImap(int imap)
Sets the map data from its number in healpix map |
void |
setName(String[] colname)
Set the names of the maps |
void |
setScheme(Scheme scheme)
Set the HEALPix scheme. |
Method Detail |
---|
int nside()
Scheme getScheme()
void setScheme(Scheme scheme) throws Exception
scheme
- Scheme to set.
Exception
long nPixel()
void setName(String[] colname)
colname
- names mapsString[] getName()
HealpixMap
int getImap(String mapName)
mapName
- map name which we want to get the ith number
void setImap(int imap)
imap
- map ith number
|
"Built from revision exported" | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |