Changeset 348
- Timestamp:
- 12/29/07 09:38:27 (10 months ago)
- Files:
-
- trunk/FlyMovieFormat/motmot.FlyMovieFormat.egg-info/stdeb.cfg (modified) (1 diff)
- trunk/FlyMovieFormat/setup.py (modified) (1 diff)
- trunk/imops/motmot.imops.egg-info/stdeb.cfg (modified) (1 diff)
- trunk/pycamiface/demo/simple.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/FlyMovieFormat/motmot.FlyMovieFormat.egg-info/stdeb.cfg
r346 r348 1 1 [DEFAULT] 2 Package: python-flymovieformat3 Replaces: python-ads-flymovieformat4 Conflicts: python-ads-flymovieformat5 2 # ADS: move these Depends to Recommends/Suggests and make playfmf package? 6 Depends: python-numpy, python-imaging, python-matplotlib, python-imaging, python-imops, python-wxgtk2.8 7 Build-Depends: python-motmotutils 8 Suggests: python-pyavi 3 Depends: python-numpy, python-imaging, python-matplotlib, python-imaging, python-motmot-imops, python-wxgtk2.8 9 4 MIME-Desktop-Files: playfmf.desktop, fmf_plottimestamps.desktop 10 5 MIME-File: FlyMovieFormat.mime trunk/FlyMovieFormat/setup.py
r346 r348 4 4 ) 5 5 6 setup(name=' FlyMovieFormat',6 setup(name='motmot.FlyMovieFormat', 7 7 description='support for .fmf files (part of the motmot camera packages)', 8 8 version='0.5.2', trunk/imops/motmot.imops.egg-info/stdeb.cfg
r299 r348 1 1 [DEFAULT] 2 Package: python-motmot-imops3 Conflicts: python-imops, python-ads-imops4 Replaces: python-imops, python-ads-imops5 2 Build-Depends: python-pyrex, python-numpy (>=1:1.0.3) 6 3 Depends: python-numpy (>=1:1.0.3), python-setuptools trunk/pycamiface/demo/simple.py
r307 r348 1 import cam_iface_choose1 import motmot.cam_iface.choose as cam_iface_choose 2 2 3 3 #cam_iface = cam_iface_choose.import_backend( 'prosilica_gige', 'ctypes' ) … … 9 9 10 10 # for save mode: 11 import FlyMovieFormat11 import motmot.FlyMovieFormat.FlyMovieFormat as FlyMovieFormat 12 12 import Queue 13 13 import threading
