IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2015, 4:49:06 PM (11 years ago)
Author:
eugene
Message:

extensive work on relphot, relastro, uniphot, dvomerge aiming to the construction and calibration of PV3

Location:
trunk/Ohana
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana

  • trunk/Ohana/src/addstar/src/resort_threaded.c

    r38636 r38986  
    8181    // write out catalog, if appropriate
    8282    SetProtect (TRUE);
    83     dvo_catalog_save (&catalog, VERBOSE);
     83    if (!dvo_catalog_save (&catalog, VERBOSE)) { fprintf (stderr, "ERROR: failed to save %s\n", catalog.filename); exit (1); }
     84    if (!dvo_catalog_unlock (&catalog)) { fprintf (stderr, "ERROR: failed to unlock %s\n", catalog.filename); exit (1); }
    8485    SetProtect (FALSE);
    85     dvo_catalog_unlock (&catalog);
     86
    8687    dvo_catalog_free (&catalog);
    8788    threadData->state = TS_DONE;
Note: See TracChangeset for help on using the changeset viewer.