RDPHOT
Name
rdphot
Purpose (one Line)
Reads photometry from a basphotc log file.
Description
All photometry for the given object serial number is read from the file
and returned to the caller.
Category
File I/o
Calling Sequence
rdphot,filename,obj,name,xpos,ypos,mag,err
Inputs
filename - string containing the photometry log file to read from.
obj - object serial number to extract from the file.
Optional Input Parameters
Keyword Parameters
Outputs
name - Original image file name for each point.
xpos - vector containing the x position for each point.
ypos - vector containing the y position for each point.
mag - instrumental magnitudes
err - uncertainties on the magnitudes
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
Revised for new version of basphotc
8/31/92 - Marc W. Buie, Lowell Observatory.