This is an automated email from the ASF dual-hosted git repository.
rkk pushed a change to branch SDAP-497
in repository https://gitbox.apache.org/repos/asf/sdap-nexus.git
from 109f976 Merge remote-tracking branch 'origin/develop' into SDAP-497
add de23f5c SDAP-319 - Fixed typo (#322)
add cd1f27a Added forgotten changelog entry (#321)
add 1a6477f [SDAP-492] STV-FIS tomogram data visualization support (#323)
add da7850a Merge remote-tracking branch 'origin/develop' into SDAP-497
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 2 +
analysis/webservice/algorithms/Tomogram.py | 1662 ++++++++++++++++++++
analysis/webservice/algorithms/Tomogram3D.py | 894 +++++++++++
analysis/webservice/algorithms/__init__.py | 2 +
.../{NexusPNGRenderer.py => NexusGIFRenderer.py} | 8 +-
.../request/renderers/NexusRendererFactory.py | 2 +-
.../nexus_tornado/request/renderers/__init__.py | 3 +-
analysis/webservice/webmodel/NexusRequestObject.py | 6 +-
analysis/webservice/webmodel/NexusResults.py | 1 -
data-access/nexustiles/AbstractTileService.py | 4 +
.../nexustiles/backends/nexusproto/backend.py | 4 +
.../backends/nexusproto/dao/SolrProxy.py | 59 +-
data-access/nexustiles/backends/zarr/backend.py | 3 +
data-access/nexustiles/nexustiles.py | 50 +
helm/values.yaml | 2 +-
poetry.lock | 932 ++++++-----
pyproject.toml | 1 +
17 files changed, 3178 insertions(+), 457 deletions(-)
create mode 100644 analysis/webservice/algorithms/Tomogram.py
create mode 100644 analysis/webservice/algorithms/Tomogram3D.py
copy analysis/webservice/nexus_tornado/request/renderers/{NexusPNGRenderer.py
=> NexusGIFRenderer.py} (87%)