π€ from Claude
Sub-issue of #48 (v1.0 sweep), Tier-2 docs.
Scope
A guide showing how a mortie packed-u64 morton index interchanges with the wider HEALPix ecosystem:
- mortie morton β HEALPix
(order, nested-pixel) via mort2healpix / norm2mort / mort2norm.
- Round-trip against
cdshealpix / healpy (to_nested/from_nested, ang2pix/pix2ang), the same oracle pattern the test-suite uses.
- Worked examples and the gotchas (base-cell prefix offset, unsigned vs signed-southern presentation, order self-encoding).
Acceptance criteria
A markdown guide (under docs/) with runnable snippets; cross-checked against the ecosystem libraries already in the test/docs extras.
Refs #48.
π€ from Claude
Sub-issue of #48 (v1.0 sweep), Tier-2 docs.
Scope
A guide showing how a mortie packed-u64 morton index interchanges with the wider HEALPix ecosystem:
(order, nested-pixel)viamort2healpix/norm2mort/mort2norm.cdshealpix/healpy(to_nested/from_nested,ang2pix/pix2ang), the same oracle pattern the test-suite uses.Acceptance criteria
A markdown guide (under
docs/) with runnable snippets; cross-checked against the ecosystem libraries already in thetest/docsextras.Refs #48.