From a962ba9c853a797e9a41b2830ec0181b167d8cd9 Mon Sep 17 00:00:00 2001 From: gennyble Date: Sun, 10 Sep 2023 02:44:01 -0500 Subject: reorg --- lri-proto/proto/hot_pixel_map.proto | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 lri-proto/proto/hot_pixel_map.proto (limited to 'lri-proto/proto/hot_pixel_map.proto') diff --git a/lri-proto/proto/hot_pixel_map.proto b/lri-proto/proto/hot_pixel_map.proto new file mode 100644 index 0000000..4cd53dc --- /dev/null +++ b/lri-proto/proto/hot_pixel_map.proto @@ -0,0 +1,16 @@ +syntax = "proto2"; + +package ltpb; + +message HotPixelMap { + repeated HotPixelMeasurement data = 1; + message HotPixelMeasurement { + required uint64 data_offset = 1; + required uint32 data_size = 2; + required uint32 data_exposure = 3; + required int32 sensor_temparature = 4; + required float sensor_gain = 5; + optional float pixel_variance = 6; + optional float threshold = 7; + } +} -- cgit 1.4.1-3-g733a5