shipkey = 'nh' ## ship key must match shipletters in sensor_cfg.py # shipname = 'New Horizon' # This file generated on # date = '2014/09/16 19:00:56' # 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. # 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 ## ==> This is now derived by uhdas.uhdas.proc_setup (from values ## in hdg_inst_msgs, in proc_cfg.py) but it can be overridden ## here as a list of heading instruments, eg ['posmv', 'adu5'] ##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 = [ 'restech@rv-newhorizon.ucsd.edu', ] shore_status_mailto = [ 'uhdas@hawaii.edu', 'efiring@hawaii.edu', 'dropbox@rvdata.us', 'uhdas@soest.hawaii.edu', 'scg@rv-newhorizon.ucsd.edu', 'jawilkinson@ucsd.edu', ] ################## SMTP_server = 'smtp' mail_from = 'adcp@rv-newhorizon.ucsd.edu' use_SSL = False