You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we use the offset of r/c/z to label the axes on the intensity table. We should instead be using the axes labels from the ImageStack. This PR makes that change in three key areas:
1. `IntensityTable.empty_intensity_table` now accepts the labels for the axes.
2. `IntensityTable.from_spot_data` now accepts the labels for the axes and verifies that the number of labels matches the intensity data.
3. `IntensityTable.from_image_stack` reads the labels for the zplane axes and assigns them correctly.
Test plan: Add a test that instantiates a labeled ImageStack and derives an IntensityTable from it. Also ran `make test && make -j run-notebooks`.
Depends on #1178Fixes#1168
Currently, we use the offset of r/c/z to label the axes on the intensity table. We should instead be using the axes labels from the ImageStack. This PR makes that change in three key areas:
1. `IntensityTable.empty_intensity_table` now accepts the labels for the axes.
2. `IntensityTable.from_spot_data` now accepts the labels for the axes and verifies that the number of labels matches the intensity data.
3. `IntensityTable.from_image_stack` reads the labels for the zplane axes and assigns them correctly.
Test plan: Add a test that instantiates a labeled ImageStack and derives an IntensityTable from it. Also ran `make test && make -j run-notebooks`.
Depends on #1178Fixes#1168
No description provided.
The text was updated successfully, but these errors were encountered: