hyperspy.tests package¶
Subpackages¶
- hyperspy.tests.axes package
- hyperspy.tests.component package
- hyperspy.tests.datasets package
- hyperspy.tests.drawing package
- Submodules
- hyperspy.tests.drawing.test_figure_title module
- hyperspy.tests.drawing.test_mpl_testing_setup module
- hyperspy.tests.drawing.test_plot_markers module
- hyperspy.tests.drawing.test_plot_model module
- hyperspy.tests.drawing.test_plot_mva module
- hyperspy.tests.drawing.test_plot_signal module
- hyperspy.tests.drawing.test_plot_signal1d module
- hyperspy.tests.drawing.test_plot_signal2d module
- hyperspy.tests.drawing.test_plot_widgets module
- hyperspy.tests.drawing.test_utils module
- Module contents
- hyperspy.tests.io package
- Submodules
- hyperspy.tests.io.generate_dm_testing_files module
- hyperspy.tests.io.test_bcf module
- hyperspy.tests.io.test_blockfile module
- hyperspy.tests.io.test_dens module
- hyperspy.tests.io.test_dm3 module
- hyperspy.tests.io.test_dm_stackbuilder_plugin module
- hyperspy.tests.io.test_edax module
- hyperspy.tests.io.test_emd module
- hyperspy.tests.io.test_fei module
- hyperspy.tests.io.test_hdf5 module
- hyperspy.tests.io.test_io module
- hyperspy.tests.io.test_msa module
- hyperspy.tests.io.test_protochips module
- hyperspy.tests.io.test_ripple module
- hyperspy.tests.io.test_semper_unf module
- hyperspy.tests.io.test_tiff module
- Module contents
- hyperspy.tests.misc package
- Submodules
- hyperspy.tests.misc.test_arraytools module
- hyperspy.tests.misc.test_date_time_tools module
- hyperspy.tests.misc.test_image_tools module
- hyperspy.tests.misc.test_math_tools module
- hyperspy.tests.misc.test_rgbtools module
- hyperspy.tests.misc.test_test_utils module
- hyperspy.tests.misc.test_utils module
- Module contents
- hyperspy.tests.model package
- Submodules
- hyperspy.tests.model.test_chi_squared module
- hyperspy.tests.model.test_component module
- hyperspy.tests.model.test_components module
- hyperspy.tests.model.test_components2D module
- hyperspy.tests.model.test_edsmodel module
- hyperspy.tests.model.test_eelsmodel module
- hyperspy.tests.model.test_fancy_indexing module
- hyperspy.tests.model.test_fit_component module
- hyperspy.tests.model.test_model module
- hyperspy.tests.model.test_model_as_dictionary module
- hyperspy.tests.model.test_model_selection_criteria module
- hyperspy.tests.model.test_model_storing module
- hyperspy.tests.model.test_parameter module
- hyperspy.tests.model.test_set_parameter_state module
- hyperspy.tests.model.test_set_parameter_value module
- Module contents
- hyperspy.tests.mva package
- hyperspy.tests.samfire package
- Submodules
- hyperspy.tests.samfire.test_goodness_of_fit_tests module
- hyperspy.tests.samfire.test_histogram_segmenter module
- hyperspy.tests.samfire.test_red_chisq_weight module
- hyperspy.tests.samfire.test_samfire module
- hyperspy.tests.samfire.test_strategy module
- hyperspy.tests.samfire.test_strategy_list module
- hyperspy.tests.samfire.test_utils module
- Module contents
- hyperspy.tests.signal package
- Submodules
- hyperspy.tests.signal.test_1D_tools module
- hyperspy.tests.signal.test_2D_tools module
- hyperspy.tests.signal.test_assign_subclass module
- hyperspy.tests.signal.test_binned module
- hyperspy.tests.signal.test_complex_signal module
- hyperspy.tests.signal.test_complex_signal2d module
- hyperspy.tests.signal.test_eds_sem module
- hyperspy.tests.signal.test_eds_tem module
- hyperspy.tests.signal.test_eels module
- hyperspy.tests.signal.test_fancy_indexing module
- hyperspy.tests.signal.test_find_peaks1D_ohaver module
- hyperspy.tests.signal.test_folding module
- hyperspy.tests.signal.test_hologram_image module
- hyperspy.tests.signal.test_image module
- hyperspy.tests.signal.test_inheritance module
- hyperspy.tests.signal.test_kramers_kronig_transform module
- hyperspy.tests.signal.test_lazy module
- hyperspy.tests.signal.test_map_method module
- hyperspy.tests.signal.test_remove_background module
- hyperspy.tests.signal.test_rgb module
- hyperspy.tests.signal.test_signal_operators module
- hyperspy.tests.signal.test_signal_subclass_conversion module
- hyperspy.tests.signal.test_spectrum module
- hyperspy.tests.signal.test_tools module
- Module contents
- hyperspy.tests.utils package
Submodules¶
hyperspy.tests.test_dictionary_tree_browser module¶
hyperspy.tests.test_events module¶
-
class
hyperspy.tests.test_events.EventsBase¶ Bases:
object-
on_trigger(**kwargs)¶
-
on_trigger2(**kwargs)¶
-
trigger_check(trigger, should_trigger, **kwargs)¶
-
trigger_check2(trigger, should_trigger, **kwargs)¶
-
-
class
hyperspy.tests.test_events.TestEventsSignatures¶ Bases:
hyperspy.tests.test_events.EventsBase-
setup_method(method)¶
-
test_connected_and_disconnect()¶
-
test_trigger_kwarg_validity()¶
-
test_type()¶
-
-
class
hyperspy.tests.test_events.TestEventsSuppression¶ Bases:
hyperspy.tests.test_events.EventsBase-
setup_method(method)¶
-
test_exception_event()¶
-
test_exception_events()¶
-
test_exception_nested()¶
-
test_exception_single()¶
-
test_simple_suppression()¶
-
test_suppresion_nesting()¶
-
test_suppress_wrong()¶
-
test_suppression_restore()¶
-
test_suppression_single()¶
-
test_suppressor_add_args()¶
-
test_suppressor_all_callback_in_events()¶
-
test_suppressor_init_args()¶
-
-
class
hyperspy.tests.test_events.TestTriggerArgResolution¶ Bases:
hyperspy.tests.test_events.EventsBase-
setup_method(method)¶
-
test_all_kwargs_resolution()¶
-
test_already_connected()¶
-
test_arguments()¶
-
test_deepcopy()¶
-
test_not_connected()¶
-
test_some_kwargs_resolution()¶
-
test_wrong_default_order()¶
-
test_wrong_kwarg_name()¶
-
-
hyperspy.tests.test_events.f_a(**kwargs)¶
-
hyperspy.tests.test_events.f_b(**kwargs)¶
-
hyperspy.tests.test_events.f_c(**kwargs)¶
-
hyperspy.tests.test_events.f_d(a, b, c)¶
-
hyperspy.tests.test_events.test_events_container_magic_attributes()¶
hyperspy.tests.test_interactive module¶
-
class
hyperspy.tests.test_interactive.TestInteractive¶ Bases:
object-
setup_method(method)¶
-
test_chained_interactive()¶
-
test_interactive_sum()¶
-
test_interactive_sum_auto_event()¶
-
test_interactive_sum_no_out()¶
-
test_recompute()¶
-
test_recompute_auto_recompute()¶
-
test_two_recompute_events()¶
-
test_two_update_events()¶
-