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/dmagmeas.c

    r12332 r14286  
    4848  /* load region corresponding to selection above */
    4949  if ((skylist = SelectRegions (RegionName, RegionList)) == NULL) goto escape;
    50   if (!SetImageSelection (param, ((RegionName == NULL) && (RegionList == NULL)))) goto escape;
     50  if (!SetImageSelection (((param == MEAS_XMOSAIC) || (param == MEAS_YMOSAIC)), ((RegionName == NULL) && (RegionList == NULL)))) goto escape;
    5151
    5252  /* init vectors to save data */
Note: See TracChangeset for help on using the changeset viewer.