locan.scripts.script_napari.sc_napari¶
- locan.scripts.script_napari.sc_napari(file_path=None, file_type=FileType.CUSTOM, **kwargs)[source]¶
Render localization data in napari.
- Parameters:
file_path (
str|PathLike[Any] |None) – File path to localization data.file_type (
int|str|FileType|Metadata) – Indicator for the file type. Integer or string should be according to locan.constants.FileType.kwargs (
Any) – Other parameters passed torender_2d_napari().
- Return type:
None