@@ -63,6 +63,16 @@ How is pycroscopy different from ImageJ, ImageSXM, WSxM, Gwyddion, or xarray?
* `xarray <https://github.com/pydata/xarray>`_ has many similar and more advanced features for handling scientific multidimensional data compared to pycroscopy. However, while pycroscopy is a file-based package, xarray enables the features for data in memory only. We see xarray as a package that is complementary to pycroscopy.
* For simple data operations such as flattening, finding maximum, etc. on 2D images or spectra, ImageJ / Gwyddion / WSxM may be better alternatives to pycroscopy.
What's the difference between pyUSID and pycroscopy?