Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
1 change: 1 addition & 0 deletions changes/6016.added.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added kplo target in rclone.conf for downloading kplo kernels and added kplo directory shortcut in Prefence files
1 change: 1 addition & 0 deletions isis/IsisPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,7 @@ Group = DataDirectory
Hayabusa2 = $ISISDATA/hayabusa2
Juno = $ISISDATA/juno
Kaguya = $ISISDATA/kaguya
Kplo = $ISISDATA/kplo
Lo = $ISISDATA/lo
Lro = $ISISDATA/lro
Mariner10 = $ISISDATA/mariner10
Expand Down
1 change: 1 addition & 0 deletions isis/TestPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ Group = DataDirectory
Hayabusa2 = $ISISDATA/hayabusa2
Juno = $ISISDATA/juno
Kaguya = $ISISDATA/kaguya
Kplo = $ISISDATA/kplo
Lo = $ISISDATA/lo
Lro = $ISISDATA/lro
Mariner10 = $ISISDATA/mariner10
Expand Down
4 changes: 4 additions & 0 deletions isis/config/rclone.conf
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ remote = asc_s3:asc-isisdata/usgs_data/kaguya/
type = union
upstreams = kaguya_usgs: kaguya_naifKernels:

[kplo]
type = alias
remote = asc_s3:asc-isisdata/usgs_data/kplo/

[mariner10_naifKernels]
type = combine
upstreams = kernels=naif:M10/kernels/
Expand Down
1 change: 1 addition & 0 deletions isis/src/core/IsisPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ Group = DataDirectory
Hayabusa2 = $ISISDATA/hayabusa2
Juno = $ISISDATA/juno
Kaguya = $ISISDATA/kaguya
Kplo = $ISISDATA/kplo
Lo = $ISISDATA/lo
Lro = $ISISDATA/lro
Mariner10 = $ISISDATA/mariner10
Expand Down
1 change: 1 addition & 0 deletions isis/src/core/TestPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ Group = DataDirectory
Hayabusa2 = $ISISDATA/hayabusa2
Juno = $ISISDATA/juno
Kaguya = $ISISDATA/kaguya
Kplo = $ISISDATA/kplo
Lo = $ISISDATA/lo
Lro = $ISISDATA/lro
Mariner10 = $ISISDATA/mariner10
Expand Down
Loading