-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sealog-sulisCam-stills-import.py does not create aux_event_data for sulis stills #1
Comments
@jogarcia-whoi is this fixed? |
Hi, @figuernd. I don't think I've ever used this script before or been on a cruise in which Alvin used a SulisCam so I'm not sure how this script will function. Perhaps @smccue2019 can provide some input? |
Hi guys,I have looked at the comments for this on the board….This script is not used in Alvin.On Jason the Sulis/science camera is used to capture high res images at the Watch Leaders discretion. After a dive that script feeds those images back into the Sealog event record and makes the image visible with file name.Can provide more info if needed.Thanks,Tina On Apr 22, 2024, at 6:07 PM, jogarcia-whoi ***@***.***> wrote:
Hi, @figuernd. I don't think I've ever used this script before or been on a cruise in which Alvin used a SulisCam so I'm not sure how this script will function. Perhaps @smccue2019 can provide some input?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
Sulis camera AKA ScienceCam AKA SciCam captures Jason’s highest quality photos, to an internal SD card. These photos are offloaded post-lowering, get renamed to include
timestamp using exif metadata.
A separate file that coregisters the photos with renav data is generated, a .ppfx file. These are then cross mounted to the Sealog machine, where the import script is run.
Example invocation:
***@***.***:~$ python3 sealog-sulisCam-stills-import.py /mnt/SciShare/RR2403/SciCamStills/J2-1573 /mnt/SciShare/RR2403/SciCamStills/J2-1573_SciCamStills.ppfx
Typically it’s after renav has been imported to augment the event history (and ASNAPS), and the Sulis photos become just another event. Except, instead of four still grabs imported
via Teradek Cube devices a single SciCam photo is expected.
But perhaps because of the lack of the aux_event_data to the database, we haven’t been seeing the scicam photos actually be displayed. We do see captures listed as an event.
Typically after the SciCam import the lowering is backed up using sealog_postdive.sh. The SciCam images are added to the backup in the J2-XXXX/images/SulisCam dir.
The Sulis script was started by Sealog originator Webb P. I think it might have fully worked then, and I don’t recall when that changed.
S
From: jogarcia-whoi ***@***.***>
Date: Monday, April 22, 2024 at 18:07
To: WHOIGit/ndsf-sealog-scripts ***@***.***>
Cc: Scott J Mccue ***@***.***>, Mention ***@***.***>
Subject: Re: [WHOIGit/ndsf-sealog-scripts] sealog-sulisCam-stills-import.py does not create aux_event_data for sulis stills (Issue #1)
You don't often get email from ***@***.*** Learn why this is important<https://aka.ms/LearnAboutSenderIdentification>
Hi, @figuernd<https://github.com/figuernd>. I don't think I've ever used this script before or been on a cruise in which Alvin used a SulisCam so I'm not sure how this script will function. Perhaps @smccue2019<https://github.com/smccue2019> can provide some input?
—
Reply to this email directly, view it on GitHub<#1 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANLQ32N3T5GUSABF7RDZRXLY6WC2ZAVCNFSM6AAAAAAUFP7S4OVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZRGAZTEMZWGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Created the import fix here: https://github.com/WHOIGit/ndsf-sealog-scripts/tree/nathan.figueroa/sulis-import-fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This causes Sulis stills to not get displayed without a client UI workaround that converts the event options in the sulis events into fake aux data (https://github.com/WHOIGit/ndsf-sealog-client/blob/main/src/components/event_preview.js#L20).
We need to modify this script to create an aux_event_data entry for each sulis still (and maybe remove the event_options) and then remove the workaround linked above (to avoid displaying the image twice). We should also decide if we want to:
The text was updated successfully, but these errors were encountered: