IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16788


Ignore:
Timestamp:
Mar 2, 2008, 2:27:21 PM (18 years ago)
Author:
eugene
Message:

objects and images must be saved when images are fitted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080223/Ohana/src/relastro/src/relastro.c

    r16060 r16788  
    6161  if (!UPDATE) exit (0);
    6262
    63   if (FIT_TARGET == TARGET_OBJECTS) {
    64     save_catalogs (catalog, Ncatalog);
    65   } else {
     63  save_catalogs (catalog, Ncatalog);
     64
     65  if (FIT_TARGET != TARGET_OBJECTS) {
    6666    dvo_image_update (&db, VERBOSE);
    6767    dvo_image_unlock (&db);
Note: See TracChangeset for help on using the changeset viewer.