IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15999 for trunk/Ohana


Ignore:
Timestamp:
Jan 4, 2008, 11:17:01 AM (19 years ago)
Author:
eugene
Message:

-name is a substr match

File:
1 edited

Legend:

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

    r15720 r15999  
    118118  n = N = 0;
    119119  for (i = 0; i < Nimage; i++) {
    120     if (ByName && strcmp (name, image[i].name)) continue;
     120    if (ByName && strncmp (image[i].name, name, strlen(name))) continue;
    121121    if (TimeSelect && ((image[i].tzero < tzero) || (image[i].tzero+image[i].trate*image[i].NY > tzero + trange))) continue;
    122122    if (!FindMosaicForImage (image, Nimage, i)) continue;
Note: See TracChangeset for help on using the changeset viewer.