Skip to content

Commit

Permalink
update readme [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
astrowizicist committed Feb 20, 2017
1 parent 51199da commit 00d3dca
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# The Cannon 2: The Compressed Sensing Edition
# The Cannon

If we take *The Cannon* to large numbers of labels (say chemical abundances),
the model complexity grows very fast. At the same time, we know that most
chemicals affect very few wavelengths in the spectrum; that is, we know that the
problem is sparse. Here we try to use standard methods to discover and enforce
sparsity.
[![Build Status](https://img.shields.io/travis/andycasey/AnniesLasso/refactor.svg)](https://travis-ci.org/andycasey/AnniesLasso)
[![Coverage Status](https://img.shields.io/coveralls/andycasey/AnniesLasso/refactor.svg)](https://coveralls.io/github/andycasey/AnniesLasso?branch=refactor)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/andycasey/AnniesLasso.svg?b=refactor)](https://scrutinizer-ci.com/g/andycasey/AnniesLasso/?branch=refactor)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/andycasey/AnniesLasso/blob/refactor/LICENSE)

[![Build Status](https://img.shields.io/travis/andycasey/AnniesLasso/master.svg)](https://travis-ci.org/andycasey/AnniesLasso)
[![Coverage Status](https://img.shields.io/coveralls/andycasey/AnniesLasso/master.svg)](https://coveralls.io/github/andycasey/AnniesLasso?branch=master)
[![Scrutinizer](https://img.shields.io/scrutinizer/g/andycasey/AnniesLasso.svg?b=master)](https://scrutinizer-ci.com/g/andycasey/AnniesLasso/?branch=master)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/andycasey/AnniesLasso/blob/master/LICENSE)

[See the documentation.](#)

## Authors
- **Andy Casey** (Cambridge)
- **Andy Casey** (Cambridge) (Monash)
- **David W. Hogg** (NYU) (MPIA) (SCDA)
- **Melissa K. Ness** (MPIA)
- **Hans-Walter Rix** (MPIA)
Expand All @@ -22,7 +18,7 @@ problem is sparse. Here we try to use standard methods to discover and enforce


## License
**Copyright 2016 the authors**.
**Copyright 2017 the authors**.
The code in this repository is released under the open-source **MIT License**.
See the file `LICENSE` for more details.

Expand All @@ -32,7 +28,7 @@ See the file `LICENSE` for more details.
To install:

``
pip install https://github.com/andycasey/AnniesLasso/archive/master.zip
pip install https://github.com/andycasey/AnniesLasso/archive/refactor.zip
``


Expand Down

0 comments on commit 00d3dca

Please sign in to comment.