Update Chandra Ephemeris Files

Description

Get updat-to-date Chandra ephemeris data and estimate ephemeris points.

This is a part of TST related collections of scripts .

Location of Scripts and Their Names

Location: /data/mta4/proj/rac/ops/ephem

GitHub Address: https://github.com/tisobe/Chandra_Ephemeris

Script Name Last Updated
ephem.pl Jul 02, 2015
ephem.idl Feb 10, 2015
read_ephemeris.pro Feb 10, 2015
lephem.pro Feb 10, 2015
geopack/cocochan Feb 10, 2015
gsme_plots.idl Oct 08, 2015
rac_arread.pro Oct 08, 2015
timeconv.pro Oct 08, 2015
cheph.pro Feb 19, 2015
solun_eph Feb 20, 2015
gephem.pl Feb 19, 2015
TLE/get_tle.pl Feb 10, 2015
TLE/cocoxmm Feb 10, 2015
longterm/dephem.pl Nov 16, 2015

Please read:

for more details.

Although the following scriptss are not epemeris data related (CRM: Chandra Radiation Model), these scripts are run by ephem.pl.

Script Name Last Updated
/data/mta4/proj/rac/ops/CRM/runcrm Feb 10, 2015
/data/mta4/proj/rac/ops/CRM2/runcrm Feb 10, 2015
/data/mta4/proj/rac/ops/CRM3/runcrm Feb 10, 2015

None MTA managed script.

Script Name Last Updated
/proj/rac/ops/ephem/dsn.pl Dec 06, 2006

Note: 'dsn.pl' produces the comm schedule at /proj/rac/ops/ephem/dsn_summary.dat. /pool14/chandra/DSN.schedule is symbolic linked to this. This link is used to create: https://icxc.cfa.harvard.edu/dsop/dsn_summary.dat by https://icxc.harvard.edu/dsop/GTO/essrm9.php which is physically located at: /proj/web-icxc/htdocs/dsop/GTO/essrm9.php. This php script also uses:

FORTRAN Package:

geopack: fortran codes convert Chandra ECI linear coords to GSE, ESE coods. cocochan.f is written by Robrt Cameron. README file for the older version can be found at: /data/mta4/proj/rac/ops/ephem/geopack/README.

wcstools: this is a package of programs and a library of utility subroutines for setting and using the world coordinate systems (WCS) in the headers of the most common astronomical image formats, FITS and IRAF .imh, to relate image pixels to sky coordinates. Please read: http://tdc-www.harvard.edu/software/wcstools/ for more details.

Jul 21, 2015Initially logged
Jul 22, 2015Added to Github
Sep 30, 2015Description updated
Oct 08, 2015Two missing idl sub codes are found and added.
Nov 16, 2015long term data conversion problem (from rhodes to c3po-v) is addressed

Data Needed

Environment Setting

Output Locations and File Names

How to Run the Script(s)

  1. go to: cd /data/mta4/proj/rac/ops/ephem/TLE/
  2. run: get_tle.pl
  3. go to: cd data/mta4/proj/rac/ops/ephem/
  4. run: ephem.pl
  5. run: gephem.pl
  6. run: dephem.pl

How to Run Test(s)

  1. No test is available for this set of scripts

Expected result from the test

test results -- test results -- test results

Cron Job

CPU: c3po-v
User: mta

22 2 * * * /data/mta4/proj/rac/ops/ephem/TLE/get_tle.pl >> $HOME/Logs/get_tle.cron 2>&1
21 3 * * * /data/mta4/proj/rac/ops/ephem/ephem.pl >> $HOME/Logs/ephem.cron 2>&1
0 3 * * 0 /data/mta4/proj/rac/ops/ephem/longterm/dephem.pl >> $HOME/Logs/ephem.cron 2>&1
* * * * * /data/mta4/proj/rac/ops/ephem/gephem.pl >> $HOME/Logs/gephem.cron 2>&1

Web Addreess

No web page is available for this set of scripts.

Note

None

Future Plan/Update Schedule

* Plotting rounitnes to create GSE.gif and GEM.gif are not working. Deug the scripts.
* create test procedure


Back to Top Page