astro
Class AsciiCatalog.FieldM1
java.lang.Object
astro.AsciiCatalog.FieldM1
- Enclosing class:
- AsciiCatalog
public static class AsciiCatalog.FieldM1
- extends Object
Reads the stromgren catalog of NGC 1807 and 1817. From
BALAGUER-NUNEZ L.; JORDI C.; GALADI-ENRIQUEZ D.; MASANA E.
2004A&A...426..827B.
|
Field Summary |
private static String |
BJG04
What we read as mag is in realtiy b-y, which we need for reg. |
private static String |
WCS
|
private static double |
YB
|
private static double |
YU
|
private static double |
YV
|
|
Method Summary |
static void |
main(String[] arg)
First command line is the catalog, second, if given, is the wcs
output file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BJG04
private static final String BJG04
- What we read as mag is in realtiy b-y, which we need for reg.
- See Also:
- Constant Field Values
WCS
private static final String WCS
- See Also:
- Constant Field Values
YB
private static double YB
YV
private static double YV
YU
private static double YU
AsciiCatalog.FieldM1
public AsciiCatalog.FieldM1()
main
public static void main(String[] arg)
throws IOException
- First command line is the catalog, second, if given, is the wcs
output file.
- Throws:
IOException