Erik Tollerud

Results 155 issues of Erik Tollerud

The improved integration with `CCDData`/`NDData` (i.e., things with `mask` and `data`) are great, so was glad to see that! However, the example shown in the docs (https://astroalign.readthedocs.io/en/latest/tutorial.html#dealing-with-data-objects-with-data-and-mask-properties-nddata-ccddata-numpy-masked-arrays) prompts an idea:...

While thinking about #34 and after some time of keeping an eye out for the use cases, I think there are a number of places in the wider Astropy ecosystem...

#607 adds some machinery to strip out the html part of the README. However, as https://github.com/spacetelescope/asdf/pull/607#discussion_r233917576 discusses, it may be a bit awkward/annoying/brittle to maintain. So at some point that...

Originally prompted by @mhvk in https://github.com/astropy/astropy/pull/8805#discussion_r291744415. The crux of the issue is this: this doesn't work: ``` from astropy import units as u from astropy.coordinates import FK5 from astropy.time import...

Feature Request
Bug
coordinates

This makes a few additions to the release instructions, motivated by me looking at https://github.com/astropy/astropy/wiki/Release-Calendar and seeing it hadn't been updated with release dates since 4.3. I did my best...

Docs
Release
no-changelog-entry-needed

I just noticed this: the deploy machinery stopped working at some point because of this error (see an example log of this by going to the deploy stage of https://circleci.com/gh/spacetelescope/notebooks/146?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link):...

Infrastructure
MAST

Currently CircleCI shows the green check even when the notebook build fails. I think @jbcurtin has already corrected this in #116, so it might just need that to be merged,...

Infrastructure

This comes from #97 and some of the related discussion in #99. Specifically, https://github.com/spacetelescope/notebooks/issues/97#issue-442833535 is relevant here - now that #99 is merged we may want to do what @obviousrebel...

This is a test PR to see if taking `interm_tesscut_dss_overlay` out of the exclude list now allows the tests to pass. The origin of this problem was initially confusing, and...

People sometimes commit data files to git repos that are unreasonably large, particularly files that might be generated in the process of a notebook getting executed. The `check_nbs` script in...

Infrastructure