Skip to content

Commit

Permalink
Update table
Browse files Browse the repository at this point in the history
  • Loading branch information
jzuhone committed Nov 3, 2023
1 parent 0f40e2e commit 49094b4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 859 deletions.
10 changes: 5 additions & 5 deletions acis_thermal_check/templates/obsid_template.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ ACIS Observations Table

Observations in {{bsdir}}

===== ================= ================== ======= ================= =====
Obsid CCDs # of counts in seq Grating Spectra Max Count Limit
===== ================= ================== ======= ================= =====
===== ================= ================== ======= ======== ================= =====
Obsid CCDs # of counts in seq Grating SIM-Z Spectra Max Count Limit
===== ================= ================== ======= ======== ================= =====
{% for eachobs in acis_obs %}
{{ eachobs.obsid }} {{"{0: <17}".format(eachobs.ccds)}} {{"{0: <18}".format(eachobs.num_counts)}} {{eachobs.grating}} {{"{0: <10}".format(eachobs.spectra_max_count)}} {{eachobs.fp_limit}}
{{ eachobs.obsid }} {{"{0: <17}".format(eachobs.ccds)}} {{"{0: <18}".format(eachobs.num_counts)}} {{eachobs.grating}} {{eachobs.sim_z}} {{"{0: <10}".format(eachobs.spectra_max_count)}} {{eachobs.fp_limit}}
{% endfor %}
===== ================= ================== ======= ================= =====
===== ================= ================== ======= ======== ================= =====
275 changes: 1 addition & 274 deletions acis_thermal_check/tests/acisfp/answers/FEB2122A_acis_obsids.json
Original file line number Diff line number Diff line change
@@ -1,274 +1 @@
[
[
"25103",
"S3",
"3000",
"NONE",
"0",
"-111.0"
],
[
"26316",
"S2,S3",
"13800",
"NONE",
"0",
"-111.0"
],
[
"23862",
"S3",
"4500",
"NONE",
"0",
"-111.0"
],
[
"24426",
"I0,I1,I2,I3,S3",
"4000",
"NONE",
"2500",
"-112.0"
],
[
"24445",
"I0,I1,I2,I3,S2",
"1870",
"NONE",
"700",
"-112.0"
],
[
"26191",
"I3",
"100000",
"NONE",
"3000",
"-112.0"
],
[
"26337",
"I0,I1,I2,I3,S2",
"1870",
"NONE",
"700",
"-112.0"
],
[
"24244",
"S0,S1,S2,S3,S4,S5",
"765000",
"HETG",
"0",
"-109.0"
],
[
"24814",
"S2,S3,S4",
"4500",
"NONE",
"0",
"-111.0"
],
[
"23585",
"I1,I3",
"81",
"NONE",
"100",
"-109.0"
],
[
"26338",
"I2,I3,S2,S3,S4",
"4500",
"NONE",
"0",
"-111.0"
],
[
"26317",
"S2,S3",
"13800",
"NONE",
"0",
"-111.0"
],
[
"25858",
"S3",
"2700",
"NONE",
"0",
"-111.0"
],
[
"23700",
"I3,S2,S3,S4",
"199",
"NONE",
"0",
"-109.0"
],
[
"26312",
"I0,I1,I3",
"81",
"NONE",
"100",
"-109.0"
],
[
"24393",
"I2,I3,S2,S3,S4",
"9",
"NONE",
"0",
"-109.0"
],
[
"26192",
"S3",
"100000",
"NONE",
"0",
"-111.0"
],
[
"26333",
"S2,S3,S4",
"160",
"NONE",
"0",
"-109.0"
],
[
"26336",
"I2,I3",
"4000",
"NONE",
"2500",
"-112.0"
],
[
"26339",
"S3",
"2700",
"NONE",
"0",
"-111.0"
],
[
"26318",
"S2,S3",
"13800",
"NONE",
"0",
"-111.0"
],
[
"26276",
"S2,S3,S4",
"225",
"NONE",
"0",
"-109.0"
],
[
"25553",
"S2,S3,S4",
"3",
"NONE",
"0",
"-109.0"
],
[
"25544",
"S2,S3,S4",
"3",
"NONE",
"0",
"-109.0"
],
[
"26332",
"S3",
"1240",
"NONE",
"0",
"-111.0"
],
[
"25456",
"I3,S2,S3,S4",
"0",
"NONE",
"0",
"-109.0"
],
[
"25556",
"S3",
"3",
"NONE",
"0",
"-109.0"
],
[
"26335",
"S1,S2,S3,S4",
"765000",
"HETG",
"0",
"-109.0"
],
[
"26334",
"S3",
"29",
"NONE",
"0",
"-109.0"
],
[
"24373",
"I0,I1,I2,I3",
"30000",
"NONE",
"1000",
"-112.0"
],
[
"26319",
"S2,S3",
"13800",
"NONE",
"0",
"-111.0"
],
[
"25276",
"I2,I3,S1,S2,S3",
"10",
"NONE",
"0",
"-109.0"
],
[
"24042",
"I0,I1,I2,I3",
"316",
"NONE",
"20000",
"-112.0"
],
[
"24043",
"I0,I1,I2,I3",
"316",
"NONE",
"20000",
"-112.0"
]
]
[]

0 comments on commit 49094b4

Please sign in to comment.