Skip to content

Commit

Permalink
Add Notebook for SFFT on NIRCam
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasvrussell committed Mar 9, 2024
1 parent 234aa44 commit 825107d
Show file tree
Hide file tree
Showing 18 changed files with 32,242 additions and 10 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
LONG_DESCRIPTION = open('README.rst').read()
NAME = "sfft"
AUTHOR = "Lei Hu"
AUTHOR_EMAIL = "[email protected]"
AUTHOR_EMAIL = "[email protected]"
MAINTAINER = "Lei Hu"
MAINTAINER_EMAIL = "[email protected]"
MAINTAINER_EMAIL = "[email protected]"
DOWNLOAD_URL = 'https://github.com/thomasvrussell/sfft'

LICENSE = 'MIT Licence'
VERSION = '1.4.2'
VERSION = '1.5.0'

install_reqs = ['scipy>=1.5.2',
'astropy>=3.2.3',
Expand Down
2 changes: 1 addition & 1 deletion sfft/AutoCrowdedPrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from sfft.utils.WeightedQuantile import TopFlatten_Weighted_Quantile
# version: Feb 4, 2023

__author__ = "Lei Hu <[email protected]>"
__author__ = "Lei Hu <[email protected]>"
__version__ = "v1.4"

class Auto_CrowdedPrep:
Expand Down
2 changes: 1 addition & 1 deletion sfft/AutoSparsePrep.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from sfft.utils.WeightedQuantile import TopFlatten_Weighted_Quantile
# version: Feb 10, 2023

__author__ = "Lei Hu <[email protected]>"
__author__ = "Lei Hu <[email protected]>"
__version__ = "v1.4"

class Auto_SparsePrep:
Expand Down
2 changes: 1 addition & 1 deletion sfft/CustomizedPacket.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from sfft.sfftcore.SFFTConfigure import SingleSFFTConfigure
# version: Feb 25, 2023

__author__ = "Lei Hu <[email protected]>"
__author__ = "Lei Hu <[email protected]>"
__version__ = "v1.4"

class Customized_Packet:
Expand Down
2 changes: 1 addition & 1 deletion sfft/EasyCrowdedPacket.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from sfft.sfftcore.SFFTConfigure import SingleSFFTConfigure
# version: Feb 25, 2023

__author__ = "Lei Hu <[email protected]>"
__author__ = "Lei Hu <[email protected]>"
__version__ = "v1.4"

class Easy_CrowdedPacket:
Expand Down
2 changes: 1 addition & 1 deletion sfft/EasySparsePacket.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from sfft.sfftcore.SFFTConfigure import SingleSFFTConfigure
# version: Mar 18, 2023

__author__ = "Lei Hu <[email protected]>"
__author__ = "Lei Hu <[email protected]>"
__version__ = "v1.4"

class Easy_SparsePacket:
Expand Down
2 changes: 1 addition & 1 deletion sfft/MultiEasyCrowdedPacket.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from sfft.sfftcore.SFFTConfigure import SingleSFFTConfigure
# version: Feb 24, 2023

__author__ = "Lei Hu <[email protected]>"
__author__ = "Lei Hu <[email protected]>"
__version__ = "v1.4"

class MultiEasy_CrowdedPacket:
Expand Down
2 changes: 1 addition & 1 deletion sfft/MultiEasySparsePacket.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from sfft.sfftcore.SFFTConfigure import SingleSFFTConfigure
# version: Mar 18, 2023

__author__ = "Lei Hu <[email protected]>"
__author__ = "Lei Hu <[email protected]>"
__version__ = "v1.4"

class MultiEasy_SparsePacket:
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions test/subtract_test_nircam/output_data/_placeholder.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
NOTHING HERE
Loading

0 comments on commit 825107d

Please sign in to comment.