ACIS Bad Pixel Trending

Description

This set of scripts find bad pixels and bad columns on ACIS CCDs and creates a report. At the same time, using the same dataset, it also computes ACIS CCD bisa values and compare it with overclock values of the CCDs.

Location of Scripts and Their Names

Location: /data/mta/Script/ACIS/Bad_pixels/Script/

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

acis_bad_pixel_wrap_script Mar 03, 2021
acis_bad_pixel_main_script Mar 03, 2021
acis_bias_plot_wrap_script Mar 03, 2021
acis_bias_plot_main_script Mar 03, 2021
bad_pix_common_function.py Mar 03, 2021
ccd_plot_history.py Mar 03, 2021
create_data_table.py Mar 03, 2021
create_history_file.py Mar 03, 2021
extract_bad_pix.py Mar 03, 2021
plot_bias.py Mar 03, 2021
plot_bias_trend.py Mar 03, 2021
run_compute_bias_data.py Mar 03, 2021
run_extract_bad_pix.py Mar 03, 2021
create_fornt_history_files.py Mar 03, 2021
---- Retired ---
compute_bias_data.py Sep 15, 2016

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

Sep 15, 2014Test method updated
May 11, 2016A script to creaate combined front side data is added
Apr 03, 2019Updated to python3.6.
Mar 03, 2021Updated 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/Bad_pixels/Exc
  2. run: /data/mta/Script/ACIS/Bad_pixels/Script/acis_bad_pixel_wrap_script
  3. run: /data/mta/Script/ACIS/Bad_pixels/Script/acis_bias_plot_wrap_script

How to Run Test(s)

  1. No Test
  2. Cron Job

    CPU: c3po-v
    User: mta

    15 3 * * * cd /data/mta/Script/ACIS/Bad_pixels/Exc; /data/mta/Script/ACIS/Bad_pixels/Script/acis_bad_pixel_wrap_script >>$HOME/Logs/acis_bad_pix.cron 2>&1
    30 3 * * 7 cd /data/mta/Script/ACIS/Bad_pixels/Exc; /data/mta/Script/ACIS/Bad_pixels/Script/acis_bias_plot_wrap_script >> $HOME/Logs/acis_bad_pix.cron 2>&1

    Web Addreess

    https://cxc.cfa.harvard.edu/mta_days/mta_bad_pixel/mta_bad_pixel_list.html
    https://cxc.cfa.harvard.edu/mta_days/mta_bias_bkg/bias_home.html

    Note

    None

    Future Plan/Update Schedule

    None


    Back to Top Page