From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- noao/astutil/rvcorrect.com | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 noao/astutil/rvcorrect.com (limited to 'noao/astutil/rvcorrect.com') diff --git a/noao/astutil/rvcorrect.com b/noao/astutil/rvcorrect.com new file mode 100644 index 00000000..4ab7873e --- /dev/null +++ b/noao/astutil/rvcorrect.com @@ -0,0 +1,5 @@ +double latitude, longitude, altitude # Location of observation +double vs # Solar velocity +double ras, decs, eps # Coordinate of solar velocity + +common /rvc_com/ latitude, longitude, altitude, vs, ras, decs, eps -- cgit