IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2007, 8:46:02 AM (19 years ago)
Author:
eugene
Message:

changing SetImageSelection API to take a bool mosaicMode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/calmextract.c

    r12332 r14286  
    6969  /* load region corresponding to selection above */
    7070  if ((skylist = SelectRegions (RegionName, RegionList)) == NULL) goto escape;
    71   if (!SetImageSelection (MEAS_XMOSAIC, ((RegionName == NULL) && (RegionList == NULL)))) goto escape;
     71  if (!SetImageSelection (TRUE, ((RegionName == NULL) && (RegionList == NULL)))) goto escape;
    7272
    7373  for (Nr = 0; Nr < skylist[0].Nregions; Nr++) {
Note: See TracChangeset for help on using the changeset viewer.