I've been given the task of using CBFLib to allow the reading and writing of CBF and imgCIF (Like there is a differance, pah!!) into the GDA at Diamond. I'm compiling the souse to make libraries and I'm getting an error when the build is being tested.
Here it is:
- Code: Select all
diff -u test_fcb_read_testflatout.out test_fcb_read_testflatout_orig.out
--- test_fcb_read_testflatout.out 2009-01-30 11:55:38.000000000 +0000
+++ test_fcb_read_testflatout_orig.out 2009-01-30 11:55:21.000000000
+++ +0000
@@ -4,4 +4,4 @@
1000 x 1000 I4 TEST, WITH -3 on diag and transpose
1000 x 1000 I2 TEST, WITH -3 on diag and transpose
50 x 60 x 70 3D_I4 TEST
- FCB_READ_IMAGE_3D_I4 ERROR: -4
+ TESTS COMPLETED
make: [extra] Error 1 (ignored)
echo testflatpackedout.cbf | time ./bin/test_fcb_read_image > test_fcb_read_testflatpackedout.out
1.25user 0.00system 0:01.26elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+1834minor)pagefaults 0swaps
diff -u test_fcb_read_testflatpackedout.out test_fcb_read_testflatpackedout_orig.out
--- test_fcb_read_testflatpackedout.out 2009-01-30 11:55:39.000000000 +0000
+++ test_fcb_read_testflatpackedout_orig.out 2009-01-30 11:55:21.000000000 +0000
@@ -4,5 +4,4 @@
1000 x 1000 I4 TEST, WITH -3 on diag and transpose
1000 x 1000 I2 TEST, WITH -3 on diag and transpose
50 x 60 x 70 3D_I4 TEST
- EARLY TERMINATION AT 146492
- FCB_READ_IMAGE_3D_I4 ERROR: -1
+ TESTS COMPLETED
make: [extra] Error 1 (ignored)
Have any of you guys used cbflib before? Should I just ignore the error, assume I'm never going to be using a 3D data set and move on? Any advice or moral boosting abuse of CBF will be very welcome.
Cheers
D
