public class AcquireStarParser extends LogParser
LogParser.Tail| Modifier and Type | Field and Description |
|---|---|
static Point2D |
CENTER
This is the center we search the closest entry to.
|
static String |
FIRST
This is the line we scane for in an acquire procedure.
|
static String |
HEAD
How an acquire procedure is stqarted.
|
static double |
MAXDIST
Maximum allowed binpixel distance to make non-identified star useful.
|
static String |
UNIQUE
After this part in the head string, we find the unique entry.
|
DEFDATEFORMAT, KEY_DATEFORMAT, KEY_HASHOSTKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORCONFIG, KEY_CLASS| Constructor and Description |
|---|
AcquireStarParser(Map<String,String> prop)
Constructs a new log parser.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
Reads the log file on the first command line argument and parser all
offsets out of it.
|
Map<String,Guiding.RawStar> |
scan(File f)
Extracts the unique id plus a required offset from a log file
|
dateFilter, dateFilter, dateFilter, dateFilter, dateFilter, dateFilter, levelFilter, read, read, readFile, readFile, readList, readTail, sshTailaugment, augment, augment, augment, augment, clone, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, initProperties, isNew, parseObject, parseObject, reload, reload, removeProperty, requires, rescanned, setObject, setProperties, setProperty, stringProperties, toStringpublic static final String HEAD
public static final String FIRST
public static final String UNIQUE
public static final Point2D CENTER
public static final double MAXDIST
public Map<String,Guiding.RawStar> scan(File f) throws ParseException
ParseExceptionpublic static void main(String[] arg) throws ParseException
ParseException