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

    r2598 r3393  
    6464  }
    6565 
    66   image = LoadImages (&Nimage);
    67   if (Nimage == 0) {
    68     return (FALSE);
    69   }
     66  if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
    7067  image_subset (image, Nimage, &subset, &Nsubset, &graphmode, RegionSelect, tzero, trange, TimeSelect);
     68  BuildChipMatch (image, Nimage);
    7169
    7270  GetTimeFormat (&TimeReference, &TimeFormat);
     
    8280      }
    8381    }
     82    if (!FindMosaicForImage (image, Nimage, i)) continue;
    8483    t = TimeValue (image[i].tzero, TimeReference, TimeFormat);
    8584    XY_to_RD (&r, &d, 0.5*image[i].NX, 0.5*image[i].NY, &image[i].coords);
Note: See TracChangeset for help on using the changeset viewer.