You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #438 from csiro-internal/feature/cvd-image-scaling-tool
Plumb handbag's CVD scaling as a post processing option and cleans up unimplemented items from GUI
Updated merged submodules and changelog. Rod approved over slack.
Copy file name to clipboardExpand all lines: docs/user/PostProcessing.md
+38-3Lines changed: 38 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Contents:
4
4
5
5
-[Offline global SLAM](#offline-global-slam)
6
6
-[Summarise FA data](#summarise-fa-data)
7
-
-[Summarise mission](#summarise-mission)
7
+
-[Scale CVD Images](#scale-cvd-images)
8
8
9
9
See:
10
10
@@ -135,6 +135,41 @@ The yaml files will have the following messages within:
135
135
136
136
If the align feedback is valid and the camera_firmware run data is provided, the png will be generated with annotations of the expected position, align feedback and bounds.
- CVD images scaled to 12-bit, written to new folder but in same Optical Payload parent directory, e.g. if this is the provided directory, `/ssd/20251205_1/run002/` it will output the scaled images to `/ssd/20251205_1/run002-12bit`
7. Find the name of the Optical Payload data that was just recorded. It should be at the top of the list. Let `${RECORD_OPTICAL_PAYLOAD}` be the name of the Optical Payload data.
158
+
2. Run post-processing task.
159
+
1. Navigate to `Right pane` > `Data` > `Post-Processing`.
160
+
2. Set `Task` to `Scale CVD images to 12-bit`.
161
+
3. Set `Optical Payload data` to `${RECORD_OPTICAL_PAYLOAD}`.
162
+
4. Click `Start`.
163
+
5. Watch `Status`, wait for it to become `Complete.` or any other value that implies the task has terminated.
0 commit comments