/****************************************************************************** FILE: fix_hdg.cnt This control file is used with the fix_hdg program to add a constant offset to the ship's heading for each profile within the given time range(s) in a CODAS ADCP database. INPUT: CODAS database OUTPUT: updated CODAS database (corrected ancillary_1.mn_heading and ancillary_2.last_heading) ------------------------------------------------------------------------------- CONTROL FILE STRUCTURE: dbname: < CODAS database name > degree_add_to_heading= < constant offset to add, in degrees > time_ranges: { list of YMDHMS time pairs } < yy/mm/dd hh:mm:ss > to < yy/mm/dd hh:mm:ss > . . -----------------------------------------------------------------------------*/ dbname: a9005 degree_add_to_heading= 90 time_ranges: 90/01/25 10:05:00 to 90/01/29 12:00:00 /*****************************************************************************/