shipkey = "nh" #shipname = "New Horizon" ##################################### # 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 #default would be to gzip # Interval in seconds between backups rsync_t = 3600 # for DAS_while_logging.py #-------------------------- # Interval in seconds between ensemble updates: short_t = 300 # Interval in seconds between database updates: long_t = 1800 # 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. #speedlog_cmd = '/home/adcp/scripts/DAS_KMspeedlog.py &' # backgrounded speedlog_cmd = None # No speedlog at present. # (4) values for web plots and quality monitoring ## daily.py will get statistics on these (assumes correct messages are logged) ## and quality plots will go on the web site on the long_t timer ## These should be the directories that have heading corrections in them, ## (first elements of proc_cfg.py "hdg_inst_msgs" attitude_devices = ['ashtech',] # string or list of strings ##ocean surveyor beam statistics; beamstats = [ 'scattering', 'velocity', ] # new section, to create cruise_proc.m # all dictionaries must be filled ## for quick_adcp.py: # initialize; # fill ## going to be top_plotbin top_plotbin = {} top_plotbin['wh300'] = 1 top_plotbin['os75bb'] = 1 top_plotbin['os75nb'] = 1 ## set deeper, eg 2, if instrument has ringing ## which virtual instrument will be used for kts+dir 5-minute bridge plots? ## going to be kt_dir_instlist ['os75nb', 'os75bb'] kts_dir_instrument = ['wh300', '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 = ["efiring@hawaii.edu", "hummon@hawaii.edu", "scg@rv-newhorizon.ucsd.edu", "jawilkinson@ucsd.edu"] ################## SMTP_server = "smtp" mail_from = "adcp@rv-newhorizon.ucsd.edu"