public class MocReader extends Object
| Constructor | Description |
|---|---|
MocReader(String file) |
Create a MocReader for a given file
|
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(String[] args) |
|
List<skyview.survey.MocReader.OrderDesc> |
parse() |
Analyze the MOC to find out where the data
for each order is found.
|
void |
show() |
Describe basic characteristics of the MOC
|
boolean |
test(int order,
long pixel) |
See if there is any overlap between the requested pixel
and the data as indicated in the MOC.
|
public void show()
public final List<skyview.survey.MocReader.OrderDesc> parse()
public boolean test(int order,
long pixel)
order - The order of the requested pixel.pixel - The NESTED index of the requested pixel.