Thomas Robitaille

Results 433 issues of Thomas Robitaille

This is a funding request for me to work on the astropy release team, and for @Cadair and I to work on related shared OpenAstronomy infrastructure (e.g. wheel building workflows),...

cycle 5️⃣

This is a request to fund my participation in the SPOC

cycle 5️⃣

This is a draft, to try and address the concept brought up during the coordination meeting that we should be able to close unsolicited formatting/restructuring PRs that don't have a...

policy :page_facing_up:

We should generate Allsky images when generating HiPS - these are optional files but are quite useful to avoid requesting too many of the low order tiles.

enhancement
hips

We should generate the MOC file when generating HiPS in equatorial mode - this is an optional file so not critical, but would be nice to have.

enhancement
hips

This is very much a WIP and not ready for usage but just opening this to not lose my progress. I think we need to write down the rules for...

The easiest approach might be to use https://github.com/astropy/reproject/pull/514 and pass that to e.g. ``reproject_interp`` - we could make a wrapper for it though. Need to make sure I understand the...

enhancement
hips

It's now possible to reproject RGB images with AVM meta-data, but we don't currently document it outside of the docstrings. We should add proper documentation for this. This includes but...

Documentation

We should add some narrative documentation about ``coadd_hips``

Documentation
hips

When making large mosaics with ``intermediate_memmap=True``, we waste a lot of time converting from zarr to memory-mapped arrays, and it might be more efficient to use zarr arrays to do...

performance