-
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
Su Tian
authored and
Su Tian
committed
Sep 5, 2020
1 parent
6cc6f6e
commit 6a1e261
Showing
59 changed files
with
2,296 additions
and
395 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| Class Module for Beam | ||
| ===================== | ||
|
|
||
| .. highlight:: python | ||
|
|
||
| :: | ||
|
|
||
| import msgpi.ms.beam | ||
|
|
||
| Beam segment | ||
| ------------ | ||
|
|
||
| .. autoclass:: msgpi.ms.beam.BeamSegment | ||
| :members: | ||
|
|
||
| Beam | ||
| ---- | ||
|
|
||
| .. autoclass:: msgpi.ms.beam.Beam | ||
| :members: | ||
|
|
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 |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| I/O Module for GEBT | ||
| =================== | ||
|
|
||
| .. highlight:: python | ||
|
|
||
| :: | ||
|
|
||
| import msgpi.ms.iogebt | ||
|
|
||
| Reading Functions | ||
| ----------------- | ||
|
|
||
| .. autofunction:: msgpi.ms.iogebt.readGEBTIn | ||
|
|
||
| .. autofunction:: msgpi.ms.iogebt.readGEBTOut | ||
|
|
||
| .. autofunction:: msgpi.ms.iogebt.readGEBTOutNode | ||
|
|
||
| .. autofunction:: msgpi.ms.iogebt.readGEBTOutStatic | ||
|
|
||
| .. autofunction:: msgpi.ms.iogebt.readGEBTOutEigen | ||
|
|
||
| Writing Functions | ||
| ----------------- | ||
|
|
||
| .. autofunction:: msgpi.ms.iogebt.writeGEBTIn | ||
|
|
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,16 @@ | ||
| analysis Module for GEBT | ||
| ======================== | ||
|
|
||
| .. highlight:: python | ||
|
|
||
| :: | ||
|
|
||
| import msgpi.ms.analysis | ||
|
|
||
|
|
||
| .. autofunction:: msgpi.ms.analysis.solveGEBT | ||
|
|
||
| .. autofunction:: msgpi.ms.analysis.runGEBT | ||
|
|
||
| .. autofunction:: msgpi.ms.analysis.solvePLECS | ||
|
|
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,11 @@ | ||
| Structure Module | ||
| ================ | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
| :caption: Contents: | ||
|
|
||
| beam | ||
| iogebt | ||
| prebeam | ||
| ms_analysis |
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,14 @@ | ||
| prebeam Module for GEBT | ||
| ======================= | ||
|
|
||
| .. highlight:: python | ||
|
|
||
| :: | ||
|
|
||
| import msgpi.ms.prebeam | ||
|
|
||
| Preprocessing Function | ||
| ---------------------- | ||
|
|
||
| .. autofunction:: msgpi.ms.prebeam.preBeam | ||
|
|
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,9 @@ | ||
| SG I/O Module | ||
| ============= | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
| :caption: Contents: | ||
|
|
||
| iovabs | ||
| ioutils |
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,12 @@ | ||
| SG Module | ||
| ============= | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 2 | ||
| :caption: Contents: | ||
|
|
||
| sg | ||
| presg | ||
| iovabs | ||
| ioutils | ||
| analysis |
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,12 @@ | ||
| Utility Functions | ||
| ================= | ||
|
|
||
| .. highlight:: python | ||
|
|
||
| :: | ||
|
|
||
| import msgpi.utils | ||
|
|
||
| .. autofunction:: msgpi.utils.calcRotationTensorFromParameters | ||
|
|
||
| .. autofunction:: msgpi.utils.calcCab |
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
Oops, something went wrong.