IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 8, 2021, 3:40:00 PM (5 years ago)
Author:
eugene
Message:

merge changes from tags/ipp-ps1-20210510: improve crosstalk and ghost analysis

Location:
trunk/psastro
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro

  • trunk/psastro/src/psastroMaskUpdates.c

    r41551 r41657  
    127127    }
    128128    psLogMsg ("psastro", PS_LOG_INFO, "generating a bright-star mask");
    129     
     129 
    130130    bool REFSTAR_MASK_BLEED                = psMetadataLookupBool (&status, recipe, "REFSTAR_MASK_BLEED");
    131131    bool REFSTAR_MASK_BLEED_ORIENTATION_X  = psMetadataLookupBool (&status, recipe, "REFSTAR_MASK_BLEED_ORIENTATION_X");
     
    479479                            ref->chip->x,ref->chip->y,ref->Mag,radius);
    480480                    // 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);
    482483                  }
    483484                }
Note: See TracChangeset for help on using the changeset viewer.