Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • It checks that calibration files exist where they are supposed to.
  • It checks that the time you give it is valid.  If it is in the past or more than 24 hours in the future, it will give an error.  The 24 hours is an arbitrary limit just to make sure you're got giving it a very wrong date by accident.
  • It will fail checks if the a calibration file with the same name is already in the database so you can't accidently duplicate a file.
  • For tracker files, it checks that the version number in the file name is higher than the current version.  For the other files, it checks that the file name numbers are 6 greater than for the previous calibration file values, e.g, pedavr_658m_662m.xml should be followed by pedavr_664m_668m.xml.
  • For non-tracker files, it checks that the two numbers in the file name are 4 apart. Each file is meant to cover 6 megaseconds and are created from three 2 Ms files, so 240m-244m is made of the 240m, 242m, and 244m files.

...