IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 11, 2012, 6:57:13 AM (15 years ago)
Author:
eugene
Message:

finish basic coding for model variance weighting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/psphot/src/psphotModelBackground.c

    r32348 r33086  
    159159
    160160    // measure clipped median for subimages
    161     psRegion ruffRegion = {0,0,0,0};
    162     psRegion fineRegion = {0,0,0,0};
     161    psRegion ruffRegion = psRegionSet (0,0,0,0);
     162    psRegion fineRegion = psRegionSet (0,0,0,0);
    163163    for (int iy = 0; iy < model->numRows; iy++) {
    164164        for (int ix = 0; ix < model->numCols; ix++) {
Note: See TracChangeset for help on using the changeset viewer.