MANIFEST.in
README.md
setup.cfg
setup.py
panoptes_aggregation/__init__.py
panoptes_aggregation/append_version.py
panoptes_aggregation/copy_function.py
panoptes_aggregation/csv_utils.py
panoptes_aggregation/feedback_strategies.py
panoptes_aggregation/routes.py
panoptes_aggregation/shape_tools.py
panoptes_aggregation/workflow_config.py
panoptes_aggregation.egg-info/PKG-INFO
panoptes_aggregation.egg-info/SOURCES.txt
panoptes_aggregation.egg-info/dependency_links.txt
panoptes_aggregation.egg-info/entry_points.txt
panoptes_aggregation.egg-info/requires.txt
panoptes_aggregation.egg-info/top_level.txt
panoptes_aggregation/extractors/__init__.py
panoptes_aggregation/extractors/all_tasks_empty_extractor.py
panoptes_aggregation/extractors/dropdown_extractor.py
panoptes_aggregation/extractors/extractor_wrapper.py
panoptes_aggregation/extractors/i2a_extractor.py
panoptes_aggregation/extractors/line_text_extractor.py
panoptes_aggregation/extractors/nfn_extractor.py
panoptes_aggregation/extractors/point_extractor.py
panoptes_aggregation/extractors/point_extractor_by_frame.py
panoptes_aggregation/extractors/poly_line_text_extractor.py
panoptes_aggregation/extractors/question_extractor.py
panoptes_aggregation/extractors/rectangle_extractor.py
panoptes_aggregation/extractors/shape_extractor.py
panoptes_aggregation/extractors/slider_extractor.py
panoptes_aggregation/extractors/subtask_extractor_wrapper.py
panoptes_aggregation/extractors/survey_extractor.py
panoptes_aggregation/extractors/sw_extractor.py
panoptes_aggregation/extractors/sw_graphic_extractor.py
panoptes_aggregation/extractors/sw_variant_extractor.py
panoptes_aggregation/extractors/text_extractor.py
panoptes_aggregation/extractors/tool_wrapper.py
panoptes_aggregation/extractors/utilities.py
panoptes_aggregation/panoptes/__init__.py
panoptes_aggregation/panoptes/userify.py
panoptes_aggregation/reducers/__init__.py
panoptes_aggregation/reducers/dropdown_reducer.py
panoptes_aggregation/reducers/first_n_false_reducer.py
panoptes_aggregation/reducers/first_n_true_reducer.py
panoptes_aggregation/reducers/optics_line_text_reducer.py
panoptes_aggregation/reducers/optics_text_utils.py
panoptes_aggregation/reducers/point_reducer.py
panoptes_aggregation/reducers/point_reducer_dbscan.py
panoptes_aggregation/reducers/point_reducer_hdbscan.py
panoptes_aggregation/reducers/poly_line_text_reducer.py
panoptes_aggregation/reducers/process_kwargs.py
panoptes_aggregation/reducers/question_consensus_reducer.py
panoptes_aggregation/reducers/question_reducer.py
panoptes_aggregation/reducers/rectangle_reducer.py
panoptes_aggregation/reducers/reducer_wrapper.py
panoptes_aggregation/reducers/shape_metric.py
panoptes_aggregation/reducers/shape_metric_IoU.py
panoptes_aggregation/reducers/shape_normalization.py
panoptes_aggregation/reducers/shape_process_data.py
panoptes_aggregation/reducers/shape_reducer_dbscan.py
panoptes_aggregation/reducers/shape_reducer_hdbscan.py
panoptes_aggregation/reducers/shape_reducer_optics.py
panoptes_aggregation/reducers/slider_reducer.py
panoptes_aggregation/reducers/subject_difficulty_reducer.py
panoptes_aggregation/reducers/subtask_reducer_wrapper.py
panoptes_aggregation/reducers/survey_reducer.py
panoptes_aggregation/reducers/sw_variant_reducer.py
panoptes_aggregation/reducers/tess_gold_standard_reducer.py
panoptes_aggregation/reducers/tess_reducer_column.py
panoptes_aggregation/reducers/text_reducer.py
panoptes_aggregation/reducers/text_utils.py
panoptes_aggregation/reducers/utilities.py
panoptes_aggregation/running_reducers/__init__.py
panoptes_aggregation/running_reducers/gravity_spy_subject_reducer.py
panoptes_aggregation/running_reducers/gravity_spy_user_reducer.py
panoptes_aggregation/running_reducers/running_reducer_wrapper.py
panoptes_aggregation/running_reducers/tess_gold_standard_reducer.py
panoptes_aggregation/running_reducers/tess_reducer_column.py
panoptes_aggregation/running_reducers/tess_user_reducer.py
panoptes_aggregation/running_reducers/utilities.py
panoptes_aggregation/scripts/__init__.py
panoptes_aggregation/scripts/aggregation_parser.py
panoptes_aggregation/scripts/config_workflow_panoptes.py
panoptes_aggregation/scripts/extract_panoptes_csv.py
panoptes_aggregation/scripts/gui.py
panoptes_aggregation/scripts/gui_overrides.py
panoptes_aggregation/scripts/no_gooey.py
panoptes_aggregation/scripts/path_type.py
panoptes_aggregation/scripts/reduce_panoptes_csv.py
panoptes_aggregation/scripts/icons/config_icon.png
panoptes_aggregation/scripts/icons/program_icon.ico
panoptes_aggregation/tests/__init__.py
panoptes_aggregation/tests/extractor_tests/__init__.py
panoptes_aggregation/tests/extractor_tests/base_test_class.py
panoptes_aggregation/tests/extractor_tests/test_all_tasks_empty_extractor.py
panoptes_aggregation/tests/extractor_tests/test_dropdown_extractor.py
panoptes_aggregation/tests/extractor_tests/test_dropdown_extractor_v2.py
panoptes_aggregation/tests/extractor_tests/test_i2a_extractor.py
panoptes_aggregation/tests/extractor_tests/test_line_text_extractor.py
panoptes_aggregation/tests/extractor_tests/test_line_text_extractor_v2.py
panoptes_aggregation/tests/extractor_tests/test_nfn_extractor.py
panoptes_aggregation/tests/extractor_tests/test_point_extractor.py
panoptes_aggregation/tests/extractor_tests/test_point_extractor_by_frame.py
panoptes_aggregation/tests/extractor_tests/test_poly_line_text_extractor.py
panoptes_aggregation/tests/extractor_tests/test_poly_line_text_extractor_by_line.py
panoptes_aggregation/tests/extractor_tests/test_question_extractor.py
panoptes_aggregation/tests/extractor_tests/test_rectangle_extractor.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor_circle.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor_column.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor_ellipse.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor_fan.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor_full_height_line.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor_full_width_line.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor_line.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor_point.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor_rectangle.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor_rotate_rectangle.py
panoptes_aggregation/tests/extractor_tests/test_shape_extractor_triangle.py
panoptes_aggregation/tests/extractor_tests/test_slider_extractor.py
panoptes_aggregation/tests/extractor_tests/test_subtask_extractor.py
panoptes_aggregation/tests/extractor_tests/test_subtask_extractor_v2.py
panoptes_aggregation/tests/extractor_tests/test_subtask_extractor_v2_tess.py
panoptes_aggregation/tests/extractor_tests/test_survey_extractor.py
panoptes_aggregation/tests/extractor_tests/test_sw_extractor.py
panoptes_aggregation/tests/extractor_tests/test_sw_graphic_extractor.py
panoptes_aggregation/tests/extractor_tests/test_sw_variant_extractor.py
panoptes_aggregation/tests/extractor_tests/test_text_extractor.py
panoptes_aggregation/tests/panoptes_tests/__init__.py
panoptes_aggregation/tests/panoptes_tests/test_userify.py
panoptes_aggregation/tests/reducer_tests/__init__.py
panoptes_aggregation/tests/reducer_tests/base_test_class.py
panoptes_aggregation/tests/reducer_tests/test_dropdown_reducer.py
panoptes_aggregation/tests/reducer_tests/test_first_n_false_reducer.py
panoptes_aggregation/tests/reducer_tests/test_first_n_true_reducer.py
panoptes_aggregation/tests/reducer_tests/test_optics_line_text_reducer.py
panoptes_aggregation/tests/reducer_tests/test_point_reducer.py
panoptes_aggregation/tests/reducer_tests/test_point_reducer_dbscan.py
panoptes_aggregation/tests/reducer_tests/test_point_reducer_hdbscan.py
panoptes_aggregation/tests/reducer_tests/test_poly_line_text_reducer.py
panoptes_aggregation/tests/reducer_tests/test_process_kwargs.py
panoptes_aggregation/tests/reducer_tests/test_question_consensus_reducer.py
panoptes_aggregation/tests/reducer_tests/test_question_reducer.py
panoptes_aggregation/tests/reducer_tests/test_rectangle_reducer.py
panoptes_aggregation/tests/reducer_tests/test_shape_metric.py
panoptes_aggregation/tests/reducer_tests/test_shape_metric_IoU.py
panoptes_aggregation/tests/reducer_tests/test_shape_normalization.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_circle.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_column.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_ellipse.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_fan.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_full_height_line.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_full_width_line.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_keywords.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_line.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_point.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_rectangle.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_rectangle_IoU.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_rotate_rectangle.py
panoptes_aggregation/tests/reducer_tests/test_shape_reducer_triangle.py
panoptes_aggregation/tests/reducer_tests/test_slider_reducer.py
panoptes_aggregation/tests/reducer_tests/test_subject_difficulty_reducer.py
panoptes_aggregation/tests/reducer_tests/test_subtask_reducer.py
panoptes_aggregation/tests/reducer_tests/test_subtask_reducer_v2.py
panoptes_aggregation/tests/reducer_tests/test_survey_reducer.py
panoptes_aggregation/tests/reducer_tests/test_sw_reducer.py
panoptes_aggregation/tests/reducer_tests/test_sw_reducer_min_samples_1.py
panoptes_aggregation/tests/reducer_tests/test_sw_variant_reducer.py
panoptes_aggregation/tests/reducer_tests/test_tess_gold_standard_reducer.py
panoptes_aggregation/tests/reducer_tests/test_tess_reducer_column.py
panoptes_aggregation/tests/reducer_tests/test_text_reducer.py
panoptes_aggregation/tests/reducer_tests/test_text_subtask_reducer.py
panoptes_aggregation/tests/reducer_tests/test_text_subtask_reducer_v2.py
panoptes_aggregation/tests/router_tests/__init__.py
panoptes_aggregation/tests/router_tests/test_routes.py
panoptes_aggregation/tests/running_reducer_tests/__init__.py
panoptes_aggregation/tests/running_reducer_tests/base_test_class.py
panoptes_aggregation/tests/running_reducer_tests/test_gravity_spy_subject_reducer.py
panoptes_aggregation/tests/running_reducer_tests/test_gravity_spy_user_reducer.py
panoptes_aggregation/tests/running_reducer_tests/test_tess_gold_standard_reducer.py
panoptes_aggregation/tests/running_reducer_tests/test_tess_reducer_column.py
panoptes_aggregation/tests/running_reducer_tests/test_tess_user_reducer.py
panoptes_aggregation/tests/scripts_tests/__init__.py
panoptes_aggregation/tests/scripts_tests/test_aggregation_parser.py
panoptes_aggregation/tests/scripts_tests/test_config_workflow.py
panoptes_aggregation/tests/scripts_tests/test_config_workflow_dropdown.py
panoptes_aggregation/tests/scripts_tests/test_extract_csv.py
panoptes_aggregation/tests/scripts_tests/test_reduce_csv.py
panoptes_aggregation/tests/utility_tests/__init__.py
panoptes_aggregation/tests/utility_tests/test_csv_utils.py
panoptes_aggregation/tests/utility_tests/test_optics_text_utils.py
panoptes_aggregation/tests/utility_tests/test_text_utils.py
panoptes_aggregation/tests/utility_tests/test_workflow_config.py
panoptes_aggregation/tests/utility_tests/test_workflow_config_v2_combo.py
panoptes_aggregation/version/__init__.py