IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 2, 2010, 7:06:18 PM (17 years ago)
Author:
watersc1
Message:

new burntool code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/extsrc/gpcsw/gpcsrc/analysis/libpsf/psf2dim.f

    r23490 r26764  
    188188      wpar(9) = 0.5
    189189* WAUX: NXPATCH, NYPATCH, NX, XOFF, YOFF, EADU, EXTRASKY, IGNORE_VALUE, INIT
    190       waux(1) = min(n,nx-1-mx) + n + 1
    191       waux(2) = min(n,ny-1-my) + n + 1
     190C      waux(1) = min(n,nx-1-mx) + n + 1
     191C      waux(2) = min(n,ny-1-my) + n + 1
     192      waux(1) = min(2*n+1, nx-1-iwxs)
     193      waux(2) = min(2*n+1, ny-1-iwys)
    192194      waux(3) = nx
    193195      waux(4) = iwxs
Note: See TracChangeset for help on using the changeset viewer.