Changeset 499
- Timestamp:
- 03/19/13 16:46:17
- Files:
-
- gliderproc/trunk/gliderCTD_GeneratePlots.m (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gliderproc/trunk/gliderCTD_GeneratePlots.m
r496 r499 13 13 14 14 function gliderCTD_GeneratePlots(gliderIndex, deploymentNumber, legNumber,... 15 plotFlag_TS, plotFlag_TS_AllLegs, plotFlag_TS_Chlorophyll,...15 plotFlag_TS, plotFlag_TS_AllLegs,... 16 16 plotFlag_Temperature, plotFlag_Salinity, plotFlag_Density,... 17 plotFlag_ Chlorophyll, plotFlag_TemperatureProfile,...17 plotFlag_TemperatureProfile,... 18 18 plotFlag_SalinityProfile, plotFlag_DensityProfile,... 19 plotFlag_ ChlorophyllProfile, plotFlag_Temperature3D,...19 plotFlag_Temperature3D,... 20 20 plotFlag_Salinity3D, plotFlag_Density3D,... 21 plotFlag_ Chlorophyll3D, plotFlag_AllGliderTracks)21 plotFlag_AllGliderTracks) 22 22 23 23 … … 47 47 48 48 % mat file path string... 49 strMatFilePath = strcat('GLIDER_DATA_LEVEL1/', strGliderName, '_Deployment', strDeploymentNumber, '_ DataL1.mat');49 strMatFilePath = strcat('GLIDER_DATA_LEVEL1/', strGliderName, '_Deployment', strDeploymentNumber, '_CTD_L1.mat'); 50 50 51 51 … … 155 155 dens, densBounds, densCorrected, depth, pres,... 156 156 salin, salinBounds, salinCorrected,... 157 temp, tempBounds, chlor, chlorBounds,...158 plotFlag_TS, plotFlag_TS_AllLegs, plotFlag_TS_Chlorophyll,...157 temp, tempBounds,... 158 plotFlag_TS, plotFlag_TS_AllLegs,... 159 159 plotFlag_Temperature, plotFlag_Salinity, plotFlag_Density,... 160 plotFlag_Chlorophyll, plotFlag_TemperatureProfile,... 161 plotFlag_SalinityProfile, plotFlag_DensityProfile,... 162 plotFlag_ChlorophyllProfile); 160 plotFlag_TemperatureProfile,... 161 plotFlag_SalinityProfile, plotFlag_DensityProfile); 163 162 164 163 % draw 3D plots... … … 167 166 ztop, zbottom, gpsLat, gpsLon, depth, pres,... 168 167 salinCorrected, salinBounds, densCorrected, densBounds,... 169 temp, tempBounds, chlor, chlorBounds,...168 temp, tempBounds,... 170 169 plotFlag_Temperature3D, plotFlag_Salinity3D,... 171 plotFlag_Density3D, plotFlag_Chlorophyll3D,...170 plotFlag_Density3D,... 172 171 plotFlag_AllGliderTracks); 173 172