-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1.0.12 Adding new visualization features, CME analysis, fixed nonetyp…
…e img
- Loading branch information
1 parent
97e90d6
commit 618f1f6
Showing
9 changed files
with
676 additions
and
53 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
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
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
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,10 +1,20 @@ | ||
"""COR 2 & COR 1""" | ||
import numpy as np | ||
from corkit.utils import FITS | ||
version = '1.0.12' | ||
|
||
#class downloader(): | ||
|
||
|
||
"""level 0.5""" | ||
def level_05(src_path, trg_path): | ||
img, header = FITS(src_path) | ||
|
||
|
||
|
||
return img, header | ||
|
||
"""level 1""" | ||
|
||
"""level 1""" | ||
def level_1(src_path, trg_path): | ||
return src_path |
Oops, something went wrong.