ccd-utexas / tsphot

Time series photometry using astropy.
MIT License
1 stars 4 forks source link

tsphot

Time series photometry using astropy.

Note: As of 2014-06-01, photutils must be installed from https://github.com/ccd-utexas/photutils

Examples

To display help text:

$ python main.py --help
[...displays help text...]

See the wiki for this page: https://github.com/ccd-utexas/tsphot/wiki

How to contribute

This step-by-step tutorial walks you through how to contribute to this repository using the GitHub application.

Follow this model for contributing: http://nvie.com/posts/a-successful-git-branching-model/

For additional information on collaborating: https://help.github.com/categories/63/articles

Warning: Never delete "develop" or "master" branches.

Setup your GitHub account

Create your branch from "develop" and edit

Merge your branch back into "develop" and delete your branch

Follow this section when you are finished editing your version of the code and are ready to merge your changes back into "develop".

Note: Clicking "Merge Branches" does not sync the merged "develop" branch back to GitHub.

Warning: Never delete "develop" or "master" branches.

Merge create a release branch from "develop" and merge into "master"

Follow these instructions to issue a new code release into production. Use semantic versioning from http://semver.org/

Admin: Make a backup of tsphot