Skip to content

Commit

Permalink
CsmSerialNumber.trn - typo and PVL compilant fix (#5561)
Browse files Browse the repository at this point in the history
* Fixed typo

* PVL compliant

* PR feedback changes
  • Loading branch information
amystamile-usgs authored Jul 30, 2024
1 parent 87b7704 commit 21e870e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ release.
- Fixed a bug in QVIEW's Stretch tool where the default min/max type was not an available option [#5289](https://github.com/DOI-USGS/ISIS3/issues/5289)
- Fixed a bug in QVIEW where images would double load if loaded from the commandline [#5505](https://github.com/DOI-USGS/ISIS3/pull/5505)
- Fixed qmos segfault under GEOS 3.12 [#5539](https://github.com/DOI-USGS/ISIS3/issues/5539)
- Fixed CSMSerialNumber.trn typo [#5485](https://github.com/DOI-USGS/ISIS3/issues/5485)
- Fixed CSMSerialNumber.trn to be PVL compliant [#5484](https://github.com/DOI-USGS/ISIS3/issues/5484)

### Added
- Added versioned default values to lrowacphomap's PHOALGO and PHOPARCUBE parameters and updated lrowacphomap to handle them properly. [#5452](https://github.com/DOI-USGS/ISIS3/pull/5452)
Expand Down
8 changes: 4 additions & 4 deletions isis/appdata/serialnumbers/CsmSerialNumber.trn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Group = Keyword1
Auto
InputKey = CSMPlatformId
Auto = 1
InputKey = CSMPlatformID
InputGroup = "IsisCube,CsmInfo"
InputPosition = (IsisCube, CsmInfo)
OutputName = Keyword1
Expand All @@ -9,7 +9,7 @@ Group = Keyword1
End_Group

Group = Keyword2
Auto
Auto = 1
InputKey = CSMInstrumentId
InputGroup = "IsisCube,CsmInfo"
InputPosition = (IsisCube, CsmInfo)
Expand All @@ -19,7 +19,7 @@ Group = Keyword2
End_Group

Group = Keyword3
Auto
Auto = 1
InputKey = ReferenceTime
InputGroup = "IsisCube,CsmInfo"
InputPosition = (IsisCube, CsmInfo)
Expand Down

0 comments on commit 21e870e

Please sign in to comment.