-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added dark frame generation to Camera, moved other astroimsim code * Initial implementations of image simulation methods * Docs build fix * Remove now redundant astroimsim.py * Memory use reduction (no longer creates huge temporary arrays) * Fix off-by-one, array vs Quantity & floating point stopping bugs * Fix axis 18 (#20) * Axis order changed * Camera.py docstring improved * clipping below zero pixel values * Correcting test_psf.py * camera.py docstring improved * below zero assert added * below zero and infinit asserts added * combining pairs * `@pytest.mark.parameterize` implemented * Some problems with ... * something that works for now * Crval not set as per Issue #17 (#25) * use centre to always set CRVAL first thing See issue: #17 * created get_pixel_coords method for Imager * remove centre for get_pixel_coords & check for CRVAL * add :skip: InvalidTransformError to docs/index.rst * added test of get_pixel_coords * fix unit=deg problems in SkyCoord * also unit=deg fix * another unit=deg fix * split test and make scope function * make_noiseless_image unit=deg * kwargs docstrings & split star_ & centre_ kwargs * @bazkiaei trying to parametrize as it has been advised * @bazkiaei trying to parametrize as it has been advised * Revert "Merge remote-tracking branch 'upstream/image_sim' into improve-pytest-#26" This reverts commit 308168f. * Revert "Merge remote-tracking branch 'upstream/image_sim' into improve-pytest-#26" This reverts commit 4b4bc04. * Revert "Revert "Merge remote-tracking branch 'upstream/image_sim' into improve-pytest-#26"" This reverts commit 25a4c04. * Revert "@bazkiaei" This reverts commit 94273a2. * Revert "@bazkiaei" This reverts commit c811d41. * Revert "Merge remote-tracking branch 'upstream/image_sim' into improve-pytest-#26" This reverts commit 308168f. * Revert "Revert "Merge remote-tracking branch 'upstream/image_sim' into improve-pytest-#26"" This reverts commit 9eb810c. * Improving psf_pytest.py #26 (#28) The `test_psf.py` parametrised and decorated. * auto pep8 * fix pixellated call * add notimplemented error for analytical psf * fix real image generator bug * rename ZWO QE
- Loading branch information
1 parent
0f82a51
commit 029692b
Showing
11 changed files
with
571 additions
and
318 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.