Skip to content

Commit 7b81765

Browse files
committed
Updated core preference files to match the base preference files
1 parent aefbe64 commit 7b81765

File tree

2 files changed

+31
-3
lines changed

2 files changed

+31
-3
lines changed

isis/src/core/IsisPreferences

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#######################################################
22
# This file allows the user to customize their Isis
33
# configuration. See the Isis Preference Dictionary
4-
# on our website isis.astrogeology.usgs.gov for a
4+
# on our website astrogeology.usgs.gov/docs for a
55
# full description of each group.
66
########################################################
77

@@ -40,12 +40,14 @@ EndGroup
4040
#
4141
# FileLine = On | Off
4242
# Format = Standard | Pvl
43+
# ShowDeprecated = On | Off
4344
# StackTrace = On | Off
4445
########################################################
4546

4647
Group = ErrorFacility
4748
FileLine = Off
4849
Format = Standard
50+
ShowDeprecated = On
4951
StackTrace = Off
5052
EndGroup
5153

@@ -178,11 +180,23 @@ EndGroup
178180
########################################################
179181

180182
Group = Plugins
181-
CSMDirectory = ("$ISISROOT/lib/isis/csm3.0.3/", -
183+
CSMDirectory = ("$ISISROOT/lib/csmplugins/", -
184+
"$ISISROOT/lib/isis/csm3.0.3/", -
182185
"$ISISROOT/csmlibs/3.0.3/", -
183186
"$HOME/.Isis/csm3.0.3/")
184187
EndGroup
185188

189+
########################################################
190+
#
191+
# Set whether spice calls use the SpiceQL web API or
192+
# local kernels.
193+
#
194+
########################################################
195+
196+
Group = WebSpice
197+
UseWebSpice = "false"
198+
EndGroup
199+
186200
########################################################
187201
# Customize the location of mission specific data
188202
# files (calibration and spice kernels). Usually this
@@ -200,6 +214,7 @@ Group = DataDirectory
200214
Cassini = $ISISDATA/cassini
201215
Chan1 = $ISISDATA/chan1
202216
Chandrayaan1 = $ISISDATA/chandrayaan1
217+
Chandrayaan2 = $ISISDATA/chandrayaan2
203218
Clementine1 = $ISISDATA/clementine1
204219
Clipper = $ISISDATA/../datalocal/clipper
205220
Control = $ISISDATA/control

isis/src/core/TestPreferences

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,24 @@ EndGroup
178178
########################################################
179179

180180
Group = Plugins
181-
CSMDirectory = ("$CONDA_PREFIX/lib/isis/csm3.0.3/", -
181+
CSMDirectory = ("$CONDA_PREFIX/lib/csmplugins/", -
182+
"$CONDA_PREFIX/lib/isis/csm3.0.3/", -
182183
"$CONDA_PREFIX/csmlibs/3.0.3/", -
183184
"$HOME/.Isis/csm3.0.3/")
184185
EndGroup
185186

187+
########################################################
188+
#
189+
# Set whether spice calls use the SpiceQL web API or
190+
# local kernels.
191+
#
192+
########################################################
193+
194+
Group = WebSpice
195+
UseWebSpice = "false"
196+
EndGroup
197+
198+
186199
########################################################
187200
# Customize the location of mission specific data
188201
# files (calibration and spice kernels). Usually this

0 commit comments

Comments
 (0)