shipkey = "hly" #shipname = "Healy" ##################################### # Additional ship configuration information: (all as comments) # # deeper blanking interval os150 (6m), os75 (10m) # # # last changed Apr 2011 ################################### # 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 = ['/disk2/home'] # 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 attitude_devices = ['ashpaq5', 'gyro'] # string or list of strings ##ocean surveyor beam statistics; beamstats = ['os'] # disable is emtpy, i.e. [] # 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['os75bb'] = 1 top_plotbin['os75nb'] = 1 ## set deeper, eg 2, if instrument has ringing top_plotbin['os150bb'] = 1 top_plotbin['os150nb'] = 1 ## which virtual instrument will be used for kts+dir 5-minute bridge plots? ## going to be kt_dir_instlist ['os75nb', 'os75bb'] kts_dir_instrument = ['os150nb', 'os75nb', 'os150bb', 'os150nb'] ##################################### # 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"] ## to avoid mailing tarball, do it this way: # tarball_mailto = [] # includes web links on currents: local_status_mailto = ["esu@healy.polarscience.net"] shore_status_mailto = ["hummon@hawaii.edu", "efiring@hawaii.edu"] SMTP_server = "192.168.10.16" mail_from = "adcp@healy.polarscience.net"