Patch 10.1 corrects the operational heater setpoints of HE1 and HE2. In v10 the OH_SETPOINTS were calculated incorrectly due to incorrect scaling of OH_DC_ESTIMATE.
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.
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
includes patch 1, and patch 3.
patch 3 was never uploaded
patch 5 is het stopping electrons fixes
We send the complete current L3 without penetrating and without
zeros padding (fill).
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.
Add flags to the HK counter readouts in the PPSS table, for the patch to
find them.
The patch copies the modulus (cadence) from the ICU counter read to the
HK counter reads, 60s replacing the 600s cadence.
The ICU counter reads gain a clear=True flag, i.e., address bit 0x80.
All counter reads happen in second 0. HK first, ICU later. 16
counters each from 0x00 and 0x30.
This patch adds 8 bps to the STEP telemetry.
The PPSS gains six entries to overwrite the IX thresholds to enable
the small pixels at a selected cadences.
Enable with `table.ppss.interleaved_small(msg, 5)` to readout small
pixels in second 2 of each 5s interval.
The µs incr between IX config commands has been significantly reduced to
make space for the extra threshold writes. Please test!