Add a function to create single-resolution maps from MOCs, along the following lines: ```py def moc2map(nside, moc, uniq=False): ... ``` where `uniq` is a flag for using NUNIQ or RANGE indexing.
Add a function to create single-resolution maps from MOCs, along the following lines:
where
uniqis a flag for using NUNIQ or RANGE indexing.