SIM Data Extraction
Jul 22, 2015
Description
Location of Scripts and Their Names
Location: /data/mta_www/mta_sim/Scripts/SIM_extract
GitHub Address: https://github.com/tisobe/SIM_extract
Script Name | Last Updated |
sim_data_wrap_script | Nov 18, 2014 |
sim_data_main_script | Sep 04, 2020 |
extract_sim_data.py | Sep 04, 2020 |
run_script.py | Seo 04, 2020 |
filters_ccdm | Nov 18, 2014 |
Please read /data/mta_www/mta_sim/Scripts/SIM_extract/README file for more details.
Mar 06, 2015 | Initially logged |
Jul 22, 2015 | Added to github |
Seo 04, 2020 | Python3.6 update |
Data Needed
-
/data/mta/Script/Dumps/PRIMARYCCDM_*.*.tl
-
/data/mta_www/mta_sim/Scripts/SIM_extract/msids.list
-
/data/mta_www/mta_sim/Scripts/SIM_extract/msids_ccdm.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
Output Locations and File Names
-
/data/mta_www/mta_sim/Scripts/
How to Run the Script(s)
-
go to: cd /data/mta_www/mta_sim/Scripts/SIM_extract
-
set: setascds
-
set: setenv PYTHONPATH "/proj/sot/ska/arch/x86_64-linux_CentOS-5/lib/python2.7/site-packages"
-
run: /data/mta_www/mta_sim/Scripts/SIM_extract/extract_sim_data.py
How to Run Test(s)
-
No test available for this set of scripts
Expected result from the test
test results -- test results -- test results
Cron Job
15 5 * * * cd /data/mta_www/mta_sim/Scripts/SIM_extract/; /data/mta_www/mta_sim/Scripts/SIM_extract/sim_data_wrap_script >> $HOME/Logs/sim_data_ti.cron 2>&1
Web Addreess
No web pages for this set of scripts.
Note
None
Future Plan/Update Schedule
Add test functionality.
Upload to git depository.
Back to Top Page