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
4647Group = ErrorFacility
4748 FileLine = Off
4849 Format = Standard
50+ ShowDeprecated = On
4951 StackTrace = Off
5052EndGroup
5153
@@ -178,11 +180,23 @@ EndGroup
178180########################################################
179181
180182Group = 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/")
184187EndGroup
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
0 commit comments