This is a help file for formatting data files for use with LocMOC

;
; Ross Beyer			PIRL, LPL
; rbeyer@lpl.arizona.edu	December 1998
;

The ASCII text file specified by filename is presumed to contain table
formatted  data (spreadsheet): One record per line, with data fields
separated  by tabs. The first line contains the labels for the field 
data in all subsequent lines.  For your datafile to be able to be read in
by LocMOC you must have these field labels in your first line (in a 
spreadsheet they would be the headers for the columns):
'id', 'camera', 'targlat', 'targlon', 'intres', 'targemiss', 
'targsamp', 'targline', 'actrescrs', 'actresdwn'.
The other optional fields that LocMOC could read in are:
'targincid', 'targphase', 'startsamp', 'intrlntim', 'commlntim', 'summing',
'asprat', 'gain', 'offsetdn', 'targcomm', 'pdstitle'.
These 'columns' can be in any order, and there can be more 'columns'
than this, but LocMOC will ignore them.


Last Modified on December 7
by Ross Beyer, rbeyer@lpl.arizona.edu