LAST CHANGED : 2023/12/30 CRUISE NAME(S) : FKt231218 CRUISE DATES : 2023/12/17 to 2023/12/30 SHIP NAME : Falkor (too) PORTS : Golfito, CR to Valparaiso, Chile CHIEF SCIENTIST : John Fulmer DATABASE NAME : a_ftoo DATA FILES : ftoo2023_350_70519.raw to ftoo2023_363_43200.raw STATUS : to do done ------ ----------- averaged [ x ] at sea loaded [ x ] at sea NOTE: heading correction instrument exists NOTE: time-dependent heading corrections applied IN the ensembles (see cal/rotate/ens_hcorr.ang) check heading correction [ x ] calibration [ x ] edited [ x ] re-check heading correction [ x ] check editing [ x ] figures [ x ] INSTRUMENT : os38 ACQUISITION : PROGRAM : uhdas PROCESSING: : python LOGGING : PARAMETERS : BT : bottom track mode (on or off) SI : sampling interval or averaging period for ensemble (sec) NB : number of bins BL : bin length (m) TD : transducer depth (m) BK : blanking length (m) HO : heading offset applied by DAS (deg) HB : heading bias (deg) CRPH : compensation for roll-pitch-heading, 1:on, 0:off) yy/mm/dd hh:mm:ss BT SI NB BL TD BK HO HB CRPH 2023/12/17 19:40:22 off 300 75 24 7 16 0.21 0.00 0001 HEADING : PRIMARY : heading from gyro1 CORRECTION : heading correction from seapath NOTE: time-dependent heading corrections applied IN the ensembles (see cal/rotate/ens_hcorr.ang) POSITIONS : gps positions from posmv_gps CALIBRATION : (check original processing parameters) (1) transducer alignment original transducer alignment: 0.21 additional rotation 0 final transducer angle = origin - (correction) final transducer angle is: 0.21 (2) scale factor original scale factor 1 additional scale factor (none) (3) ADCP (dx=starboard, dy=fwd) meters from GPS original: xducer_dx=1 xducer_dy=-10 correction 0 0 final offset 1 -10 COMMENTS : No additional calibrations are needed. Acquisition parameters are consistent with recent cruises. Data below the bottom was removed, as well as small bits of data at the bottom of the sonar's range. PROCESSOR : Jules Hummon ------------------------------------------------------------------ # # written 2023/12/17 19:40:34 # this file contains CODAS quick_adcp.py info #name, value pairs #-------------------- ## (determined from "sonar"): model = os ## (determined from "sonar"): frequency = 38 ## (determined from "sonar"): instname = os38 ## (determined from "sonar"): pingtype = nb beamangle 30 cruisename FKt231218 datatype uhdas dbname a_ftoo ens_len 300 fixfile a_ftoo.gps frequency 38 hcorr_inst seapath instname os38 model os pingtype nb proc_engine python ref_method refsm refuv_smoothwin 3 refuv_source nav sonar os38nb txy_file a_ftoo.agt xducer_dx 1 xducer_dy -10 yearbase 2023 ================================================== POST PROCESSING STEPS: ================================================== ------------------------------------------------------------------------ ### 1. Check visual oddities ------------------------------------------------------------------------ # I ran this to look for gaps in the cruise track: plot_nav.py nav/a*.gps # I ran this to look for gaps in the heading correction: figview.py # I ran this looking for missing heading correction values: dataviewer.py ------------------------------------------------------------------------ ### 2. ADCP calibration ------------------------------------------------------------------------ No calibration adjustments, and no calibration values ------------------------------------------------------------------------ ### 3. Editing points ------------------------------------------------------------------------ # I ran this go through the dataset and edit out bad values: dataviewer.py -e # I ran this to recompute the calibration residuals: quick_adcp.py --steps2rerun navsteps:calib --auto ------------------------------------------------------------------------ ### 4. Check edited, calibrated dataset against original dataset ------------------------------------------------------------------------ # Has this corrected the problems in the original? dataviewer.py -c . ../os38nb.orig ------------------------------------------------------------------------ ### 5. Make plots and files ------------------------------------------------------------------------ # To carry over the section info from another sonar. quick_web.py --interactive ## I ran this to extract matlab files: #quick_adcp.py --steps2rerun matfiles --auto # I ran this to extract a netCDF file: adcp_nc.py adcpdb contour/os38nb FKt231218 os38nb --ship_name "Falkor (too)" # I ran this to look at the headers: ncdump -h contour/os38nb.nc | egrep '(cruise_id|sonar|yearbase|platform)' --------------------------------------------------------------------------