Skip to content

Commit

Permalink
Correctly fix the wcs preferential order REL > IMG, GAIA*3 > GAIA[2|1]
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlpstsci committed Aug 15, 2023
1 parent 7fe0212 commit ab64039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drizzlepac/runastrodriz.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@
envvar_reset_idctab_name = "PIPELINE_RESET_IDCTAB"

# Order of preference for common WCS solutions - brute force choice of the GAIA catalog preference
wcs_preference = ['IDC_?????????-FIT_REL_GAIA*3', 'IDC_?????????-FIT_REL_GAIADR2', 'IDC_?????????-FIT_REL_GAIADR1',
'IDC_?????????-FIT_IMG_GAIA*3', 'IDC_?????????-FIT_IMG_GAIADR2', 'IDC_?????????-FIT_IMG_GAIADR1',
wcs_preference = ['IDC_?????????-FIT_REL_GAIA*3', 'IDC_?????????-FIT_IMG_GAIA*3', 'IDC_?????????-FIT_REL_GAIADR2',
'IDC_?????????-FIT_IMG_GAIADR2', 'IDC_?????????-FIT_REL_GAIADR1', 'IDC_?????????-FIT_IMG_GAIADR1',
'IDC_?????????-GSC240', 'IDC_?????????']

# History:
Expand Down

0 comments on commit ab64039

Please sign in to comment.