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

    r2598 r3393  
    5151  fprintf (stderr, "searching in range %ds - %ds (%f seconds)\n", (int)tzero, (int)(tzero + trange), trange);
    5252 
    53   image = LoadImages (&Nimage);
    54   if (Nimage == 0) {
    55     return (FALSE);
    56   }
     53  if ((image = LoadImages (&Nimage)) == NULL) return (FALSE);
    5754  image_subset (image, Nimage, &subset, &Nsubset, (Graphdata *) NULL, FALSE, tzero, trange, TRUE);
    5855
Note: See TracChangeset for help on using the changeset viewer.