RDOBLIST
Name
rdoblist
Purpose
Read a object list from a file.
Description
Category
Astrometry
Calling Sequence
rdoblist,file,nobj,filelist,dt,offset,pos,flags,idstr,nfiles
Inputs
file - String of file name to be read.
Optional Input Parameters
Keyword Input Parameters
Outputs
nobj - number of objects in list.
filelist - string array of file names for this object list.
dt - Array of time offsets with nfiles-1 elements. The values are the
time offset from the first frame in hours.
offset - 2*(nfiles-1) element vector [x,y offset (B-A), x,y offset (C-A), ...]
pos - [2*nfiles,nobj] element vector, each row is set of positions [x1,y1,x2,y2,x3,y3]
flags - nobj element vector of flags either ?, y, or n.
idstr - String array of description info for each measurement.
nfiles - Number of files in linked set of images for this field.
Keyword Output Parameters
VERSION - The version id string for the file that was read.
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
1998/10/6, Written by Marc W. Buie, Lowell Observatory
1998/11/2, MWB, generalized to handle other than frame triplets
1999/2/19, MWB, added dt and version arguments.
2000/11/9, MWB, removed Str_sep call.