// -*- C++ -*- // The structure of the input_data section is: // variable name, starting column, ending column (ones-based, inclusive), // datatype, scaling factor (10^x; Data values are automatically divided by // 10^x). ASCII_input_data "JPL Pathfinder" year 1 4 int32 day 6 8 int32 hours 10 11 int32 minutes 13 14 int32 seconds 16 17 int32 DODS_URL 19 144 text // The output_data part of the file is not used by DODS. // However, tools like newform use it. 8/13/98 jhrg binary_output_data "binary_data" year 1 4 int32 day 5 8 int32 hours 9 12 int32 minutes 13 16 int32 seconds 17 20 int32 DODS_URL 21 146 text