flowchart TD nc[basestation by-dive .nc] --> |extractPositionalData| gps[gps surface table; ]
Data processing
There are several steps for data processing following a mission and they fall into two main categories: (1) glider operational and environmental data processing and (2) passive acoustic data processing.
Glider operational and environmental data processing
These data processing steps will generally follow the Post-mission processing steps outlined in the agate documentation.
More to come soon…
Passive acoustic data processing
See excellent protocols and information on the NMFS PAM Glider site: Analysis Methods > Acoustic Data Pre-Processing
Specifically, the Seaglider - WISPR instructions will apply to the PIFSC Seagliders.
flowchart TD; sbd[L0 flight: .sbd /.dbd] –>|dbd2netcdf| l1sbd[L1 flight: .sbd.nc]; tbd[L0 science: .tbd /.ebd] –>|dbd2netcdf| l1tbd[L1 science: .tbd.nc]; l1sbd — C[ ]:::empty; l1tbd — C; config[config.yml] — C; C –>|glide l2| l2[L2: .l2.nc]; l2 — D[ ]:::empty; config — D; q[Ancillery: .q.nc] — D; D –>|glide l3| l3[L3: .l3.nc];
classDef empty fill:none,stroke:none,color:transparent,width:1px,height:1px;