Skip to content
/ ISIS3 Public

Integrated Software for Imagers and Spectrometers v3. ISIS3 is a digital image processing software package to manipulate imagery collected by current and past NASA and International planetary missions.

License

Notifications You must be signed in to change notification settings

DOI-USGS/ISIS3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISIS

ISIS

Anaconda-Server Badge Anaconda-Server Badge Badge for DOI 10.5066/P13TADS5

Quick Reference

To start using ISIS, see:

For more info, see:

For Development and Contributing, see:

In this README:

Requests for Comment

The ISIS project uses a Request for Comment (RFC) model where major changes to the code, data area, or distribution are proposed, discussed, and potentially adopted. RFCs are being housed in this repository's wiki.

No RFCs are currently open.

All contributors and users are welcome to review and comment on open RFCs.

Citing ISIS

The badge at the top of this README lists the DOI of the most recent ISIS version. As of 11/22/2024, the latest release of ISIS is version 8.3.0, and its DOI is 10.5066/P13TADS5.

The Releases Page on GitHub lists the DOI for each version of ISIS. Older versions may be listed on Zenodo. It is good practice to cite the version of the software being used by the citing work, so others can reproduce your exact results.

System Requirements

ISIS is supported on these UNIX variants (and may work on others, though unsupported):

  • Ubuntu 18.04 LTS
  • macOS 10.13.6 High Sierra
  • Fedora 28
  • CentOS 7.2

ISIS is not supported on Windows, but using WSL may be possible.

Architecture Support

  • 64-bit x86 processors: Supported.
  • Apple Silicon: In Development.

Storage Space Required

  • 2.5 GB for ISIS binaries
  • 10 GB up to multiple TB for mission data and processing large images

Semantic Versioning

Versions of ISIS now use a Major.Minor.Patch scheme (e.g., 8.3.0), detailed in RFC 2.

Major Minor Patch
8 .3 .0
  • Patch Releases (i.e. 8.0.2 → 8.0.3) fix a bug, but don't make breaking changes or add features.

  • Minor Releases (i.e. 8.2.0 → 8.3.0) add features, but no breaking changes.

  • Major Releases (i.e. 8.3.0 → 9.0.0) add a breaking change.

Breaking Changes

A breaking change alters API signatures, existing arguments to ISIS apps, or output. Anything that could break backwards compatibility with a script is considered breaking*.

Additions (i.e, an added optional argument, and added column in a .csv file) aren't considered breaking, but changes to existing output or input (i.e, changing an existing argment, changing the title of an existing .csv output column) are breaking.

*.txt files, or output meant only for human readers, are excluded from ISIS's definition of a breaking change.

Contributors must make sure that breaking changes are well-identified. Breaking changes require input, discussion, and approval from the community before they can be adopted into ISIS.

Upgrade considerations

Most users can safely upgrade to Minor and Patch Versions, but should be more cautious about a Major upgrade, which may introduce changes that could alter their workflow. You can reference the Changelog for more specific information on the changes.

ISIS Release Cadence (LTS)

ISIS has a Long Term Support (LTS) model. This assumes that users will update at either:

  • Each LTS release (every 18 months), or
  • Each quarterly release (every 3 months).

About

Integrated Software for Imagers and Spectrometers v3. ISIS3 is a digital image processing software package to manipulate imagery collected by current and past NASA and International planetary missions.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published