IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 8, 2020, 4:20:52 PM (6 years ago)
Author:
eugene
Message:

write out stars

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimMakeSky.c

    r21365 r41330  
    8989              signal->data.F32[y][x] += skyFlux;
    9090              variance->data.F32[y][x] += skyFlux;
     91
     92              if ((x == (int)(signal->numCols / 2)) && (y == (int)(signal->numRows / 2))) {
     93                psLogMsg("ppSim", PS_LOG_INFO, "Generating sky at image center = %f cnts / pixel\n", skyFlux);
     94              }
    9195            }
    9296
     
    101105        }
    102106    }
     107
    103108    psFree(bounds);
    104109    return true;
Note: See TracChangeset for help on using the changeset viewer.