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

    r2598 r3393  
    3535  }
    3636
    37   image = LoadImages (&Nimage);
    38   if (Nimage == 0) {
    39     return (FALSE);
    40   }
     37  if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
     38  BuildChipMatch (image, Nimage);
    4139
    4240  /* assign vector values */
     
    5250    else
    5351      Yvec.elements[i] = 0.001*image[i].dMcal;
     52    if (!FindMosaicForImage (image, Nimage, i)) continue;
    5453    XY_to_RD (&r, &d, 0.5*image[i].NX, 0.5*image[i].NY, &image[i].coords);
    5554    fprintf (stderr, "%d %8.4f %8.4f %10d %6d  %5.3f %6.3f %6.3f\n",
Note: See TracChangeset for help on using the changeset viewer.