Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSM SerialNumber Translation Defines PlatformId, Labels Use PlatformID #5485

Closed
jlaura opened this issue Apr 24, 2024 · 1 comment · Fixed by #5561
Closed

CSM SerialNumber Translation Defines PlatformId, Labels Use PlatformID #5485

jlaura opened this issue Apr 24, 2024 · 1 comment · Fixed by #5561
Assignees
Labels
bug Something isn't working

Comments

@jlaura
Copy link
Collaborator

jlaura commented Apr 24, 2024

ISIS version(s) affected: 8.0.0+

Description

Serial number generation when csminited use PlatformId as the first key. The labels define PlatformID. It appears that ISIS is treating these keys in a case-insensitive way. Other applications do not (e.g., plio). Which is the canonical form of the key?

How to reproduce

Translation table:

Group = Keyword1
Auto
InputKey = CSMPlatformId
InputGroup = "IsisCube,CsmInfo"
InputPosition = (IsisCube, CsmInfo)
OutputName = Keyword1
OutputPosition = (Group, SerialNumberKeywords)
Translation = (* , *)
End_Group

Label snippet:

  Group = CsmInfo
    CSMPlatformID       = SELENE
    CSMInstrumentId     = "TERRAIN CAMERA 2"
    ReferenceTime       = 2008-12-08T00:10:22Z
    ModelParameterNames = ("IT Pos. Bias   ", "CT Pos. Bias   ",
                           "Rad Pos. Bias  ", "IT Vel. Bias   ",
                           "CT Vel. Bias   ", "Rad Vel. Bias  ",
                           "Omega Bias     ", "Phi Bias       ",
                           "Kappa Bias     ", "Omega Rate     ",
                           "Phi Rate       ", "Kappa Rate     ",
                           "Omega Accl     ", "Phi Accl       ",
                           "Kappa Accl     ", "Focal Bias     ")
    ModelParameterUnits = (m, m, m, m, m, m, m, m, m, m, m, m, m, m, m, m)
    ModelParameterTypes = (REAL, REAL, REAL, REAL, REAL, REAL, REAL, REAL,
                           REAL, REAL, REAL, REAL, REAL, REAL, REAL, REAL)
  End_Group

Possible Solution

Additional context

@jlaura jlaura added the bug Something isn't working label Apr 24, 2024
@jlaura
Copy link
Collaborator Author

jlaura commented Jun 7, 2024

This is still an issue. I would like to see if considered in the next support sprint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

Successfully merging a pull request may close this issue.

2 participants