Skip to content

Commit

Permalink
1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Apr 15, 2024
1 parent 287e205 commit 97e90d6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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

<img src="https://github.com/Jorgedavyd/corkit/blob/main/docs/source/logo.png"/>
<img src="https://github.com/Jorgedavyd/corkit/raw/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/):

<img src="https://github.com/Jorgedavyd/corkit/blob/main/docs/examples/c2.png"/>
<img src="https://github.com/Jorgedavyd/corkit/raw/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.10'
version = '1.0.11'

#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.10'
version = '1.0.11'

radeg = 180/np.pi

Expand Down
2 changes: 1 addition & 1 deletion 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.10'
version = '1.0.11'

def find_calibration_files():
module_root = os.path.dirname(__file__)
Expand Down

0 comments on commit 97e90d6

Please sign in to comment.