-
Notifications
You must be signed in to change notification settings - Fork 6
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
167 changed files
with
6,921 additions
and
1,485 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,16 @@ | ||
## TomoBEAR authors | ||
|
||
Max Delbruck Center for Molecular Medicine, Berlin, Germany (<https://www.mdc-berlin.de>) | ||
|
||
* Mikhail Kudryashev - project leader | ||
* Artsemi Yushkevich - developer | ||
* Vasilii Mikirtumov - application engineer | ||
|
||
|
||
Max Planck Institute of Biophysics, Frankfurt (Hesse), Germany (<https://www.biophys.mpg.de/en>) | ||
|
||
* Nikita Balyschew - core version developer | ||
|
||
## External modified software authors | ||
|
||
TomoBEAR also contains modified pieces of MATLAB source code of the Dynamo package developed by D. Castaño-Díez et al.: https://www.dynamo-em.org. |
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,50 @@ | ||
# Changelog | ||
|
||
All notable changes will be documented in this file. | ||
|
||
## v0.3.0 - 2023-05-22 | ||
|
||
### :rocket: New Features | ||
* ```local_live``` data processing mode - new mode allows to make on-the-fly pre-processing and reconstructions during data collection to check the sample quality. *Currently only single-shot collected data is supported for this feature.* | ||
* ```EER``` (*Electron Event Representation*) support: input files format perception along with ```.gain``` gain file format support are now enabled in ```MotionCor2``` module | ||
* ```GenerateParticles``` - new module which allows to generate particles using either Dynamo (by cropping) or SUSAN (by subtomogram reconstructions) | ||
* ```IsoNet``` - module wrapping [IsoNet](https://github.com/IsoNet-cryoET/IsoNet) - CNN for denoising and missing wedge reconstruction | ||
|
||
### :arrow_up: Improvements | ||
* ```BinStacks```: added possibility to bin non-aligned stacks | ||
* ```AreTomo```: | ||
- enabled binned stack input | ||
- enabled local patch-based alignment | ||
* ```BatchRunTomo```: enabled IMOD-based patch-tracking | ||
* ```Reconstruct```: enabled [*nonlinear anisotropic diffusion* (NAD)](https://www.sciencedirect.com/science/article/pii/S1047847701944065?via%3Dihub) filter for tomograms post-filtering | ||
* ```GCTFCtfphaseflipCTFCorrection```: added possibility to use [CTFFIND4](https://www.sciencedirect.com/science/article/pii/S1047847715300460) | ||
|
||
### :bug: Major fixes | ||
* input files perception - fixed duplicated file extension ( issue #16 ) | ||
|
||
--- | ||
## v0.2.0 - 2023-02-23 | ||
|
||
### :rocket: New Features | ||
* `GridEdgeEraser`: a new module which allows to identify position of the grid edge and mask it out. | ||
* *Currently only gold grids data is supported for this feature.* | ||
|
||
### :arrow_up: Improvements | ||
* `AreTomo`: | ||
* enabled IMOD-compatible files output | ||
* enabled tilt axis offset parameter | ||
|
||
### :bug: Fixes | ||
* `EMDTemplateGeneration`: fixed EMDB URL | ||
* `BatchRunTomo`: fixed bug which prevented running TomoBEAR project for a single tilt serie | ||
* `GCTFCtfphaseflipCTFCorrection`: | ||
* fixed AreTomo-aligned data usage | ||
* fixed aligned stack usage | ||
* fixed Ctfphaseflip usage | ||
* `Reconstruct`: fixed reconstruction based on AreTomo-aligned data | ||
|
||
--- | ||
## v0.1.2 - 2023-01-20 | ||
|
||
### :bug: Fixes | ||
* `AreTomo` module: fixed parallelization and usage |
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.