mocpy icon indicating copy to clipboard operation
mocpy copied to clipboard

Python library to easily create and manipulate MOCs (Multi-Order Coverage maps)

Results 18 mocpy issues
Sort by recently updated
recently updated
newest added

Given a MOC representing a telescope field, such as: 6/32777 7/131083 131085-131087 131096 131098 131105-131107 131112-131113 131120 131122 180241 180243-180244 180246 180249 8/524319 524327 524331 524337-524339 524362-524364 524366 524388 524390...

feature request
documentation

Several users have asked for a S-MOC into a STC-S (or Region, ...) feature. For another subject, Daniel Durand point me to Felix Stoehr's [footprintfinder.py](https://www.eso.org/~fstoehr/footprintfinder.py) script. I think we have...

feature request

- [x] install steps - [x] migration guides for the major API changes (done for v0.12) - [ ] a bit of storytelling around MOCs - [x] our final logo...

documentation
maintenance

Due to the conversion from python `int` to rust `u8` negative indices are not rejected and create false MOCs instead. To solve this: - find every place where indices can...

bug

Make sure that it's clear we expect RA/DEC as entries

documentation

There is a NotImplementedError with a TODO comment for `new_empty` for STMOCs

feature request

I would like to easily create a MOC from a list of multi-extension FITS (each HDU being a FITS image). I suggest that *hdu_index* could be either: - a scalar...

enhancement

Test against numpy 2.0, lots of API changes : https://numpy.org/devdocs/release.html

maintenance

See here for the description of the astropy regions https://astropy-regions.readthedocs.io/en/latest/shapes.html

feature request

Looks like we need to redefine the `__getstate__` and `__setstate__` methods on a moc object because these methods are called by pickle.

bug