Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 475 Bytes

File metadata and controls

8 lines (6 loc) · 475 Bytes

linumpy coding standards

  • We use the PEP8 coding standard
  • OME-Zarr format extension should be .ome.zarr, as shown in the NGFF documentation (URL)
  • All scripts/methods should explicitly document the expected resolutions and dimensions units
  • We use Numpy style docstrings: https://numpydoc.readthedocs.io/en/latest/format.html
  • The axis order should be Z, Y, X