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

Moved Odyssey Data into Source #3750

Merged
merged 18 commits into from
Mar 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
17b804e
Set MALLOC_CHECK_ in Jenkinsfile as a temporary fix for the failing t…
kaitlyndlee Feb 25, 2020
4b5c36d
Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
kaitlyndlee Feb 27, 2020
834b5b5
Used CK quality for PCK selection in spiceinit (#3716)
jessemapel Feb 28, 2020
3b955cd
Adds the ability to save and restore a greyscale stretch to/from a Cu…
krlberry Feb 28, 2020
3eec82d
Updated kaguyatc2isis to allow ingestion of data provided by JAXA onl…
AustinSanders Feb 28, 2020
b59f3b2
Fixes ddd2isis to support updated uvflat files (#3719)
acpaquette Feb 28, 2020
e1e2903
Changed version numbers for 4.1 RC (#3722)
jessemapel Mar 3, 2020
f588893
Merge branch 'dev' of github.com:USGS-Astrogeology/ISIS3 into dev
kaitlyndlee Mar 3, 2020
a1662f0
Merge branch 'appdata' of github.com:USGS-Astrogeology/ISIS3 into app…
kaitlyndlee Mar 3, 2020
0447fd3
Merge branch 'appdata' of github.com:USGS-Astrogeology/ISIS3 into app…
kaitlyndlee Mar 10, 2020
edee91c
Added themis sn files.
kaitlyndlee Mar 10, 2020
96bc706
Updated sn file to v2.
kaitlyndlee Mar 10, 2020
c2a645d
Updated sn file to v3.
kaitlyndlee Mar 10, 2020
584f165
Updated sn file to v4.
kaitlyndlee Mar 10, 2020
16d230f
Merge branch 'appdata' of github.com:USGS-Astrogeology/ISIS3 into ody…
kaitlyndlee Mar 12, 2020
6f7b729
Updated Pipeline's truth data since it had references to .
kaitlyndlee Mar 12, 2020
00735cc
New truth data.
kaitlyndlee Mar 12, 2020
c5d2bb1
Updated pipeline truth data.
kaitlyndlee Mar 12, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions isis/appdata/serialnumbers/OdysseyThemisSerialNumber.trn
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
Group = Keyword1
Auto
InputKey = SpacecraftName
InputGroup = "IsisCube,Instrument"
InputPosition = (IsisCube, Instrument)
OutputName = Keyword1
OutputPosition = (Group, SerialNumberKeywords)
Translation = (Odyssey, MARS_ODYSSEY)
Translation = (*, *)
End_Group

Group = Keyword2
Auto
InputKey = InstrumentId
InputGroup = "IsisCube,Instrument"
InputPosition = (IsisCube, Instrument)
OutputName = Keyword2
OutputPosition = (Group, SerialNumberKeywords)
Translation = (themis, THEMIS-IR)
Translation = (*, *)
End_Group

Group = Keyword3
Auto
InputKey = SpacecraftClockCount
InputGroup = "IsisCube,Instrument"
InputPosition = (IsisCube, Instrument)
OutputName = Keyword3
OutputPosition = (Group, SerialNumberKeywords)
Translation = (*, *)
End_Group

Group = Keyword4
Auto
Optional
InputKey = Framelets
InputGroup = "IsisCube,Instrument"
InputPosition = (IsisCube, Instrument)
OutputName = Keyword4
OutputPosition = (Group, SerialNumberKeywords)
Translation = (*, *)
End_Group
End
Loading