-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
42 changed files
with
2 additions
and
2,440 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 |
---|---|---|
|
@@ -20,10 +20,9 @@ | |
# * e-mail address '[email protected]' | ||
# ***************************************************************************/ | ||
|
||
from . import dct | ||
from . import alignment | ||
from . import classification | ||
from . import image | ||
from . import metadata | ||
from . import operators | ||
from . import search | ||
from . import transform | ||
from . import utils |
81 changes: 0 additions & 81 deletions
81
src/xmipp/libraries/py_xmipp/swiftalign/alignment/FourierInPlaneTransformAugmenter.py
This file was deleted.
Oops, something went wrong.
111 changes: 0 additions & 111 deletions
111
src/xmipp/libraries/py_xmipp/swiftalign/alignment/FourierInPlaneTransformCorrector.py
This file was deleted.
Oops, something went wrong.
141 changes: 0 additions & 141 deletions
141
src/xmipp/libraries/py_xmipp/swiftalign/alignment/FourierInPlaneTransformGenerator.py
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
src/xmipp/libraries/py_xmipp/swiftalign/alignment/InPlaneTransformBatch.py
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -20,12 +20,4 @@ | |
# * e-mail address '[email protected]' | ||
# ***************************************************************************/ | ||
|
||
from .align import align | ||
from .train import train | ||
from .populate import populate | ||
from .generate_alignment_metadata import generate_alignment_metadata | ||
|
||
from .FourierInPlaneTransformAugmenter import FourierInPlaneTransformAugmenter | ||
from .FourierInPlaneTransformGenerator import FourierInPlaneTransformGenerator | ||
from .FourierInPlaneTransformCorrector import FourierInPlaneTransformCorrector | ||
from .InPlaneTransformCorrector import InPlaneTransformCorrector |
Oops, something went wrong.