Skip to content

Releases: 39alpha/CheMin-PDS

pds3to4 v0.3.2

28 Feb 18:25
ba766b8
Compare
Choose a tag to compare

This release includes a trailing .dat for ee1 lidvid_references entries.

Changed

  • Include a trailing .dat for ee1 source products ids in lidvid_references

Full Changelog: v0.3.1...v0.3.2

pds3to4 v0.3.1

11 Feb 21:57
135d752
Compare
Choose a tag to compare

This release removes trailing digits from RDA and RE1 lidvid_references entries.

Changed

  • Removed trailing digits from source product ids before building lidvid_references for RDA and RE1 data products

Full Changelog: v0.3.0...v0.3.1

pds3to4 v0.3.0

23 Jun 08:40
38798dc
Compare
Choose a tag to compare

This release adds support for index.lbl files.

Added

  • A parser and template for index.lbl files

Changed

  • Moved the LabelType class out of the Label class for general use
  • Process index.lbl files during recursion and by explicit CLI calls

Full Changelog: v0.2.0...v0.3.0

pds3to4 v0.2.0

19 Jun 23:29
f581582
Compare
Choose a tag to compare

This release fixes some units in the RE1-related format file and restricts recursive processing to RDA, RE1 and MIN files only.

Changed

  • The intensity unit in chemin_xrd.fmt from "COUNTS" to "COUNT"
  • Only process RDA, RE1 and MIN label files during recursive runs

Full Changelog: v0.1.0...v0.2.0

pds3to4 v0.1.0

17 Jun 01:23
c776001
Compare
Choose a tag to compare

This release updates the product templates and add support for user-specified schemas.

Added

  • The Utils class with the static wrap method to wrap text to a width.
  • The Label.Object.getWrappedDescription method to get the object's
    description wrapped to a particular width.
  • The -x and -s flags to allow the user to specify the schema to be used
    for validation.

Changed

  • The templates to reference the PDS4_MSL_1J00_1100 schema and include Jennifer
    Ward's suggested changes.

Fixed

  • The Structure.g4 grammar's to parse parentheses in quoted strings.

Full Changelog: v0.0.2...v0.1.0

pds3to4 v0.0.2

05 Jun 20:00
e1799df
Compare
Choose a tag to compare

This release updates the product templates.

Added

  • <File_Area_Observational_Supplemental> section to all templates
  • Revision notes in <Modification_History>

Fixed

  • Correctly set the <msl:sol_number>

Full Changelog: v0.0.1...v0.0.2

pds3to4 v0.0.1

01 Jun 20:13
589a2f1
Compare
Choose a tag to compare

This is the initial (beta) release of pds3to4, a utility that will accepts a PDS3 LBL file or a directory, converts the files to PDS4 XML format and validates the resulting XML using the NASA PDS Validate tool.

Full Changelog: https://github.com/39alpha/CheMin-PDS/commits/v0.0.1