.bumpversion.cfg
.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE.txt
MANIFEST.in
Makefile
README.txt
procgraph_packages.py
pypackage.mk
requirements.txt
setup.py
.circleci/config.yml
docs/.gitignore
docs/Makefile
docs/TODO.txt
docs/docs.mk
docs/epydoc.cfg
docs/examples.rst
docs/gitadd.zsh
docs/sphinxtogithub.py
docs/source/.gitignore
docs/source/api.rst
docs/source/conf.py
docs/source/definitions.txt
docs/source/download.html
docs/source/faq.rst
docs/source/fork.html
docs/source/index.rst
docs/source/install.rst
docs/source/library.rst
docs/source/nodes.rst
docs/source/packaging.rst
docs/source/pgdoc.inc
docs/source/plots.rst
docs/source/running.rst
docs/source/why.rst
docs/source/writing_a_block.rst
docs/source/writing_blocks_classes.rst
docs/source/writing_blocks_models.rst
docs/source/writing_blocks_simple.rst
docs/source/writing_generators.rst
docs/source/my_static/procgraph.css
docs/source/my_templates/layout.html
docs/source/tutorial/.gitignore
docs/source/tutorial/coastguard.mp4
docs/source/tutorial/index.rst
docs/source/tutorial/run_all.sh
docs/source/tutorial/tutorial00.txt
docs/source/tutorial/tutorial00_basics.pg
docs/source/tutorial/tutorial01.txt
docs/source/tutorial/tutorial01_signals.pg
docs/source/tutorial/tutorial02.txt
docs/source/tutorial/tutorial02_sync.pg
docs/source/tutorial/tutorial03.txt
docs/source/tutorial/tutorial03_config.pg
docs/source/tutorial/tutorial04.txt
docs/source/tutorial/tutorial04_models.pg
docs/source/tutorial/tutorial05.txt
docs/source/tutorial/tutorial05_config_advanced.pg
docs/source/tutorial/tutorial06.txt
docs/source/tutorial/tutorial06_signals_advanced.pg
docs/source/tutorial/tutorial07.txt
docs/source/tutorial/tutorial07_blocks.py
docs/source/tutorial/tutorial07_simple_blocks.pg
docs/source/tutorial/tutorial08.txt
docs/source/tutorial/tutorial08_blocks.py
docs/source/tutorial/tutorial08_simple_blocks_conf.pg
docs/source/tutorial/tutorial09.txt
docs/source/tutorial/tutorial09_best_practices.pg
docs/source/tutorial/tutorial09_blocks.py
docs/source/tutorial/tutorial10.txt
docs/source/tutorial/tutorial10_blocks.py
docs/source/tutorial/tutorial10_stateful_blocks.pg
notebooks/API.ipynb
notebooks/.ipynb_checkpoints/API-checkpoint.ipynb
src/.gitignore
src/procgraph/__init__.py
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/debug_pickler.py
src/procgraph/utils/friendly_paths.py
src/procgraph/utils/inawhile.py
src/procgraph/utils/levenshtein_match.py
src/procgraph/utils/not_found.py
src/procgraph/utils/safe_pickle.py
src/procgraph/utils/safe_write.py
src/procgraph/utils/script_utils.py
src/procgraph/utils/strings.py
src/procgraph_cv/__init__.py
src/procgraph_cv/conversions.py
src/procgraph_cv/cv_capture.py
src/procgraph_cv/cv_display.py
src/procgraph_cv/detection.py
src/procgraph_cv/opencv_utils.py
src/procgraph_cv/models/cv_capture_demo.pg
src/procgraph_cv/models/cv_demo_feature.pg
src/procgraph_cv/models/cv_demo_feature_orb.pg
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/models/hdfread_many_test.pg
src/procgraph_hdf/models/hdfread_test.pg
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_imp.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_mpl/models/test_mpl_animation.pg
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/programs_existence.py
src/procgraph_mplayer/quick_animation.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/conversions_test/conversions_test.pg
src/procgraph_mplayer/models/video_average.pg
src/procgraph_mplayer/models/video_bg.pg
src/procgraph_mplayer/models/video_bg_depth.pg
src/procgraph_mplayer/models/video_motion_profile.pg
src/procgraph_mplayer/models/video_variance.bg
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_mplayer/video_frames_fix/README.txt
src/procgraph_mplayer/video_frames_fix/jitter.py
src/procgraph_mplayer/video_frames_fix/jitter_test.pg
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_imp.py
src/procgraph_pil/imwrite_imp.py
src/procgraph_pil/pil_conversions.py
src/procgraph_pil/pil_format_paragraph.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_robotics/pose2velocity_b.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_ros/models/bag2mp4.pg
src/procgraph_ros/models/bag2mp4_fixfps.pg
src/procgraph_ros/models/bag2mp4_fixfps_limit.pg
src/procgraph_ros/models/bagread_test.pg
src/procgraph_signals/__init__.py
src/procgraph_signals/all_ready.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/retime.py
src/procgraph_signals/sieve.py
src/procgraph_signals/sync.py
src/procgraph_signals/sync2.py.old
src/procgraph_signals/sync_test.py
src/procgraph_signals/time_slice.py
src/procgraph_signals/wait.py
src/procgraph_signals/wait_sec.py
src/procgraph_statistics/__init__.py
src/procgraph_statistics/cov2corr.py
src/procgraph_statistics/covariance.py
src/procgraph_statistics/covariance2.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
src/procgraph_z6.egg-info/PKG-INFO
src/procgraph_z6.egg-info/SOURCES.txt
src/procgraph_z6.egg-info/dependency_links.txt
src/procgraph_z6.egg-info/entry_points.txt
src/procgraph_z6.egg-info/not-zip-safe
src/procgraph_z6.egg-info/requires.txt
src/procgraph_z6.egg-info/top_level.txt
tests/sync/go.sh
tests/sync/log0.h5
tests/sync/log1.h5
tests/sync/sync_test1.pg
tests/sync/sync_test2.pg