Execution of AUVprocess_main version 1.86 at 2018-06-02T03:28:09Z on elvis Matlab command executed: AUVprocess_main('OCCO', 2003, ['237.03';'237.04'], 'ssds.shore.mbari.org', 0, 'ssdsLoads-new-ssds.jar', 0, '/mbari/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/', [], 'ctd1') ************************************************************************* Processing data from SSDS via DODS server ************************************************************************* ************************************************************************* Processing AUV mission: 2003.237.03 Data path is http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/ Calibration path is http://ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/ Processing results path (data and metadata) is /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ Processing DVL navigation data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/navigation.nc') Creating vector time with 21698 elements. Creating vector mPos_x with 21698 elements. Creating vector time with 21698 elements. Creating vector mPos_y with 21698 elements. Creating vector time with 21698 elements. Creating vector mDepth with 21698 elements. Creating vector time with 21698 elements. Creating vector mGpsNorth with 21698 elements. Creating vector time with 21698 elements. Creating vector mGpsEast with 21698 elements. Creating vector time with 21698 elements. Creating vector mGpsValid with 21698 elements. Creating vector time with 21698 elements. Creating vector mPhi with 21698 elements. Creating vector time with 21698 elements. Creating vector mTheta with 21698 elements. Creating vector time with 21698 elements. Creating vector mPsi with 21698 elements. Creating vector time with 21698 elements. Creating vector mOmega_x with 21698 elements. Creating vector time with 21698 elements. Creating vector mOmega_y with 21698 elements. Creating vector time with 21698 elements. Creating vector mOmega_z with 21698 elements. Creating vector time with 21698 elements. Creating vector mPsaRange with 21698 elements. Creating vector time with 21698 elements. Creating vector mAltitude with 21698 elements. Creating vector time with 21698 elements. Creating vector mWaterSpeed with 21698 elements. Creating vector time with 21698 elements. Creating vector nfix with 21698 elements. Creating vector time with 21698 elements. Creating vector efix with 21698 elements. Creating vector time with 21698 elements. Creating vector filter_north with 21698 elements. Creating vector time with 21698 elements. Creating vector filter_east with 21698 elements. Creating vector time with 21698 elements. Creating vector filter_depth with 21698 elements. Creating vector time with 21698 elements. Creating vector north_current with 21698 elements. Creating vector time with 21698 elements. Creating vector east_current with 21698 elements. Creating vector time with 21698 elements. Creating vector speed_bias with 21698 elements. Creating vector time with 21698 elements. Creating vector heading_bias with 21698 elements. Creating vector time with 21698 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/navigation.nc'); [Warning: P-file /mbari/matlab/toolbox/matlab/strfun/num2str.p is older than MATLAB file /mbari/matlab/toolbox/matlab/strfun/num2str.m. /mbari/matlab/toolbox/matlab/strfun/num2str.p may be obsolete and may need to be regenerated. Type "help pcode" for information about generating P-files.] [> In processNav (line 62) In processAUVmission (line 60) In AUVprocess_main (line 225)] processNav(): median of positive valued depths = 9.5835 processNav(): Finding depths less than 67.0846 and times > 0 processNav(): length(Nav.depth) = 21698 processNav(): length(gindx) = 21698 Processing GPS navigation data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/gps.nc') Creating vector time with 282 elements. Creating vector UTCTime with 282 elements. Creating vector time with 282 elements. Creating vector latitude with 282 elements. Creating vector time with 282 elements. Creating vector longitude with 282 elements. Creating vector time with 282 elements. Creating vector quality with 282 elements. Creating vector time with 282 elements. Creating vector numberOfSatellites with 282 elements. Creating vector time with 282 elements. Creating vector hdop with 282 elements. Creating vector time with 282 elements. Creating vector antennaHeight with 282 elements. Creating vector time with 282 elements. Creating vector geoHeight with 282 elements. Creating vector time with 282 elements. Creating vector dgpsDataAge with 282 elements. Creating vector time with 282 elements. Creating vector dgpsRSID with 282 elements. Creating vector time with 282 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/gps.nc'); Processing depth data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/parosci.nc') Creating vector time with 21803 elements. Creating vector depth with 21803 elements. Creating vector time with 21803 elements. Creating vector temp with 21803 elements. Creating vector time with 21803 elements. Creating vector pressure with 21803 elements. Creating vector time with 21803 elements. Creating vector temp_period with 21803 elements. Creating vector time with 21803 elements. Creating vector pres_period with 21803 elements. Creating vector time with 21803 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/parosci.nc'); in processDepth.m Before: min(Depth.data) = -0.10606 max(Depth.data) = 45.9252 Found 0 bad (> 300 | < -1.0) depth values in Depth.data. Replacing with NaNs After: min(Depth.data) = -0.10606 max(Depth.data) = 45.9252 [Warning: P-file /mbari/matlab/toolbox/matlab/ops/unique.p is older than MATLAB file /mbari/matlab/toolbox/matlab/ops/unique.m. /mbari/matlab/toolbox/matlab/ops/unique.p may be obsolete and may need to be regenerated. Type "help pcode" for information about generating P-files.] [> In fix_depth_time (line 6) In processDepth (line 65) In processAUVmission (line 106) In AUVprocess_main (line 225)] Processing hs2 backscattering and chlorophyll fluorescence data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/hydroscatlog.nc') Creating vector time with 17421 elements. Creating vector Seconds with 17421 elements. Creating vector time with 17421 elements. Creating vector HundrethsOfSeconds with 17421 elements. Creating vector time with 17421 elements. Creating vector Snorm1 with 17421 elements. Creating vector time with 17421 elements. Creating vector Snorm2 with 17421 elements. Creating vector time with 17421 elements. Creating vector Snorm3 with 17421 elements. Creating vector time with 17421 elements. Creating vector Gain_Status_1 with 17421 elements. Creating vector time with 17421 elements. Creating vector Gain_Status_2 with 17421 elements. Creating vector time with 17421 elements. Creating vector Gain_Status_3 with 17421 elements. Creating vector time with 17421 elements. Creating vector RawDepthValue with 17421 elements. Creating vector time with 17421 elements. Creating vector RawTempValue with 17421 elements. Creating vector time with 17421 elements. Creating vector Temperature with 17421 elements. Creating vector time with 17421 elements. Creating vector ErrorValue with 17421 elements. Creating vector time with 17421 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/hydroscatlog.nc'); Processing CTD #1 data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/ctdDriver.nc') Creating vector time with 17364 elements. Creating vector conductivity with 17364 elements. Creating vector time with 17364 elements. Creating vector temperature with 17364 elements. Creating vector time with 17364 elements. Creating vector cond_frequency with 17364 elements. Creating vector time with 17364 elements. Creating vector temp_frequency with 17364 elements. Creating vector time with 17364 elements. Creating vector spare with 17364 elements. Creating vector time with 17364 elements. Creating vector humidity with 17364 elements. Creating vector time with 17364 elements. Creating vector flow1 with 17364 elements. Creating vector time with 17364 elements. Creating vector OBS with 17364 elements. Creating vector time with 17364 elements. Creating vector dissolvedO2 with 17364 elements. Creating vector time with 17364 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/ctdDriver.nc'); Obtaining calibration from http://ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/ctdDriver.cfg Oxygen calibration loaded from CTD config file (current method) Using constant flow rate offset for oxygen... Processing CTD #2 data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/ctdDriver2.nc') Creating vector time with 17364 elements. Creating vector conductivity with 17364 elements. Creating vector time with 17364 elements. Creating vector temperature with 17364 elements. Creating vector time with 17364 elements. Creating vector cond_frequency with 17364 elements. Creating vector time with 17364 elements. Creating vector temp_frequency with 17364 elements. Creating vector time with 17364 elements. Creating vector flow2 with 17364 elements. Creating vector time with 17364 elements. Creating vector spare with 17364 elements. Creating vector time with 17364 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/ctdDriver2.nc'); Obtaining calibration from http://ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/ctdDriver2.cfg Processing ISUS data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/isuslog.nc') Creating vector time with 2584 elements. Creating vector isusNitrate with 2584 elements. Creating vector time with 2584 elements. Creating vector isusTemp with 2584 elements. Creating vector time with 2584 elements. Creating vector isusQuality with 2584 elements. Creating vector time with 2584 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/isuslog.nc'); Total lag applied to nitrate = 6 seconds Processing Biolume data... [Warning: "/mbari/matlab/toolbox/matlab/demos" not found in path.] [> In rmpath (line 75) In processBiolume (line 21) In processAUVmission (line 220) In AUVprocess_main (line 225)] [Warning: "/mbari/matlabR2012a/toolbox/matlab/demos" not found in path.] [> In rmpath (line 75) In processBiolume (line 22) In processAUVmission (line 220) In AUVprocess_main (line 225)] loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/biolume.nc') Error: Error while reading the URL: http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/biolume.nc.dods?. The OPeNDAP server returned the following message: Not Found: The data source or server could not be found. Often this means that the OPeNDAP server is missing or needs attention; Please contact the server administrator. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/biolume.nc'); Error: Error while reading the URL: http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/biolume.nc.das. The OPeNDAP server returned the following message: Not Found: The data source or server could not be found. Often this means that the OPeNDAP server is missing or needs attention; Please contact the server administrator. Could not read from biolume.nc returning NaNs for fields. Processing LOPC plankton data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/lopc.nc') Error: Error while reading the URL: http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/lopc.nc.dods?. The OPeNDAP server returned the following message: Not Found: The data source or server could not be found. Often this means that the OPeNDAP server is missing or needs attention; Please contact the server administrator. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/lopc.nc'); Error: Error while reading the URL: http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/lopc.nc.das. The OPeNDAP server returned the following message: Not Found: The data source or server could not be found. Often this means that the OPeNDAP server is missing or needs attention; Please contact the server administrator. *** Setting lopc structure to NaNs. *** save /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003.237.03.mat BL CTD1 CTD2 hs2 ISUS Nav gps lopc ************************************************************************* ************************************************************************* Processing AUV mission: 2003.237.04 Data path is http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/ Calibration path is http://ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/ Processing results path (data and metadata) is /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ Processing DVL navigation data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/navigation.nc') Creating vector time with 81286 elements. Creating vector mPos_x with 81286 elements. Creating vector time with 81286 elements. Creating vector mPos_y with 81286 elements. Creating vector time with 81286 elements. Creating vector mDepth with 81286 elements. Creating vector time with 81286 elements. Creating vector mGpsNorth with 81286 elements. Creating vector time with 81286 elements. Creating vector mGpsEast with 81286 elements. Creating vector time with 81286 elements. Creating vector mGpsValid with 81286 elements. Creating vector time with 81286 elements. Creating vector mPhi with 81286 elements. Creating vector time with 81286 elements. Creating vector mTheta with 81286 elements. Creating vector time with 81286 elements. Creating vector mPsi with 81286 elements. Creating vector time with 81286 elements. Creating vector mOmega_x with 81286 elements. Creating vector time with 81286 elements. Creating vector mOmega_y with 81286 elements. Creating vector time with 81286 elements. Creating vector mOmega_z with 81286 elements. Creating vector time with 81286 elements. Creating vector mPsaRange with 81286 elements. Creating vector time with 81286 elements. Creating vector mAltitude with 81286 elements. Creating vector time with 81286 elements. Creating vector mWaterSpeed with 81286 elements. Creating vector time with 81286 elements. Creating vector nfix with 81286 elements. Creating vector time with 81286 elements. Creating vector efix with 81286 elements. Creating vector time with 81286 elements. Creating vector filter_north with 81286 elements. Creating vector time with 81286 elements. Creating vector filter_east with 81286 elements. Creating vector time with 81286 elements. Creating vector filter_depth with 81286 elements. Creating vector time with 81286 elements. Creating vector north_current with 81286 elements. Creating vector time with 81286 elements. Creating vector east_current with 81286 elements. Creating vector time with 81286 elements. Creating vector speed_bias with 81286 elements. Creating vector time with 81286 elements. Creating vector heading_bias with 81286 elements. Creating vector time with 81286 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/navigation.nc'); processNav(): median of positive valued depths = 27.5601 processNav(): Finding depths less than 192.9208 and times > 0 processNav(): length(Nav.depth) = 81286 processNav(): length(gindx) = 81286 Processing GPS navigation data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/gps.nc') Creating vector time with 572 elements. Creating vector UTCTime with 572 elements. Creating vector time with 572 elements. Creating vector latitude with 572 elements. Creating vector time with 572 elements. Creating vector longitude with 572 elements. Creating vector time with 572 elements. Creating vector quality with 572 elements. Creating vector time with 572 elements. Creating vector numberOfSatellites with 572 elements. Creating vector time with 572 elements. Creating vector hdop with 572 elements. Creating vector time with 572 elements. Creating vector antennaHeight with 572 elements. Creating vector time with 572 elements. Creating vector geoHeight with 572 elements. Creating vector time with 572 elements. Creating vector dgpsDataAge with 572 elements. Creating vector time with 572 elements. Creating vector dgpsRSID with 572 elements. Creating vector time with 572 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/gps.nc'); Processing depth data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/parosci.nc') Creating vector time with 81391 elements. Creating vector depth with 81391 elements. Creating vector time with 81391 elements. Creating vector temp with 81391 elements. Creating vector time with 81391 elements. Creating vector pressure with 81391 elements. Creating vector time with 81391 elements. Creating vector temp_period with 81391 elements. Creating vector time with 81391 elements. Creating vector pres_period with 81391 elements. Creating vector time with 81391 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/parosci.nc'); in processDepth.m Before: min(Depth.data) = -0.18151 max(Depth.data) = 71.2261 Found 0 bad (> 300 | < -1.0) depth values in Depth.data. Replacing with NaNs After: min(Depth.data) = -0.18151 max(Depth.data) = 71.2261 Processing hs2 backscattering and chlorophyll fluorescence data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/hydroscatlog.nc') Creating vector time with 65065 elements. Creating vector Seconds with 65065 elements. Creating vector time with 65065 elements. Creating vector HundrethsOfSeconds with 65065 elements. Creating vector time with 65065 elements. Creating vector Snorm1 with 65065 elements. Creating vector time with 65065 elements. Creating vector Snorm2 with 65065 elements. Creating vector time with 65065 elements. Creating vector Snorm3 with 65065 elements. Creating vector time with 65065 elements. Creating vector Gain_Status_1 with 65065 elements. Creating vector time with 65065 elements. Creating vector Gain_Status_2 with 65065 elements. Creating vector time with 65065 elements. Creating vector Gain_Status_3 with 65065 elements. Creating vector time with 65065 elements. Creating vector RawDepthValue with 65065 elements. Creating vector time with 65065 elements. Creating vector RawTempValue with 65065 elements. Creating vector time with 65065 elements. Creating vector Temperature with 65065 elements. Creating vector time with 65065 elements. Creating vector ErrorValue with 65065 elements. Creating vector time with 65065 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/hydroscatlog.nc'); Processing CTD #1 data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/ctdDriver.nc') Creating vector time with 65033 elements. Creating vector conductivity with 65033 elements. Creating vector time with 65033 elements. Creating vector temperature with 65033 elements. Creating vector time with 65033 elements. Creating vector cond_frequency with 65033 elements. Creating vector time with 65033 elements. Creating vector temp_frequency with 65033 elements. Creating vector time with 65033 elements. Creating vector spare with 65033 elements. Creating vector time with 65033 elements. Creating vector humidity with 65033 elements. Creating vector time with 65033 elements. Creating vector flow1 with 65033 elements. Creating vector time with 65033 elements. Creating vector OBS with 65033 elements. Creating vector time with 65033 elements. Creating vector dissolvedO2 with 65033 elements. Creating vector time with 65033 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/ctdDriver.nc'); Obtaining calibration from http://ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/ctdDriver.cfg Oxygen calibration loaded from CTD config file (current method) Using constant flow rate offset for oxygen... Processing CTD #2 data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/ctdDriver2.nc') Creating vector time with 65032 elements. Creating vector conductivity with 65032 elements. Creating vector time with 65032 elements. Creating vector temperature with 65032 elements. Creating vector time with 65032 elements. Creating vector cond_frequency with 65032 elements. Creating vector time with 65032 elements. Creating vector temp_frequency with 65032 elements. Creating vector time with 65032 elements. Creating vector flow2 with 65032 elements. Creating vector time with 65032 elements. Creating vector spare with 65032 elements. Creating vector time with 65032 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/ctdDriver2.nc'); Obtaining calibration from http://ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/ctdDriver2.cfg Processing ISUS data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/isuslog.nc') Creating vector time with 9742 elements. Creating vector isusNitrate with 9742 elements. Creating vector time with 9742 elements. Creating vector isusTemp with 9742 elements. Creating vector time with 9742 elements. Creating vector isusQuality with 9742 elements. Creating vector time with 9742 elements. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/isuslog.nc'); Total lag applied to nitrate = 6 seconds Processing Biolume data... [Warning: "/mbari/matlab/toolbox/matlab/demos" not found in path.] [> In rmpath (line 75) In processBiolume (line 21) In processAUVmission (line 220) In AUVprocess_main (line 225)] [Warning: "/mbari/matlabR2012a/toolbox/matlab/demos" not found in path.] [> In rmpath (line 75) In processBiolume (line 22) In processAUVmission (line 220) In AUVprocess_main (line 225)] loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/biolume.nc') Error: Error while reading the URL: http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/biolume.nc.dods?. The OPeNDAP server returned the following message: Not Found: The data source or server could not be found. Often this means that the OPeNDAP server is missing or needs attention; Please contact the server administrator. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/biolume.nc'); Error: Error while reading the URL: http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/biolume.nc.das. The OPeNDAP server returned the following message: Not Found: The data source or server could not be found. Often this means that the OPeNDAP server is missing or needs attention; Please contact the server administrator. Could not read from biolume.nc returning NaNs for fields. Processing LOPC plankton data... loaddap('http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/lopc.nc') Error: Error while reading the URL: http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/lopc.nc.dods?. The OPeNDAP server returned the following message: Not Found: The data source or server could not be found. Often this means that the OPeNDAP server is missing or needs attention; Please contact the server administrator. att = loaddap('-A', 'http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/lopc.nc'); Error: Error while reading the URL: http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/lopc.nc.das. The OPeNDAP server returned the following message: Not Found: The data source or server could not be found. Often this means that the OPeNDAP server is missing or needs attention; Please contact the server administrator. *** Setting lopc structure to NaNs. *** save /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003.237.04.mat BL CTD1 CTD2 hs2 ISUS Nav gps lopc ************************************************************************* ************************************************************************* Calling build_auv_survey.m to construct survey file... SecondaryDissolvedO2 = [] Reading: /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003.237.03.mat Reading: /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003.237.04.mat Calling matchDVLtoGPS to adjust dvl data in the underwater segments... setting up UTM transformation using M_Map calls... Looping over 10 segments. [Warning: MATLAB has disabled some advanced graphics rendering features by switching to software OpenGL. For more information, click here.] Current plot held Printing navigation adjust plot to /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_nav_adjust.png [Warning: P-file /mbari/matlab/toolbox/matlab/imagesci/imformats.p is older than MATLAB file /mbari/matlab/toolbox/matlab/imagesci/imformats.m. /mbari/matlab/toolbox/matlab/imagesci/imformats.p may be obsolete and may need to be regenerated. Type "help pcode" for information about generating P-files.] [> In imwrite>parse_inputs (line 557) In imwrite (line 418) In writeRaster In printingGenerateOutput In alternatePrintPath In print (line 82) In create_data_products (line 99) In build_auv_survey (line 522) In AUVprocess_main (line 255)] [Warning: P-file /mbari/matlab/toolbox/matlab/timefun/datevec.p is older than MATLAB file /mbari/matlab/toolbox/matlab/timefun/datevec.m. /mbari/matlab/toolbox/matlab/timefun/datevec.p may be obsolete and may need to be regenerated. Type "help pcode" for information about generating P-files.] [> In datenum (line 103) In writepng (line 232) In imwrite (line 485) In writeRaster In printingGenerateOutput In alternatePrintPath In print (line 82) In create_data_products (line 99) In build_auv_survey (line 522) In AUVprocess_main (line 255)] Saving survey data to /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04.mat Done saving to /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04.mat ************************************************************************* Calling plot_sections from ../viz to produce section plots ... Using median boxcar filter of vector... Using mean boxcar filter of vector... Number of profiles found = 116 Gridding with nix = 348, iZ = 139 Using mean boxcar filter of vector... Using mean boxcar filter of vector... Using max boxcar filter of vector... Using max boxcar filter of vector... Using max boxcar filter of vector... Gridding... T S O Using median boxcar filter of vector... Using median boxcar filter of vector... Using median boxcar filter of vector... bbp470 bbp676 fl676_uncorr N BL Only one good point or fewer - NaNing the gBL array. BLflow Only one good point or fewer - NaNing the gBLflow array. LOPC Only one good point or fewer - NaNing the gLOPCcount array. - NaNing the gLOPCtransCount array. - NaNing the gLOPCnonTransCount array. - NaNing the gLOPCLCcount array. Masking and filtering with median filter of size 5... cvarname = gT cvarname = gS cvarname = gO cvarname = gN cvarname = gF cvarname = gB470 cvarname = gB676 cvarname = gBL No valid data for gBL cvarname = gBLflow No valid data for gBLflow cvarname = gLOPCcount No valid data for gLOPCcount cvarname = gLOPCtransCount No valid data for gLOPCtransCount cvarname = gLOPCnonTransCount No valid data for gLOPCnonTransCount cvarname = gLOPCLCcount No valid data for gLOPCLCcount Encountered 0 NaN values in array of lon that is 102872 elements long ! gmt grdtrack -V ~/tmp/grdTrk.txt -GMonterey25.grd -bos >! ~/tmp/grdTrk.bath grdtrack: Warning: -b option with type s, S, or D are deprecated; Use f or d, with w to indicate swab grdtrack: Processing input grid(s) grdtrack: Output 1 columns via binary records using format f grdtrack: Sampled 102872 points from grid Monterey25.grd (2876 x 2447) Executing: /bin/rm -f ../results/2003237_GulperTimes.txt && touch ../results/2003237_GulperTimes.txt Getting mission start epoch seconds from: http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.03/navigation.nc.ascii?time[0:1:0] Executing: perl parseGulper.pl -syslogFile /mbari/AUVCTD/missionlogs/2003/2003237/2003.237.03/syslog -startEsecs 1061829864.4662 -surveyName Dorado389_2003_237_03_237_04 >> ../results/2003237_GulperTimes.txt Executing: removeGulpDups.py ../results/2003237_GulperTimes.txt Getting mission start epoch seconds from: http://dods.mbari.org/cgi-bin/nph-nc/data/ssdsdata/ssds/generated/netcdf/files/ssds.shore.mbari.org/auvctd/missionlogs/2003/2003237/2003.237.04/navigation.nc.ascii?time[0:1:0] Executing: perl parseGulper.pl -syslogFile /mbari/AUVCTD/missionlogs/2003/2003237/2003.237.04/syslog -startEsecs 1061829864.4662 -surveyName Dorado389_2003_237_03_237_04 >> ../results/2003237_GulperTimes.txt Executing: removeGulpDups.py ../results/2003237_GulperTimes.txt Saving gridded, filtered data to /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_gridded.mat outvarstr = 'gF gT gN gS gD gO gB470 gB676 gBL gBLflow gLOPCcount gLOPCtransCount gLOPCnonTransCount gLOPCLCcount idist iZ auvnav distnav ilat ilon profDist profZ dists depths stride sdists sdepths fixLonSubIntrp fixLatSubIntrp GulperLocations bmask bdist bdepth fbdist fbdepth ' 2Column contouring gridded variable gD Drawing bottom contour from EM300 data 2Column contouring gridded variable gT Drawing bottom contour from EM300 data 2Column contouring gridded variable gS Drawing bottom contour from EM300 data 2Column contouring gridded variable gN Drawing bottom contour from EM300 data 2Column contouring gridded variable gO Drawing bottom contour from EM300 data 2Column contouring gridded variable gB470 Drawing bottom contour from EM300 data 2Column contouring gridded variable gB676 Drawing bottom contour from EM300 data 2Column contouring gridded variable gF Drawing bottom contour from EM300 data 2Column contouring gridded variable gBL Drawing bottom contour from EM300 data Printing two column section summary to /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_2column.png Elapsed time to save image: 10 seconds Biolume contouring gridded variable gD Drawing bottom contour from EM300 data Biolume contouring gridded variable gT Drawing bottom contour from EM300 data Biolume contouring gridded variable gS Drawing bottom contour from EM300 data Biolume contouring gridded variable gN Drawing bottom contour from EM300 data Biolume contouring gridded variable gO Drawing bottom contour from EM300 data Biolume contouring gridded variable gB470 Drawing bottom contour from EM300 data Biolume contouring gridded variable gB676 Drawing bottom contour from EM300 data Biolume contouring gridded variable gF Drawing bottom contour from EM300 data Biolume contouring gridded variable gBL Drawing bottom contour from EM300 data Printing biolume section summary to /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_biolume.png Elapsed time to save image: 38 seconds 2Column contouring gridded variable gLOPCcount Drawing bottom contour from EM300 data 2Column contouring gridded variable gLOPCtransCount Drawing bottom contour from EM300 data 2Column contouring gridded variable gLOPCnonTransCount Drawing bottom contour from EM300 data 2Column contouring gridded variable gLOPCLCcount Drawing bottom contour from EM300 data 2Column contouring gridded variable gT Drawing bottom contour from EM300 data 2Column contouring gridded variable gB470 Drawing bottom contour from EM300 data 2Column contouring gridded variable gB676 Drawing bottom contour from EM300 data 2Column contouring gridded variable gF Drawing bottom contour from EM300 data 2Column contouring gridded variable gBL Drawing bottom contour from EM300 data Printing two column section summary to /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_lopc.png Elapsed time to save image: 9 seconds ************************************************************************* Calling plot_survey_stats to produce histogram and profile statistics plots... [Warning: P-file /mbari/matlab/toolbox/matlab/graph2d/subplot.p is older than MATLAB file /mbari/matlab/toolbox/matlab/graph2d/subplot.m. /mbari/matlab/toolbox/matlab/graph2d/subplot.p may be obsolete and may need to be regenerated. Type "help pcode" for information about generating P-files.] [> In plot_survey_stats (line 47) In create_data_products (line 128) In build_auv_survey (line 522) In AUVprocess_main (line 255)] Printing section summary to /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_hist_stats.png Printing section summary to /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_prof_stats.png Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_2column.png... Copied to /mbari/AUVCTD/surveys/2003/images/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_biolume.png... Copied to /mbari/AUVCTD/surveys/2003/images/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_lopc.png... Copied to /mbari/AUVCTD/surveys/2003/images/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_nav_adjust.png... Copied to /mbari/AUVCTD/surveys/2003/images/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_hist_stats.png... Copied to /mbari/AUVCTD/surveys/2003/images/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_prof_stats.png... Copied to /mbari/AUVCTD/surveys/2003/images/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ ************************************************************************* Writing KML files ... KML = write_kml(survey_shrt_filename_base, 'Temperature', jetplus, varlimits(1,:), ctd1.T, time.ctd1, auvnav, depth.ctd1, resultspath); adding: u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Temperature.kml (deflated 93%) Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Temperature.kmz... Copied to /mbari/AUVCTD/surveys/2003/kml/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ KML = write_kml(survey_shrt_filename_base, 'Salinity', jetplus, varlimits(2,:), ctd1.S, time.ctd1, auvnav, depth.ctd1, resultspath); adding: u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Salinity.kml (deflated 93%) Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Salinity.kmz... Copied to /mbari/AUVCTD/surveys/2003/kml/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ KML = write_kml(survey_shrt_filename_base, 'Nitrate', jetplus, varlimits(3,:), isus.nitrate, time.isus, auvnav, depth.isus, resultspath); adding: u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Nitrate.kml (deflated 93%) Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Nitrate.kmz... Copied to /mbari/AUVCTD/surveys/2003/kml/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ KML = write_kml(survey_shrt_filename_base, 'Oxygen', jetplus, varlimits(4,:), ctd1.O2, time.ctd1, auvnav, depth.ctd1, resultspath); adding: u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Oxygen.kml (deflated 93%) Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Oxygen.kmz... Copied to /mbari/AUVCTD/surveys/2003/kml/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ KML = write_kml(survey_shrt_filename_base, 'Optical Backscatter @470 nm', jetplus, varlimits(5,:), hs2.bbp470, time.hs2, auvnav, depth.hs2, resultspath); adding: u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Optical_Backscatter_470_nm.kml (deflated 93%) Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Optical_Backscatter_470_nm.kmz... Copied to /mbari/AUVCTD/surveys/2003/kml/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ KML = write_kml(survey_shrt_filename_base, 'Optical Backscatter @676 nm', jetplus, varlimits(6,:), hs2.bbp676, time.hs2, auvnav, depth.hs2, resultspath); adding: u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Optical_Backscatter_676_nm.kml (deflated 93%) Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Optical_Backscatter_676_nm.kmz... Copied to /mbari/AUVCTD/surveys/2003/kml/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ KML = write_kml(survey_shrt_filename_base, 'Chlorophyll Fluorescence', jetplus, varlimits(7,:), hs2.fl676_uncorr, time.hs2, auvnav, depth.hs2, resultspath); adding: u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Chlorophyll_Fluorescence.kml (deflated 93%) Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Chlorophyll_Fluorescence.kmz... Copied to /mbari/AUVCTD/surveys/2003/kml/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ KML = write_kml(survey_shrt_filename_base, 'Bioluminescence', jetplus, varlimits(8,:), biolume.biolume, time.biolume, auvnav, depth.biolume, resultspath); length(v_esecs(gindx)) = which is less than 2. Not processing. adding: u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Bioluminescence.kml (deflated 94%) Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_Bioluminescence.kmz... Copied to /mbari/AUVCTD/surveys/2003/kml/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ KML = write_kml(survey_shrt_filename_base, 'LOPC Total Count', jetplus, varlimits(9,:), lopc.countSum, time.lopc, auvnav, depth.lopc, resultspath); length(v_esecs(gindx)) = which is less than 2. Not processing. adding: u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_LOPC_Total_Count.kml (deflated 94%) Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_LOPC_Total_Count.kmz... Copied to /mbari/AUVCTD/surveys/2003/kml/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ Creating Dorado389_2003_237_03_237_04.kml file to hold all the variable .kmz files... Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04.kml... Copied to /mbari/AUVCTD/surveys/2003/kml/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ [Warning: File '/u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results//Dorado389_2003_237_03_237_04_LOPC_Total_Count.kml' not found.] [> In create_data_products (line 414) In build_auv_survey (line 522) In AUVprocess_main (line 255)] ************************************************************************* Writing ODV file ... Loading survey file /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04.mat ... Iterpolating to isus time values... Interpolating ctd1 temperature... Interpolating ctd1 salinity... 6 NaNs found in bbpRed. Interpolating anyway. Encountered 14 NaN values in array of lon that is 12326 elements long ! gmt grdtrack -V ~/tmp/grdTrk.txt -GMonterey25.grd -bos >! ~/tmp/grdTrk.bath grdtrack: Warning: -b option with type s, S, or D are deprecated; Use f or d, with w to indicate swab grdtrack: Processing input grid(s) grdtrack: Output 1 columns via binary records using format f grdtrack: Sampled 12312 points from grid Monterey25.grd (2876 x 2447) Number of depths returned from grdtrack = 12312 are not equal to number of Lat lon points = 12326 AUV track probably goes outside of the range of the .grd file being used. Setting bottom depths to 1000 m Writing to /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04.txt Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04.txt... Copied to /mbari/AUVCTD/surveys/2003/odv/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_Gulper.txt... Tried, but failed to copy to /mbari/AUVCTD/surveys/2003/odv/ cp: cannot stat ‘/u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_Gulper.txt’: No such file or directory ************************************************************************* Writing decimated netCDF file ... Iterpolating to isus time values... Interpolating ctd1 temperature... Interpolating ctd1 salinity... 6 NaNs found in bbpRed. Interpolating anyway. Saving Global Attributes Saving Variables and attributes Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_decim.nc... Copied to /mbari/AUVCTD/surveys/2003/netcdf/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ ************************************************************************* Writing netCDF file ... Saving Global Attributes Saving Variables and attributes Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04.nc... Copied to /mbari/AUVCTD/surveys/2003/netcdf/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04_gridded.mat... Copied to /mbari/AUVCTD/surveys/2003/mat/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ ************************************************************************* Copying /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003_237_03_237_04.mat... Copied to /mbari/AUVCTD/surveys/2003/mat/. Removing from /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/ ************************************************************************* Composing email to send to mccann@mbari.org ... !mail -s "Survey Dorado389_2003_237_03_237_04 processed" mccann@mbari.org < mail_Dorado389_2003_237_03_237_04.txt Removing mission .mat files: /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003.237.03.mat /u/ssdsadmin/dev/auv_ctd/src/matlab/doradosdp/results/Dorado389_2003.237.04.mat Processing time: 229 seconds