|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthealpix.core.dm.util.HealpixTool
public class HealpixTool
Tools (Regrade) to apply to healpix maps. Could be extended with other tool like comparing maps, combine maps,etc.
| Field Summary | |
|---|---|
HealpixMap |
map_in
Input HealpixMap |
HealpixMap |
map_out
Output HealpixMap result |
| Constructor Summary | |
|---|---|
HealpixTool()
Default constructor |
|
HealpixTool(HealpixMap min)
Creates the tool to regrade an input map |
|
| Method Summary | |
|---|---|
HealpixMap |
degrade(int nside_out)
Degrade the HealpixMap to Nside_out. |
void |
setMapIn(HealpixMap min)
Sets the input HealpixMap |
void |
setMapOut(HealpixMap mout)
Sets the output result HealpixMap |
HealpixMap |
upgrade(int nside_out)
Upgrade a healpix map from nside_in to nside_out (>nside_n) |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public HealpixMap map_in
HealpixMap
public HealpixMap map_out
HealpixMap result
| Constructor Detail |
|---|
public HealpixTool(HealpixMap min)
min - input map HealpixMappublic HealpixTool()
| Method Detail |
|---|
public HealpixMap upgrade(int nside_out)
throws Exception
nside_out - The nside of the resulting healpix map upgraded (>nside_in)
HealpixMap upgraded.
Exception
public HealpixMap degrade(int nside_out)
throws Exception
HealpixMap to Nside_out.
nside_out - The NSIDE output resolution.
HealpixMap degraded.
Exceptionpublic void setMapOut(HealpixMap mout)
HealpixMap
mout - output mappublic void setMapIn(HealpixMap min)
HealpixMap
min - the input map
|
"Built from revision exported" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||