IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6428


Ignore:
Timestamp:
Feb 14, 2006, 8:13:45 AM (20 years ago)
Author:
eugene
Message:

minor fixes

Location:
trunk/Ohana/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/delstar/src/delstar.c

    r6237 r6428  
    55  FITS_DB db;
    66
     7  int status;
    78  SetSignals ();
    89  ConfigInit (&argc, argv);
     
    1112  set_db (&db);
    1213  status = dvo_image_lock (&db, ImageCat, 60.0, LCK_XCLD); /* XCLD */
    13   if (!status) Shutdown ("ERROR: failure to lock image catalog %s", db[0].filename);
    14   if (db[0].dbstate == LCK_EMPTY) Shutdown ("ERROR: No images in catalog %s (1)", db[0].filename);
     14  if (!status) Shutdown ("ERROR: failure to lock image catalog %s", db.filename);
     15  if (db.dbstate == LCK_EMPTY) Shutdown ("ERROR: No images in catalog %s (1)", db.filename);
    1516
    1617  status = dvo_image_load (&db, VERBOSE, FALSE);
    17   if (!status) Shutdown ("can't read image catalog %s", db[0].filename);
     18  if (!status) Shutdown ("can't read image catalog %s", db.filename);
    1819
    1920  switch (MODE) {
  • trunk/Ohana/src/perl/Makefile

    r4989 r6428  
    1818cfht.names checkconfig mkrun megacenter megacoords \
    1919update.astrometry.iraf wfi.keywords mefheadunstrip cadc2qso \
    20 mkhtml mkidx mkdist
     20mkhtml mkidx
    2121
    2222IMSTATS = \
Note: See TracChangeset for help on using the changeset viewer.