Skip to content
  1. Mar 25, 2022
  2. Nov 13, 2021
  3. Jul 17, 2021
    • Marco De Donno's avatar
      Add support for empty X.999 fields · 7f7ceb13
      Marco De Donno authored
      In some NIST files, the field 999 containing binary data could be empty.
      In this case, we shall set the value to None and continue the parsing of
      the NIST file.
      7f7ceb13
  4. Jun 27, 2021
  5. Jun 26, 2021
  6. Jun 25, 2021
    • Marco De Donno's avatar
      Skip empty fields on load - Missing ending 1C · c2becbd8
      Marco De Donno authored
      This is done because of a US NIST file that was off by one byte at the
      end of the file. This can append if the last byte is not a "1C". If this
      skip produce a valid NIST object (i.e there is not fields after), it's
      probable that the entire NIST file has been processed correctly.
      
      If this error is present in the middle of the file, the processing of
      the next record should fail and crash completely the loading of the file
      (hopefully...).
      c2becbd8
    • Marco De Donno's avatar
      Patch the decoding of fields containing ":" in the data · d34e1705
      Marco De Donno authored
      The split is done only once on each field; this has the effect of
      splitting only with the first ":" and not with the ones that are present
      as data.
      
      The documentation is updated to reflect this new decoding of the files.
      2 tags
      d34e1705
    • Marco De Donno's avatar
      Show the full output for the dump() function in the doc · 66240510
      Marco De Donno authored
      This allows to check every fields in the load and dump process.
      66240510
    • Marco De Donno's avatar
      Add support for the JPEG2KC format · 01715709
      Marco De Donno authored
      This file format abbreviation was found in a US NIST files. The field
      contained a JPEG2000 file. I can only suppose that the format was LOSSY,
      but I can not confirm nor disprove it. The file will be assumed to be a
      JPEG2000 LOSSY.
      01715709
  7. Jun 17, 2021
  8. Jun 10, 2021
  9. Jun 09, 2021
  10. Jun 08, 2021