From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- 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