IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4128


Ignore:
Timestamp:
Jun 6, 2005, 4:29:44 PM (21 years ago)
Author:
desonia
Message:

removed psImageIO functions.

Location:
trunk/psLib
Files:
3 deleted
24 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r3889 r4128  
    119119]])], [], [AC_MSG_ERROR([MySQL 4.1.2 or newer is required.  Obtain it at  http://www.mysql.com or use --with-mysql to specify location.])])
    120120
    121   CFLAGS="${CFLAGS=} -DBUILD_PSDB"
    122   PSLIB_CFLAGS="${PSLIB_CFLAGS=} -DBUILD_PSDB"
    123121else
     122  CFLAGS="${CFLAGS=} -DOMIT_PSDB"
     123  PSLIB_CFLAGS="${PSLIB_CFLAGS=} -DOMIT_PSDB"
    124124  AC_MSG_RESULT([disable building MySQL functionality])
    125125fi
  • trunk/psLib/pslib.kdevses

    r3978 r4128  
    22<!DOCTYPE KDevPrjSession>
    33<KDevPrjSession>
    4  <DocsAndViews NumberOfDocuments="8" >
     4 <DocsAndViews NumberOfDocuments="6" >
    55  <Doc0 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/test/collections/tst_psPixels.c" >
    66   <View0 line="329" Type="Source" />
    77  </Doc0>
    8   <Doc1 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/test/astronomy/tst_psAstrometry01.c" >
    9    <View0 line="982" Type="Source" />
     8  <Doc1 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/src/image/psImagePixelManip.c" >
     9   <View0 line="353" Type="Source" />
    1010  </Doc1>
    11   <Doc2 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/test/image/tst_psImage.c" >
    12    <View0 line="28" Type="Source" />
     11  <Doc2 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/src/image/psImageErrors.dat" >
     12   <View0 line="0" Type="Source" />
    1313  </Doc2>
    14   <Doc3 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/test/image/tst_psImageStructManip.c" >
    15    <View0 line="47" Type="Source" />
     14  <Doc3 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/src/astronomy/psCoord.h" >
     15   <View0 line="386" Type="Source" />
    1616  </Doc3>
    17   <Doc4 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/test/image/tst_psImageConvolve.c" >
    18    <View0 line="435" Type="Source" />
     17  <Doc4 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/src/astronomy/psCoord.c" >
     18   <View0 line="1175" Type="Source" />
    1919  </Doc4>
    20   <Doc5 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/src/image/psImageConvolve.c" >
    21    <View0 line="456" Type="Source" />
     20  <Doc5 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/autogen.sh" >
     21   <View0 line="95" Type="Source" />
    2222  </Doc5>
    23   <Doc6 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/src/dataIO/psFits.c" >
    24    <View0 line="627" Type="Source" />
    25   </Doc6>
    26   <Doc7 NumberOfViews="1" URL="file:///home/desonia/panstarrs/psLib/test/image/tst_psImageStats.c" >
    27    <View0 line="114" Type="Source" />
    28   </Doc7>
    2923 </DocsAndViews>
    3024 <pluginList>
  • trunk/psLib/src/dataIO/psDB.c

    r4106 r4128  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-06-03 23:48:38 $
     14 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-07 02:29:44 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
    1818 */
    1919
    20 #ifdef BUILD_PSDB
     20#ifndef OMIT_PSDB
    2121
    2222#include <stdio.h>
     
    16231623}
    16241624
    1625 #endif // BUILD_PSDB
     1625#endif // OMIT_PSDB
  • trunk/psLib/src/dataIO/psDB.h

    r3957 r4128  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-05-18 00:55:36 $
     12 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-07 02:29:44 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    1919#define PS_DB_H 1
    2020
    21 #ifdef BUILD_PSDB
     21#ifndef OMIT_PSDB
    2222
    2323#include "psType.h"
     
    109109 * string.  The value of the psMetadataItem.data element is unused for the
    110110 * PS_META_PRIMITIVE types.  Other psMetadata types beyond PS_META_STR and
    111  * PS_META_PRIMITIVE are not allowed in a table definition. 
     111 * PS_META_PRIMITIVE are not allowed in a table definition.
    112112 *
    113113 * Database indexes can be specified setting the "comment" field to "Primary
     
    276276/// @}
    277277
    278 #endif // BUILD_PSDB
     278#endif // OMIT_PSDB
    279279
    280280#endif // PS_DB_H
  • trunk/psLib/src/dataManip/psMinimize.c

    r4029 r4128  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.120 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-05-25 20:26:55 $
     11 *  @version $Revision: 1.121 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-07 02:29:44 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2828#include "psImage.h"
    2929#include "psImageStructManip.h"
    30 #include "psImageIO.h"
    3130/*****************************************************************************/
    3231/* DEFINE STATEMENTS                                                         */
  • trunk/psLib/src/db/psDB.c

    r4106 r4128  
    1212 *  @author Joshua Hoblitt
    1313 *
    14  *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
    15  *  @date $Date: 2005-06-03 23:48:38 $
     14 *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
     15 *  @date $Date: 2005-06-07 02:29:44 $
    1616 *
    1717 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
    1818 */
    1919
    20 #ifdef BUILD_PSDB
     20#ifndef OMIT_PSDB
    2121
    2222#include <stdio.h>
     
    16231623}
    16241624
    1625 #endif // BUILD_PSDB
     1625#endif // OMIT_PSDB
  • trunk/psLib/src/db/psDB.h

    r3957 r4128  
    1010 *  @author Joshua Hoblitt
    1111 *
    12  *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
    13  *  @date $Date: 2005-05-18 00:55:36 $
     12 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
     13 *  @date $Date: 2005-06-07 02:29:44 $
    1414 *
    1515 *  Copyright 2005 Joshua Hoblitt, University of Hawaii
     
    1919#define PS_DB_H 1
    2020
    21 #ifdef BUILD_PSDB
     21#ifndef OMIT_PSDB
    2222
    2323#include "psType.h"
     
    109109 * string.  The value of the psMetadataItem.data element is unused for the
    110110 * PS_META_PRIMITIVE types.  Other psMetadata types beyond PS_META_STR and
    111  * PS_META_PRIMITIVE are not allowed in a table definition. 
     111 * PS_META_PRIMITIVE are not allowed in a table definition.
    112112 *
    113113 * Database indexes can be specified setting the "comment" field to "Primary
     
    276276/// @}
    277277
    278 #endif // BUILD_PSDB
     278#endif // OMIT_PSDB
    279279
    280280#endif // PS_DB_H
  • trunk/psLib/src/fft/psImageFFT.c

    r3977 r4128  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-05-19 05:18:20 $
     7 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-06-07 02:29:44 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1919#include "psMemory.h"
    2020#include "psLogMsg.h"
    21 #include "psImageIO.h"
    2221#include "psImageStructManip.h"
    2322
  • trunk/psLib/src/image/Makefile.am

    r3968 r4128  
    1515        psImagePixelExtract.c \
    1616        psImageStructManip.c \
    17         psImageIO.c \
    1817        psImageGeomManip.c \
    1918        psImagePixelManip.c \
     
    3332        psImagePixelExtract.h \
    3433        psImageStructManip.h \
    35         psImageIO.h \
    3634        psImageGeomManip.h \
    3735        psImagePixelManip.h \
  • trunk/psLib/src/image/image.i

    r3968 r4128  
    66%include "psImageFFT.h"
    77%include "psImage.h"
    8 %include "psImageIO.h"
    98%include "psImageGeomManip.h"
    109%include "psImagePixelManip.h"
  • trunk/psLib/src/image/psImage.c

    r3977 r4128  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-05-19 05:18:20 $
     11 *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-07 02:29:44 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    352352
    353353    return numFreed;
     354}
     355
     356bool p_psImagePrint (FILE *f, psImage *a, char *name)
     357{
     358
     359    fprintf (f, "matrix: %s\n", name);
     360
     361    for (int j = 0; j < a[0].numRows; j++) {
     362        for (int i = 0; i < a[0].numCols; i++) {
     363            fprintf (f, "%f  ", p_psImageGetElementF64(a, i, j));
     364        }
     365        fprintf (f, "\n");
     366    }
     367    fprintf (f, "\n");
     368    return (true);
    354369}
    355370
  • trunk/psLib/src/image/psImage.h

    r3990 r4128  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-05-19 23:57:37 $
     13 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-07 02:29:44 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    176176);
    177177
     178/** print image pixel values.
     179 *
     180 *  @return bool    TRUE is successful, otherwise FALSE.
     181 */
     182bool p_psImagePrint(
     183    FILE *f,                           ///< Destination stream
     184    psImage *a,                        ///< image to print
     185    char *name                         ///< name of the image (for title)
     186);
     187
    178188/** Interpolate image pixel value given floating point coordinates.
    179189 *
  • trunk/psLib/src/image/psImageConvolve.c

    r3977 r4128  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-05-19 05:18:20 $
     7 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-06-07 02:29:44 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2020#include "psLogMsg.h"
    2121#include "psError.h"
    22 #include "psImageIO.h"
    2322
    2423#include "psImageErrors.h"
  • trunk/psLib/src/image/psImageFFT.c

    r3977 r4128  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-05-19 05:18:20 $
     7 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-06-07 02:29:44 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    1919#include "psMemory.h"
    2020#include "psLogMsg.h"
    21 #include "psImageIO.h"
    2221#include "psImageStructManip.h"
    2322
  • trunk/psLib/src/imageops/psImageConvolve.c

    r3977 r4128  
    55 *  @author Robert DeSonia, MHPCC
    66 *
    7  *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-05-19 05:18:20 $
     7 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-06-07 02:29:44 $
    99 *
    1010 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2020#include "psLogMsg.h"
    2121#include "psError.h"
    22 #include "psImageIO.h"
    2322
    2423#include "psImageErrors.h"
  • trunk/psLib/src/math/psMinimize.c

    r4029 r4128  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.120 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-05-25 20:26:55 $
     11 *  @version $Revision: 1.121 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-07 02:29:44 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    2828#include "psImage.h"
    2929#include "psImageStructManip.h"
    30 #include "psImageIO.h"
    3130/*****************************************************************************/
    3231/* DEFINE STATEMENTS                                                         */
  • trunk/psLib/src/mathtypes/psImage.c

    r3977 r4128  
    99 *  @author Ross Harman, MHPCC
    1010 *
    11  *  @version $Revision: 1.66 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2005-05-19 05:18:20 $
     11 *  @version $Revision: 1.67 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2005-06-07 02:29:44 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    352352
    353353    return numFreed;
     354}
     355
     356bool p_psImagePrint (FILE *f, psImage *a, char *name)
     357{
     358
     359    fprintf (f, "matrix: %s\n", name);
     360
     361    for (int j = 0; j < a[0].numRows; j++) {
     362        for (int i = 0; i < a[0].numCols; i++) {
     363            fprintf (f, "%f  ", p_psImageGetElementF64(a, i, j));
     364        }
     365        fprintf (f, "\n");
     366    }
     367    fprintf (f, "\n");
     368    return (true);
    354369}
    355370
  • trunk/psLib/src/mathtypes/psImage.h

    r3990 r4128  
    1111 *  @author Ross Harman, MHPCC
    1212 *
    13  *  @version $Revision: 1.53 $ $Name: not supported by cvs2svn $
    14  *  @date $Date: 2005-05-19 23:57:37 $
     13 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
     14 *  @date $Date: 2005-06-07 02:29:44 $
    1515 *
    1616 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    176176);
    177177
     178/** print image pixel values.
     179 *
     180 *  @return bool    TRUE is successful, otherwise FALSE.
     181 */
     182bool p_psImagePrint(
     183    FILE *f,                           ///< Destination stream
     184    psImage *a,                        ///< image to print
     185    char *name                         ///< name of the image (for title)
     186);
     187
    178188/** Interpolate image pixel value given floating point coordinates.
    179189 *
  • trunk/psLib/src/pslib_strict.h

    r3970 r4128  
    99*  @author Eric Van Alst, MHPCC
    1010*
    11 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-05-19 02:09:39 $
     11*  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-06-07 02:29:44 $
    1313*
    1414*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    9898#include "psImageConvolve.h"
    9999
    100 /// @defgroup ImageIO Image File I/O Functions
    101 /// @ingroup Image
    102 #include "psImageIO.h"
    103 
    104100/// @defgroup ImageStats Image Statistical Functions
    105101/// @ingroup Image
  • trunk/psLib/test/dataIO/verified/tst_psDB.stderr

    r4117 r4128  
    290290    psDBDumpCols shall dump all cols from a test table.
    291291<DATE><TIME>|<HOST>|I|_print_row
    292     [key_string]=[]
     292    [key_string]=[]
    293293
    294294---> TESTPOINT PASSED (psDB{dbDumpCols} | tst_psDB.c)
  • trunk/psLib/test/image/Makefile.am

    r3973 r4128  
    2424        tst_psImageStructManip \
    2525        tst_psImageConvolve \
    26         tst_psImageIO \
    2726        tst_psImageInterpolate
    2827
  • trunk/psLib/test/image/tst_psImageGeomManip.c

    r4069 r4128  
    66 *  @author Robert DeSonia, MHPCC
    77 *
    8  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    9  *  @date $Date: 2005-06-01 20:37:39 $
     8 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2005-06-07 02:29:44 $
    1010 *
    1111 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    536536    mkdir("temp",0777);
    537537    remove
    538         ("temp/fOut.fits")
    539         ;
    540     remove
    541         ("temp/sOut.fits")
    542         ;
    543     remove
    544         ("temp/fBiOut.fits")
    545         ;
    546     remove
    547         ("temp/sBiOut.fits");
    548     ;
     538        ("temp/out.fits");
    549539    psS32 index = 0;
    550540    psBool fail = false;
    551541    psF32 radianRot;
     542
     543    psFits* fOutFile = psFitsAlloc("temp/fOut.fits");
     544    psFits* sOutFile = psFitsAlloc("temp/sOut.fits");
     545    psFits* fBiOutFile = psFitsAlloc("temp/fBiOut.fits");
     546    psFits* sBiOutFile = psFitsAlloc("temp/sBiOut.fits");
     547    if (fOutFile == NULL ||sOutFile == NULL || fBiOutFile == NULL || sBiOutFile == NULL) {
     548        psError(PS_ERR_UNKNOWN, true, "Can not create output files, so why continue!?");
     549        return 1;
     550    }
     551
     552    psFits* fTruthFile = psFitsAlloc("verified/fOut.fits");
     553    psFits* sTruthFile = psFitsAlloc("verified/sOut.fits");
     554    psFits* fBiTruthFile = psFitsAlloc("verified/fBiOut.fits");
     555    psFits* sBiTruthFile = psFitsAlloc("verified/sBiOut.fits");
     556    if (fTruthFile == NULL ||sTruthFile == NULL || fBiTruthFile == NULL || sBiTruthFile == NULL) {
     557        psError(PS_ERR_UNKNOWN, true, "Can not open truth files, so why continue!?");
     558        return 1;
     559    }
     560
     561    char hduName[80];
     562    psRegion regionAll = psRegionSet(0,0,0,0);
    552563    for (psS32 rot=-180;rot<=180;rot+=45) {
    553564        psImage* oldOut = fOut;
    554565        psImage* oldBiOut = fBiOut;
    555 
     566        snprintf(hduName, 80, "%+d", rot);
    556567        if (rot == 90) {
    557568            radianRot = M_PI_2;
     
    578589        sOut = psImageRotate(sOut,sImg,radianRot,-1.0,PS_INTERPOLATE_FLAT);
    579590        sBiOut = psImageRotate(sBiOut,sImg,radianRot,-1.0,PS_INTERPOLATE_BILINEAR);
    580         if (! psImageWriteSection(fOut,0,0,0,NULL,index,"temp/fOut.fits") ) {
    581             psError(PS_ERR_UNKNOWN, true,"Can not write to temp/fOut.fits, so why continue!?");
     591
     592        if (! psFitsWriteImage(fOutFile, NULL, fOut, 1, hduName) ) {
     593            psError(PS_ERR_UNKNOWN, true,"Can not write fOut.");
    582594            return 20;
    583595        }
    584         if (! psImageWriteSection(sOut,0,0,0,NULL,index,"temp/sOut.fits") ) {
    585             psError(PS_ERR_UNKNOWN, true,"Can not write to temp/sOut.fits, so why continue!?");
     596        if (! psFitsWriteImage(sOutFile, NULL, sOut, 1, hduName) ) {
     597            psError(PS_ERR_UNKNOWN, true,"Can not write sOut.");
    586598            return 21;
    587599        }
    588         if (! psImageWriteSection(fBiOut,0,0,0,NULL,index,"temp/fBiOut.fits") ) {
    589             psError(PS_ERR_UNKNOWN, true,"Can not write to temp/fBiOut.fits, so why continue!?");
     600        if (! psFitsWriteImage(fBiOutFile, NULL, fBiOut, 1, hduName) ) {
     601            psError(PS_ERR_UNKNOWN, true,"Can not write fBiOut.fits.");
    590602            return 40;
    591603        }
    592         if (! psImageWriteSection(sBiOut,0,0,0,NULL,index,"temp/sBiOut.fits") ) {
    593             psError(PS_ERR_UNKNOWN, true,"Can not write to temp/sBiOut.fits, so why continue!?");
     604        if (! psFitsWriteImage(sBiOutFile, NULL, sBiOut, 1, hduName) ) {
     605            psError(PS_ERR_UNKNOWN, true,"Can not write sBiOut.fits.");
    594606            return 41;
    595607        }
    596608
    597609        // now, let's compare this with the verified file
    598         fTruth = psImageReadSection(fTruth,0,0,0,0,0,NULL,index,"temp/fOut.fits");
    599         sTruth = psImageReadSection(sTruth,0,0,0,0,0,NULL,index,"temp/sOut.fits");
    600         fBiTruth = psImageReadSection(fBiTruth,0,0,0,0,0,NULL,index,"temp/fBiOut.fits");
    601         sBiTruth = psImageReadSection(sBiTruth,0,0,0,0,0,NULL,index,"temp/sBiOut.fits");
     610        psFitsMoveExtNum(fTruthFile, index, false);
     611        psFitsMoveExtNum(sTruthFile, index, false);
     612        psFitsMoveExtNum(fBiTruthFile, index, false);
     613        psFitsMoveExtNum(sBiTruthFile, index, false);
     614        fTruth = psFitsReadImage(fTruth, fTruthFile, regionAll, 0);
     615        sTruth = psFitsReadImage(sTruth, sTruthFile, regionAll, 0);
     616        fBiTruth = psFitsReadImage(fBiTruth, fBiTruthFile, regionAll, 0);
     617        sBiTruth = psFitsReadImage(sBiTruth, sBiTruthFile, regionAll, 0);
    602618        if (fTruth == NULL) {
    603619            psError(PS_ERR_UNKNOWN, true,"verified psF32 image failed to be read (%d deg. rotation)",
     
    743759    psFree(fBiOut);
    744760
     761    psFree(fOutFile);
     762    psFree(sOutFile);
     763    psFree(fBiOutFile);
     764    psFree(sBiOutFile);
     765
     766    psFree(fTruthFile);
     767    psFree(sTruthFile);
     768    psFree(fBiTruthFile);
     769    psFree(sBiTruthFile);
     770
    745771    return 0;
    746772}
  • trunk/psLib/test/image/verified/tst_psImageGeomManip.stderr

    r3976 r4128  
    5757\**********************************************************************************/
    5858
    59 <DATE><TIME>|<HOST>|W|psImageWriteSection
    60     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    61 <DATE><TIME>|<HOST>|W|psImageWriteSection
    62     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    63 <DATE><TIME>|<HOST>|W|psImageWriteSection
    64     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    65 <DATE><TIME>|<HOST>|W|psImageWriteSection
    66     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    67 <DATE><TIME>|<HOST>|W|psImageReadSection
    68     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    69 <DATE><TIME>|<HOST>|W|psImageReadSection
    70     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    71 <DATE><TIME>|<HOST>|W|psImageReadSection
    72     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    73 <DATE><TIME>|<HOST>|W|psImageReadSection
    74     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    75 <DATE><TIME>|<HOST>|W|psImageWriteSection
    76     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    77 <DATE><TIME>|<HOST>|W|psImageWriteSection
    78     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    79 <DATE><TIME>|<HOST>|W|psImageWriteSection
    80     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    81 <DATE><TIME>|<HOST>|W|psImageWriteSection
    82     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    83 <DATE><TIME>|<HOST>|W|psImageReadSection
    84     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    85 <DATE><TIME>|<HOST>|W|psImageReadSection
    86     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    87 <DATE><TIME>|<HOST>|W|psImageReadSection
    88     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    89 <DATE><TIME>|<HOST>|W|psImageReadSection
    90     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    91 <DATE><TIME>|<HOST>|W|psImageWriteSection
    92     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    93 <DATE><TIME>|<HOST>|W|psImageWriteSection
    94     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    95 <DATE><TIME>|<HOST>|W|psImageWriteSection
    96     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    97 <DATE><TIME>|<HOST>|W|psImageWriteSection
    98     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    99 <DATE><TIME>|<HOST>|W|psImageReadSection
    100     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    101 <DATE><TIME>|<HOST>|W|psImageReadSection
    102     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    103 <DATE><TIME>|<HOST>|W|psImageReadSection
    104     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    105 <DATE><TIME>|<HOST>|W|psImageReadSection
    106     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    107 <DATE><TIME>|<HOST>|W|psImageWriteSection
    108     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    109 <DATE><TIME>|<HOST>|W|psImageWriteSection
    110     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    111 <DATE><TIME>|<HOST>|W|psImageWriteSection
    112     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    113 <DATE><TIME>|<HOST>|W|psImageWriteSection
    114     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    115 <DATE><TIME>|<HOST>|W|psImageReadSection
    116     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    117 <DATE><TIME>|<HOST>|W|psImageReadSection
    118     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    119 <DATE><TIME>|<HOST>|W|psImageReadSection
    120     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    121 <DATE><TIME>|<HOST>|W|psImageReadSection
    122     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    123 <DATE><TIME>|<HOST>|W|psImageWriteSection
    124     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    125 <DATE><TIME>|<HOST>|W|psImageWriteSection
    126     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    127 <DATE><TIME>|<HOST>|W|psImageWriteSection
    128     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    129 <DATE><TIME>|<HOST>|W|psImageWriteSection
    130     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    131 <DATE><TIME>|<HOST>|W|psImageReadSection
    132     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    133 <DATE><TIME>|<HOST>|W|psImageReadSection
    134     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    135 <DATE><TIME>|<HOST>|W|psImageReadSection
    136     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    137 <DATE><TIME>|<HOST>|W|psImageReadSection
    138     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    139 <DATE><TIME>|<HOST>|W|psImageWriteSection
    140     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    141 <DATE><TIME>|<HOST>|W|psImageWriteSection
    142     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    143 <DATE><TIME>|<HOST>|W|psImageWriteSection
    144     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    145 <DATE><TIME>|<HOST>|W|psImageWriteSection
    146     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    147 <DATE><TIME>|<HOST>|W|psImageReadSection
    148     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    149 <DATE><TIME>|<HOST>|W|psImageReadSection
    150     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    151 <DATE><TIME>|<HOST>|W|psImageReadSection
    152     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    153 <DATE><TIME>|<HOST>|W|psImageReadSection
    154     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    155 <DATE><TIME>|<HOST>|W|psImageWriteSection
    156     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    157 <DATE><TIME>|<HOST>|W|psImageWriteSection
    158     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    159 <DATE><TIME>|<HOST>|W|psImageWriteSection
    160     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    161 <DATE><TIME>|<HOST>|W|psImageWriteSection
    162     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    163 <DATE><TIME>|<HOST>|W|psImageReadSection
    164     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    165 <DATE><TIME>|<HOST>|W|psImageReadSection
    166     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    167 <DATE><TIME>|<HOST>|W|psImageReadSection
    168     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    169 <DATE><TIME>|<HOST>|W|psImageReadSection
    170     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    171 <DATE><TIME>|<HOST>|W|psImageWriteSection
    172     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    173 <DATE><TIME>|<HOST>|W|psImageWriteSection
    174     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    175 <DATE><TIME>|<HOST>|W|psImageWriteSection
    176     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    177 <DATE><TIME>|<HOST>|W|psImageWriteSection
    178     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    179 <DATE><TIME>|<HOST>|W|psImageReadSection
    180     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    181 <DATE><TIME>|<HOST>|W|psImageReadSection
    182     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    183 <DATE><TIME>|<HOST>|W|psImageReadSection
    184     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    185 <DATE><TIME>|<HOST>|W|psImageReadSection
    186     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    187 <DATE><TIME>|<HOST>|W|psImageWriteSection
    188     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    189 <DATE><TIME>|<HOST>|W|psImageWriteSection
    190     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    191 <DATE><TIME>|<HOST>|W|psImageWriteSection
    192     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    193 <DATE><TIME>|<HOST>|W|psImageWriteSection
    194     psImageWriteSection is deprecated.  Consider using psFitsWriteImage instead.
    195 <DATE><TIME>|<HOST>|W|psImageReadSection
    196     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    197 <DATE><TIME>|<HOST>|W|psImageReadSection
    198     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    199 <DATE><TIME>|<HOST>|W|psImageReadSection
    200     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    201 <DATE><TIME>|<HOST>|W|psImageReadSection
    202     psImageReadSection is deprecated.  Consider using psFitsReadImage instead.
    20359<DATE><TIME>|<HOST>|I|testImageRotate
    20460    Following should be an error
Note: See TracChangeset for help on using the changeset viewer.