IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 14, 2005, 6:29:26 AM (21 years ago)
Author:
eugene
Message:

replaced "thiscode" as global with photcode passed by argument,
added explicit quality airmass option (for skyprobe)
added explicit subpix option (for skyprobe)
replace skyprobe global with above two.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/gregion_image.c

    r3389 r5328  
    22
    33/* given image with coords, find regions which overlap image */
    4 GSCRegion *gregion_image (Image *image, int *Nregions) {
     4GSCRegion *gregion_image (Image *image, Coords *mosaic, int *Nregions) {
    55 
    66  GSCRegion *regions, impatch;
     
    1414
    1515  if (!strcmp (&image[0].coords.ctype[4], "-WRP")) {
    16     if (MOSAIC == NULL) Shutdown ("no mosaic for WRP image (use -mosaic)");
    17     RegisterMosaic (MOSAIC);
     16    if (mosaic == NULL) Shutdown ("no mosaic for WRP image (use -mosaic)");
     17    RegisterMosaic (mosaic);
    1818  }   
    1919
Note: See TracChangeset for help on using the changeset viewer.