Changeset 1410
- Timestamp:
- Aug 6, 2004, 2:24:41 PM (22 years ago)
- Location:
- trunk/psLib/test/astronomy/verified
- Files:
-
- 4 edited
-
tst_psMetadata_01.stderr (modified) (1 diff)
-
tst_psMetadata_01.stdout (modified) (3 diffs)
-
tst_psMetadata_02.stderr (modified) (1 diff)
-
tst_psMetadata_03.stdout (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/astronomy/verified/tst_psMetadata_01.stderr
r1404 r1410 1 1 <DATE><TIME>|<HOST>|E|psMetadataFRead|Null FITS file descriptor not allowed 2 <DATE><TIME>|<HOST>|E|psMetadataFRead|Null extname AND extnum = 0 not allowed 3 <DATE><TIME>|<HOST>|E|psMetadataFRead|FITS error while locating header: tried to move past end of file 2 <DATE><TIME>|<HOST>|E|psMetadataFRead|Null extName and extNum = 0 not allowed 3 <DATE><TIME>|<HOST>|E|psMetadataFRead|FITS error while locating header 22: tried to move past end of file 4 <DATE><TIME>|<HOST>|E|psMetadataFRead|FITS error while locating header AARGH: illegal HDU number -
trunk/psLib/test/astronomy/verified/tst_psMetadata_01.stdout
r1404 r1410 7 7 FITS file open status: OK - no error 8 8 9 Key Name: SIMPLE Key Type: 1 Key Value: 1 Key Comment: file does conform to FITS standard 10 Key Name: BITPIX Key Type: 2 Key Value: 8 Key Comment: number of bits per data pixel 11 Key Name: NAXIS Key Type: 2 Key Value: 0 Key Comment: number of data axes 9 12 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T<DATE> 10 Key Name: NAXIS Key Type: 2 Key Value: 0 Key Comment: number of data axes11 Key Name: BITPIX Key Type: 2 Key Value: 8 Key Comment: number of bits per data pixel12 Key Name: SIMPLE Key Type: 1 Key Value: 1 Key Comment: file does conform to FITS standard13 13 14 14 ---> TESTPOINT PASSED (psMetadata{Test A - Read 1st hdr from simple FITS file} | tst_psMetadata_01.c) … … 22 22 FITS file open status: OK - no error 23 23 24 Key Name: XTENSION Key Type: 5 Key Value: 'IMAGE ' Key Comment: IMAGE extension 25 Key Name: BITPIX Key Type: 2 Key Value: -64 Key Comment: number of bits per data pixel 26 Key Name: NAXIS Key Type: 2 Key Value: 1 Key Comment: number of data axes 27 Key Name: NAXIS1 Key Type: 2 Key Value: 64 Key Comment: length of data axis 1 28 Key Name: PCOUNT Key Type: 2 Key Value: 0 Key Comment: required keyword; must = 0 29 Key Name: GCOUNT Key Type: 2 Key Value: 1 Key Comment: required keyword; must = 1 30 Key Name: BITPIX Key Type: 2 Key Value: -64 Key Comment: number of bits per data pixel 31 Key Name: EXTNAME Key Type: 5 Key Value: 'MY_DATA_1' Key Comment: 24 32 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T<DATE> 25 33 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T<DATE> 26 34 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T<DATE> 27 35 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T<DATE> 28 Key Name: EXTNAME Key Type: 5 Key Value: 'MY_DATA_1' Key Comment:29 Key Name: BITPIX Key Type: 2 Key Value: -64 Key Comment: number of bits per data pixel30 Key Name: GCOUNT Key Type: 2 Key Value: 1 Key Comment: required keyword; must = 131 Key Name: PCOUNT Key Type: 2 Key Value: 0 Key Comment: required keyword; must = 032 Key Name: NAXIS1 Key Type: 2 Key Value: 64 Key Comment: length of data axis 133 Key Name: NAXIS Key Type: 2 Key Value: 1 Key Comment: number of data axes34 Key Name: BITPIX Key Type: 2 Key Value: -64 Key Comment: number of bits per data pixel35 Key Name: XTENSION Key Type: 5 Key Value: 'IMAGE ' Key Comment: IMAGE extension36 36 37 37 ---> TESTPOINT PASSED (psMetadata{Test B - Read 2nd hdr from complex FITS file} | tst_psMetadata_01.c) … … 45 45 FITS file open status: OK - no error 46 46 47 Key Name: COMMENT Key Type: 5 Key Value: Key Comment: and Astrophysics', volume 376, page 359; bibcode: 2001A&A...376..359H48 Key Name: COMMENT Key Type: 5 Key Value: Key Comment: FITS (Flexible Image Transport System) format is defined in 'Astronomy49 Key Name: EXTEND Key Type: 1 Key Value: 1 Key Comment: FITS dataset may contain extensions47 Key Name: XTENSION Key Type: 5 Key Value: 'IMAGE ' Key Comment: IMAGE extension 48 Key Name: BITPIX Key Type: 2 Key Value: -64 Key Comment: number of bits per data pixel 49 Key Name: NAXIS Key Type: 2 Key Value: 1 Key Comment: number of data axes 50 50 Key Name: NAXIS1 Key Type: 2 Key Value: 64 Key Comment: length of data axis 1 51 Key Name: NAXIS Key Type: 2 Key Value: 1 Key Comment: number of data axes 52 Key Name: BITPIX Key Type: 2 Key Value: -64 Key Comment: number of bits per data pixel 53 Key Name: SIMPLE Key Type: 1 Key Value: 1 Key Comment: file does conform to FITS standard 51 Key Name: PCOUNT Key Type: 2 Key Value: 0 Key Comment: required keyword; must = 0 52 Key Name: GCOUNT Key Type: 2 Key Value: 1 Key Comment: required keyword; must = 1 53 Key Name: EXTNAME Key Type: 5 Key Value: 'MY_DATA_2' Key Comment: 54 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T<DATE> 55 Key Name: HISTORY Key Type: 5 Key Value: Key Comment: File modified by user 'harman' with fv on 2004-08-04T<DATE> 54 56 55 57 ---> TESTPOINT PASSED (psMetadata{Test C - Read named hdr from complex FITS file} | tst_psMetadata_01.c) -
trunk/psLib/test/astronomy/verified/tst_psMetadata_02.stderr
r1404 r1410 1 <DATE><TIME>|<HOST>|E|psMetadataItemA|Null value for stringnot allowed1 <DATE><TIME>|<HOST>|E|psMetadataItemA|Null value for name not allowed 2 2 <DATE><TIME>|<HOST>|E|psMetadataItemA|Invalid psMetadataType: 6 3 3 <DATE><TIME>|<HOST>|E|psMetadataAddIt|Null metadata collection not allowed -
trunk/psLib/test/astronomy/verified/tst_psMetadata_03.stdout
r1409 r1410 12 12 13 13 References = 3 14 References = 315 before list remove References = 316 before hash remove References = 217 References = 018 References = 319 before list remove References = 320 before hash remove References = 221 References = 022 14 /***************************** TESTPOINT ******************************************\ 23 15 * TestFile: tst_psMetadata_03.c *
Note:
See TracChangeset
for help on using the changeset viewer.
