MANIFEST.in
README.rst
REQUIREMENTS.txt
setup.cfg
setup.py
versioneer.py
starfish/REQUIREMENTS-STRICT.txt
starfish/__init__.py
starfish/__main__.py
starfish/config.py
starfish/data.py
starfish/image.py
starfish/spots.py
starfish/types.py
starfish.egg-info/PKG-INFO
starfish.egg-info/SOURCES.txt
starfish.egg-info/dependency_links.txt
starfish.egg-info/entry_points.txt
starfish.egg-info/requires.txt
starfish.egg-info/top_level.txt
starfish/core/__init__.py
starfish/core/_display.py
starfish/core/_version.py
starfish/core/compat.py
starfish/core/errors.py
starfish/core/segmentation_mask.py
starfish/core/starfish.py
starfish/core/codebook/__init__.py
starfish/core/codebook/_format.py
starfish/core/codebook/codebook.py
starfish/core/codebook/test/__init__.py
starfish/core/codebook/test/factories.py
starfish/core/codebook/test/test_approximate_nearest_code.py
starfish/core/codebook/test/test_code_length.py
starfish/core/codebook/test/test_from_code_array.py
starfish/core/codebook/test/test_metric_decode.py
starfish/core/codebook/test/test_normalize_code_traces.py
starfish/core/codebook/test/test_per_round_max_decode.py
starfish/core/codebook/test/test_synthetic_one_hot_codebook.py
starfish/core/config/__init__.py
starfish/core/config/test/__init__.py
starfish/core/config/test/test_config.py
starfish/core/experiment/__init__.py
starfish/core/experiment/experiment.py
starfish/core/experiment/version.py
starfish/core/experiment/builder/__init__.py
starfish/core/experiment/builder/cli.py
starfish/core/experiment/builder/defaultproviders.py
starfish/core/experiment/builder/inplace.py
starfish/core/experiment/builder/orderediterator.py
starfish/core/experiment/builder/providers.py
starfish/core/experiment/builder/test/__init__.py
starfish/core/experiment/builder/test/inplace_script.py
starfish/core/experiment/builder/test/test_build.py
starfish/core/experiment/builder/test/test_inplace.py
starfish/core/experiment/builder/test/test_orderediterator.py
starfish/core/experiment/builder/test/factories/__init__.py
starfish/core/experiment/builder/test/factories/all_purpose.py
starfish/core/experiment/builder/test/factories/unique_tiles.py
starfish/core/experiment/test/__init__.py
starfish/core/experiment/test/test_experiment.py
starfish/core/experiment/test/test_version.py
starfish/core/expression_matrix/__init__.py
starfish/core/expression_matrix/concatenate.py
starfish/core/expression_matrix/expression_matrix.py
starfish/core/expression_matrix/test/__init__.py
starfish/core/expression_matrix/test/test_concatenate.py
starfish/core/expression_matrix/test/test_serialization.py
starfish/core/image/__init__.py
starfish/core/image/_filter/__init__.py
starfish/core/image/_filter/_base.py
starfish/core/image/_filter/bandpass.py
starfish/core/image/_filter/call_bases.py
starfish/core/image/_filter/clip.py
starfish/core/image/_filter/clip_percentile_to_zero.py
starfish/core/image/_filter/clip_value_to_zero.py
starfish/core/image/_filter/element_wise_mult.py
starfish/core/image/_filter/gaussian_high_pass.py
starfish/core/image/_filter/gaussian_low_pass.py
starfish/core/image/_filter/laplace.py
starfish/core/image/_filter/linear_unmixing.py
starfish/core/image/_filter/match_histograms.py
starfish/core/image/_filter/max_proj.py
starfish/core/image/_filter/mean_high_pass.py
starfish/core/image/_filter/reduce.py
starfish/core/image/_filter/richardson_lucy_deconvolution.py
starfish/core/image/_filter/util.py
starfish/core/image/_filter/white_tophat.py
starfish/core/image/_filter/zero_by_channel_magnitude.py
starfish/core/image/_filter/test/__init__.py
starfish/core/image/_filter/test/test_api_contract.py
starfish/core/image/_filter/test/test_call_bases.py
starfish/core/image/_filter/test/test_filter.py
starfish/core/image/_filter/test/test_histogram_matching.py
starfish/core/image/_filter/test/test_linear_unmixing.py
starfish/core/image/_filter/test/test_reduce.py
starfish/core/image/_filter/test/test_white_tophat.py
starfish/core/image/_filter/test/test_zero_by_channel_magnitude.py
starfish/core/image/_registration/__init__.py
starfish/core/image/_registration/transforms_list.py
starfish/core/image/_registration/_apply_transform/__init__.py
starfish/core/image/_registration/_apply_transform/_base.py
starfish/core/image/_registration/_apply_transform/warp.py
starfish/core/image/_registration/_apply_transform/test/__init__.py
starfish/core/image/_registration/_apply_transform/test/test_warp.py
starfish/core/image/_registration/_learn_transform/__init__.py
starfish/core/image/_registration/_learn_transform/_base.py
starfish/core/image/_registration/_learn_transform/translation.py
starfish/core/image/_registration/_learn_transform/test/__init__.py
starfish/core/image/_registration/_learn_transform/test/test_translation.py
starfish/core/image/_registration/test/__init__.py
starfish/core/image/_registration/test/test_transforms_list.py
starfish/core/image/_segment/__init__.py
starfish/core/image/_segment/_base.py
starfish/core/image/_segment/watershed.py
starfish/core/imagestack/__init__.py
starfish/core/imagestack/_mp_dataarray.py
starfish/core/imagestack/dataorder.py
starfish/core/imagestack/imagestack.py
starfish/core/imagestack/indexing_utils.py
starfish/core/imagestack/physical_coordinates.py
starfish/core/imagestack/parser/__init__.py
starfish/core/imagestack/parser/_key.py
starfish/core/imagestack/parser/_tiledata.py
starfish/core/imagestack/parser/crop.py
starfish/core/imagestack/parser/numpy/__init__.py
starfish/core/imagestack/parser/tileset/__init__.py
starfish/core/imagestack/parser/tileset/_parser.py
starfish/core/imagestack/test/__init__.py
starfish/core/imagestack/test/imagestack_test_utils.py
starfish/core/imagestack/test/test_apply.py
starfish/core/imagestack/test/test_coordinates.py
starfish/core/imagestack/test/test_cropped_load.py
starfish/core/imagestack/test/test_export.py
starfish/core/imagestack/test/test_from_numpy_array.py
starfish/core/imagestack/test/test_index.py
starfish/core/imagestack/test/test_labeled_indices.py
starfish/core/imagestack/test/test_max_proj.py
starfish/core/imagestack/test/test_metadata.py
starfish/core/imagestack/test/test_physical_coordinate_calculator.py
starfish/core/imagestack/test/test_slice_ops.py
starfish/core/imagestack/test/test_slicedimage_dtype.py
starfish/core/imagestack/test/factories/__init__.py
starfish/core/imagestack/test/factories/all_purpose.py
starfish/core/imagestack/test/factories/from_codebook.py
starfish/core/imagestack/test/factories/synthetic_stack.py
starfish/core/imagestack/test/factories/unique_tiles.py
starfish/core/imagestack/test/factories/with_coords.py
starfish/core/intensity_table/__init__.py
starfish/core/intensity_table/concatenate.py
starfish/core/intensity_table/intensity_table.py
starfish/core/intensity_table/intensity_table_coordinates.py
starfish/core/intensity_table/overlap.py
starfish/core/intensity_table/test/__init__.py
starfish/core/intensity_table/test/factories.py
starfish/core/intensity_table/test/test_concatenate.py
starfish/core/intensity_table/test/test_empty_intensity_table.py
starfish/core/intensity_table/test/test_from_imagestack.py
starfish/core/intensity_table/test/test_from_spot_data.py
starfish/core/intensity_table/test/test_intensity_table_coords.py
starfish/core/intensity_table/test/test_intensity_table_serialization.py
starfish/core/intensity_table/test/test_overlap.py
starfish/core/intensity_table/test/test_stack_intensity_table_reshaping.py
starfish/core/intensity_table/test/test_synthetic_intensities.py
starfish/core/intensity_table/test/test_to_mermaid.py
starfish/core/multiprocessing/__init__.py
starfish/core/multiprocessing/pool.py
starfish/core/multiprocessing/shmem.py
starfish/core/multiprocessing/test/__init__.py
starfish/core/multiprocessing/test/test_multiprocessing.py
starfish/core/pipeline/__init__.py
starfish/core/pipeline/algorithmbase.py
starfish/core/pipeline/pipelinecomponent.py
starfish/core/recipe/__init__.py
starfish/core/recipe/cli.py
starfish/core/recipe/errors.py
starfish/core/recipe/filesystem.py
starfish/core/recipe/recipe.py
starfish/core/recipe/runnable.py
starfish/core/recipe/test/__init__.py
starfish/core/recipe/test/fakefilter.py
starfish/core/recipe/test/test_recipe.py
starfish/core/recipe/test/test_runnable.py
starfish/core/spacetx_format/__init__.py
starfish/core/spacetx_format/cli.py
starfish/core/spacetx_format/test_codebook.py
starfish/core/spacetx_format/test_coordinates.py
starfish/core/spacetx_format/test_experiment.py
starfish/core/spacetx_format/test_field_of_view.py
starfish/core/spacetx_format/test_fov_manifest.py
starfish/core/spacetx_format/test_fuzz.py
starfish/core/spacetx_format/util.py
starfish/core/spacetx_format/validate_sptx.py
starfish/core/spots/__init__.py
starfish/core/spots/_assign_targets/__init__.py
starfish/core/spots/_assign_targets/_base.py
starfish/core/spots/_assign_targets/label.py
starfish/core/spots/_decode/__init__.py
starfish/core/spots/_decode/_base.py
starfish/core/spots/_decode/metric_decoder.py
starfish/core/spots/_decode/per_round_max_channel_decoder.py
starfish/core/spots/_decode/test/__init__.py
starfish/core/spots/_decode/test/test_decoding_without_spots.py
starfish/core/spots/_detect_pixels/__init__.py
starfish/core/spots/_detect_pixels/_base.py
starfish/core/spots/_detect_pixels/combine_adjacent_features.py
starfish/core/spots/_detect_pixels/pixel_spot_decoder.py
starfish/core/spots/_detect_pixels/test/__init__.py
starfish/core/spots/_detect_pixels/test/test_calculate_mean_pixel_traces.py
starfish/core/spots/_detect_pixels/test/test_create_spot_attributes.py
starfish/core/spots/_detect_pixels/test/test_intensities_to_decoded_image.py
starfish/core/spots/_detect_pixels/test/test_targets_map.py
starfish/core/spots/_detect_spots/__init__.py
starfish/core/spots/_detect_spots/_base.py
starfish/core/spots/_detect_spots/blob.py
starfish/core/spots/_detect_spots/detect.py
starfish/core/spots/_detect_spots/local_max_peak_finder.py
starfish/core/spots/_detect_spots/local_search_blob_detector.py
starfish/core/spots/_detect_spots/trackpy_local_max_peak_finder.py
starfish/core/spots/_detect_spots/test/__init__.py
starfish/core/spots/_detect_spots/test/test_local_search_blob_detector.py
starfish/core/spots/_detect_spots/test/test_spot_detection.py
starfish/core/spots/_detect_spots/test/test_synthetic_data.py
starfish/core/test/__init__.py
starfish/core/test/factories.py
starfish/core/test/test_profiler.py
starfish/core/test/test_segmentation_mask.py
starfish/core/test/test_synthetic_spot_creation.py
starfish/core/types/__init__.py
starfish/core/types/_constants.py
starfish/core/types/_decoded_spots.py
starfish/core/types/_spot_attributes.py
starfish/core/types/_validated_table.py
starfish/core/types/test/__init__.py
starfish/core/types/test/test_decoded_spots.py
starfish/core/util/__init__.py
starfish/core/util/argparse.py
starfish/core/util/clock.py
starfish/core/util/config.py
starfish/core/util/dtype.py
starfish/core/util/enum.py
starfish/core/util/exec.py
starfish/core/util/logging.py
starfish/core/util/try_import.py
starfish/core/util/click/__init__.py
starfish/core/util/click/indirectparams.py
starfish/core/util/indirectfile/__init__.py
starfish/core/util/indirectfile/_base.py
starfish/core/util/indirectfile/_codebook.py
starfish/core/util/indirectfile/_imagestack.py
starfish/experiment/__init__.py
starfish/experiment/builder.py
starfish/spacetx_format/examples/codebook/codebook.json
starfish/spacetx_format/examples/codebook/codebook_diagonal.json
starfish/spacetx_format/examples/codebook/codebook_diagonal_inferred_value.json
starfish/spacetx_format/examples/experiment/dartfish_experiment.json
starfish/spacetx_format/examples/experiment/experiment.json
starfish/spacetx_format/examples/experiment/no_fov_manifest.json
starfish/spacetx_format/examples/field_of_view/coordinates_bad_x_scalar.json
starfish/spacetx_format/examples/field_of_view/coordinates_bad_x_single.json
starfish/spacetx_format/examples/field_of_view/coordinates_bad_y_scalar.json
starfish/spacetx_format/examples/field_of_view/coordinates_bad_y_single.json
starfish/spacetx_format/examples/field_of_view/coordinates_bad_z_single.json
starfish/spacetx_format/examples/field_of_view/coordinates_bad_z_triple.json
starfish/spacetx_format/examples/field_of_view/coordinates_good_max.json
starfish/spacetx_format/examples/field_of_view/coordinates_good_min.json
starfish/spacetx_format/examples/field_of_view/dartfish_field_of_view.json
starfish/spacetx_format/examples/field_of_view/dartfish_nuclei.json
starfish/spacetx_format/examples/field_of_view/field_of_view.json
starfish/spacetx_format/examples/field_of_view/too_large.json
starfish/spacetx_format/examples/fov_manifest/fov_manifest.json
starfish/spacetx_format/schema/experiment_4.0.0.json
starfish/spacetx_format/schema/experiment_5.0.0.json
starfish/spacetx_format/schema/extras.json
starfish/spacetx_format/schema/fov_manifest_0.0.0.json
starfish/spacetx_format/schema/fov_manifest_0.1.0.json
starfish/spacetx_format/schema/version.json
starfish/spacetx_format/schema/codebook_0.0.0/codebook.json
starfish/spacetx_format/schema/codebook_0.0.0/codeword.json
starfish/spacetx_format/schema/field_of_view_0.0.0/field_of_view.json
starfish/spacetx_format/schema/field_of_view_0.0.0/tiles/coordinates.json
starfish/spacetx_format/schema/field_of_view_0.0.0/tiles/indices.json
starfish/spacetx_format/schema/field_of_view_0.0.0/tiles/tiles.json
starfish/spacetx_format/schema/field_of_view_0.1.0/field_of_view.json
starfish/spacetx_format/schema/field_of_view_0.1.0/tiles/coordinates.json
starfish/spacetx_format/schema/field_of_view_0.1.0/tiles/indices.json
starfish/spacetx_format/schema/field_of_view_0.1.0/tiles/tiles.json
starfish/test/__init__.py
starfish/test/full_pipelines/__init__.py
starfish/test/full_pipelines/api/__init__.py
starfish/test/full_pipelines/api/test_allen_smFISH.py
starfish/test/full_pipelines/api/test_dartfish.py
starfish/test/full_pipelines/api/test_iss_api.py
starfish/test/full_pipelines/api/test_iss_doc_pipeline.py
starfish/test/full_pipelines/api/test_merfish.py
starfish/test/full_pipelines/cli/__init__.py
starfish/test/full_pipelines/cli/_base_cli_test.py
starfish/test/full_pipelines/cli/test_allen_smFISH_cli.py
starfish/test/full_pipelines/cli/test_dartfish_cli.py
starfish/test/full_pipelines/cli/test_iss.py
starfish/test/full_pipelines/cli/test_merfish_cli.py
starfish/test/full_pipelines/recipe/__init__.py
starfish/test/full_pipelines/recipe/_base_recipe_test.py
starfish/test/full_pipelines/recipe/test_iss.py
starfish/util/__init__.py
starfish/util/plot.py