kuehl
929312070f
slight iteration of he2 lowgain-highgain ratios
2026-02-19 09:51:42 +01:00
kuehl
2f3a4f3dcd
increment subversion number in config.py
2026-02-10 16:08:47 +01:00
kuehl
f5c06fcd01
use ifc calib rather than tvac calib in het_calib.l3
2026-02-10 11:17:39 +01:00
kuehl
aaf50cfdc1
added macro for inflight calib to het_calib.l3
2026-02-10 11:15:32 +01:00
kuehl
f8ba2071f8
added inflight calib files
2026-02-10 11:08:05 +01:00
5e7450bdc9
Bug fix of the operational heater set point
...
The OH_SETPOINT was incorrect because OH_DC_ESTIMATE was not scaled correctly.
2024-06-20 15:37:27 +02:00
a499bdc9c8
New v10 telecommands
...
According to Alcalá, all commands must have a delay of at least 2s.
The pointer resets after the EEPROM updates have been adjusted. The pointers will now be set to the v09 addresses fm1@0x30080 and fm2@0x50080 after the EEPROM update.
2024-06-11 14:16:26 +02:00
4f9f1150d7
Scripts for v10 commanding
...
Add scripts that can generate the telecommands for the hetept v10
configuration update.
2024-06-05 14:17:32 +02:00
4368d0ff95
Increment version to v10
2024-06-04 14:01:00 +02:00
67c3babea6
Change nominal configuration to CLOSE mode
...
So far, HETEPT has been operated mainly in CLOSE mode. Changing the nominal configuration from FAR to CLOSE simplifies the bootup procedure.
2024-06-04 13:59:24 +02:00
9d9651441e
Change temperature configurations
...
To be consistent with previous configurations, the following temperatures are used for the temperature configurations:
fm1: -6.0, -11.6, -0.8
fm2: -0.8, -6.0, +4.4
2024-06-04 13:57:31 +02:00
Stephan I. Böttcher
e9bbfbbff8
drop long list of temp configs, use OH_degC
2024-06-03 16:05:02 +02:00
Stephan I. Böttcher
ca5023d14e
ept.l3: fix test for negative AC signal
...
The logic was implemented buggy
Instead of `AB + CD` ist was `(AB+C)D`
2024-05-28 12:34:36 +02:00
d444ec48a1
required A and B to be below 500keV for ABC electrons
2024-03-11 12:35:41 +01:00
b13e436cb3
removed 800keV check which was mistakenly still in and was rejecting particles
2024-03-07 13:47:32 +01:00
0d05073229
restores a previously deleted comment
2024-02-29 12:11:18 +01:00
7a5199ed67
EPT L3: merge patch 9.3 from commit 76c61fb9
2024-02-29 11:27:24 +01:00
d6f1aee1dd
introduced upper limit B=0.5MeV for ABC electrons in order to remove proton contamination
2024-02-27 17:56:24 +01:00
ac084f6b67
no longer require small pulse age for low energy AB e-
2024-02-27 17:51:46 +01:00
Stephan I. Böttcher
e5e1bd6d91
hetept: VERSION=9.90
2024-02-27 17:06:50 +01:00
Stephan I. Böttcher
bc734a8248
EPT L3 Remove patch code for 9.3.
...
git diff 6c88a222 ^! solo/hetept/l3/ept.l3 | patch -R -p1
(n.b., previous commit was about patch 9.1 _HET_ L3, not EPR)
2024-02-27 16:23:53 +01:00
Stephan I. Böttcher
f3f2d50e58
ept L3: reapply patch 9.1 as baseline code
2024-02-27 16:17:15 +01:00
Stephan I. Böttcher
66daf02274
Revert "het L3: patch 9.1 to master"
...
This reverts commit 76c61fb9d9 .
Patch 9.3 (not the misnamed 9.4 OH patch below) was never uploaded
to the spacecraft. This patch hardwires both 9.1 and 9.3 into the
main code. To obtain a reference for the configuration as flown
for the last few years, this change will here be reverted, and
afterwards 9.1 will be applied again.
2024-02-27 16:08:31 +01:00
Stephan I. Böttcher
983da039f7
hetept: VERSION=10
2024-02-26 13:53:24 +01:00
Stephan I. Böttcher
76c61fb9d9
het L3: patch 9.1 to master
...
incorporate the HET L3 changes from 9.1 to the main table
2024-02-26 13:49:02 +01:00
Stephan I. Böttcher
105a44f7c3
hetept l1l2: patch 9.2 to master
...
incorporate the EPT L2 trigger changes from 9.2 into the main table.
2024-02-26 13:25:30 +01:00
Stephan I. Böttcher
9d922f2e7c
hetept ppss: patch 3 opheater changes
...
incorporate the op heater changes from patch 9.3 into the main config
2024-02-26 13:19:56 +01:00
Stephan I. Böttcher
26b987267b
hetept L3 gold with patchlevel=3
2024-02-26 10:59:57 +01:00
Stephan I. Böttcher
c1a96f7bea
hetept L3 gold files update to old master code
2024-02-26 10:00:41 +01:00
Stephan I. Böttcher
c68aaaea6e
Merge branch 'hetept_v9_patches'
...
HET/EPT patches 9.1, 9.2, 9.3 and 9.4 are merged.
Next: persist the changes in the code proper for version 10.
2022-01-25 22:54:32 +01:00
Stephan I. Böttcher
aeb11df9d2
hetept.ppss.set_opheater_setpoint(): fix info message
2022-01-25 21:15:19 +01:00
Stephan I. Böttcher
f9ae128e70
hetept: ppss.set_opheater_setpoint() with dc_estimate and shift
2022-01-21 12:49:13 +01:00
Stephan I. Böttcher
4dbb52dbfd
hetept patch 9.2: fix clear of the anticoincidence
...
solo.l1l2.l2trigger.set() changes only the given parameters. It does not
imply a .reset(). Those lines were a NOP. We only need to clear none=(),
to prevent any anticoincidences.
2021-11-15 12:28:52 +01:00
Stephan I. Böttcher
6c88a22201
EPT L3 test for negative signals
...
Apply the anticoincidence cuts to the negative values as well.
Patch3 is orthogonal to patch2.
2021-11-01 23:32:44 +01:00
Stephan I. Böttcher
2c3c1b0f45
EPT l1l2 patch 9.2 - the actual code. :-(
2021-11-01 17:24:14 +01:00
Stephan I. Böttcher
9e523e0d01
Merge branch 'master' into step_dps
2021-07-27 21:40:10 +02:00
Stephan I. Böttcher
c812f09714
hetept_config_table: fix .connect()
2021-07-27 18:30:20 +02:00
Stephan I. Böttcher
521ba60a9d
hetept_config_table: fix .connect()
2021-07-27 18:25:56 +02:00
Stephan I. Böttcher
dc54d5f7b7
hetept/l3: add some address logging
2021-07-27 17:53:45 +02:00
Stephan I. Böttcher
ba893fffbd
hetept/l3trigger: fix verbosity iniz, add some verbosity
...
Reset `verbose` to zero with `-vq`.
Unconditionally emit the list of L3 args to stderr.
2021-07-27 17:51:03 +02:00
Stephan I. Böttcher
570167c044
do not print diagnostics to stdout, print()
2021-07-27 13:57:34 +02:00
Stephan I. Böttcher
a31e6039b0
do not print diagnostics to stdout, print()
2021-07-27 13:57:04 +02:00
Stephan I. Böttcher
ea8d782beb
do not print diagnostics to stdout
2021-07-27 13:41:48 +02:00
Stephan I. Böttcher
cc6a213b91
do not print diagnostics to stdout
2021-07-27 13:41:05 +02:00
Stephan I. Böttcher
9d273e7ae2
hetept patch 9.1: add absolute C cut for AB~C/ABC
2021-07-27 13:19:30 +02:00
Stephan I. Böttcher
29116ca75f
base_config: fix temp scratch default
2021-07-26 15:36:11 +02:00
Stephan I. Böttcher
8e94b94c12
step: write defs for low rate env, define scratch field for dps env
2021-07-25 12:09:32 +02:00
Stephan I. Böttcher
050a5b3b20
l3: fix format exception on Warning, move common code to parent.
2021-07-10 23:23:08 +02:00
7c077be9c3
adjust config update functions to work with eeprom pages
2021-02-21 21:39:43 +01:00
24abd5ba82
Add two scripts which can generate telecommands for updating the HET/EPT FM configurations.
2021-02-08 18:01:57 +01:00