issues
search
Countoscope
/
countoscope
Python codes for the Countoscope
https://countoscope.github.io/
MIT License
1
stars
0
forks
source link
Allow for inputting Numpy array directly
#3
Open
simongravelle
opened
4 months ago
simongravelle
commented
4 months ago
To do:
modify the code so that it accepts Numpy array directly, either by looping directly on the array, or simply by converting it into a XYZ format before applying the Countoscope
write a test
To do: