Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sfarrens committed Jun 12, 2017
1 parent e601f76 commit 54193c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Contents
1. [Introduction](#intro_anchor)
1. [Dependencies](#depend_anchor)
1. [Execution](#exe_anchor)
1. [Input Format](#in_format)
1. [Running the executable script](#py_ex)
1. [Running the code in a Python session](#py_sesh)
1. [Example](#eg_anchor)
Expand Down Expand Up @@ -55,6 +56,7 @@ The low-rank approximation method can be run purely in Python.

The primary code is an executable script called **sf_deconvolve.py** which is designed to take an observed (*i.e.* with PSF effects and noise) stack of galaxy images and a known PSF, and attempt to reconstruct the original images. The input format are Numpy binary files (.npy) or FITS image files (.fits).

<a name="in_format"></a>
### Input Format

The input files should have the following format:
Expand Down

0 comments on commit 54193c0

Please sign in to comment.