- Jul 12, 2017
-
-
Somnath, Suhas authored
About pycroscopy, why it exists, why it is needed, and how it is implemented at a high level
-
Chris Smith authored
num_points should no longer be ignored when passed in options of do_guess
-
- Jul 11, 2017
-
-
Somnath, Suhas authored
-
Chris Smith authored
-
Chris Smith authored
Updated the parse_dm3 file. The StringIO imports should now work on both python 2 and 3. The objects read from the binary file are now decoded as utf-8 when possible. If decoding fails, the error is ignored and the file read procedes without crashing.
-
- Jul 07, 2017
-
-
Unknown authored
Ensure that the batch size is an integer when cleaning in batch mode
-
- Jun 28, 2017
- Jun 26, 2017
-
-
Chris Smith authored
-
Chris Smith authored
Added a helpful (hopefully) message if the channel type is not found so that the user can add it if needed. Some attributes are stored as np.object_ rather than np.bytes_. Now checking for that as well.
-
- Jun 23, 2017
-
-
Somnath, Suhas authored
-
Somnath, Suhas authored
-
Somnath, Suhas authored
-
Somnath, Suhas authored
-
Somnath, Suhas authored
-
Somnath, Suhas authored
-
Somnath, Suhas authored
-
Somnath, Suhas authored
-
Unknown authored
Use string.decode('utf-8') rather than str(string, 'utf-8') to ensure Python2 compatibility.
-
Unknown authored
Fixed some attribute handling in the patcher.
-
Chris Smith authored
-
Somnath, Suhas authored
-
Somnath, Suhas authored
-
Chris Smith authored
Only try to use a GUI if check_ssh() is false Will try PyQt5, PyQt4, or the standard Python input() to query the user for a path.
-
Chris Smith authored
Checks the environment to see if the code is being run over an SSH connection.
-
Chris Smith authored
In get_attr, check for both np.bytes_ and the nate bytes types. In get_attributes, fixed bug with storing returned attribute in the new dictionary
-
Chris Smith authored
-
- Jun 22, 2017
-
-
Chris Smith authored
-
CompPhysChris authored
Cades dev
-
Unknown authored
Fixed a couple of attribute checks to use the new get_attr function.
-
Unknown authored
-
Somnath, Suhas authored
-
Unknown authored
This version trys to import PyQt5 within the function. It catches ImportErrors and should allow for pycroscopy to be imported even if PyQt5 is not found.
-
Somnath, Suhas authored
Internal links
-
Somnath, Suhas authored
-
Somnath, Suhas authored
-
- Jun 21, 2017
-
-
Chris Smith authored
-
CompPhysChris authored
Cades dev
-
Unknown authored
Fixed the jupyter_visualize_beps_sho and jupyter_visualize_beps_loops functions
-
Unknown authored
-