pyUSID icon indicating copy to clipboard operation
pyUSID copied to clipboard

Framework for storing, visualizing, and processing Universal Spectroscopic and Imaging Data (USID)

Results 17 pyUSID issues
Sort by recently updated
recently updated
newest added

When packaging pyUSID for openSUSE I found that I have to apply this patch to make other tests pass (aside from those which are failing because of #80 ): ```diff...

Reshape to ndims fails when there is only a single point: ``` Position dimensions: ['X' 'Y'] Position sort order: [0] Spectroscopic Dimensions: ['DC_Offset' 'Field' 'Cycle'] Spectroscopic sort order: [1 0...

When running the test suite while packaging pyUSID for openSUSE I get these four tests failing: ``` [ 60s] + PYTHONPATH=/home/abuild/rpmbuild/BUILDROOT/python-pyUSID-0.0.10-0.x86_64/usr/lib/python3.9/site-packages [ 60s] + PYTHONDONTWRITEBYTECODE=1 [ 60s] + pytest-3.9 --ignore=_build.python39...

Deprecated pytest-runner is not necessary to run the testsuite.

This is a generic enough function that is not specific to pyUSID and should instead be moved to ``sidpy.base.num_utils``

Write a function that accepts a ``sidpy.Dataset`` object and writes everything out into USID format. One challenge is separating the position from the spectroscopic dimensions. What if everything was marked...

enhancement
help wanted
good first issue

Posting this on behalf of ORNL's Chad Parish who is interested in a capability that supports easy stitching of overlapping images (more complex than just images in reality) into one...

enhancement
help wanted
question

Noticeable when the dataset is quite large. Profile and identify cause

bug

Does it make sense to continue extending ``h5py.Dataset`` instead of ``dask.array`` for ``pyUSID.USIDataset``? Can ``pyUSID.USIDataset`` extend ``sidpy.Dataset`` instead? If not, can we steal most of the ideas / framework from...

enhancement
question