IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2008, 11:58:45 AM (18 years ago)
Author:
eugene
Message:

reduce overlap of drift-scan images to 1%

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080223/Ohana/src/relphot/src/ImageOps.c

    r15509 r16790  
    2424
    2525  for (i = 0; i < Nimage; i++) {
    26     start[i] = image[i].tzero - MAX(0.05*image[i].trate*image[i].NY, 1);
    27     stop[i]  = image[i].tzero + MAX(1.05*image[i].trate*image[i].NY, 1);
     26    start[i] = image[i].tzero - MAX(0.01*image[i].trate*image[i].NY, 1);
     27    stop[i]  = image[i].tzero + MAX(1.01*image[i].trate*image[i].NY, 1);
    2828  }
    2929}
Note: See TracChangeset for help on using the changeset viewer.