Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

sci-visus/large_image_source_openvisus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Add OpenVisus as a backend for large image

Links:

Instructions for windows

# create a virtual environment with all development packages
c:\python310\python.exe -m venv .venv
.venv\Scripts\activate
python -m pip install --upgrade pip
python -m pip install pooch wheel twine large-image[common] girder-large-image 
python -m pip install --upgrade OpenVisusNoGui

Test it:

  • it's broken right now
    • there is some confusion between LargeImage plugin and Girder large image plugin
    • should it be fixed?
# enable dev mode
python -m pip install -e .

python test.py D:/visus-datasets/david_subsampled/visus.idx ~test.png

Change setup.py to contain the project version and upload the wheel:

rm -f dist/*
python3 setup.py bdist_wheel
twine upload dist/*.whl

Then goto nsdf-services/histomicsui and follow instructions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages