Skip to content

Commit fd48442

Browse files
authored
Merge pull request #109 from oliversus/main
Add new unpublished METOPC VIS calibration coefficients from Patmos-x
2 parents 05ba35e + fdb6f17 commit fd48442

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

pygac/calibration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Calibrator(object):
5959
'name': 'PATMOS-x, v2017r1',
6060
'status': CoeffStatus.NOMINAL
6161
},
62-
'87ae8f270e63d17178b0e764c5869f4f': {
62+
'689386c822de18a07194ac7fd71652ea': {
6363
'name': 'PATMOS-x, v2017r1, with provisional coefficients for MetOp-C',
6464
'status': CoeffStatus.PROVISIONAL
6565
}

pygac/data/calibration.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -201,23 +201,23 @@
201201
"channel_1": {
202202
"dark_count": 40.41,
203203
"gain_switch": 498.68,
204-
"s0": 0.10699999999916181,
205-
"s1": 0.0,
206-
"s2": -0.0
204+
"s0": 0.10866666666666668,
205+
"s1": 7.424,
206+
"s2": -2.579
207207
},
208208
"channel_2": {
209209
"dark_count": 40.94,
210210
"gain_switch": 500.01,
211-
"s0": 0.10633333333441988,
212-
"s1": 0.0,
213-
"s2": -0.0
211+
"s0": 0.13,
212+
"s1": -0.9,
213+
"s2": 1.278
214214
},
215215
"channel_3a": {
216216
"dark_count": 40.57,
217217
"gain_switch": 498.72,
218-
"s0": 0.1032,
219-
"s1": 0.0,
220-
"s2": -0.0
218+
"s0": 0.16228571428571428,
219+
"s1": -45.535,
220+
"s2": 20.122
221221
},
222222
"channel_3b": {
223223
"b0": 0.0,

0 commit comments

Comments
 (0)