Changeset 41657 for trunk/psastro/src/psastroMaskUpdates.c
- Timestamp:
- Jun 8, 2021, 3:40:00 PM (5 years ago)
- Location:
- trunk/psastro
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psastroMaskUpdates.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psastro
- Property svn:mergeinfo changed
/tags/ipp-ps1-20210510/psastro (added) merged: 41591,41597,41618-41619,41633-41634,41641-41643,41652
- Property svn:mergeinfo changed
-
trunk/psastro/src/psastroMaskUpdates.c
r41551 r41657 127 127 } 128 128 psLogMsg ("psastro", PS_LOG_INFO, "generating a bright-star mask"); 129 129 130 130 bool REFSTAR_MASK_BLEED = psMetadataLookupBool (&status, recipe, "REFSTAR_MASK_BLEED"); 131 131 bool REFSTAR_MASK_BLEED_ORIENTATION_X = psMetadataLookupBool (&status, recipe, "REFSTAR_MASK_BLEED_ORIENTATION_X"); … … 479 479 ref->chip->x,ref->chip->y,ref->Mag,radius); 480 480 // XXX for now, assume cell binning is 1x1 relative to chip 481 psastroMaskCircle (readoutMask->mask, crosstalkMaskValue, ref->chip->x, ref->chip->y, radius, radius); 481 //For the moment, make the crostalk masks into ovals by doing a simple 1:2 scaling with radius. Not ideal, but better until we can get more examples. 482 psastroMaskCircle (readoutMask->mask, crosstalkMaskValue, ref->chip->x, ref->chip->y, radius/2., radius); 482 483 } 483 484 }
Note:
See TracChangeset
for help on using the changeset viewer.
