Creates an EqCoord from the given arguments, which all have default values. The values for ra and dec may be an Angle instance, or a String that can be parsed by Angle.parseRa()
Creates an EqCoord from the given arguments, which all have default values. The values for ra and dec may be an Angle instance, or a String that can be parsed by Angle.parseRa()
Value parameters
catalogName
the name of the catalog from which the coordinates were taken (default: "none")
dec
may be an Angle instance, or a String that can be parsed by Angle.parseDe() or a Double value in degrees (default: 0.0)
frame
the the IAU celestial reference system (default: ICRS)
pmx
proper motion X coordinate (default: 0.0)
pmy
proper motion y coordinate (default: 0.0)
ra
may be an Angle instance, or a String (in hms) that can be parsed by Angle.parseRa() or a Double value in degrees (default: 0.0)
tag
a Tag instance (name for the coordinates, default: "BASE")