MANIFEST.in
README.md
REQUIREMENTS.txt
setup.py
starfish/__init__.py
starfish/__main__.py
starfish/codebook.py
starfish/errors.py
starfish/intensity_table.py
starfish/munge.py
starfish/stack.py
starfish/starfish.py
starfish/stats.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/experiment/__init__.py
starfish/experiment/builder/__init__.py
starfish/experiment/builder/cli.py
starfish/experiment/builder/imagedata.py
starfish/image/__init__.py
starfish/image/_filter/__init__.py
starfish/image/_filter/_base.py
starfish/image/_filter/bandpass.py
starfish/image/_filter/clip.py
starfish/image/_filter/gaussian_high_pass.py
starfish/image/_filter/gaussian_low_pass.py
starfish/image/_filter/mean_high_pass.py
starfish/image/_filter/richardson_lucy_deconvolution.py
starfish/image/_filter/scale_by_percentile.py
starfish/image/_filter/util.py
starfish/image/_filter/white_tophat.py
starfish/image/_filter/zero_by_channel_magnitude.py
starfish/image/_registration/__init__.py
starfish/image/_registration/_base.py
starfish/image/_registration/fourier_shift.py
starfish/image/_segmentation/__init__.py
starfish/image/_segmentation/_base.py
starfish/image/_segmentation/watershed.py
starfish/pipeline/__init__.py
starfish/pipeline/algorithmbase.py
starfish/pipeline/pipelinecomponent.py
starfish/plot/__init__.py
starfish/plot/copy_number_comparison.py
starfish/plot/decoded_spots.py
starfish/plot/histogram.py
starfish/plot/style.py
starfish/plot/util.py
starfish/spots/__init__.py
starfish/spots/_decoder/__init__.py
starfish/spots/_decoder/_base.py
starfish/spots/_decoder/per_round_max_channel_decoder.py
starfish/spots/_detector/__init__.py
starfish/spots/_detector/_base.py
starfish/spots/_detector/combine_adjacent_features.py
starfish/spots/_detector/detect.py
starfish/spots/_detector/gaussian.py
starfish/spots/_detector/local_max_peak_finder.py
starfish/spots/_detector/pixel_spot_detector.py
starfish/spots/_target_assignment/__init__.py
starfish/spots/_target_assignment/_base.py
starfish/spots/_target_assignment/point_in_poly.py
starfish/test/__init__.py
starfish/test/dataset_fixtures.py
starfish/test/test_stack_intensity_table_reshaping.py
starfish/test/test_synthetic_data.py
starfish/test/test_version.py
starfish/test/codebook/__init__.py
starfish/test/codebook/test_approximate_nearest_code.py
starfish/test/codebook/test_code_length.py
starfish/test/codebook/test_from_code_array.py
starfish/test/codebook/test_from_json.py
starfish/test/codebook/test_metric_decode.py
starfish/test/codebook/test_per_round_max_decode.py
starfish/test/codebook/test_synthetic_one_hot_codebook.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_merfish.py
starfish/test/full_pipelines/cli/__init__.py
starfish/test/full_pipelines/cli/test_iss.py
starfish/test/full_pipelines/cli/test_profiler.py
starfish/test/full_pipelines/cli/test_validate.py
starfish/test/image/__init__.py
starfish/test/image/test_apply.py
starfish/test/image/test_imagestack.py
starfish/test/image/test_imagestack_metadata.py
starfish/test/image/test_slicedimage_dtype.py
starfish/test/intensity_table/__init__.py
starfish/test/intensity_table/test_empty_intensity_table.py
starfish/test/intensity_table/test_from_imagestack.py
starfish/test/intensity_table/test_from_spot_data.py
starfish/test/intensity_table/test_intensity_table_serialization.py
starfish/test/intensity_table/test_synthetic_intensities.py
starfish/test/pipeline/__init__.py
starfish/test/pipeline/test_filter.py
starfish/test/pipeline/test_white_tophat.py
starfish/test/spots/__init__.py
starfish/test/spots/detector/__init__.py
starfish/test/spots/detector/test_spot_detection.py
starfish/test/spots/detector/pixel_spot_detector/__init__.py
starfish/test/spots/detector/pixel_spot_detector/combine_adjacent_features/__init__.py
starfish/test/spots/detector/pixel_spot_detector/combine_adjacent_features/test_calculate_mean_pixel_traces.py
starfish/test/spots/detector/pixel_spot_detector/combine_adjacent_features/test_create_spot_attributes.py
starfish/test/spots/detector/pixel_spot_detector/combine_adjacent_features/test_intensities_to_decoded_image.py
starfish/test/spots/detector/pixel_spot_detector/combine_adjacent_features/test_targets_map.py
starfish/test/spots/target_assignment/__init__.py
starfish/test/spots/target_assignment/test_point_in_poly_2d.py
starfish/test/spots/util/__init__.py
starfish/test/spots/util/test_normalize_code_traces.py
starfish/types/__init__.py
starfish/types/_constants.py
starfish/types/_spot_attributes.py
starfish/types/_validated_table.py
starfish/util/__init__.py
starfish/util/argparse.py
starfish/util/clock.py
starfish/util/exec.py
starfish/util/synthesize.py
validate_sptx/__init__.py
validate_sptx/cli.py
validate_sptx/test_codebook.py
validate_sptx/test_experiment.py
validate_sptx/test_field_of_view.py
validate_sptx/test_fov_manifest.py
validate_sptx/test_fuzz.py
validate_sptx/util.py
validate_sptx/validate_sptx.py
validate_sptx/examples/codebook/codebook.json
validate_sptx/examples/codebook/codebook_diagonal.json
validate_sptx/examples/codebook/codebook_diagonal_inferred_value.json
validate_sptx/examples/experiment/dartfish_experiment.json
validate_sptx/examples/experiment/experiment.json
validate_sptx/examples/field_of_view/dartfish_field_of_view.json
validate_sptx/examples/field_of_view/dartfish_nuclei.json
validate_sptx/examples/field_of_view/field_of_view.json
validate_sptx/examples/fov_manifest/fov_manifest.json
validate_sptx/schema/experiment.json
validate_sptx/schema/extras.json
validate_sptx/schema/fov_manifest.json
validate_sptx/schema/version.json
validate_sptx/schema/codebook/codebook.json
validate_sptx/schema/codebook/codeword.json
validate_sptx/schema/field_of_view/field_of_view.json
validate_sptx/schema/field_of_view/tiles/coordinates.json
validate_sptx/schema/field_of_view/tiles/indices.json
validate_sptx/schema/field_of_view/tiles/tiles.json