本文整理汇总了Python中CANON.CANONLoader.dorado_files方法的典型用法代码示例。如果您正苦于以下问题:Python CANONLoader.dorado_files方法的具体用法?Python CANONLoader.dorado_files怎么用?Python CANONLoader.dorado_files使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类CANON.CANONLoader
的用法示例。
在下文中一共展示了CANONLoader.dorado_files方法的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2009/netcdf/'
cl.dorado_files = [
##'Dorado389_2009_055_05_055_05_decim.nc',
'Dorado389_2009_084_00_084_00_decim.nc',
##'Dorado389_2009_084_02_084_02_decim.nc',
##'Dorado389_2009_085_02_085_02_decim.nc',
##'Dorado389_2009_111_00_111_00_decim.nc',
##'Dorado389_2009_111_01_111_01_decim.nc',
##'Dorado389_2009_112_07_112_07_decim.nc',
##'Dorado389_2009_113_00_113_00_decim.nc',
##'Dorado389_2009_124_03_124_03_decim.nc',
##'Dorado389_2009_125_00_125_00_decim.nc',
##'Dorado389_2009_126_00_126_00_decim.nc',
##'Dorado389_2009_152_00_152_00_decim.nc',
##'Dorado389_2009_153_01_153_01_decim.nc',
##'Dorado389_2009_154_00_154_00_decim.nc',
##'Dorado389_2009_155_03_155_03_decim.nc',
##'Dorado389_2009_182_01_182_01_decim.nc',
##'Dorado389_2009_272_00_272_00_decim.nc',
##'Dorado389_2009_274_03_274_03_decim.nc',
##'Dorado389_2009_278_01_278_01_decim.nc',
##'Dorado389_2009_278_01_278_02_decim.nc',
##'Dorado389_2009_279_00_279_00_decim.nc',
##'Dorado389_2009_280_00_280_00_decim.nc',
##'Dorado389_2009_281_01_281_01_decim.nc',
##'Dorado389_2009_308_04_308_04_decim.nc',
##'Dorado389_2009_309_00_309_03_decim.nc',
##'Dorado389_2009_313_02_313_02_decim.nc',
##'Dorado389_2009_342_04_342_04_decim.nc',
##'Dorado389_2009_348_05_348_05_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
示例2:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
# enddate = datetime.datetime(2015, 9, 30) # Fixed end
enddate = datetime.datetime(2015, 12, 31) # Fixed end. Extend "offseason" to end of year
# default location of thredds and dods data:
cl.tdsBase = "http://odss.mbari.org/thredds/"
cl.dodsBase = cl.tdsBase + "dodsC/"
#####################################################################
# DORADO
#####################################################################
# special location for dorado data
cl.dorado_base = "http://dods.mbari.org/opendap/data/auvctd/surveys/2015/netcdf/"
cl.dorado_files = [
"Dorado389_2015_132_04_132_04_decim.nc",
"Dorado389_2015_148_01_148_01_decim.nc",
"Dorado389_2015_156_00_156_00_decim.nc",
]
cl.dorado_parms = [
"temperature",
"oxygen",
"nitrate",
"bbp420",
"bbp700",
"fl700_uncorr",
"salinity",
"biolume",
"rhodamine",
]
#####################################################################
示例3:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
x3dTerrains = {
'http://dods.mbari.org/terrain/x3d/Monterey25_10x/Monterey25_10x_scene.x3d': {
'position': '-2822317.31255 -4438600.53640 3786150.85474',
'orientation': '0.89575 -0.31076 -0.31791 1.63772',
'centerOfRotation': '-2711557.94 -4331414.32 3801353.46',
'VerticalExaggeration': '10',
'speed': '.1',
}
},
grdTerrain = os.path.join(parentDir, 'Monterey25.grd')
)
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2010/netcdf/'
cl.dorado_files = [ 'Dorado389_2010_257_01_258_04_decim.nc',
'Dorado389_2010_258_05_258_08_decim.nc',
'Dorado389_2010_259_00_259_03_decim.nc',
'Dorado389_2010_260_00_260_00_decim.nc',
'Dorado389_2010_261_00_261_00_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume',
'sepCountList', 'mepCountList',
]
# Execute the load
cl.process_command_line()
if cl.args.test:
cl.loadDorado(stride=100)
elif cl.args.optimal_stride:
cl.loadDorado(stride=2)
示例4: telemetered
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
}
},
grdTerrain = os.path.join(parentDir, 'Monterey25.grd')
)
startdate = datetime.datetime(2012, 5, 15)
enddate = datetime.datetime(2012, 6, 30)
# 2-second decimated dorado data
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2012/netcdf/'
cl.dorado_files = [
'Dorado389_2012_142_01_142_01_decim.nc',
'Dorado389_2012_142_02_142_02_decim.nc',
'Dorado389_2012_143_07_143_07_decim.nc',
'Dorado389_2012_143_08_143_08_decim.nc',
'Dorado389_2012_150_00_150_00_decim.nc',
'Dorado389_2012_151_00_151_00_decim.nc',
'Dorado389_2012_152_00_152_00_decim.nc',
'Dorado389_2012_157_07_157_07_decim.nc',
'Dorado389_2012_158_00_158_00_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume',
'sepCountList', 'mepCountList']
# Realtime telemetered (_r_) daphne data - insert '_r_' to not load the files
cl.daphne_base = 'http://elvis.shore.mbari.org/thredds/dodsC/LRAUV/daphne/realtime/sbdlogs/2012/'
cl.daphne_files = [
'201205/20120530T160348/shore.nc',
'201205/20120530T215940/shore.nc',
'201205/20120531T010135/shore.nc',
示例5:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
x3dTerrains = {
'http://dods.mbari.org/terrain/x3d/Monterey25_10x/Monterey25_10x_scene.x3d': {
'position': '-2822317.31255 -4438600.53640 3786150.85474',
'orientation': '0.89575 -0.31076 -0.31791 1.63772',
'centerOfRotation': '-2711557.9403829873 -4331414.329506527 3801353.4691465236',
'VerticalExaggeration': '10',
'speed': '.1',
}
},
grdTerrain = os.path.join(parentDir, 'Monterey25.grd')
)
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2011/netcdf/'
cl.dorado_files = [ 'Dorado389_2011_164_05_164_05_decim.nc',
'Dorado389_2011_165_00_165_00_decim.nc',
'Dorado389_2011_166_00_166_00_decim.nc',
'Dorado389_2011_171_01_171_01_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume',
'sepCountList', 'mepCountList']
cl.tethys_base = 'http://elvis.shore.mbari.org:8080/thredds/dodsC/lrauv/tethys/2011/'
cl.tethys_files = [ '20110610_20110616/20110610T212639/slate.nc',
'20110610_20110616/20110611T232740/slate.nc',
'20110610_20110616/20110612T191007/slate.nc',
'20110610_20110616/20110613T001706/slate.nc',
'20110610_20110616/20110613T053217/slate.nc',
'20110610_20110616/20110614T093150/slate.nc',
'20110610_20110616/20110614T201835/slate.nc',
'20110610_20110616/20110615T030544/slate.nc',
示例6: resolution
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
)
startdate = datetime.datetime(2010, 10, 4)
enddate = datetime.datetime(2010, 10, 29)
# Dorado data - 2 second gridded
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2010/netcdf/'
cl.dorado_files = [ 'Dorado389_2010_277_01_277_01_decim.nc',
'Dorado389_2010_278_01_278_01_decim.nc',
'Dorado389_2010_279_02_279_02_decim.nc',
'Dorado389_2010_280_01_280_01_decim.nc',
'Dorado389_2010_284_00_284_00_decim.nc',
'Dorado389_2010_285_00_285_00_decim.nc',
'Dorado389_2010_286_01_286_02_decim.nc',
'Dorado389_2010_287_00_287_00_decim.nc',
'Dorado389_2010_291_00_291_00_decim.nc',
'Dorado389_2010_292_01_292_01_decim.nc',
'Dorado389_2010_293_00_293_00_decim.nc',
'Dorado389_2010_294_01_294_01_decim.nc',
'Dorado389_2010_298_01_298_01_decim.nc',
'Dorado389_2010_299_00_299_00_decim.nc',
'Dorado389_2010_300_00_300_00_decim.nc',
'Dorado389_2010_301_00_301_00_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume',
'sepCountList', 'mepCountList',
'roll', 'pitch', 'yaw',
]
# These are full resolution (_d_) data files with Chl only from the first Tethys data used for CANON
# Offical long-term archive location is: http://dods.mbari.org/opendap/data/lrauv/tethys/missionlogs/2010/
示例7:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
startDatetime = datetime.datetime(2014, 7, 28)
endDatetime = datetime.datetime(2014, 7, 31)
# Aboard the Carson use zuma:
cl.tdsBase = 'http://zuma.rc.mbari.org/thredds/'
# On shore, use the odss server:
##cl.tdsBase = 'http://odss.mbari.org/thredds/'
cl.dodsBase = cl.tdsBase + 'dodsC/'
# 2-second decimated dorado data
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2014/netcdf/' # shore
##cl.dorado_base = cl.dodsBase + 'SIMZ/2014_Jul/Platforms/AUVs/Dorado/' # copied to zuma
cl.dorado_files = [
'Dorado389_2014_210_01_210_01_decim.nc',
'Dorado389_2014_210_02_210_02_decim.nc',
'Dorado389_2014_211_02_211_02_decim.nc',
'Dorado389_2014_211_03_211_03_decim.nc',
'Dorado389_2014_212_00_212_00_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume', 'rhodamine' ]
# Rachel Carson Underway CTD
cl.rcuctd_base = cl.dodsBase + 'SIMZ/2014_Jul/Platforms/Ships/Rachel_Carson/uctd/'
cl.rcuctd_files = [
'2014simzplm05.nc',
'2014simzplm06.nc',
]
cl.rcuctd_parms = [ 'TEMP', 'PSAL', 'xmiss', 'wetstar' ]
# Rachel Carson Profile CTD
示例8: telemetered
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
"speed": "1",
}
},
grdTerrain=os.path.join(parentDir, "Monterey25.grd"),
)
# Aboard the Flyer use malibu's VSAT IP address:
cl.tdsBase = "http://odss.mbari.org/thredds/"
cl.dodsBase = cl.tdsBase + "dodsC/"
# 2-second decimated dorado data
# http://192.168.111.177:8080/thredds/dodsC/CANON_september2012/dorado/Dorado389_2012_258_00_258_00_decim.nc
cl.dorado_base = cl.dodsBase + "CANON_september2012/dorado/"
cl.dorado_files = [
"Dorado389_2012_256_00_256_00_decim.nc",
"Dorado389_2012_257_01_257_01_decim.nc",
"Dorado389_2012_258_00_258_00_decim.nc",
]
# Realtime telemetered (_r_) daphne data - insert '_r_' to not load the files
##cl.daphne_base = 'http://aosn.mbari.org/lrauvtds/dodsC/lrauv/daphne/2012/'
cl.daphne_base = cl.dodsBase + "CANON_september2012/lrauv/daphne/realtime/sbdlogs/2012/201209/"
cl.daphne_files = [
# NoValidData '20120910T142840/shore.nc',
# NoValidData '20120910T143107/shore.nc',
"20120910T221418/shore.nc",
# NoValidData '20120911T005835/shore.nc',
"20120911T031754/shore.nc",
# NoValidData '20120911T105509/shore.nc',
"20120911T215648/shore.nc",
]
示例9:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
startdate = datetime.datetime(2011, 9, 6)
enddate = datetime.datetime(2011, 10, 14)
# default location of thredds and dods data:
cl.tdsBase = 'http://odss.mbari.org/thredds/'
cl.dodsBase = cl.tdsBase + 'dodsC/'
# special location for dorado data
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2011/netcdf/'
cl.dorado_files = [ 'Dorado389_2011_249_00_249_00_decim.nc',
'Dorado389_2011_250_01_250_01_decim.nc',
'Dorado389_2011_255_00_255_00_decim.nc',
'Dorado389_2011_257_00_257_00_decim.nc',
'Dorado389_2011_262_00_262_00_decim.nc',
'Dorado389_2011_263_00_263_00_decim.nc',
'Dorado389_2011_264_00_264_00_decim.nc',
'Dorado389_2011_285_01_285_01_decim.nc',
'Dorado389_2011_286_00_286_00_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume',
'sepCountList', 'mepCountList',
'roll', 'pitch', 'yaw',
]
# special location for spray glider data
# Spray glider - for just the duration of the campaign
cl.l_662_base = 'http://legacy.cencoos.org/thredds/dodsC/gliders/Line66/'
cl.l_662_files = ['OS_Glider_L_662_20110915_TS.nc',
示例10:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
},
grdTerrain = os.path.join(parentDir, 'Monterey25.grd')
)
# Aboard the Carson use zuma
##cl.tdsBase = 'http://zuma.rc.mbari.org/thredds/'
cl.tdsBase = 'http://odss.mbari.org/thredds/' # Use this on shore
cl.dodsBase = cl.tdsBase + 'dodsC/'
# 2-second decimated dorado data
##cl.dorado_base = cl.dodsBase + 'SIMZ/2013_Aug/dorado/'
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2013/netcdf/'
cl.dorado_files = [
'Dorado389_2013_224_02_224_02_decim.nc', 'Dorado389_2013_225_00_225_00_decim.nc',
'Dorado389_2013_225_01_225_01_decim.nc', 'Dorado389_2013_226_01_226_01_decim.nc',
'Dorado389_2013_226_03_226_03_decim.nc', 'Dorado389_2013_227_00_227_00_decim.nc',
'Dorado389_2013_227_01_227_01_decim.nc', 'Dorado389_2013_228_00_228_00_decim.nc',
'Dorado389_2013_228_01_228_01_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume',
'roll', 'pitch', 'yaw',
'sepCountList', 'mepCountList' ]
# Spray glider - for just the duration of the campaign
cl.l_662_base = 'http://legacy.cencoos.org/thredds/dodsC/gliders/Line66/'
cl.l_662_files = ['OS_Glider_L_662_20130711_TS.nc']
cl.l_662_parms = ['TEMP', 'PSAL', 'FLU2']
cl.l_662_startDatetime = datetime.datetime(2013, 8, 10)
cl.l_662_endDatetime = datetime.datetime(2013, 8, 17)
示例11:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
# Set start and end dates for all loads from sources that contain data
# beyond the temporal bounds of the campaign
#
startdate = datetime.datetime(2016, 1, 1) # Fixed start
enddate = datetime.datetime(2016, 12, 31) # Fixed end. Extend "offseason" to end of year
# default location of thredds and dods data:
cl.tdsBase = "http://odss.mbari.org/thredds/"
cl.dodsBase = cl.tdsBase + "dodsC/"
#####################################################################
# DORADO
#####################################################################
# special location for dorado data
cl.dorado_base = "http://dods.mbari.org/opendap/data/auvctd/surveys/2016/netcdf/"
cl.dorado_files = ["Dorado389_2016_090_01_090_01_decim.nc"]
cl.dorado_parms = [
"temperature",
"oxygen",
"nitrate",
"bbp420",
"bbp700",
"fl700_uncorr",
"salinity",
"biolume",
"rhodamine",
"roll",
"pitch",
"yaw",
]
示例12:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
"http://dods.mbari.org/terrain/x3d/Monterey25_10x/Monterey25_10x_scene.x3d": {
"position": "-2822317.31255 -4438600.53640 3786150.85474",
"orientation": "0.89575 -0.31076 -0.31791 1.63772",
"centerOfRotation": "-2711557.9403829873 -4331414.329506527 3801353.4691465236",
"VerticalExaggeration": "10",
"speed": "1",
}
},
grdTerrain=os.path.join(parentDir, "Monterey25.grd"),
)
cl.dorado_base = "http://dods.mbari.org/opendap/data/auvctd/surveys/2011/netcdf/"
cl.dorado_files = [
"Dorado389_2011_110_12_110_12_decim.nc",
"Dorado389_2011_111_00_111_00_decim.nc",
"Dorado389_2011_115_10_115_10_decim.nc",
"Dorado389_2011_116_00_116_00_decim.nc",
"Dorado389_2011_117_01_117_01_decim.nc",
"Dorado389_2011_118_00_118_00_decim.nc",
]
cl.tethys_base = "http://elvis.shore.mbari.org:8080/thredds/dodsC/lrauv/tethys/2011/"
cl.tethys_files = [
"20110415_20110418/20110415T163108/slate.nc",
"20110415_20110418/20110416T074851/slate.nc",
"20110415_20110418/20110417T064753/slate.nc",
"20110415_20110418/20110418T060227/slate.nc",
"20110415_20110418/20110418T192351/slate.nc",
"20110421_20110424/20110421T170430/slate.nc",
"20110421_20110424/20110422T001932/slate.nc",
"20110421_20110424/20110423T223119/slate.nc",
"20110421_20110424/20110424T214938/slate.nc",
"20110426_20110502/20110426T171129/slate.nc",
示例13:
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
'https://stoqs.mbari.org/x3d/Monterey25_10x/Monterey25_10x_scene.x3d': {
'position': '-2822317.31255 -4438600.53640 3786150.85474',
'orientation': '0.89575 -0.31076 -0.31791 1.63772',
'centerOfRotation': '-2711557.9403829873 -4331414.329506527 3801353.4691465236',
'VerticalExaggeration': '10',
'speed': '.1',
}
},
grdTerrain = os.path.join(parentDir, 'Monterey25.grd')
)
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2011/netcdf/'
cl.dorado_files = [ 'Dorado389_2011_110_12_110_12_decim.nc',
'Dorado389_2011_111_00_111_00_decim.nc',
'Dorado389_2011_115_10_115_10_decim.nc',
'Dorado389_2011_116_00_116_00_decim.nc',
'Dorado389_2011_117_01_117_01_decim.nc',
'Dorado389_2011_118_00_118_00_decim.nc'
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume',
'sepCountList', 'mepCountList',
'roll', 'pitch', 'yaw',
]
cl.tethys_base = 'http://dods.mbari.org/thredds/dodsC/LRAUV/tethys/missionlogs/2011/'
cl.tethys_files = [ '20110415_20110418/20110415T163108/slate.nc',
'20110415_20110418/20110416T074851/slate.nc',
'20110415_20110418/20110417T064753/slate.nc',
'20110415_20110418/20110418T060227/slate.nc',
'20110415_20110418/20110418T192351/slate.nc',
示例14: produced
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
startdate = datetime.datetime(2018, 1, 1) # Fixed start. January 1, 2018
enddate = datetime.datetime(2018, 12, 31) # Fixed end. December 31, 2018.
# default location of thredds and dods data:
cl.tdsBase = 'http://odss.mbari.org/thredds/'
cl.dodsBase = cl.tdsBase + 'dodsC/'
#####################################################################
# DORADO
#####################################################################
# special location for dorado data
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2018/netcdf/'
cl.dorado_files = [
'Dorado389_2018_030_00_030_00_decim.nc',
'Dorado389_2018_059_00_059_00_decim.nc',
'Dorado389_2018_079_00_079_00_decim.nc',
'Dorado389_2018_099_00_099_00_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume',
'sepCountList', 'mepCountList',
'roll', 'pitch', 'yaw',
]
#####################################################################
# LRAUV
#####################################################################
# Load netCDF files produced (binned, etc.) by Danelle Cline
# These binned files are created with the makeLRAUVNetCDFs.sh script in the
# toNetCDF directory. You must first edit and run that script once to produce
示例15: produced
# 需要导入模块: from CANON import CANONLoader [as 别名]
# 或者: from CANON.CANONLoader import dorado_files [as 别名]
startdate = datetime.datetime(2017, 9, 18) # Fixed start. September 18, 2017
enddate = datetime.datetime(2017, 12, 31) # Fixed end. October 7, 2017. Extended to end of year.
# default location of thredds and dods data:
cl.tdsBase = 'http://odss.mbari.org/thredds/'
cl.dodsBase = cl.tdsBase + 'dodsC/'
#####################################################################
# DORADO
#####################################################################
# special location for dorado data
cl.dorado_base = 'http://dods.mbari.org/opendap/data/auvctd/surveys/2017/netcdf/'
cl.dorado_files = [
'Dorado389_2017_269_01_269_01_decim.nc',
'Dorado389_2017_275_01_275_01_decim.nc',
'Dorado389_2017_284_00_284_00_decim.nc',
]
cl.dorado_parms = [ 'temperature', 'oxygen', 'nitrate', 'bbp420', 'bbp700',
'fl700_uncorr', 'salinity', 'biolume',
'sepCountList', 'mepCountList',
'roll', 'pitch', 'yaw',
]
#####################################################################
# LRAUV
#####################################################################
# Load netCDF files produced (binned, etc.) by Danelle Cline
# These binned files are created with the makeLRAUVNetCDFs.sh script in the
# toNetCDF directory. You must first edit and run that script once to produce