Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Initial version of the implementation for the Zeiss parser, activation of TESCAN metadata, testing remains * Fixed bug that more than one ureg was used across different parsers, fixed bug that mapping to a target quantity was ignored for case_three_str * Prepare nionswift * Parser for Nion Co. nd binary and HDF5 files to NeXus, fixes #27 (#53) * Implementation generic plotting and initial metadata mapping table * Added interfacing to data and mdata processing functions, initial plots working, need to update pynxtools upstream, need to test metadata * Suggestions from Lukas * Minor linting * Tested plot generation functional including default plots for multi-signal example from B. Haas and pytchography dataset from Anton, Sherjeel et al. * Initial test of writing metadata, several already written but three issues i) some metadata not in expected places due to unclear strategy when certain information end up where in nion metadata, ii) some concepts like corrector_cs not resolved and thus not autoannotated and thus will likely create problems in nomad, iii) only hotfixing currently the case that information written to template is not checked for whether it exists already and thus also logical situations like I know already what this detector is can not be handled automatically but only by overwriting * Further fixes for Nion metadata parsing * Reconfigured location of aberrations * Fixed variable typo * Fixing several so far incorrectly resolved metadata concepts * Fixed except for one dwell_time for event 1,3,4,12 for multisignal B. Haas datasets all issues * Parser for Gatan DigitalMicrograph DM3/DM4, fixes #12 (#54) * Starting code for DigitalMicrograph * Test and lint with several python versions, fixes #41 * Fix whitespace * Working initial version of generic plotting for Gatan with default plot resolving, next steps, test all cases, activate metadata * Working initial working of a Gatan parser, metadata are mapped but substantial discussion with the community is required * Parser for Hitachi TIFF, fixes #44 (#55) * Reorganized locations of tfs concepts * Working Hitachi parser * Enabling HDR sidecar metadata file for TESCAN (#56) * Preparing for TESCAN sidecar file, next steps: i) complete this, then cleaning, and final tests * Fixed incorrect routing Zeiss, mypy issue still remains * Fixed mypy, possibly a mypy bug, just switching order changed it? * Rm unused variables (#57) * First round of unnecessary variables removed, first round of unnecessary complicated variable names simplified * Equalized all call lines for individual parsers, removed deprecated term subparser * Further reduction of code bloat from unnecessary small functions but called with the similar configuration * Refactoring, suggestions from lukaspiel * Preparing docs update (#59) * Preparing docs update * Tested automated mapping of as a suggestion how to implement #321 of www.github.com/FAIRmat-NFDI/pynxtools * conventions parser using v3 and tested * eln and oasis parser using v3 and tested * Minor formatting and adding of conventions and eln/oasis cfg parser in docs * axon parser using v3 and tested * gatan parser using v3 and tested * hitachi parser using v3 and tested * jeol parser using v3 and tested * nion parser using v3 and tested * point electronic parser using v3 and tested * tescan parser using v3 and tested * zeiss parser using v3 and tested but some more concepts should be mapped * tfs/fei tiff parser using v3, testing remains * Some changes on the Velox parser but not complete (refactoring for images and testing) remains * Refactored naming of mapping tables to aid automated lexical sorting during linting * Fix bug with case_three_list handle when concatenating a sequence of pint quantities with units to an array pint quantity for a scaled that same multiplicative unit * tfs parser using v3 and tested * velox refactored and tested, mapping table names shortened, but further testing for velox is required * apex parser using v3 and tested * Suggestions from @lukaspiel for all em PRs in this chain (#61) * Suggestions from @lukaspiel for #60 * Reviewer comments @lukaspiel #57 * Review comments @lukaspiel #55 * Remaining changes of @lukaspiel * Nion kV to V --------- Co-authored-by: mkuehbach <[email protected]> * Further testing and modernization to match NXem v3, fixes #28 (#60) * conventions parser using v3 and tested * eln and oasis parser using v3 and tested * Minor formatting and adding of conventions and eln/oasis cfg parser in docs * axon parser using v3 and tested * gatan parser using v3 and tested * hitachi parser using v3 and tested * jeol parser using v3 and tested * nion parser using v3 and tested * point electronic parser using v3 and tested * tescan parser using v3 and tested * zeiss parser using v3 and tested but some more concepts should be mapped * tfs/fei tiff parser using v3, testing remains * Some changes on the Velox parser but not complete (refactoring for images and testing) remains * Refactored naming of mapping tables to aid automated lexical sorting during linting * Fix bug with case_three_list handle when concatenating a sequence of pint quantities with units to an array pint quantity for a scaled that same multiplicative unit * tfs parser using v3 and tested * velox refactored and tested, mapping table names shortened, but further testing for velox is required * apex parser using v3 and tested * Suggestions from @lukaspiel for all em PRs in this chain (#61) * Suggestions from @lukaspiel for #60 * Reviewer comments @lukaspiel #57 * Review comments @lukaspiel #55 * Remaining changes of @lukaspiel * Nion kV to V --------- Co-authored-by: mkuehbach <[email protected]> --------- Co-authored-by: mkuehbach <[email protected]> --------- Co-authored-by: mkuehbach <[email protected]> --------- Co-authored-by: mkuehbach <[email protected]> --------- Co-authored-by: mkuehbach <[email protected]> --------- Co-authored-by: mkuehbach <[email protected]> --------- Co-authored-by: mkuehbach <[email protected]> --------- Co-authored-by: mkuehbach <[email protected]> --------- Co-authored-by: mkuehbach <[email protected]>
- Loading branch information