[LIBISIS-code-svn] r1224 - in trunk: applications/matlab/homer applications/matlab/mgeniefuncs bindings/matlab/classes/@IXTdata_source bindings/matlab/classes/@IXThistory bindings/matlab/classes/@IXTrunfile tests/het_tests tests/maps_tests tests/mari_tests

apache at libisis.org apache at libisis.org
Tue Sep 11 11:13:15 BST 2007


Author: Dickon Champion
Date: Tue Sep 11 11:13:09 2007
New Revision: 1224

Added:
   trunk/bindings/matlab/classes/@IXTdata_source/add_chopinst.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXTdata_source/addchopinst.m
   trunk/bindings/matlab/classes/@IXTdata_source/add_detmap.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXTdata_source/adddetmap.m
   trunk/bindings/matlab/classes/@IXTdata_source/add_detmask.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXTdata_source/adddetmask.m
   trunk/bindings/matlab/classes/@IXTdata_source/add_diffinst.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXTdata_source/adddiffinst.m
   trunk/bindings/matlab/classes/@IXTdata_source/add_item.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXTdata_source/additem.m
   trunk/bindings/matlab/classes/@IXTdata_source/add_monmap.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXTdata_source/addmonmap.m
   trunk/bindings/matlab/classes/@IXTdata_source/add_monmask.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXTdata_source/addmonmask.m
   trunk/bindings/matlab/classes/@IXTdata_source/add_multrawfile.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXTdata_source/addmultrawfile.m
   trunk/bindings/matlab/classes/@IXTdata_source/add_rawfile.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXTdata_source/addrawfile.m
   trunk/bindings/matlab/classes/@IXTdata_source/del_item.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXTdata_source/delitem.m
   trunk/bindings/matlab/classes/@IXTdata_source/replace_item.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXTdata_source/replaceitem.m
   trunk/bindings/matlab/classes/@IXThistory/add_item.m
      - copied, changed from r1211, /trunk/bindings/matlab/classes/@IXThistory/additem.m
Removed:
   trunk/bindings/matlab/classes/@IXTdata_source/addchopinst.m
   trunk/bindings/matlab/classes/@IXTdata_source/adddetmap.m
   trunk/bindings/matlab/classes/@IXTdata_source/adddetmask.m
   trunk/bindings/matlab/classes/@IXTdata_source/adddiffinst.m
   trunk/bindings/matlab/classes/@IXTdata_source/additem.m
   trunk/bindings/matlab/classes/@IXTdata_source/addmonmap.m
   trunk/bindings/matlab/classes/@IXTdata_source/addmonmask.m
   trunk/bindings/matlab/classes/@IXTdata_source/addmultrawfile.m
   trunk/bindings/matlab/classes/@IXTdata_source/addrawfile.m
   trunk/bindings/matlab/classes/@IXTdata_source/delitem.m
   trunk/bindings/matlab/classes/@IXTdata_source/replaceitem.m
   trunk/bindings/matlab/classes/@IXThistory/additem.m
Modified:
   trunk/applications/matlab/homer/homer.m
   trunk/applications/matlab/homer/homer_getei.m
   trunk/applications/matlab/homer/map_prep.m
   trunk/applications/matlab/homer/mask_prep.m
   trunk/applications/matlab/homer/mono_sample.m
   trunk/applications/matlab/homer/mono_van.m
   trunk/applications/matlab/homer/setup_common_data_source.m
   trunk/applications/matlab/homer/white_beam.m
   trunk/applications/matlab/mgeniefuncs/mon.m
   trunk/applications/matlab/mgeniefuncs/pop_full.m
   trunk/applications/matlab/mgeniefuncs/spec.m
   trunk/bindings/matlab/classes/@IXTrunfile/create_background_command.m
   trunk/bindings/matlab/classes/@IXTrunfile/create_population_command.m
   trunk/bindings/matlab/classes/@IXTrunfile/create_rebin_command.m
   trunk/bindings/matlab/classes/@IXTrunfile/create_remap_command.m
   trunk/bindings/matlab/classes/@IXTrunfile/create_units_command.m
   trunk/bindings/matlab/classes/@IXTrunfile/create_unitsrebin_command.m
   trunk/bindings/matlab/classes/@IXTrunfile/homer_pop.m
   trunk/tests/het_tests/het_homer.m
   trunk/tests/het_tests/test_diag.m
   trunk/tests/maps_tests/maps_homer.m
   trunk/tests/mari_tests/mari_abs.m
   trunk/tests/mari_tests/test_diag.m

Log:
adds some underscores to functions refs #82

Modified: trunk/applications/matlab/homer/homer.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/homer.m?r1=1223&r2=1224

Modified: trunk/applications/matlab/homer/homer_getei.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/homer_getei.m?r1=1223&r2=1224

Modified: trunk/applications/matlab/homer/map_prep.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/map_prep.m?r1=1223&r2=1224

Modified: trunk/applications/matlab/homer/mask_prep.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/mask_prep.m?r1=1223&r2=1224

Modified: trunk/applications/matlab/homer/mono_sample.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/mono_sample.m?r1=1223&r2=1224

Modified: trunk/applications/matlab/homer/mono_van.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/mono_van.m?r1=1223&r2=1224

Modified: trunk/applications/matlab/homer/setup_common_data_source.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/setup_common_data_source.m?r1=1223&r2=1224

Modified: trunk/applications/matlab/homer/white_beam.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/white_beam.m?r1=1223&r2=1224

Modified: trunk/applications/matlab/mgeniefuncs/mon.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/mgeniefuncs/mon.m?r1=1223&r2=1224

Modified: trunk/applications/matlab/mgeniefuncs/pop_full.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/mgeniefuncs/pop_full.m?r1=1223&r2=1224

Modified: trunk/applications/matlab/mgeniefuncs/spec.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/mgeniefuncs/spec.m?r1=1223&r2=1224

Modified: trunk/bindings/matlab/classes/@IXTrunfile/create_background_command.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/create_background_command.m?r1=1223&r2=1224

Modified: trunk/bindings/matlab/classes/@IXTrunfile/create_population_command.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/create_population_command.m?r1=1223&r2=1224

Modified: trunk/bindings/matlab/classes/@IXTrunfile/create_rebin_command.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/create_rebin_command.m?r1=1223&r2=1224

Modified: trunk/bindings/matlab/classes/@IXTrunfile/create_remap_command.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/create_remap_command.m?r1=1223&r2=1224

Modified: trunk/bindings/matlab/classes/@IXTrunfile/create_units_command.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/create_units_command.m?r1=1223&r2=1224

Modified: trunk/bindings/matlab/classes/@IXTrunfile/create_unitsrebin_command.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/create_unitsrebin_command.m?r1=1223&r2=1224

Modified: trunk/bindings/matlab/classes/@IXTrunfile/homer_pop.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/homer_pop.m?r1=1223&r2=1224

Modified: trunk/tests/het_tests/het_homer.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/tests/het_tests/het_homer.m?r1=1223&r2=1224

Modified: trunk/tests/het_tests/test_diag.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/tests/het_tests/test_diag.m?r1=1223&r2=1224

Modified: trunk/tests/maps_tests/maps_homer.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/tests/maps_tests/maps_homer.m?r1=1223&r2=1224

Modified: trunk/tests/mari_tests/mari_abs.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/tests/mari_tests/mari_abs.m?r1=1223&r2=1224

Modified: trunk/tests/mari_tests/test_diag.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/tests/mari_tests/test_diag.m?r1=1223&r2=1224


More information about the LIBISIS-code-svn mailing list