SIM Motor Temperatures

Description

Update SIM motor temperature page: https://cxc.cfa.harvard.edu/mta_days/mta_sim/MTR/index.html

Location of Scripts and Their Names

Location: /data/mta/Script/SIM/

GitHub Address: https://github.com/tisobe/SIM_temperature.git

Script Name Last Updated
sim_temp_wrap_script May 14, 2020
sim_temp_main_script May 14, 2020
extract_tl_data.py May 14, 2020
analyze_sim_data.py May 14, 2020
plot_sim_temp_data.py May 14, 2020
update_html.py May 14, 2020
RETIRED
run_sim_temp.py Apr 25, 2016
monitor_sim.pl Jan 19, 2016
proc_sim.pl Jan 11, 2016
update Mar 25, 2014 (retired Jan 19, 2016)
run.pro Update yearly manuall (retired Jan 19, 2016)y
tsc_temps.pro Oct 12, 201 (retired Jan 19, 2016)2

For more details, please read /data/mta/Script/SIM/Scripts/README file.

  1. missing data (2013-current) were added
  2. data are collected from archive (more relaiable data input)
  3. the system is automeated and now run by a cron job
  4. plotting formats changed (instead of counting the date from mission starting to a unit of year etc).
Sep 24, 2014Initially logged
Sep 28, 2014Description updated
Jan 19, 2016Major Update;a new set of scripts are introduced
Apr 07, 2016arc4gl --> arc5gl
Apr 07, 2016hanging up bug fixed
Apr 22, 2016reverted back to arc4gl
Apr 25, 2016possible bug removed
Apr 25, 2016python3.6 update

Data Needed

Environment Setting

Output Locations and File Names

How to Run the Script(s)

  1. go to: /data/mta/Script/SIM/Exc/
  2. set: setenv PYTHONPATH "/data/mta/Script/Python3.6/envs/ska3/lib/python3.6/site-packages:/data/mta/Script/Python3.6/lib/python3.6/site-packages/"
  3. run: /data/mta/Script/SIM/Scripts/extract_tl_data.py
  4. run: /data/mta/Script/SIM/Scripts/analyze_sim_data.py
  5. run: /data/mta/Script/SIM/Scripts/plot_sim_temp_data.py
  6. run: /data/mta/Script/SIM/Scripts/update_html.py

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: boba-v
User: mta

35 4 * * * cd /data/mta/Script/SIM/Exc; /data/mta/Script/SIM/Scripts/sim_temp_wrap_script > $HOME/Logs/sim_temp_trend.cron

Web Addreess

https://cxc.cfa.harvard.edu/mta_days/mta_sim/MTR/index.html

Note

None

Future Plan/Update Schedule

None


Back to Top Page