Skip to content

Commit

Permalink
1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Apr 15, 2024
1 parent ce7990b commit 287e205
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

# CorKit: Coronagraph Science Kit

[![logo](https://github.com/Jorgedavyd/corkit/blob/main/docs/source/logo.png)](https://pypi.org/project/corkit)
<img src="https://github.com/Jorgedavyd/corkit/blob/main/docs/source/logo.png"/>

**CorKit** is an open-source Python library designed to streamline the
retrieval and preprocessing of solar coronagraph data. Its primary aim
is to democratize access to coronagraph data, enabling a broader community
of solar scientists to engage in research without the need for proprietary
software like IDL. It's derived from [Solarsoft](https://www.lmsal.com/solarsoft/):

![example](https://github.com/Jorgedavyd/corkit/blob/main/docs/examples/c2.png)
<img src="https://github.com/Jorgedavyd/corkit/blob/main/docs/examples/c2.png"/>

## Key Features:

Expand Down
2 changes: 1 addition & 1 deletion corkit/lasco.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import os
import glob

version = '1.0.9'
version = '1.0.10'

#done
def level_1(
Expand Down
2 changes: 1 addition & 1 deletion corkit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import glob
import os

version = '1.0.9'
version = '1.0.10'

radeg = 180/np.pi

Expand Down
14 changes: 6 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def run(self):
install.run(self)
subprocess.check_call([sys.executable, 'corkit/dataset.py'])

version = '1.0.9'
version = '1.0.10'

def find_calibration_files():
module_root = os.path.dirname(__file__)
Expand Down Expand Up @@ -66,9 +66,14 @@ def find_calibration_files():
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX :: Linux",
"Operating System :: MacOS :: MacOS X",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Astronomy",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Visualization",
"Topic :: Scientific/Engineering :: Image Processing",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Software Development :: Libraries :: Python Modules",
"Framework :: Matplotlib",
"Framework :: Pytest",
Expand All @@ -79,13 +84,6 @@ def find_calibration_files():
"Environment :: Web Environment",
"Natural Language :: English",
"Typing :: Typed",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Artificial Intelligence",
"Topic :: Coronagraph",
"Topic :: Solar Physics",
"Topic :: Astrophysics",
],
)

Expand Down

0 comments on commit 287e205

Please sign in to comment.