LAST CHANGED : 2010/04/06 06:34:50 CRUISE NAME(S) : P6_leg2 (mv1001) CRUISE DATES : 2010/01/05 to 2010/02/10 SHIP NAME : Melville PORTS : Papeete, Tahiti to Valparaiso, Chile CHIEF SCIENTIST : Ruth Curry DATABASE NAME : aship DATA FILES : mv2010_005_78756.raw to mv2010_039_64800.raw STATUS : to do done ------ ----------- averaged [ x ] loaded [ x ] check heading correction [ x ] calibration [ x ] edited [ x ] re-check heading correction [ x ] check editing [ x ] figures [ x ] ready for JASADCP INSTRUMENT : os75 ACQUISITION : PROGRAM : uhdas PING TYPE : nb 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 2010/01/06 21:57:41 off 300 70 16 5 8 43.50 0.00 0001 HEADING : PRIMARY : gyro CORRECTION : ashtech POSITIONS : gps (specify more detail if available) CALIBRATION : original heading alignment: 43.5 additional rotation 0 final rotation is (original transducer angle) - (rotate_angle) 43.5 - (-.86) = 44.35 NOTE: not clear why this would be different from leg1 original scale factor 1; no adjustment COMMENTS : gaps in heading correction dday 13.2 - dday 14.8 dday 21.3 - dday 21.7 dday 32.5 - dday 32.65 PROCESSOR : J.Hummon #=========================================== reprocessing from scratch to regain data in regions of low scattering. # rsync config from the data directory to here; # modify to have useful paths (1) # make processing directory adcptree.py MV1001_os75nb --datatype uhdas --configbase MV1001 --configpath config (2) # set up control file cd $procdir cat << EOF > q_py.cnt --yearbase 2010 --pingtype nb --cfgbase MV1001 --cruisename MV1001 --instclass os --instname os75 --dbname aship --datatype uhdas --datadir path_to_data/MV1001/raw/os75 --cfgpath $basedir/config --ens_len 300 --ping_headcorr --hcorr_inst ashtech --use_topo4edit --delblks 1 --auto EOF (3) quick_adcp.py --cntfile q_py.cnt --mplplots all --npycalc all (4) check rotation Ashtech gaps -- fix cd cal/rotate # copy file in, edit for this case python patch_hcorr.py# makes newhcorr.ang, newhcorr.asc # edit, run, look at pictures -- all OK? rotate unrotate.tmp rotate rotate1.tmp cd ../.. quick_adcp.py --yearbase 2010 --use_refsm --steps2rerun \ calib:matfiles --auto --mplplots all --npycalc all ** watertrack ** Number of edited points: 214 out of 221 amp = 0.0003 + 1.0021 (t - 24.7) phase = -0.00 + -0.0381 (t - 24.7) median mean std amplitude 1.0030 1.0021 0.0062 phase -0.0235 -0.0381 0.2490 (5) tweak calibration: quick_adcp.py --yearbase 2010 --use_refsm --steps2rerun \ rotate:navsteps:calib:matfiles --auto --mplplots all --npycalc all \ --rotate_angle -.03 --rotate_amplitude 1.003 (6) edit quick_adcp.py --yearbase 2010 --use_refsm --steps2rerun \ apply_edit:navsteps:calib:matfiles --auto --mplplots all --npycalc all ** watertrack ** Number of edited points: 173 out of 195 amp = 0.0001 + 0.9997 (t - 24.8) phase = -0.00 + -0.0115 (t - 24.8) median mean std amplitude 1.0000 0.9997 0.0047 phase 0.0000 -0.0115 0.2179 ================================= (7) web plots quick_web.py --instping os75nb --cruiseid MV1001_os75nb --interactive done