forked from cositools/cosipy
-
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.
renamed DataLoader -> DataDeconvolutionAlgorithmInterface or DataIF
- Loading branch information
Showing
5 changed files
with
23 additions
and
16 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,5 +1,14 @@ | ||
from .data_loader_DC2 import DataLoaderDC2 | ||
from .image_deconvolution import ImageDeconvolution, model_classes, deconvolution_algorithm_classes | ||
|
||
from .data_deconvolution_algorithm_interface_base import DataDeconvolutionAlgorithmInterfaceBase | ||
from .dataIF_COSI_DC2 import DataIF_COSI_DC2 | ||
|
||
from .model_base import ModelBase | ||
from .allskyimage import AllSkyImageModel | ||
from .image_deconvolution import ImageDeconvolution | ||
|
||
from .deconvolution_algorithm_base import DeconvolutionAlgorithmBase | ||
from .RichardsonLucy import RichardsonLucy | ||
from .RichardsonLucySimple import RichardsonLucySimple | ||
|
||
from .exposure_table import SpacecraftAttitudeExposureTable | ||
from .coordsys_conversion_matrix import CoordsysConversionMatrix |
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
2 changes: 1 addition & 1 deletion
2
...y/image_deconvolution/data_loader_base.py → ...deconvolution_algorithm_interface_base.py
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