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

Moving apollo16 data into source #3734

Merged
merged 17 commits into from
Mar 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
e330d53
Abstracted campt app.
kaitlyndlee Feb 6, 2020
94552c0
Revert "Merge branch 'campt' of https://github.com/kaitlyndlee/ISIS3 …
paarongiroux Feb 11, 2020
09f3572
Merge branch 'dev' of https://github.com/USGS-Astrogeology/ISIS3 into…
paarongiroux Feb 18, 2020
f86c52f
Merge branch 'dev' of https://github.com/USGS-Astrogeology/ISIS3 into…
paarongiroux Feb 25, 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
bb58616
Merge branch 'dev' of https://github.com/USGS-Astrogeology/ISIS3 into…
paarongiroux Mar 3, 2020
537cf99
Merge branch 'appdata' of https://github.com/USGS-Astrogeology/ISIS3 …
paarongiroux Mar 3, 2020
179c9ca
adds apollo16 serialnumbers
paarongiroux Mar 3, 2020
e7d9b0d
moved panoramicSerialNumber0001.trn -> Apollo15PanoramicSerialNumber.…
paarongiroux Mar 3, 2020
8c09e07
moved metricSerialNumber0002.trn -> ApolloMetricSerialNumber.trn
paarongiroux Mar 3, 2020
c9d879c
moved metricSerialNumber0003.trn -> ApolloMetricSerialNumber.trn
paarongiroux Mar 3, 2020
5b635d5
fixed serialnumber file naming
paarongiroux Mar 3, 2020
063a76e
removed serialnumbers DELETEME file
paarongiroux Mar 5, 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
30 changes: 30 additions & 0 deletions isis/appdata/serialnumbers/Apollo16MetricSerialNumber.trn
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Group = Keyword1
Auto
InputKey = SpacecraftName
InputGroup = "IsisCube,Instrument"
InputPosition = (IsisCube, Instrument)
OutputName = Keyword1
OutputPosition = (Group, SerialNumberKeywords)
Translation = (APOLLO16, *)
End_Group

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

Group = Keyword3
Auto
InputKey = StartTime
InputGroup = "IsisCube,Instrument"
InputPosition = (IsisCube, Instrument)
OutputName = Keyword3
OutputPosition = (Group, SerialNumberKeywords)
Translation = (*, *)
End_Group
End
32 changes: 32 additions & 0 deletions isis/appdata/serialnumbers/Apollo16PanoramicSerialNumber.trn
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
ObservationKeys = 3

Group = Keyword1
Auto
InputKey = SpacecraftName
InputGroup = "IsisCube,Instrument"
InputPosition = (IsisCube, Instrument)
OutputName = Keyword1
OutputPosition = (Group, SerialNumberKeywords)
Translation = (APOLLO16, *)
End_Group

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

Group = Keyword3
Auto
InputKey = StartTime
InputGroup = "IsisCube,Instrument"
InputPosition = (IsisCube, Instrument)
OutputName = Keyword3
OutputPosition = (Group, SerialNumberKeywords)
Translation = (*, *)
End_Group
End
Empty file.