README.txt
setup.py
src/procgraph/__init__.py
src/procgraph.egg-info/PKG-INFO
src/procgraph.egg-info/SOURCES.txt
src/procgraph.egg-info/dependency_links.txt
src/procgraph.egg-info/entry_points.txt
src/procgraph.egg-info/requires.txt
src/procgraph.egg-info/top_level.txt
src/procgraph/block_utils/__init__.py
src/procgraph/block_utils/executables.py
src/procgraph/block_utils/file_io.py
src/procgraph/block_utils/image_checks.py
src/procgraph/block_utils/iterator_generator.py
src/procgraph/block_utils/natsort.py
src/procgraph/block_utils/textlog.py
src/procgraph/components/__init__.py
src/procgraph/components/debug_components/__init__.py
src/procgraph/components/debug_components/clock.py
src/procgraph/components/debug_components/constant.py
src/procgraph/components/debug_components/gain.py
src/procgraph/components/debug_components/identity.py
src/procgraph/components/debug_components/info.py
src/procgraph/components/debug_components/operations.py
src/procgraph/components/debug_components/printc.py
src/procgraph/core/__init__.py
src/procgraph/core/block.py
src/procgraph/core/block_config.py
src/procgraph/core/block_meta.py
src/procgraph/core/block_sugar.py
src/procgraph/core/constants.py
src/procgraph/core/docstring_parsing.py
src/procgraph/core/exceptions.py
src/procgraph/core/import_magic.py
src/procgraph/core/model.py
src/procgraph/core/model_instantiation.py
src/procgraph/core/model_io.py
src/procgraph/core/model_loader.py
src/procgraph/core/model_stats.py
src/procgraph/core/parsing.py
src/procgraph/core/parsing_elements.py
src/procgraph/core/registrar.py
src/procgraph/core/registrar_other.py
src/procgraph/core/visualization.py
src/procgraph/scripts/__init__.py
src/procgraph/scripts/pgdoc.py
src/procgraph/scripts/pgindex.py
src/procgraph/scripts/pgmain.py
src/procgraph/testing/__init__.py
src/procgraph/testing/test_block_meta.py
src/procgraph/testing/test_config_semantics.py
src/procgraph/testing/test_config_syntax.py
src/procgraph/testing/test_connections.py
src/procgraph/testing/test_delayed_init.py
src/procgraph/testing/test_docstring_parsing.py
src/procgraph/testing/test_dynamicblocks_exec.py
src/procgraph/testing/test_dynamicblocks_parsing.py
src/procgraph/testing/test_import_syntax.py
src/procgraph/testing/test_inputoutput_syntax.py
src/procgraph/testing/test_line_continutations.py
src/procgraph/testing/test_model_input.py
src/procgraph/testing/test_multiple_models.py
src/procgraph/testing/test_multiple_models_params.py
src/procgraph/testing/test_multiple_parsing.py
src/procgraph/testing/test_nested.py
src/procgraph/testing/test_parsing.py
src/procgraph/testing/test_renaming.py
src/procgraph/testing/test_signal_naming.py
src/procgraph/testing/test_some_exceptions.py
src/procgraph/testing/test_substitution.py
src/procgraph/testing/test_values.py
src/procgraph/testing/utils.py
src/procgraph/utils/__init__.py
src/procgraph/utils/calling_ext_program.py
src/procgraph/utils/friendly_paths.py
src/procgraph/utils/inawhile.py
src/procgraph/utils/script_utils.py
src/procgraph/utils/strings.py
src/procgraph_cv/__init__.py
src/procgraph_cv/opencv_utils.py
src/procgraph_foo/__init__.py
src/procgraph_foo/block_dynamic_example.py
src/procgraph_foo/block_multi_example.py
src/procgraph_foo/example0_simplest_block.py
src/procgraph_foo/generator_example.py
src/procgraph_foo/simple_blocks.py
src/procgraph_hdf/__init__.py
src/procgraph_hdf/hdfread.py
src/procgraph_hdf/hdfread_many.py
src/procgraph_hdf/hdfwrite.py
src/procgraph_hdf/tables_cache.py
src/procgraph_images/__init__.py
src/procgraph_images/blend.py
src/procgraph_images/border.py
src/procgraph_images/compose.py
src/procgraph_images/copied_from_reprep.py
src/procgraph_images/crop.py
src/procgraph_images/filters.py
src/procgraph_images/images_from_dir.py
src/procgraph_images/imggrid.py
src/procgraph_images/pad.py
src/procgraph_images/posterize.py
src/procgraph_images/reshape_rect.py
src/procgraph_images/reshape_smart.py
src/procgraph_images/solid.py
src/procgraph_images/alpha/__init__.py
src/procgraph_images/alpha/alpha_add.py
src/procgraph_images/alpha/alpha_average.py
src/procgraph_images/alpha/bg_subtraction.py
src/procgraph_io_misc/__init__.py
src/procgraph_io_misc/json_misc.py
src/procgraph_io_misc/pickling.py
src/procgraph_io_misc/to_file.py
src/procgraph_mpl/__init__.py
src/procgraph_mpl/fanciness.py
src/procgraph_mpl/plot.py
src/procgraph_mpl/plot_anim.py
src/procgraph_mpl/plot_generic.py
src/procgraph_mpl/pylab_to_image.py
src/procgraph_mpl/examples/__init__.py
src/procgraph_mpl/examples/bounce.py
src/procgraph_mplayer/__init__.py
src/procgraph_mplayer/depth_buffer.py
src/procgraph_mplayer/fix_frame_rate.py
src/procgraph_mplayer/mencoder.py
src/procgraph_mplayer/mp4conversion.py
src/procgraph_mplayer/mplayer.py
src/procgraph_mplayer/conversions/__init__.py
src/procgraph_mplayer/conversions/containers.py
src/procgraph_mplayer/conversions/metadata.py
src/procgraph_mplayer/conversions/timestamps.py
src/procgraph_mplayer/conversions/vcodecs.py
src/procgraph_mplayer/conversions/video_convert.py
src/procgraph_mplayer/conversions/video_info.py
src/procgraph_mplayer/scripts/__init__.py
src/procgraph_mplayer/scripts/crop_video.py
src/procgraph_mplayer/scripts/find_background.py
src/procgraph_mplayer/scripts/join_video.py
src/procgraph_mplayer/scripts/tomp4.py
src/procgraph_mplayer/scripts/video_convert.py
src/procgraph_mplayer/scripts/video_info.py
src/procgraph_numpy_ops/__init__.py
src/procgraph_numpy_ops/filters.py
src/procgraph_numpy_ops/gradient1d.py
src/procgraph_numpy_ops/gradient1d_test.py
src/procgraph_numpy_ops/smooth1d.py
src/procgraph_pil/__init__.py
src/procgraph_pil/imread.py
src/procgraph_pil/imwrite.py
src/procgraph_pil/pil_conversions.py
src/procgraph_pil/pil_operations.py
src/procgraph_pil/text.py
src/procgraph_robotics/__init__.py
src/procgraph_robotics/laser_display.py
src/procgraph_robotics/laser_dot_display.py
src/procgraph_robotics/misc.py
src/procgraph_robotics/organic_scale.py
src/procgraph_robotics/pose2velocity.py
src/procgraph_ros/__init__.py
src/procgraph_ros/bag_utils.py
src/procgraph_ros/bagread.py
src/procgraph_ros/bagwrite.py
src/procgraph_ros/conversions.py
src/procgraph_signals/__init__.py
src/procgraph_signals/any.py
src/procgraph_signals/async.py
src/procgraph_signals/derivative.py
src/procgraph_signals/derivative2.py
src/procgraph_signals/extract.py
src/procgraph_signals/fps_data_limit.py
src/procgraph_signals/fps_limit.py
src/procgraph_signals/fps_print.py
src/procgraph_signals/history.py
src/procgraph_signals/historyt.py
src/procgraph_signals/join.py
src/procgraph_signals/last_n_samples.py
src/procgraph_signals/low_pass.py
src/procgraph_signals/make_tuple.py
src/procgraph_signals/sieve.py
src/procgraph_signals/sync.py
src/procgraph_signals/sync_test.py
src/procgraph_signals/time_slice.py
src/procgraph_signals/wait.py
src/procgraph_statistics/__init__.py
src/procgraph_statistics/cov2corr.py
src/procgraph_statistics/covariance.py
src/procgraph_statistics/expectation.py
src/procgraph_statistics/minimum.py
src/procgraph_statistics/variance.py
src/procgraph_yaml/__init__.py
src/procgraph_yaml/object2yaml.py
src/procgraph_yaml/yaml2object.py