IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2006, 6:14:10 PM (20 years ago)
Author:
jhoblitt
Message:

VERSION to 0.0.30

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippdb/tests/popfits.c

    r8368 r8380  
    804804        }
    805805
    806         if (!detResidImfileAnalysisPopFits(dbh, fits, 1)) {
    807             exit(EXIT_FAILURE);
    808         }
    809 
    810         if (!psFitsClose(fits)) {
    811             exit(EXIT_FAILURE);
    812         }
    813 
    814         psDBCleanup(dbh);
    815     }
    816 
    817     {
    818         psDB            *dbh;
    819         psFits          *fits;
    820 
    821         dbh = psDBInit("localhost", "test", NULL, "test");
    822         if (!dbh) {
    823             exit(EXIT_FAILURE);
    824         }
    825 
    826         // allocate a temp
    827         fits = psFitsOpen(TMP_FILENAME, "w");
    828         if (!fits) {
    829             exit(EXIT_FAILURE);
    830         }
    831 
    832         if (!detResidExpAnalysisPopFits(dbh, fits, 1)) {
     806        if (!detResidImfilePopFits(dbh, fits, 1)) {
     807            exit(EXIT_FAILURE);
     808        }
     809
     810        if (!psFitsClose(fits)) {
     811            exit(EXIT_FAILURE);
     812        }
     813
     814        psDBCleanup(dbh);
     815    }
     816
     817    {
     818        psDB            *dbh;
     819        psFits          *fits;
     820
     821        dbh = psDBInit("localhost", "test", NULL, "test");
     822        if (!dbh) {
     823            exit(EXIT_FAILURE);
     824        }
     825
     826        // allocate a temp
     827        fits = psFitsOpen(TMP_FILENAME, "w");
     828        if (!fits) {
     829            exit(EXIT_FAILURE);
     830        }
     831
     832        if (!detResidExpPopFits(dbh, fits, 1)) {
    833833            exit(EXIT_FAILURE);
    834834        }
Note: See TracChangeset for help on using the changeset viewer.