[Horace-svn] r1337 - in branches/OO_IO_operations: . sqw sqw/@sqw sqw/@sqw/private sqw/algorithms sqw/algorithms/private sqw/file_io/@dnd_binfile_common sqw/file_io/@dnd_file_interface sqw/file_io/@sqw_binfile_common sqw/file_io/@sqw_binfile_common/private sqw/file_io/class_helpers

apache at svr2.nd.rl.ac.uk apache at svr2.nd.rl.ac.uk
Wed Nov 16 17:51:38 GMT 2016


Author: Alex Buts
Date: Wed Nov 16 17:51:36 2016
New Revision: 1337

Added:
   branches/OO_IO_operations/sqw/algorithms/accumulate_sqw.m
   branches/OO_IO_operations/sqw/algorithms/fake_sqw.m
   branches/OO_IO_operations/sqw/algorithms/gen_sqw.m
   branches/OO_IO_operations/sqw/algorithms/private/check_parameter_values_ok.m
   branches/OO_IO_operations/sqw/algorithms/private/estimate_erange.m
   branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_distinct_input.m
   branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_files.m
   branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_optional_args.m
   branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_params.m
   branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_sqwfile_valid.m
   branches/OO_IO_operations/sqw/algorithms/private/gen_tmp_filenames.m
   branches/OO_IO_operations/sqw/algorithms/private/header_average.m
   branches/OO_IO_operations/sqw/algorithms/private/header_combine.m
   branches/OO_IO_operations/sqw/algorithms/private/isequal_par.m
   branches/OO_IO_operations/sqw/algorithms/private/range_add_border.m
   branches/OO_IO_operations/sqw/algorithms/write_nsqw_to_sqw.m
   branches/OO_IO_operations/sqw/algorithms/write_qspec_to_sqw.m
   branches/OO_IO_operations/sqw/algorithms/write_spe_to_sqw.m
   branches/OO_IO_operations/sqw/file_io/@sqw_binfile_common/private/put_sqw_data_pix_from_file_.m
   branches/OO_IO_operations/sqw/file_io/class_helpers/fread_catch.m
Modified:
   branches/OO_IO_operations/accumulate_sqw.m
   branches/OO_IO_operations/fake_sqw.m
   branches/OO_IO_operations/gen_sqw.m
   branches/OO_IO_operations/sqw/@sqw/fake_sqw.m
   branches/OO_IO_operations/sqw/@sqw/gen_sqw.m
   branches/OO_IO_operations/sqw/@sqw/private/cut_sqw_main.m
   branches/OO_IO_operations/sqw/@sqw/private/estimate_erange.m
   branches/OO_IO_operations/sqw/@sqw/private/gen_sqw_check_distinct_input.m
   branches/OO_IO_operations/sqw/@sqw/private/gen_sqw_check_files.m
   branches/OO_IO_operations/sqw/@sqw/private/gen_sqw_check_optional_args.m
   branches/OO_IO_operations/sqw/@sqw/private/gen_sqw_check_params.m
   branches/OO_IO_operations/sqw/@sqw/private/gen_sqw_check_sqwfile_valid.m
   branches/OO_IO_operations/sqw/@sqw/private/gen_tmp_filenames.m
   branches/OO_IO_operations/sqw/@sqw/private/header_combine.m
   branches/OO_IO_operations/sqw/@sqw/private/isequal_par.m
   branches/OO_IO_operations/sqw/@sqw/private/put_sqw_data_pix_from_file.m
   branches/OO_IO_operations/sqw/@sqw/private/range_add_border.m
   branches/OO_IO_operations/sqw/@sqw/sqw.m
   branches/OO_IO_operations/sqw/@sqw/write_nsqw_to_sqw.m
   branches/OO_IO_operations/sqw/@sqw/write_qspec_to_sqw.m
   branches/OO_IO_operations/sqw/@sqw/write_spe_to_sqw.m
   branches/OO_IO_operations/sqw/file_io/@dnd_binfile_common/get_data.m
   branches/OO_IO_operations/sqw/file_io/@dnd_file_interface/dnd_file_interface.m
   branches/OO_IO_operations/sqw/file_io/@sqw_binfile_common/private/init_pix_info_.m
   branches/OO_IO_operations/sqw/file_io/@sqw_binfile_common/put_pix.m
   branches/OO_IO_operations/sqw/file_io/@sqw_binfile_common/put_sqw.m
   branches/OO_IO_operations/sqw/file_io/class_helpers/pix_combine_info.m
   branches/OO_IO_operations/sqw/fread_catch.m
   branches/OO_IO_operations/write_nsqw_to_sqw.m
   branches/OO_IO_operations/write_qspec_to_sqw.m

