Skip to content

Commit

Permalink
Merge pull request #177 from mwcraig/delete-PC-keywords
Browse files Browse the repository at this point in the history
Filter out PCi_j keywords from FITS header
  • Loading branch information
dstndstn authored Dec 12, 2019
2 parents 59afe90 + 8848fcb commit 29cc132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blind/new-wcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ static char* exclude_input[] = {
"^CUNIT[12]$",
"^CD[12]_[12]$",
"^CDELT[12]$",
"^PC[12]_[12]$",
// SIP
"^[AB]P?_ORDER$",
"^[AB]P?_[[:digit:]]_[[:digit:]]$",
Expand Down

0 comments on commit 29cc132

Please sign in to comment.