:mod:`neuron_morphology.validation.marker_validation` ===================================================== .. py:module:: neuron_morphology.validation.marker_validation Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: neuron_morphology.validation.marker_validation.validate_coordinates_corresponding_to_dendrite_tip neuron_morphology.validation.marker_validation.validate_coordinates_corresponding_to_axon_tip neuron_morphology.validation.marker_validation.validate_expected_name neuron_morphology.validation.marker_validation.validate_type_thirty_count neuron_morphology.validation.marker_validation.validate_no_reconstruction_count neuron_morphology.validation.marker_validation.validate .. function:: validate_coordinates_corresponding_to_dendrite_tip(marker_file, morphology) This function checks whether the coordinates for each dendrite marker corresponds to a tip of a dendrite type in the related morphology .. !! processed by numpydoc !! .. function:: validate_coordinates_corresponding_to_axon_tip(marker_file, morphology) This function checks whether the coordinates for each axon marker corresponds to a tip of a axon type in the related morphology .. !! processed by numpydoc !! .. function:: validate_expected_name(marker_file) This function checks whether the markers have the expected types .. !! processed by numpydoc !! .. function:: validate_type_thirty_count(marker_file) This function checks whether there is exactly one type 30 in the file .. !! processed by numpydoc !! .. function:: validate_no_reconstruction_count(marker_file) This function checks whether there is exactly one type 20 in the file .. !! processed by numpydoc !! .. function:: validate(marker_file, morphology)