IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38908 for trunk


Ignore:
Timestamp:
Oct 20, 2015, 4:48:51 PM (11 years ago)
Author:
bills
Message:

Make 10% of stars have bad psf qf perfect. For PS1_V5_lensing (forced warp) make the bad ones
have psf qf perfect = 0 so that they will get sent to the new ForcedWarpMasked table

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/mkcmf.c

    r38907 r38908  
    3131
    3232int ADDNOISE = TRUE;
    33 float BAD_PSFQF_FRAC = 0.0;
     33float BAD_PSFQF_FRAC = 0.1;
    3434
    3535static float exptime = 1.0;
     
    11571157    if ((BAD_PSFQF_FRAC > 0.0) && (drand48() < BAD_PSFQF_FRAC)) {
    11581158      stars[i].psfQF     = 0.25;
    1159       stars[i].psfQFperf = 0.24;
     1159      stars[i].psfQFperf = 0.0;
    11601160    } else {
    11611161      stars[i].psfQF     = PSFQUAL;
Note: See TracChangeset for help on using the changeset viewer.