Sam Van Kooten
Sam Van Kooten
Here's another PR for when you get a chance to poke at this library some more. I have a use case that benefits from the setCurrentPosition() method that was added...
Hi! This is a great library you've made---and it's the only one I could find with this type of functionality, which surprised me. I'm using StfalconImageViewer with the camera function...
When the status bar is _not_ hidden (i.e. `StfalconImageViewer.Builder().withHiddenStatusBar(false)`), past behavior was for the navigation bar to be translucent. On Android 10 (SDK 29), it is opaque black. See screenshot...
### Description I think I've found an error in the `DistortionLookupTable` class in `astropy.wcs`. That class implements "distortion paper-style" lookup tables for distortions to be applied to pixel coordinates before...
### Description This PR is split from #13107 and addresses #12778 within `io.fits`. The changes allow file paths to be given relative to the user's home directory as `~/dir/filename.fits` when...
`contrib.concurrent` has functions for running `map`-like functions in parallel with a progress bar. This PR makes three fixes to how the lengths of the iterables are detected. If the function...
### Describe the bug This is an "I think this should be easier" issue. I have a FITS image with HPC coordinates in the headers, and I'd like to reproject...
`PatchCollectionABC` (and also `CoordinatePatchCollection`) has an `.extract()` method that doesn't appear to be used---the contents of `extract()` are more-or-less reproduced inside `find_stars_and_average`. I'm betting either `find_stars_and_average` should use `extract`, or...
`CoordinateIdentifier` is [defined](https://github.com/punch-mission/regularizepsf/blob/bd117acb53a42248d5d4ef2127b11a0a5c3ea638/regularizepsf/fitter.py#L242) as storing x and y coordinates. After star identification, a bunch of `CoordinateIdentifer`s are [instantiated](https://github.com/punch-mission/regularizepsf/blob/bd117acb53a42248d5d4ef2127b11a0a5c3ea638/regularizepsf/fitter.py#L363), with `sep`'s `x` going into the `y` slot and vice-versa, so the...
With Helioprojective frames, you can use `assume_spherical_screen` to transform coordinates into another frame. The screen's center is configurable, but the radius is always such that the screen passes through the...