EDTCOORD
Name
edtcoord
Purpose
Display a celestial coordinate and permit editing the value.
Description
Category
Astronomy
Calling Sequence
edtcoord,ra,dec,equinox,dra,ddec,epoch
Inputs
name- Formal or proper name for object
ra - R.A. in radians
dec - Declination in radians
equinox - Equinox of coordinates (decimal year)
Optional Input Parameters
comment - Comment string (use is dependent on application) default=''
dra - proper motion in radians per year, default=0
ddec - proper motion in radians per year, default=0
epoch - Epoch of coordinates (decimal year) default=equinox
Keyword Input Parameters
NOPM - Flag, if set suppresses display and editing of the proper motion
data fields (dra,ddec,epoch)
Outputs
All of the input parameters can be modified.
Keyword Output Parameters
Common Blocks
Side Effects
Restrictions
Procedure
Modification History
Written by Marc W. Buie, Lowell Observatory, 2000/09/03
2000/09/11, MWB, added name and comment fields