-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from teamtomo/mdg_modify_pydantic_classes
Modify Pydantic classes for ttsim3d
- Loading branch information
Showing
27 changed files
with
3,243 additions
and
327 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
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,13 @@ | ||
# Changelog | ||
|
||
## [Unpublished] | ||
|
||
### Added | ||
|
||
- `Simulator` and `SimulatorConfig` pydantic classes for parsing inputs and running simulations. | ||
- Easy to use command line program `ttsim3d-cli` for basic simulations. | ||
- Basic documentation and unit tests across the repository. | ||
|
||
### Modified | ||
|
||
- `ttsim3d.simulate3d.simulate3d` accepts different arguments than before. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
These modulation transfer functions (MTF) star files are copied from [RELION](https://github.com/3dem/relion/tree/master/data) and also downloaded directly from [Gatan's website](https://www.gatan.com/techniques/cryo-em#MTF). |
Oops, something went wrong.