- Timestamp:
- Aug 4, 2004, 4:27:06 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/verified/tst_psMetadata_01.stdout
r1363 r1389 1 1 /***************************** TESTPOINT ******************************************\ 2 2 * 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 7 FITS file open status: OK - no error 8 9 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T11:11:18 10 Key Name: NAXIS Key Type: 2 Key Value: 0 Key Comment: number of data axes 11 Key Name: BITPIX Key Type: 2 Key Value: 8 Key Comment: number of bits per data pixel 12 Key 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 24 FITS file open status: OK - no error 25 26 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T13:21:46 27 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T13:21:18 28 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T13:15:29 29 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T13:14:45 30 Key Name: EXTNAME Key Type: 5 Key Value: 'MY_DATA_1' Key Comment: 31 Key Name: BITPIX Key Type: 2 Key Value: -64 Key Comment: number of bits per data pixel 32 Key Name: GCOUNT Key Type: 2 Key Value: 1 Key Comment: required keyword; must = 1 33 Key Name: PCOUNT Key Type: 2 Key Value: 0 Key Comment: required keyword; must = 0 34 Key Name: NAXIS1 Key Type: 2 Key Value: 64 Key Comment: length of data axis 1 35 Key Name: NAXIS Key Type: 2 Key Value: 1 Key Comment: number of data axes 36 Key Name: BITPIX Key Type: 2 Key Value: -64 Key Comment: number of bits per data pixel 37 Key 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 49 FITS file open status: OK - no error 50 51 Key Name: COMMENT Key Type: 5 Key Value: Key Comment: and Astrophysics', volume 376, page 359; bibcode: 2001A&A...376..359H 52 Key Name: COMMENT Key Type: 5 Key Value: Key Comment: FITS (Flexible Image Transport System) format is defined in 'Astronomy 53 Key Name: EXTEND Key Type: 1 Key Value: 1 Key Comment: FITS dataset may contain extensions 54 Key Name: NAXIS1 Key Type: 2 Key Value: 64 Key Comment: length of data axis 1 55 Key Name: NAXIS Key Type: 2 Key Value: 1 Key Comment: number of data axes 56 Key Name: BITPIX Key Type: 2 Key Value: -64 Key Comment: number of bits per data pixel 57 Key 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} * 4 66 * TestType: Positive * 5 67 \**********************************************************************************/ 6 68 7 69 8 ---> TESTPOINT PASSED (psMetadata{ } | tst_psMetadata_01.c)70 ---> TESTPOINT PASSED (psMetadata{Test - Free psMetadata} | tst_psMetadata_01.c) 9 71
Note:
See TracChangeset
for help on using the changeset viewer.
