Changeset 6428
- Timestamp:
- Feb 14, 2006, 8:13:45 AM (20 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 2 edited
-
delstar/src/delstar.c (modified) (2 diffs)
-
perl/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/delstar/src/delstar.c
r6237 r6428 5 5 FITS_DB db; 6 6 7 int status; 7 8 SetSignals (); 8 9 ConfigInit (&argc, argv); … … 11 12 set_db (&db); 12 13 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); 15 16 16 17 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); 18 19 19 20 switch (MODE) { -
trunk/Ohana/src/perl/Makefile
r4989 r6428 18 18 cfht.names checkconfig mkrun megacenter megacoords \ 19 19 update.astrometry.iraf wfi.keywords mefheadunstrip cadc2qso \ 20 mkhtml mkidx mkdist20 mkhtml mkidx 21 21 22 22 IMSTATS = \
Note:
See TracChangeset
for help on using the changeset viewer.
