nmfs-swfsc-ast / ast-tasks

0 stars 0 forks source link

Update (U)CTD Processing #55

Open jrenfree opened 10 months ago

jrenfree commented 10 months ago

Working in new branch called 'update-ctd-uctd-processing' on estimATM.

Will implement the following:

jrenfree commented 10 months ago

Have updated the code to at least work with processing UCTD data, however am waiting to hear back from Echoview on how the non-depth profile environmental variables are utilized. For example, when the ECS file only species the depth and sound speed profiles, Echoview is still indicating that it's using static values of sound speed, temperature, salinity, and absorption depth. This is likely so that they can compute a static absorption coefficient. So I emailed Echoview to inquire if depth profiles can or should also be specified for these variables in order to have a depth profile of absorption coefficients.

jrenfree commented 10 months ago

It looks like the CTD processing does not use AlignCTD, while UCTD processing does. Will update so that the CTD processing also conducts AlignCTD.

jrenfree commented 10 months ago

I believe the CTD rosette on Lasker (an SBE 9) automatically aligns the conductivity sensor relative to temperature (by 0.073 seconds), which is why the AlignCTD program was not previously used for the CTD processing. However it might be useful to still include that processing step, although the CTD .psa file might just use a time offset that's essentially 0.

kstierhoff commented 10 months ago

This seems like a good approach to me, not that you were asking. 🤓

jrenfree commented 10 months ago

I wasn't asking

jrenfree commented 9 months ago

Finished updating CTD processing script, however will wait until after survey processing is done to merge the branch 'update-ctd-uctd-processing' into master. Will also need to update EstimATM to use the updated PSA directories/files that exist on my local Desktop in the 'TEMP' folder.