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

    r2598 r3393  
    2020  if (!GetGraph (&graphmode, NULL, &Ngraph)) return (FALSE);
    2121
    22   image = LoadImages (&Nimage);
    23   if (Nimage == 0) {
    24     return (FALSE);
    25   }
     22  if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
     23  BuildChipMatch (image, Nimage);
    2624
    2725  Rmin = graphmode.coords.crval1 - 182.0;
     
    4240    /* project this image to screen display coords */
    4341    status = FALSE;
     42    if (!FindMosaicForImage (image, Nimage, i)) continue;
    4443    XY_to_RD (&r, &d, x, y, &image[i].coords);
    4544    while (r < Rmin) r += 360.0;
Note: See TracChangeset for help on using the changeset viewer.