We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc1def commit 51c1948Copy full SHA for 51c1948
src/segmentation_skeleton_metrics/utils/img_util.py
@@ -276,13 +276,12 @@ def get_storage_driver(img_path):
276
277
def is_neuroglancer_precomputed(img_path):
278
"""
279
- Checks if the path points to a Neuroglancer 'precomputed' dataset
280
- using TensorStore (no CloudVolume dependency).
+ Checks if the path points to a Neuroglancer precomputed dataset.
281
282
Parameters
283
----------
284
- path : str
285
- Path or URL to be checked (can be local or GCS/S3).
+ img_path : str
+ Path to be checked (can be local, GCS, or S3).
286
287
Returns
288
-------
0 commit comments