Conversation
…eaders during linear correction
Add OSIRIS imager distortion solution.
…or saturation levels DN vs DN/coadd
…iming and accuracy.
…ed images. All tests in test_data.py pass.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a significant update which primarily removes the dependency on IRAF. The functionality and methods of analysis are unchanged and the measured astrometric and photometric precisions are unchanged. However, we do not currently recommend combining datasets reduced with IRAF and no IRAF pipelines for high precision astrometry. The produced reference frames are different on the ~0.0002 +/- 0.0003 mas level in position and ~0.0001 +/- 0.0001 mas/year level in proper motion.
Additionally, there have been new nonlinearity solutions and distortion corrections added. The distortion solutions for OSIRIS now include corrections from the PCU.
Previously sets of images that were rotated with respect to one another would not be correctly handled. This update also address this so that they can be shifted, rotated, and stacked to form a correct combined image.
There are also small updates and bug fixes.