IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28966


Ignore:
Timestamp:
Aug 19, 2010, 3:08:37 PM (16 years ago)
Author:
rhenders
Message:

Passing pointer to AddstarClientOptions to FilterStars function in order for it to access new DETECTIONFILTER mask from ptolemy config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/LoadData.c

    r27435 r28966  
    8080         
    8181    inStars = ReadStarsFITS (f, headers[Nhead], headers[Ndata], &images[0][Nvalid].nstar);
    82     inStars = FilterStars (inStars, &images[0][Nvalid], Nvalid);
     82    inStars = FilterStars (inStars, &images[0][Nvalid], Nvalid, options);
    8383    *stars = MergeStars (*stars, Nstars, inStars, images[0][Nvalid].nstar);
    8484    Nvalid++;
Note: See TracChangeset for help on using the changeset viewer.