IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 4, 2004, 4:27:06 PM (22 years ago)
Author:
harman
Message:

Added more tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/test/astronomy/verified/tst_psMetadata_01.stdout

    r1363 r1389  
    11/***************************** TESTPOINT ******************************************\
    22*             TestFile: tst_psMetadata_01.c                                        *
    3 *            TestPoint: psMetadata{}                                               *
     3*            TestPoint: psMetadata{Test A - Read 1st hdr from simple FITS file}    *
     4*             TestType: Positive                                                   *
     5\**********************************************************************************/
     6
     7FITS file open status: OK - no error
     8
     9Key Name:  HISTORY  Key Type:  5  Key Value:                  Key Comment: File modified by user 'harman' with fv  on 2004-08-04T11:11:18
     10Key Name:    NAXIS  Key Type:  2  Key Value:               0  Key Comment: number of data axes
     11Key Name:   BITPIX  Key Type:  2  Key Value:               8  Key Comment: number of bits per data pixel
     12Key Name:   SIMPLE  Key Type:  1  Key Value:               1  Key Comment: file does conform to FITS standard
     13
     14---> TESTPOINT PASSED (psMetadata{Test A - Read 1st hdr from simple FITS file} | tst_psMetadata_01.c)
     15
     16
     17
     18/***************************** TESTPOINT ******************************************\
     19*             TestFile: tst_psMetadata_01.c                                        *
     20*            TestPoint: psMetadata{Test B - Read 2nd hdr from complex FITS file}   *
     21*             TestType: Positive                                                   *
     22\**********************************************************************************/
     23
     24FITS file open status: OK - no error
     25
     26Key Name:  HISTORY  Key Type:  5  Key Value:                  Key Comment: File modified by user 'harman' with fv  on 2004-08-04T13:21:46
     27Key Name:  HISTORY  Key Type:  5  Key Value:                  Key Comment: File modified by user 'harman' with fv  on 2004-08-04T13:21:18
     28Key Name:  HISTORY  Key Type:  5  Key Value:                  Key Comment: File modified by user 'harman' with fv  on 2004-08-04T13:15:29
     29Key Name:  HISTORY  Key Type:  5  Key Value:                  Key Comment: File modified by user 'harman' with fv  on 2004-08-04T13:14:45
     30Key Name:  EXTNAME  Key Type:  5  Key Value:     'MY_DATA_1'  Key Comment:
     31Key Name:   BITPIX  Key Type:  2  Key Value:             -64  Key Comment: number of bits per data pixel
     32Key Name:   GCOUNT  Key Type:  2  Key Value:               1  Key Comment: required keyword; must = 1
     33Key Name:   PCOUNT  Key Type:  2  Key Value:               0  Key Comment: required keyword; must = 0
     34Key Name:   NAXIS1  Key Type:  2  Key Value:              64  Key Comment: length of data axis 1
     35Key Name:    NAXIS  Key Type:  2  Key Value:               1  Key Comment: number of data axes
     36Key Name:   BITPIX  Key Type:  2  Key Value:             -64  Key Comment: number of bits per data pixel
     37Key Name: XTENSION  Key Type:  5  Key Value:      'IMAGE   '  Key Comment: IMAGE extension
     38
     39---> TESTPOINT PASSED (psMetadata{Test B - Read 2nd hdr from complex FITS file} | tst_psMetadata_01.c)
     40
     41
     42
     43/***************************** TESTPOINT ******************************************\
     44*             TestFile: tst_psMetadata_01.c                                        *
     45*            TestPoint: psMetadata{Test C - Read named hdr from complex FITS file} *
     46*             TestType: Positive                                                   *
     47\**********************************************************************************/
     48
     49FITS file open status: OK - no error
     50
     51Key Name:  COMMENT  Key Type:  5  Key Value:                  Key Comment:   and Astrophysics', volume 376, page 359; bibcode: 2001A&A...376..359H
     52Key Name:  COMMENT  Key Type:  5  Key Value:                  Key Comment:   FITS (Flexible Image Transport System) format is defined in 'Astronomy
     53Key Name:   EXTEND  Key Type:  1  Key Value:               1  Key Comment: FITS dataset may contain extensions
     54Key Name:   NAXIS1  Key Type:  2  Key Value:              64  Key Comment: length of data axis 1
     55Key Name:    NAXIS  Key Type:  2  Key Value:               1  Key Comment: number of data axes
     56Key Name:   BITPIX  Key Type:  2  Key Value:             -64  Key Comment: number of bits per data pixel
     57Key Name:   SIMPLE  Key Type:  1  Key Value:               1  Key Comment: file does conform to FITS standard
     58
     59---> TESTPOINT PASSED (psMetadata{Test C - Read named hdr from complex FITS file} | tst_psMetadata_01.c)
     60
     61
     62
     63/***************************** TESTPOINT ******************************************\
     64*             TestFile: tst_psMetadata_01.c                                        *
     65*            TestPoint: psMetadata{Test - Free psMetadata}                         *
    466*             TestType: Positive                                                   *
    567\**********************************************************************************/
    668
    769
    8 ---> TESTPOINT PASSED (psMetadata{} | tst_psMetadata_01.c)
     70---> TESTPOINT PASSED (psMetadata{Test - Free psMetadata} | tst_psMetadata_01.c)
    971
Note: See TracChangeset for help on using the changeset viewer.