Initial commit after ImageAnalyzer and Plotfile2 merge.
commitebdd70cc7a93daad9e1aa247ac5cce26e7e9e819
authorAntonino Ingargiola <tritemio@gmail.com>
Fri, 8 Jun 2007 15:02:49 +0000 (8 17:02 +0200)
committerAntonino Ingargiola <tritemio@gmail.com>
Fri, 8 Jun 2007 15:02:49 +0000 (8 17:02 +0200)
tree6dfb94e506501f085fd4d066672ddd2d31069d20
Initial commit after ImageAnalyzer and Plotfile2 merge.
79 files changed:
Changelog.imageanalyzer [new file with mode: 0644]
Changelog.plotfile2 [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
README [new file with mode: 0644]
README.html [new file with mode: 0644]
altronome/interpolation.py [new file with mode: 0644]
altronome/plotfile2.glade [new file with mode: 0644]
altronome/plotfile2.gladep [new file with mode: 0644]
altronome/samples/data.txt [new file with mode: 0644]
altronome/samples/data2.txt [new file with mode: 0644]
altronome/samples/data3.txt [new file with mode: 0644]
altronome/samples/trash.txt [new file with mode: 0644]
common/__init__.py [new file with mode: 0644]
common/__init__.pyc [new file with mode: 0644]
common/arrayfromfile.py [new file with mode: 0644]
common/arrayfromfile.pyc [new file with mode: 0644]
common/gtk_generic_windows.py [new file with mode: 0644]
common/gtk_generic_windows.pyc [new file with mode: 0644]
common/img.py [new file with mode: 0755]
common/img.pyc [new file with mode: 0644]
common/plotfile.py [new file with mode: 0644]
common/plotfile.pyc [new file with mode: 0644]
imageanalyzer.py [new file with mode: 0755]
imageanalyzer.pyc [new file with mode: 0644]
imageanalyzer/__init__.py [new file with mode: 0644]
imageanalyzer/__init__.pyc [new file with mode: 0644]
imageanalyzer/circularlist.py [new file with mode: 0644]
imageanalyzer/circularlist.pyc [new file with mode: 0644]
imageanalyzer/histogramdialog.py [new file with mode: 0644]
imageanalyzer/histogramdialog.pyc [new file with mode: 0644]
imageanalyzer/icons/logo.svg [new file with mode: 0644]
imageanalyzer/icons/measure-icon-20.png [new file with mode: 0644]
imageanalyzer/image_analyzer.glade [new file with mode: 0644]
imageanalyzer/image_analyzer.gladep [new file with mode: 0644]
imageanalyzer/loadfile.py [new file with mode: 0644]
imageanalyzer/loadfile.pyc [new file with mode: 0644]
imageanalyzer/logo.png [new file with mode: 0644]
imageanalyzer/samples/bw.png [new file with mode: 0644]
imageanalyzer/samples/castle.jpg [new file with mode: 0644]
imageanalyzer/samples/lena.txt [new file with mode: 0644]
imageanalyzer/samples/test-img.tif [new file with mode: 0644]
imageanalyzer/section.py [new file with mode: 0644]
imageanalyzer/section.pyc [new file with mode: 0644]
imageanalyzer/sectionsdialog.py [new file with mode: 0644]
imageanalyzer/sectionsdialog.pyc [new file with mode: 0644]
images/blank.png [new file with mode: 0644]
images/draft.png [new file with mode: 0644]
images/icons/README [new file with mode: 0644]
images/icons/callouts/1.png [new file with mode: 0644]
images/icons/callouts/10.png [new file with mode: 0644]
images/icons/callouts/11.png [new file with mode: 0644]
images/icons/callouts/12.png [new file with mode: 0644]
images/icons/callouts/13.png [new file with mode: 0644]
images/icons/callouts/14.png [new file with mode: 0644]
images/icons/callouts/15.png [new file with mode: 0644]
images/icons/callouts/2.png [new file with mode: 0644]
images/icons/callouts/3.png [new file with mode: 0644]
images/icons/callouts/4.png [new file with mode: 0644]
images/icons/callouts/5.png [new file with mode: 0644]
images/icons/callouts/6.png [new file with mode: 0644]
images/icons/callouts/7.png [new file with mode: 0644]
images/icons/callouts/8.png [new file with mode: 0644]
images/icons/callouts/9.png [new file with mode: 0644]
images/icons/caution.png [new file with mode: 0644]
images/icons/example.png [new file with mode: 0644]
images/icons/home.png [new file with mode: 0644]
images/icons/important.png [new file with mode: 0644]
images/icons/next.png [new file with mode: 0644]
images/icons/note.png [new file with mode: 0644]
images/icons/prev.png [new file with mode: 0644]
images/icons/tip.png [new file with mode: 0644]
images/icons/up.png [new file with mode: 0644]
images/icons/warning.png [new file with mode: 0644]
images/smallnew.png [new file with mode: 0644]
images/tiger.png [new file with mode: 0644]
images/toc-blank.png [new file with mode: 0644]
images/toc-minus.png [new file with mode: 0644]
images/toc-plus.png [new file with mode: 0644]
plotfile2.py [new file with mode: 0755]