Unverified Commit ab25e3b6 authored by Amy Stamile's avatar Amy Stamile Committed by GitHub
Browse files

Updated ISIS3 references to ISIS (#4292)



* Remove references to ISIS3 and replace with references to ISIS

* Remove references to ISIS3 and replace with ISIS

* Updated "isis" and "Isis" to "ISIS"

* Update TestPreferences

* Update IsisPreferences

* Reverted changes from 'Isis to ISIS' commit to see if it fixes failing tests.

Co-authored-by: default avatarStuart Sides <ssides@usgs.gov>
parent 3bdcef86
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
---
name: ⛔ Support Question
about: See https://astrodiscuss.usgs.gov for questions about using ISIS3 and other Astrogeology Science Center software.
about: See https://astrodiscuss.usgs.gov for questions about using ISIS and other Astrogeology Science Center software.

---

We use Github issues solely for discussing bugs, documentation issues, and new features.

For
questions about using ISIS3 or other ASC software, please use
questions about using ISIS or other ASC software, please use
any of the support alternatives: https://astrodiscuss.usgs.gov or https://gitter.im/USGS-Astrogeology/IAA

A great resource about asking high quality questions that generate high quality answers is available from the StackOverflow community: [How do I ask a good question?](https://stackoverflow.com/help/how-to-ask)
+9 −9
Original line number Diff line number Diff line
@@ -285,12 +285,12 @@ Here are the minimum hardware requirements
To build and compile ISIS requires following the instructions listed below, which are given on the GitHub wiki page for the ISIS project:

-   [Getting Started With GitHub](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developing-ISIS3-with-cmake#getting-started-with-github)
-   [Building ISIS3 With cmake](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developing-ISIS3-with-cmake#building-isis3)
-   [New ISIS3 environmental variables and their meanings](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developing-ISIS3-with-cmake#new-environmental-variable-meanings)
-   [Building ISIS With cmake](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developing-ISIS3-with-cmake#building-isis3)
-   [New ISIS environmental variables and their meanings](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developing-ISIS3-with-cmake#new-environmental-variable-meanings)
-   [Custom data and test directories](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developing-ISIS3-with-cmake#custom-data-and-test-data-directories)
-   [Cleaning builds](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developing-ISIS3-with-cmake#cleaning-builds)
-   [Building individual applications/objects](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developing-ISIS3-with-cmake#building-individual-isis3-applicationsobjects)
-   [Building ISIS3 documentation](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developing-ISIS3-with-cmake#building-isis3-documentation)
-   [Building ISIS documentation](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developing-ISIS3-with-cmake#building-isis3-documentation)
-   [What to do if you encounter any problems](https://github.com/USGS-Astrogeology/ISIS3/wiki/Developing-ISIS3-with-cmake#problems)

## Citing ISIS
@@ -326,7 +326,7 @@ The ISIS Data rsync module specifies where to rsync the data from and is the nam

If you plan to work with data from all missions, then the download will require about 520 GB for all the ancillary data. However, most of this volume is taken up by SPICE files. We have a [Web service](#isis-spice-web-service) that can be used in lieu of downloading all of the SPICE files. This reduces the total download size to about 10 GB.

### Full ISIS3 Data Download
### Full ISIS Data Download

The ISIS Data Area is hosted on rsync servers and not through conda channels like the ISIS binaries. This requires using the rsync command from within a terminal window within your Unix distribution, or from within WSL if running Windows 10.  Downloading all mission data requires over 520 GB of disk space. If you want to acquire only certain mission data [click here](#Mission-Specific-Data-Downloads). To download all ISIS data files, continue reading.

+7 −7
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ EndGroup
# models.
#
# Leave the ShapeModel Group commented-out to continue
# using the ISIS3 default. 
# using the ISIS default.
#
# RayTraceEngine = Bullet | Embree
# OnError = Continue | Fail
+7 −7
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ EndGroup
# models.
#
# Leave the ShapeModel Group commented-out to continue
# using the ISIS3 default. 
# using the ISIS default.
#
# RayTraceEngine = Bullet | Embree
# OnError = Continue | Fail
+1 −1
Original line number Diff line number Diff line
# Translates Europa Clipper EIS xml labels into the Instrument PvlGroup values
# for the ingested ISIS3 cube labels.
# for the ingested ISIS cube labels.
#
# The Dependencies keyword specifies a tag or attribute at the same level as
# the InputKey that uniquely identifies the InputKey.
Loading