ramav87
ramav87
I am now wanting to make phoenix the master branch in px. However, it seems that master is a few commits ahead of legacy. I am thinking of merging master...
Of particular importance for @rajgiriUW and @kongjy , we are migrating basically all translators out of pycroscopy into their respective packages (most of them go to SciFiReaders). Please advise as...
Need to add features from modules written for local crystallography (see MoRe work and associated notebook) and Voronoi tessellation (Gerd's work), where data is structured as a graph into px.
Labview H5 patcher currently looks through spec_dim_labels to gauge how many spectroscopic dimensions there are. This is better determined by looking at the size of the spectroscopic_values dataset instead. Some...
Currently, we have a mix of translators that are rather poor for electron microscopy files. Need to create a suite of new translators to clean up the problem. Specific classes...
Visualization is an issue for large datasets; look into VisPy as a solution.
do_guess and do_fit methods from BELoopFitter are missing override options that have been added to SHOFitter. This causes an error in the latest BE processing notebook.
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_viz_utils.py in jupyter_visualize_beps_sho(pc_sho_dset, step_chan, resp_func, resp_label, cmap) 324...
Error in projectLoop batch (in be_loop_model) where order of reshaped array after loop projection is reversed from what it should be.
Need ability to view the spatial maps of the Loop Fit parameters (V+, V-, Work of switching, etc.). Currently only allows visualization of the parameters of the loop fit function...