-
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.
- Loading branch information
1 parent
971ba1a
commit a343c73
Showing
14 changed files
with
4 additions
and
56 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
from .converters import LoopConverter |
Binary file not shown.
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,14 +1,4 @@ | ||
from .base_converter import BaseConverter | ||
from .ntgs_converter import NTGSConverter | ||
from .loop_converter import LoopConverter | ||
from ..datatypes import SurveyName | ||
|
||
converter_map = { | ||
SurveyName.NTGS: NTGSConverter, | ||
SurveyName.GA: "", | ||
SurveyName.GSQ: "", | ||
SurveyName.GSWA: "", | ||
SurveyName.GSSA: "", | ||
SurveyName.GSV: "", | ||
SurveyName.MRT: "", | ||
SurveyName.GSNSW: "", | ||
} |
Binary file not shown.
Binary file added
BIN
+1.52 KB
LoopDataConverter/converters/__pycache__/base_converter.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+3.83 KB
LoopDataConverter/converters/__pycache__/conversion_manager.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+3.83 KB
LoopDataConverter/converters/__pycache__/loop_converter.cpython-311.pyc
Binary file not shown.
Binary file added
BIN
+6.7 KB
LoopDataConverter/converters/__pycache__/ntgs_converter.cpython-311.pyc
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
from .input_data import InputData |
Binary file modified
BIN
+58 Bytes
(130%)
LoopDataConverter/input/__pycache__/__init__.cpython-311.pyc
Binary file not shown.
Binary file modified
BIN
-11 Bytes
(99%)
LoopDataConverter/input/__pycache__/input_data.cpython-311.pyc
Binary file not shown.
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,6 +1,6 @@ | ||
from .conversion import ( | ||
convert_dip_terms, | ||
convert_dipdir_cardinals, | ||
convert_dipdir_terms, | ||
convert_tightness_terms, | ||
convert_displacement_terms, | ||
) |
Binary file modified
BIN
-4 Bytes
(99%)
LoopDataConverter/utils/__pycache__/__init__.cpython-311.pyc
Binary file not shown.