-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set version number to 1.0 for RC tag
- Loading branch information
Liam Kilcommons
committed
Jul 1, 2019
1 parent
5e65243
commit 782df98
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Copyright 2018 SEDA Group at CU Boulder | ||
# Created by: | ||
# Liam Kilcommons | ||
# Created by: | ||
# Liam Kilcommons | ||
# Space Environment Data Analysis Group (SEDA) | ||
# Colorado Center for Astrodynamics Research (CCAR) | ||
# University of Colorado, Boulder (CU Boulder) | ||
|
@@ -13,7 +13,7 @@ | |
from setuptools.command import install as _install | ||
|
||
setup(name='ssj_auroral_boundary', | ||
version = "0.1", | ||
version = "1.0", | ||
description = "Figure of Merit Boundary Identification for DMSP SSJ5", | ||
author = "Liam Kilcommons", | ||
author_email = '[email protected]', | ||
|
@@ -22,8 +22,8 @@ | |
long_description = \ | ||
""" | ||
This package implements the Figure-of-Merit auroral boundary | ||
identification technique for electron precipitation data from | ||
the SSJ Precipitating Electrons and Ions instrument aboard | ||
identification technique for electron precipitation data from | ||
the SSJ Precipitating Electrons and Ions instrument aboard | ||
Defense Meteorology Satellite Program (DMSP) spacecraft. | ||
The algorithm here is tuned for DMSP carrying version 5 of the SSJ | ||
detector, that is DMSP F16, F17 and F18. | ||
|