[Horace-svn] r1148 - in trunk: . _LowLevelCode/build_all _LowLevelCode/cpp/accumulate_cut_c/accumulate_cut_c _LowLevelCode/cpp/bin_pixels_c/bin_pixels_c _LowLevelCode/cpp/calc_projections_c/calc_projections_c _LowLevelCode/cpp/combine_sqw _LowLevelCode/cpp/combine_sqw/TestCombineSQW _LowLevelCode/cpp/recompute_bin_data _LowLevelCode/cpp/sort_pixels_by_bins/sort_pixels_by_bins _test/test_sqw_file admin configuration/@hor_config demo sqw sqw/@sqw sqw/@sqw/private sqw/coord_transform sqw/coord_transform/@projection
apache at svr2.nd.rl.ac.uk
apache at svr2.nd.rl.ac.uk
Tue Jan 12 17:06:28 GMT 2016
Author: Alex Buts
Date: Tue Jan 12 17:06:27 2016
New Revision: 1148
Added:
trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/
trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.cpp
trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.h
trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.opensdf (contents, props changed)
trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.sln
trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.vcxproj
trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.vcxproj.filters
trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.vcxproj.user
trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/test_header.cpp
trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/test_header.h
trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.cpp
trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.sln
trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.vcxproj
trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.vcxproj.filters
trunk/_LowLevelCode/cpp/combine_sqw/run_test_sqw_debug.m
trunk/sqw/@sqw/get_sqw.m (props changed)
- copied unchanged from r1147, /branches/IO_on_parallelFS_br153/sqw/@sqw/get_sqw.m
trunk/sqw/@sqw/private/get_sqw.m
- copied unchanged from r1147, /branches/IO_on_parallelFS_br153/sqw/@sqw/private/get_sqw.m
trunk/sqw/sqw_reader.m
- copied unchanged from r1147, /branches/IO_on_parallelFS_br153/sqw/sqw_reader.m
Modified:
trunk/ (props changed)
trunk/_LowLevelCode/build_all/CommonCode.h (contents, props changed)
trunk/_LowLevelCode/build_all/build_all.sln
trunk/_LowLevelCode/build_all/build_all.vcxproj (props changed)
trunk/_LowLevelCode/build_all/build_all.vcxproj.filters (props changed)
trunk/_LowLevelCode/cpp/accumulate_cut_c/accumulate_cut_c/accumulate_cut_c.vcxproj (contents, props changed)
trunk/_LowLevelCode/cpp/accumulate_cut_c/accumulate_cut_c/accumulate_cut_c.vcxproj.filters (contents, props changed)
trunk/_LowLevelCode/cpp/bin_pixels_c/bin_pixels_c/bin_pixels_c.vcxproj (contents, props changed)
trunk/_LowLevelCode/cpp/bin_pixels_c/bin_pixels_c/bin_pixels_c.vcxproj.filters (contents, props changed)
trunk/_LowLevelCode/cpp/calc_projections_c/calc_projections_c/calc_projections_c.vcxproj (props changed)
trunk/_LowLevelCode/cpp/calc_projections_c/calc_projections_c/calc_projections_c.vcxproj.filters (props changed)
trunk/_LowLevelCode/cpp/recompute_bin_data/ (props changed)
trunk/_LowLevelCode/cpp/recompute_bin_data/recompute_bin_data.h (contents, props changed)
trunk/_LowLevelCode/cpp/recompute_bin_data/recompute_bin_data.sln (props changed)
trunk/_LowLevelCode/cpp/recompute_bin_data/recompute_bin_data.vcxproj (props changed)
trunk/_LowLevelCode/cpp/recompute_bin_data/recompute_bin_data.vcxproj.filters (props changed)
trunk/_LowLevelCode/cpp/sort_pixels_by_bins/sort_pixels_by_bins/sort_pixels_by_bins.vcxproj (props changed)
trunk/_LowLevelCode/cpp/sort_pixels_by_bins/sort_pixels_by_bins/sort_pixels_by_bins.vcxproj.filters (props changed)
trunk/_test/test_sqw_file/test_sqw_reader.m
trunk/admin/check_horace_mex.m (contents, props changed)
trunk/admin/horace_mex.m
trunk/admin/horace_version.m
trunk/configuration/@hor_config/hor_config.m
trunk/demo/horace_demo_script.m
trunk/sqw/@sqw/ (props changed)
trunk/sqw/@sqw/private/header_combine.m
trunk/sqw/@sqw/private/put_sqw.m
trunk/sqw/@sqw/private/put_sqw_data.m
trunk/sqw/@sqw/private/put_sqw_data_pix_from_file.m
trunk/sqw/@sqw/private/rundata_write_to_sqw.m
trunk/sqw/@sqw/write_nsqw_to_sqw.m
trunk/sqw/coord_transform/ (props changed)
trunk/sqw/coord_transform/@projection/ (props changed)
trunk/sqw/fread_catch.m
Log:
Re #153 Merged to master, fixed minor bugs with configuration
also attempt to use streambuffer rather then ifstream
Modified: trunk/_LowLevelCode/build_all/CommonCode.h
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/build_all/CommonCode.h?r1=1147&r2=1148
Modified: trunk/_LowLevelCode/build_all/build_all.sln
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/build_all/build_all.sln?r1=1147&r2=1148
Modified: trunk/_LowLevelCode/cpp/accumulate_cut_c/accumulate_cut_c/accumulate_cut_c.vcxproj
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/accumulate_cut_c/accumulate_cut_c/accumulate_cut_c.vcxproj?r1=1147&r2=1148
Modified: trunk/_LowLevelCode/cpp/accumulate_cut_c/accumulate_cut_c/accumulate_cut_c.vcxproj.filters
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/accumulate_cut_c/accumulate_cut_c/accumulate_cut_c.vcxproj.filters?r1=1147&r2=1148
Modified: trunk/_LowLevelCode/cpp/bin_pixels_c/bin_pixels_c/bin_pixels_c.vcxproj
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/bin_pixels_c/bin_pixels_c/bin_pixels_c.vcxproj?r1=1147&r2=1148
Modified: trunk/_LowLevelCode/cpp/bin_pixels_c/bin_pixels_c/bin_pixels_c.vcxproj.filters
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/bin_pixels_c/bin_pixels_c/bin_pixels_c.vcxproj.filters?r1=1147&r2=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.cpp
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.cpp?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.h
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.h?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.opensdf
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.opensdf?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.sln
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.sln?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.vcxproj
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.vcxproj?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.vcxproj.filters
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.vcxproj.filters?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.vcxproj.user
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/TestCombineSQW.vcxproj.user?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/test_header.cpp
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/test_header.cpp?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/test_header.h
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/TestCombineSQW/test_header.h?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.cpp
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.cpp?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.sln
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.sln?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.vcxproj
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.vcxproj?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.vcxproj.filters
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/combine_sqw.vcxproj.filters?view=markup&revision=1148
Added: trunk/_LowLevelCode/cpp/combine_sqw/run_test_sqw_debug.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/combine_sqw/run_test_sqw_debug.m?view=markup&revision=1148
Modified: trunk/_LowLevelCode/cpp/recompute_bin_data/recompute_bin_data.h
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_LowLevelCode/cpp/recompute_bin_data/recompute_bin_data.h?r1=1147&r2=1148
Modified: trunk/_test/test_sqw_file/test_sqw_reader.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/_test/test_sqw_file/test_sqw_reader.m?r1=1147&r2=1148
Modified: trunk/admin/check_horace_mex.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/admin/check_horace_mex.m?r1=1147&r2=1148
Modified: trunk/admin/horace_mex.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/admin/horace_mex.m?r1=1147&r2=1148
Modified: trunk/admin/horace_version.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/admin/horace_version.m?r1=1147&r2=1148
Modified: trunk/configuration/@hor_config/hor_config.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/configuration/%40hor_config/hor_config.m?r1=1147&r2=1148
Modified: trunk/demo/horace_demo_script.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/demo/horace_demo_script.m?r1=1147&r2=1148
Modified: trunk/sqw/@sqw/private/header_combine.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/sqw/%40sqw/private/header_combine.m?r1=1147&r2=1148
Modified: trunk/sqw/@sqw/private/put_sqw.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/sqw/%40sqw/private/put_sqw.m?r1=1147&r2=1148
Modified: trunk/sqw/@sqw/private/put_sqw_data.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/sqw/%40sqw/private/put_sqw_data.m?r1=1147&r2=1148
Modified: trunk/sqw/@sqw/private/put_sqw_data_pix_from_file.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/sqw/%40sqw/private/put_sqw_data_pix_from_file.m?r1=1147&r2=1148
Modified: trunk/sqw/@sqw/private/rundata_write_to_sqw.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/sqw/%40sqw/private/rundata_write_to_sqw.m?r1=1147&r2=1148
Modified: trunk/sqw/@sqw/write_nsqw_to_sqw.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/sqw/%40sqw/write_nsqw_to_sqw.m?r1=1147&r2=1148
Modified: trunk/sqw/fread_catch.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/trunk/sqw/fread_catch.m?r1=1147&r2=1148
More information about the Horace-svn
mailing list