IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2008, 12:39:41 PM (18 years ago)
Author:
eugene
Message:

merge changes from eam_branch_20080223 : updates to DVO output format, addstar (SDSS and 2MASS flags), relastro (FitChip)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/MosaicOps.c

    r15514 r16810  
    4141
    4242    /* set image time range */
    43     start = image[i].tzero - MAX(0.05*image[i].trate*image[i].NY, 1);
    44     stop  = image[i].tzero + MAX(1.05*image[i].trate*image[i].NY, 1);
     43    start = image[i].tzero - MAX(0.01*image[i].trate*image[i].NY, 1);
     44    stop  = image[i].tzero + MAX(1.01*image[i].trate*image[i].NY, 1);
    4545
    4646    /* find existing mosaic with this time range */
Note: See TracChangeset for help on using the changeset viewer.