IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 5, 2006, 5:44:26 PM (20 years ago)
Author:
eugene
Message:

big move: fits_ to gfits_; minor updates to relphot

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/dvo/ddmags.c

    r5945 r7080  
    2020  RegionName = NULL;
    2121  RegionList = NULL;
     22  skylist = NULL;
    2223
    2324  /* load photcode information */
     
    6667    }
    6768    catalog.catflags = LOAD_AVES | LOAD_MEAS | LOAD_SECF;
    68     if (!load_catalog (&catalog, FALSE)) {
     69    if (!load_catalog (&catalog, TRUE)) {
    6970      unlock_catalog (&catalog);
    7071      continue;
    7172    }
    7273    unlock_catalog (&catalog);
     74    // fprintf (stderr, "seaching %s with %d stars\n", catalog.filename, catalog.Naverage);
     75    // ListPhotSelections ();
    7376
    7477    /* get correct mags, convert to X,Y */
     
    109112      if (M2 != NULL) free (M2);
    110113    }
     114    // fprintf (stderr, "selected %d stars\n", Npts);
     115
    111116    if (catalog.average != NULL) free (catalog.average);
    112117    if (catalog.secfilt != NULL) free (catalog.secfilt);
Note: See TracChangeset for help on using the changeset viewer.