-
Updated
Apr 20, 2020 - Python
microscopy
Here are 213 public repositories matching this topic...
Need to check dimensional reshaping
TypeError Traceback (most recent call last)
in ()
1 step_chan = 'DC_Offset'
----> 2 px.be_viz_utils.jupyter_visualize_beps_sho(h5_sho_fit, step_chan)
~\Documents\GitHub\pycroscopy\pycroscopy\viz\be_v
Introduced when merging #226
Should probably used the Path() function as well as relative paths to the main repo location.
-
Updated
Mar 25, 2019 - Python
-
Updated
May 20, 2020 - Python
-
Updated
Apr 1, 2020 - C++
-
Updated
Apr 23, 2020 - Jupyter Notebook
Currently not all command line options are in the documentation. This should be improved.
-
Updated
Apr 4, 2019 - Java
Maybe, we can add a linting rule which checks that all functions in the api file have docstrings? At least, importNmlAsString is missing a docstring.
-
Updated
Jul 25, 2018 - Jupyter Notebook
It would be great to add Doxygen or similar for auto-generation of documentation and start a push towards standardisation of the style and comment/description data as to work with such a system.
Use Case
Please provide a use case to help us understand your request in context
Related to #104
Monitor image read performance on every commit to master to watch for performance hits introduced with each patch.
Solution
Please describe your ideal solution
Look into asv which is used by pandas for benchmarking whi
-
Updated
Dec 29, 2019 - Shell
Currently the focus of the navcam is hard coded. If you're lucky, the focus is correct, but in most of the time you're not lucky.
So instead of using a hard coded position, we should either:
- Run the autofocus (starting from this hard coded position)
- Run the autofocus at calibration and reuse this value (= one value per Phenom/sample holder)
-
Updated
Apr 25, 2020 - Python
-
Updated
Mar 9, 2019 - Java
-
Updated
May 18, 2020 - Jupyter Notebook
-
Updated
May 4, 2020 - Python
-
Updated
Jan 4, 2019 - Python
-
Updated
Jan 2, 2019 - Julia
-
Updated
Sep 26, 2019 - Python
-
Updated
Jun 10, 2019 - Java
-
Updated
Jan 15, 2020 - Python
-
Updated
Jun 2, 2020 - C++
-
Updated
Oct 17, 2018 - Python
-
Updated
Nov 7, 2017 - MATLAB
-
Updated
Dec 28, 2019 - Python
Improve this page
Add a description, image, and links to the microscopy topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the microscopy topic, visit your repo's landing page and select "manage topics."
The check for required parameters now takes precedence over displaying help information. I had to run relion_mask_create --i nonsense --help to display the help information.