Skip to content
This repository was archived by the owner on Mar 15, 2024. It is now read-only.
Open
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
33 changes: 2 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,3 @@

## Status

| OS | Status |
|-------|--------|
| OSX | [![Build Status](https://travis-ci.org/USGS-Astrogeology/PyHAT.svg?branch=dev)](https://travis-ci.org/USGS-Astrogeology/PyHAT) |
|Linux | [![Build Status](https://travis-ci.org/USGS-Astrogeology/PyHAT.svg?branch=dev)](https://travis-ci.org/USGS-Astrogeology/PyHAT) |
|Windows| [![Build status](https://ci.appveyor.com/api/projects/status/orfb1txhicspo7ap/branch/dev?svg=true)](https://ci.appveyor.com/project/jlaura/pyhat/branch/dev)|


[![Coverage Status](https://coveralls.io/repos/github/USGS-Astrogeology/PyHAT/badge.svg?branch=dev)](https://coveralls.io/github/USGS-Astrogeology/PyHAT?branch=dev)
[![Join the chat at https://gitter.im/USGS-Astrogeology/pyhat](https://badges.gitter.im/USGS-Astrogeology/pyhat.svg)](https://gitter.im/USGS-Astrogeology/pyhat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

# Installation - For Users
- Install [Anaconda Python](https://www.continuum.io/downloads). Be sure to get Python 3.x
- Create a conda env for PyHAT: `conda create -n pyhat`
- Add conda forge to your channels list: `conda config --add channels conda-forge`
- Activate the PyHAT environment: `conda activate pyhat` (for windows: `conda pyhat`)
- To install: `conda install -c usgs-astrogeology pyhat`

# Installation - For Developers
- Install [Anaconda Python](https://www.continuum.io/downloads). Be sure to get Python 3.x
- Add conda forge to your channels list: `conda config --add channels conda-forge`
- Clone this repo: `git clone https://github.com/USGS-Astrogeology/PyHAT`
- Enter the cloned repo: `cd PyHAT`
- Pull the `dev` branch: `git fetch && git checkout dev`
- Install the dependencies: `conda create -f environment.yml`

# Demo

- Execute the `jupyter notebook` that will open a new browser tab with the Jupyter homepage.
- Launch (click) the `Kaguya_Spectral_Profiler.ipynb` notebook.
# NOTE: This GitHub repository is obsolete and should not be used!
### To comply with USGS software release requirements, PyHAT has been migrated to [https://code.usgs.gov/astrogeology/pyhat](https://code.usgs.gov/astrogeology/pyhat). Please contact Ryan Anderson (rbanderson@usgs.gov) with any questions.