Path: SC/Ephem
% Reads in the FK5 catalog in MICA format.
If only one output is requested it will output a data structure.
Since version 1.
--------------------------------------------------------------------------
Form:
d = LoadFK5( catName, VMMin )
[name1, name2, name3, RA, Dec, PMRA, PMDec, Parallax, RV, VM] = LoadFK5( catName, VMMin )
--------------------------------------------------------------------------
------
Inputs
------
catName (1,:) Catalog name (string)
VMMin (1,1) Minimum visual magnitude (magnitude)
-------
Outputs
-------
name1 {:} First name
name2 {:} Second name
name3 {:} Third name
RA (:) Right ascension J2000.0 (rad)
Dec (:) Declination at J2000.0 (rad)
PMRA (:) Proper motion in R.A. at J2000.0 (rad/cent)
PMDec (:) Proper motion in Dec. at J2000.0 (rad/cent)
Parallax (:) Parallax (rad)
RV (:) Radial velocity (km/sec)
VM (:) Visual magnitude (magnitude)
--------------------------------------------------------------------------
References: MICA User's Guide, Astronomical Applications Department
U.S. Naval Observatory, Washington, D.C.
--------------------------------------------------------------------------
Common: Graphics/NewFig Common: Graphics/TitleS
Back to the SC Module page