IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41330


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

write out stars

Location:
trunk/ppSim/src
Files:
2 edited

Legend:

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

    r41173 r41330  
    161161
    162162    // XXXX TEST this is causing trouble for unknown reasons -- output step is blowing up.
    163     // simSources->save = true;
    164     simSources->save = false;
     163    simSources->save = true;
     164    // simSources->save = false;
    165165
    166166    // if we have loaded an input image, we derive certain values from the image, if possible
  • 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.