shipkey = 'mgl' ## ship key must match shipletters in sensor_cfg.py # shipname = 'M.G.Langseth' # This file generated on # date = '2012/01/04 01:44:11' # for data acquisition (timers, paths, commands) #================================================ # for DAS_while_cruise.py #------------------------- # List of paths to backup "data" subdirectories. Within each such # subdirectory, the cruise data directory (e.g., km0507) will # be found. If the active cruise is "km0507", then rsync will # be called periodically to copy the contents of /home/data/km0507 # to data/km0507 in each path in the list. backup_paths = [ ] # turns off gzipping (for R2R) gzip_serial_files = False # Interval in seconds between backups, usually 3600 rsync_t = 3600 # for DAS_while_logging.py #-------------------------- # Interval in seconds between ensemble updates: 300sec short_t = 300 # Interval in seconds between database updates: 1800sec (30min) long_t = 900 # Working directory for calculations and intermediate products: workdir = '/home/adcp/uhdas_tmp' # Command string to start up the speedlog; empty string or # None to disable the speedlog. If there is a speedlog command, # the string must end with '&' so that it will be executed in # the background. NOTE: only supported with NB150 speedlog_cmd = None # for web plots and quality monitoring #===================================== ## daily.py will generate statistics on these devices ## and quality plots will go on the web site on the short_t timer attitude_devices = [ 'seapath', 'posmv', ] #string, or list of strings ##ocean surveyor beam statistics; # disable is emtpy, i.e. [], else list plot types beamstats = [ 'scattering', 'velocity', ] ## shallowest bin to plot top_plotbin = dict( os75bb = 1, os75nb = 1, ) ## which sonar will be used for kts+dir 5-minute bridge plots? #prioritized list of strings (sonar) kts_dir_instrument = [ 'os75bb', 'os75nb', ] ##################################### # for daily.py: #-------------- # Each email "mailto" must be a list of email addresses: # ["et@this_ship.podunk.edu", "guru@podunk.edu"] # An empty list (no addresses) is : [] tarball_mailto = [ 'uhdas@soest.hawaii.edu', ] local_status_mailto = [ 'langtechserv@ldeo.columbia.edu', ] shore_status_mailto = [ 'hummon@hawaii.edu', 'efiring@hawaii.edu', ] ################## SMTP_server = 'mail.langseth.ldeo.columbia.edu' mail_from = 'adcp@langseth.ldeo.columbia.edu'