edits to README.md and delete a couple of files#3
Open
rlwastro wants to merge 10 commits intospacetelescope:masterfrom
Open
edits to README.md and delete a couple of files#3rlwastro wants to merge 10 commits intospacetelescope:masterfrom
rlwastro wants to merge 10 commits intospacetelescope:masterfrom
Conversation
These changes affect the use of fitscut on Pan-STARRS images (which have some weird WCS characteristics) and when creating color images using alignment and resampling between filters. Neither of those will affect the more common case of making single-filter images or color images from pixel-aligned images. Fix RADESYS keyword problem in PS1 cutouts Add TIMESYS keyword to PS1 image headers Add PC keywords to WCS in JPEG files output_graphic.c: - Look for and add the PC WCS keywords (either PC001001 or PC1_1 style) to the special WCS header that is embedded in JPEG comments. That fixes a bug in that WCS for PS1 headers. output_fits.c: - Added the TIMESYS = 'TAI' keyword to PS1 image headers because the default value for that keyword is 'UTC' (times that include leap seconds). The PS1 times are in fact TAI (international atomic time) rather than UTC. Also updated the PS1 documentation to reflect this information. - make RADESYS keyword change more robust by checking for EQUINOX and PC001001 too - add RADESYS keyword if it is not already present in the header (fixes PS1 problem) extract.c: - changes to make this work when wcs align is used on images with very different pixel scales than the reference image - fix a minor bug in (verbose) reporting of number of bad pixels - fix major (core dump) bug when a filter does not overlap the reference wcs_align.c: - wcs_remap_channel: remove unused variables wpin,hpin to quiet warnings - wcs_match_channel: expand extracted region slightly to eliminate possible gaps at edges - change tab to space indents on a couple of lines
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.
Made some minor updates to the documentation files.