locan.scripts.script_napari#

Render localization data in napari.

With this script you can choose a file name and render the localization file in napari.

To run the script:

locan napari -f <file> -t <file type> -k <string with kwargs for render function> --bin_size <>
--rescale <string with tuple or rescale>

Try for instance:

locan napari -f "locan/tests/test_data/five_blobs.txt" -t 1 --bin_size 10 --rescale "0 1"

See also

locan.render.render2d.render_2d_napari

Functions

main([args])

rtype:

None

sc_napari([file_path, file_type])

Render localization data in napari.