Log:
Re #162 write_nsqw_to_sqw.m working fine (and all tests from test_sqw pass)

Modified: branches/OO_IO_operations/sqw/@sqw/private/cut_sqw_main.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/%40sqw/private/cut_sqw_main.m?r1=1336&r2=1337

Modified: branches/OO_IO_operations/sqw/@sqw/sqw.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/%40sqw/sqw.m?r1=1336&r2=1337

Added: branches/OO_IO_operations/sqw/algorithms/accumulate_sqw.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/accumulate_sqw.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/fake_sqw.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/fake_sqw.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/gen_sqw.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/gen_sqw.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/check_parameter_values_ok.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/check_parameter_values_ok.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/estimate_erange.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/estimate_erange.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_distinct_input.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_distinct_input.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_files.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_files.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_optional_args.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_optional_args.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_params.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_params.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_sqwfile_valid.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/gen_sqw_check_sqwfile_valid.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/gen_tmp_filenames.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/gen_tmp_filenames.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/header_average.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/header_average.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/header_combine.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/header_combine.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/isequal_par.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/isequal_par.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/private/range_add_border.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/private/range_add_border.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/write_nsqw_to_sqw.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/write_nsqw_to_sqw.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/write_qspec_to_sqw.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/write_qspec_to_sqw.m?view=markup&revision=1337

Added: branches/OO_IO_operations/sqw/algorithms/write_spe_to_sqw.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/algorithms/write_spe_to_sqw.m?view=markup&revision=1337

Modified: branches/OO_IO_operations/sqw/file_io/@dnd_binfile_common/get_data.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/file_io/%40dnd_binfile_common/get_data.m?r1=1336&r2=1337

Modified: branches/OO_IO_operations/sqw/file_io/@dnd_file_interface/dnd_file_interface.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/file_io/%40dnd_file_interface/dnd_file_interface.m?r1=1336&r2=1337

Modified: branches/OO_IO_operations/sqw/file_io/@sqw_binfile_common/private/init_pix_info_.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/file_io/%40sqw_binfile_common/private/init_pix_info_.m?r1=1336&r2=1337

Added: branches/OO_IO_operations/sqw/file_io/@sqw_binfile_common/private/put_sqw_data_pix_from_file_.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/file_io/%40sqw_binfile_common/private/put_sqw_data_pix_from_file_.m?view=markup&revision=1337

Modified: branches/OO_IO_operations/sqw/file_io/@sqw_binfile_common/put_pix.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/file_io/%40sqw_binfile_common/put_pix.m?r1=1336&r2=1337

Modified: branches/OO_IO_operations/sqw/file_io/@sqw_binfile_common/put_sqw.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/file_io/%40sqw_binfile_common/put_sqw.m?r1=1336&r2=1337

Added: branches/OO_IO_operations/sqw/file_io/class_helpers/fread_catch.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/file_io/class_helpers/fread_catch.m?view=markup&revision=1337

Modified: branches/OO_IO_operations/sqw/file_io/class_helpers/pix_combine_info.m
Url: http://svn.isis.rl.ac.uk/viewvc/Horace/branches/OO_IO_operations/sqw/file_io/class_helpers/pix_combine_info.m?r1=1336&r2=1337


More information about the Horace-svn mailing list