gondola 0.11.44__tar.gz → 0.11.45__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gondola-0.11.44 → gondola-0.11.45}/Cargo.lock +1 -1
- {gondola-0.11.44 → gondola-0.11.45}/Cargo.toml +1 -1
- {gondola-0.11.44 → gondola-0.11.45}/PKG-INFO +1 -1
- {gondola-0.11.44 → gondola-0.11.45}/src/events/tof_event.rs +11 -1
- {gondola-0.11.44 → gondola-0.11.45}/.gitignore +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/README.md +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/alert-manifest-test.toml +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/benches/bench.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/build.sh +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/diesel.toml +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/gondola-0.11.24-cp311-abi3-manylinux_2_34_x86_64.whl +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/liftof-config-decompressed.toml +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/liftof-config-default.toml +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/liftof-config-test-changed.toml +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/liftof-config.diff +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/liftof-config.toml +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/publish_to_bluejay.sh +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/pyproject.toml +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/__init__.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/calibration.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/db.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/events.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/gaps_flight.db +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/io/__init__.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/io/streamers.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/reconstruction/__init__.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/tof/__init__.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/tof/analysis.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/tracker/__init__.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/tracker/analysis.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/visual/__init__.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/visual/tof.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/python/gondola/visual/tracker.py +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/calibration/tof.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/calibration/tracker.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/calibration.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/constants.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/database/schema.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/database.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/errors.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/events/rb_event.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/events/rb_event_header.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/events/rb_waveform.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/events/telemetry_event.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/events/tof_hit.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/events/tracker_hit.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/events.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/caraspace/frame.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/caraspace/reader.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/caraspace/socket_reader.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/caraspace/writer.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/caraspace.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/data_source.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/ipbus.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/parsers.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/root_reader.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/serialization.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/streamers.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/telemetry_reader.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/tof_reader.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io/tof_writer.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/io.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/lib.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring/cpu_moni_data.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring/heartbeats/data_sink_hb.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring/heartbeats/event_builder_hb.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring/heartbeats/master_trigger_hb.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring/heartbeats.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring/ltb_moni_data.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring/mtb_moni_data.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring/pa_moni_data.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring/pb_moni_data.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring/rb_moni_data.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring/run_statistics.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/monitoring.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets/bfsw_ack_packet.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets/gps_packet.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets/magnetometer.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets/pdu_packet.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets/telemetry_packet.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets/telemetry_packet_header.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets/telemetry_packet_type.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets/tof_packet.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets/tof_packet_type.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets/tracker.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets/tracker_header.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/packets.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/prelude.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/python.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/random.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/stats.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/alerts.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/algorithms.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/analysis.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/analysis_engine.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/commands.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/config.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/cuts.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/detector_status.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/master_trigger/control.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/master_trigger/registers.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/master_trigger.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/panic.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/rb_paddle_id.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/settings.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/signal_handler.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/thread_control.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof/tof_response.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tof.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tracker/strips.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/tracker.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/src/version.rs +0 -0
- {gondola-0.11.44 → gondola-0.11.45}/tests/test.rs +0 -0
|
@@ -1146,7 +1146,17 @@ impl FromRandom for TofEvent {
|
|
|
1146
1146
|
#[cfg(feature="pybindings")]
|
|
1147
1147
|
#[pymethods]
|
|
1148
1148
|
impl TofEvent {
|
|
1149
|
-
|
|
1149
|
+
|
|
1150
|
+
#[pyo3(name="strip_rbevents")]
|
|
1151
|
+
fn strip_rbevents_py(&mut self) {
|
|
1152
|
+
self.strip_rbevents()
|
|
1153
|
+
}
|
|
1154
|
+
|
|
1155
|
+
#[pyo3(name="calc_gcu_variables")]
|
|
1156
|
+
fn calc_gcu_variables_py(&mut self) {
|
|
1157
|
+
self.calc_gcu_variables()
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1150
1160
|
/// Emit a copy of self
|
|
1151
1161
|
fn copy(&self) -> Self {
|
|
1152
1162
|
self.clone()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|