You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fix for the alignment logic is requested for the next drizzlepac build. These changes are important to avoid skewing the images by allowing for complex fit geometry when there only a few catalog matches.
At the moment we have the following parameters for all instruments/detectors. The code will attempt “rshift”, “rscale”, and “general” fit geometry with the number of required NMATCHES for pipeline products (mosaic_rel_geom) and SVM products (mosaic_fitgeom).
This is not the desired logic which should apply a more complex fit geometry only with a large number of matches. WFC3 and ACS have been digging into to accuracy our current distortion solutions and based on those results, we would like to change the parameters to the following:
We find errors in the filter-dependent scale in the geometric distortion reference file, so we want to eliminate the 'rshift' option and allow the software to fit for scale terms when aligning images. We increase the number of required matches from 10 to 12 to account for sigma-clipping. To fit for skew errors in the distortion (e.g. general fit), we find that a large number of sources are required for a good fit.
As Michele suggests in https://jira.stsci.edu/browse/HLA-1385, we need to discuss as a group and then ask Matt to run a large regression test so that the impact of this update can be assessed in an isolated manner.
The text was updated successfully, but these errors were encountered:
A fix for the alignment logic is requested for the next drizzlepac build. These changes are important to avoid skewing the images by allowing for complex fit geometry when there only a few catalog matches.
At the moment we have the following parameters for all instruments/detectors. The code will attempt “rshift”, “rscale”, and “general” fit geometry with the number of required NMATCHES for pipeline products (mosaic_rel_geom) and SVM products (mosaic_fitgeom).
This is not the desired logic which should apply a more complex fit geometry only with a large number of matches. WFC3 and ACS have been digging into to accuracy our current distortion solutions and based on those results, we would like to change the parameters to the following:
We find errors in the filter-dependent scale in the geometric distortion reference file, so we want to eliminate the 'rshift' option and allow the software to fit for scale terms when aligning images. We increase the number of required matches from 10 to 12 to account for sigma-clipping. To fit for skew errors in the distortion (e.g. general fit), we find that a large number of sources are required for a good fit.
As Michele suggests in https://jira.stsci.edu/browse/HLA-1385, we need to discuss as a group and then ask Matt to run a large regression test so that the impact of this update can be assessed in an isolated manner.
The text was updated successfully, but these errors were encountered: