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/delstar/src/match_images.c

    r4680 r16810  
    1616  ALLOCATE (stop,  unsigned int, Nimage);
    1717  for (j = 0; j < Nimage; j++) {
    18     start[j] = image[j].tzero - MAX(0.05*image[j].trate*image[j].NY, 1);
    19     stop[j]  = image[j].tzero + MAX(1.05*image[j].trate*image[j].NY, 1);
     18    start[j] = image[j].tzero - MAX(0.01*image[j].trate*image[j].NY, 1);
     19    stop[j]  = image[j].tzero + MAX(1.01*image[j].trate*image[j].NY, 1);
    2020  }
    2121
Note: See TracChangeset for help on using the changeset viewer.