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.
Sep 24, 2014 | Initially logged |
Sep 28, 2014 | Description updated |
Jan 19, 2016 | Major Update;a new set of scripts are introduced |
Apr 07, 2016 | arc4gl --> arc5gl |
Apr 07, 2016 | hanging up bug fixed |
Apr 22, 2016 | reverted back to arc4gl |
Apr 25, 2016 | possible bug removed |
Apr 25, 2016 | python3.6 update |
- missing data (2013-current) were added
- data are collected from archive (more relaiable data input)
- the system is automeated and now run by a cron job
- plotting formats changed (instead of counting the date from mission starting to a unit of year etc).
Data Needed
- EM_Dump data from arc5gl
- /data/mta/DataSeeker/data/repository/orb_angle.rdb
- /data/mta/Script/SIM/Scripts/hosue_keeping/msid_sim.list
Environment Setting
-
setenv PYTHONPATH "/data/mta/Script/Python3.6/envs/ska3/lib/python3.6/site-packages:/data/mta/Script/Python3.6/lib/python3.6/site-packages/"
-
Following setting is doen inside of extract_tl_data.py
-
source /home/ascds/.ascrc -r release; source /home/mta/bin/reset_param
-
IPCL_DIR = /home/ascds/DS.release/config/tp_template/P011/
-
ACORN_GUI = /home/ascds/DS.release/config/mta/acorn/scripts/
-
LD_LIBRARY_PATH = /home/ascds/DS.release/lib:/home/ascds/DS.release/ots/lib:/soft/SYBASE_OSRV15.5/OCS-15_0/lib:/home/ascds/DS.release/otslib:/opt/X11R6/lib:/usr/lib64/alliance/lib
Output Locations and File Names
- /data/mta/Script/SIM/Data/
- tsc_temps.txt
- sim_ftabs.out
- sim_ttabs.out
- sim_temps.out
- limits.txt
- plotfile.out
- sim_summary.out
-
/data/mta_www/mta_sim/MTR/
- fullrange.html
- sim_<yyyy>.html
-
/data/mta_www/mta_sim/MTR/Plots/
- sim_temp_fullrange.html
- sim_temp_<yyyy>.png
- sim_translation_fullrange.html
- sim_translation_<yyyy>.png
How to Run the Script(s)
-
go to: /data/mta/Script/SIM/Exc/
-
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/"
-
run: /data/mta/Script/SIM/Scripts/extract_tl_data.py
-
run: /data/mta/Script/SIM/Scripts/analyze_sim_data.py
-
run: /data/mta/Script/SIM/Scripts/plot_sim_temp_data.py
-
run: /data/mta/Script/SIM/Scripts/update_html.py
How to Run Test(s)
-
No test is available for this set of scripts.
Expected result from the test
test results -- test results -- test results
Cron Job
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