ACIS Count Rate

Description

This set of script extracts ACIS count rates for each CCD and creates trend plots.

Location of Scripts and Their Names

Location: /data/mta/Script/ACIS/Count_rate/Scripts/

GitHub Address: https://github.com/chandra-mta/MTA

count_rate_day_wrap_script Mar 02, 2021
count_rate_day_main_script Mar 02, 2021
count_rate_wrap_script Mar 02, 2021
count_rate_main_script Mar 02, 2021
get_data_for_day.py Mar 02, 2021
create_aggragate_data_sets.py Mar 02, 2021
plot_count_rate.py Mar 03, 2021
print_html_page.py Mar 03, 2021
--- Retired ---
count_rate_main.py Oct 02, 2014
update_data_files.py Nov 06, 2018
get_data_for_month.py Apr 18, 2019

Please read README file for more details. /data/mta/Script/ACIS/Count_rate/Scripts/README

Sep 16, 2014Initially logged
Sep 30, 2014Unit test added
Oct 20, 2014file check mechanism added
Nov 18, 2014a bug fixed/input format updated
Apr 18, 2019
update to python3.6
May 06, 2019
Scripts are updated to collect data daily
Mar 03, 2021
update to python3.8

Data Needed

Environment Setting

Output Locations and File Names

How to Run the Script(s)

  1. go to: cd /data/mta/Script/ACIS/Count_rate/Exc/
  2. run: /data/mta/Script/ACIS/Count_rate/Scripts/count_rate_wrap_script

How to Run Test(s)

  1. No Test

Cron Job

CPU: c3po-v
User: mta

20 3 * * * cd /data/mta/Script/ACIS/Count_rate/Exc; /data/mta/Script/ACIS/Count_rate/Scripts/count_rate_day_wrap_script >> $HOME/Logs/acis_dose_day_py.cron 35 3 3 * * cd /data/mta/Script/ACIS/Count_rate/Exc; /data/mta/Script/ACIS/Count_rate/Scripts/count_rate_wrap_script >> $HOME/Logs/acis_dose_py.cron

Web Addreess

https://cxc.cfa.harvard.edu/mta_days/mta_dose_count/main_acis_dose_plot.html

Note

None

Future Plan/Update Schedule

Add automated test functions.


Back to Top Page