Skip to content

Commit 2991c39

Browse files
committed
Add background config test file
1 parent 0802773 commit 2991c39

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# THIS IS A TEST FILE AND SHOULD NOT BE USED IN PRODUCTION PROCESSING.
2+
#
3+
# Backgrounds Determination Configuration File
4+
# Valid start date: 2024-01-01 (from filename)
5+
# This file will be used in processing until a new calibration file is uploaded
6+
# to the SDC with either a higher version number or new date in the filename.
7+
# For details on how the SDC selects ancillary files for processing, see:
8+
# https://imap-processing.readthedocs.io/en/latest/data-access/calibration-files.html
9+
#
10+
# When creating PSET products, the following table will be used to determine per
11+
# calibration product backgrounds. The backgrounds for each calibration product are
12+
# computed individually and the sum is subtracted from the calbration product. Background
13+
# uncertainties are summed in quadrature and reported in background uncertainties.
14+
#
15+
calibration_prod,background_index,coincidence_type_list,tof_ab_low,tof_ab_high,tof_ac1_low,tof_ac1_high,tof_bc1_low,tof_bc1_high,tof_c1c2_low,tof_c1c2_high,scaling_factor,uncertainty
16+
0,0,ABC1C2|ABC1,-20,16,-46,-15,-511,511,0,1023,0.00306,0.00030
17+
0,1,AB,-20,16,-46,-15,-511,511,0,1023,0.0189,0.0020
18+
1,0,BC1C2|AC1,-20,16,-46,-15,-511,511,0,1023,0.00306,0.00030
19+
1,1,AB,-20,16,-46,-15,-511,511,0,1023,0.0189,0.0020

0 commit comments

Comments
 (0)