public class MocCell extends Object
Modifier and Type | Field and Description |
---|---|
long |
npix
Healpix cell value
|
int |
order
Healpix cell order
|
Constructor and Description |
---|
MocCell()
Create Healpix cell
|
MocCell(int order,
long npix)
Create Healpix cell
|
Modifier and Type | Method and Description |
---|---|
long |
getNpix()
Value getter
|
int |
getOrder()
Order getter
|
void |
set(int order,
long npix)
Couple setter
|
void |
setNpix(long npix)
Value setter
|
void |
setOrder(int order)
Order setter
|
String |
toString() |
public MocCell()
public MocCell(int order, long npix)
order
- cell order (ie log2(Healpix NSIDE) )npix
- cell value (ie Healpix value)