Skip to content

bmorris3/photometry_linalg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

photometry_linalg

Binder

A simple, interactive photometric detrending with linear algebra in Python.

Getting started via Binder

  1. Click the "Launch Binder" button above
  2. Wait for the interactive notebook to launch
  3. Start learning by reading the notebook, and executing its cells

Getting started via source code

  1. Clone the repository with
git clone https://github.com/bmorris3/photometry_linalg.git
  1. Change directories into the repo
cd photometry_linalg
  1. Make sure you have the required packages installed
pip install -r requirements.txt
  1. Launch the notebook with the command
jupyter notebook

photometry_linalg only requires python 3, numpy and matplotlib.

About

How to do photometric detrending with simple linear algebra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published