[LIBISIS-code-svn] r1304 - in trunk: applications/matlab/HET applications/matlab/MAPS applications/matlab/MARI applications/matlab/MERLIN applications/matlab/homer applications/matlab/mgeniefuncs bindings/matlab/classes/@IXTdataset_1d bindings/matlab/classes/@IXTraw_file bindings/matlab/classes/@IXTrunfile bindings/matlab/utilities libclasses
apache at libisis.org
apache at libisis.org
Tue Jan 29 16:55:05 GMT 2008
Author: Dickon Champion
Date: Tue Jan 29 16:55:00 2008
New Revision: 1304
Added:
trunk/applications/matlab/homer/getdefaults.m
Modified:
trunk/applications/matlab/HET/setup_het_mono_sample.m
trunk/applications/matlab/HET/setup_het_mono_van.m
trunk/applications/matlab/MAPS/setup_maps_mono_sample.m
trunk/applications/matlab/MAPS/setup_maps_mono_van.m
trunk/applications/matlab/MARI/setup_mari_mono_sample.m
trunk/applications/matlab/MARI/setup_mari_mono_van.m
trunk/applications/matlab/MERLIN/setup_merlin_mono_sample.m
trunk/applications/matlab/MERLIN/setup_merlin_mono_van.m
trunk/applications/matlab/homer/diagnose.m
trunk/applications/matlab/homer/homer.m
trunk/applications/matlab/homer/make_path_from_par.m
trunk/applications/matlab/homer/runfile2spe.m
trunk/applications/matlab/mgeniefuncs/mon.m
trunk/applications/matlab/mgeniefuncs/pop_full.m
trunk/applications/matlab/mgeniefuncs/spec.m
trunk/bindings/matlab/classes/@IXTdataset_1d/unspike.m
trunk/bindings/matlab/classes/@IXTraw_file/IXTraw_file.m
trunk/bindings/matlab/classes/@IXTrunfile/det_pop.m
trunk/bindings/matlab/classes/@IXTrunfile/full_pop.m
trunk/bindings/matlab/classes/@IXTrunfile/getei.m
trunk/bindings/matlab/classes/@IXTrunfile/homer_pop.m
trunk/bindings/matlab/classes/@IXTrunfile/mon_pop.m
trunk/bindings/matlab/classes/@IXTrunfile/monovan_abs.m
trunk/bindings/matlab/classes/@IXTrunfile/populate_det.m
trunk/bindings/matlab/classes/@IXTrunfile/populate_mon.m
trunk/bindings/matlab/classes/@IXTrunfile/units.m
trunk/bindings/matlab/utilities/get_ei.m
trunk/libclasses/IXMdataset_2d.f90
trunk/libclasses/IXMmoments.f90
trunk/libclasses/IXMpeaks.f90
trunk/libclasses/IXMraw_file.f90
trunk/libclasses/IXMrunfile.f90
Log:
improvement of homer population operations and scripts, with associated fortran changes
re #140
Modified: trunk/applications/matlab/HET/setup_het_mono_sample.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/HET/setup_het_mono_sample.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/HET/setup_het_mono_van.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/HET/setup_het_mono_van.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/MAPS/setup_maps_mono_sample.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/MAPS/setup_maps_mono_sample.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/MAPS/setup_maps_mono_van.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/MAPS/setup_maps_mono_van.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/MARI/setup_mari_mono_sample.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/MARI/setup_mari_mono_sample.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/MARI/setup_mari_mono_van.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/MARI/setup_mari_mono_van.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/MERLIN/setup_merlin_mono_sample.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/MERLIN/setup_merlin_mono_sample.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/MERLIN/setup_merlin_mono_van.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/MERLIN/setup_merlin_mono_van.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/homer/diagnose.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/diagnose.m?r1=1303&r2=1304
Added: trunk/applications/matlab/homer/getdefaults.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/getdefaults.m?view=markup&revision=1304
Modified: trunk/applications/matlab/homer/homer.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/homer.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/homer/make_path_from_par.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/make_path_from_par.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/homer/runfile2spe.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/homer/runfile2spe.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/mgeniefuncs/mon.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/mgeniefuncs/mon.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/mgeniefuncs/pop_full.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/mgeniefuncs/pop_full.m?r1=1303&r2=1304
Modified: trunk/applications/matlab/mgeniefuncs/spec.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/applications/matlab/mgeniefuncs/spec.m?r1=1303&r2=1304
Modified: trunk/bindings/matlab/classes/@IXTdataset_1d/unspike.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTdataset_1d/unspike.m?r1=1303&r2=1304
Modified: trunk/bindings/matlab/classes/@IXTraw_file/IXTraw_file.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTraw_file/IXTraw_file.m?r1=1303&r2=1304
Modified: trunk/bindings/matlab/classes/@IXTrunfile/det_pop.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/det_pop.m?r1=1303&r2=1304
Modified: trunk/bindings/matlab/classes/@IXTrunfile/full_pop.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/full_pop.m?r1=1303&r2=1304
Modified: trunk/bindings/matlab/classes/@IXTrunfile/getei.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/getei.m?r1=1303&r2=1304
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=1303&r2=1304
Modified: trunk/bindings/matlab/classes/@IXTrunfile/mon_pop.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/mon_pop.m?r1=1303&r2=1304
Modified: trunk/bindings/matlab/classes/@IXTrunfile/monovan_abs.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/monovan_abs.m?r1=1303&r2=1304
Modified: trunk/bindings/matlab/classes/@IXTrunfile/populate_det.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/populate_det.m?r1=1303&r2=1304
Modified: trunk/bindings/matlab/classes/@IXTrunfile/populate_mon.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/populate_mon.m?r1=1303&r2=1304
Modified: trunk/bindings/matlab/classes/@IXTrunfile/units.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/classes/%40IXTrunfile/units.m?r1=1303&r2=1304
Modified: trunk/bindings/matlab/utilities/get_ei.m
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/bindings/matlab/utilities/get_ei.m?r1=1303&r2=1304
Modified: trunk/libclasses/IXMdataset_2d.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libclasses/IXMdataset_2d.f90?r1=1303&r2=1304
Modified: trunk/libclasses/IXMmoments.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libclasses/IXMmoments.f90?r1=1303&r2=1304
Modified: trunk/libclasses/IXMpeaks.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libclasses/IXMpeaks.f90?r1=1303&r2=1304
Modified: trunk/libclasses/IXMraw_file.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libclasses/IXMraw_file.f90?r1=1303&r2=1304
Modified: trunk/libclasses/IXMrunfile.f90
Url: http://svn.libisis.org/viewvc/LIBISISCode/trunk/libclasses/IXMrunfile.f90?r1=1303&r2=1304
More information about the LIBISIS-code-svn
mailing list