IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 7, 2005, 10:21:59 PM (21 years ago)
Author:
eugene
Message:

added mosaic astrometry functions

File:
1 edited

Legend:

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

    r2598 r3393  
    6868  }
    6969 
    70   image = LoadImages (&Nimage);
    71   if (Nimage == 0) {
    72     return (TRUE);
    73   }
     70  if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
     71  BuildChipMatch (image, Nimage);
    7472
    7573  Rmin = graphmode.coords.crval1 - 180.0;
     
    8583    if (ByName && strcmp (name, image[i].name)) continue;
    8684    if (TimeSelect && ((image[i].tzero < tzero) || (image[i].tzero+image[i].trate*image[i].NY > tzero + trange))) continue;
     85    if (!FindMosaicForImage (image, Nimage, i)) continue;
     86
    8787    /* project this image to screen display coords */
    8888    x[0] = 0;           y[0] = 0;
Note: See TracChangeset for help on using the changeset viewer.