catalog(wcs)
|
A catalog fixture that returns an empty table with the expected columns. |
data()
|
|
setup()
|
Subclasses MUST define image_widget_class -- doing so as a class variable does the trick. |
test_adding_catalog_as_world(data, wcs)
|
|
test_all_methods_accept_additional_kwargs(...)
|
Make sure all methods accept additional keyword arguments that are not defined in the protocol. |
test_catalog_has_style_after_loading(catalog)
|
|
test_catalog_info_preserved_after_load(catalog)
|
|
test_cuts(data)
|
|
test_every_method_attribute_has_docstring()
|
Check that every method and attribute in the protocol has a docstring. |
test_get_catalog_style_with_multiple_labels_raises_error(catalog)
|
|
test_get_image(data)
|
|
test_get_viewport_no_sky_or_pixel(data, wcs, ...)
|
|
test_get_viewport_sky_or_pixel(data, wcs)
|
|
test_get_viewport_with_wcs_set_pixel_or_world(...)
|
|
test_image_labels(data)
|
|
test_load(data, tmp_path, load_type)
|
|
test_load_catalog_does_not_modify_input_catalog(catalog)
|
|
test_load_catalog_multiple_same_label(catalog)
|
|
test_load_catalog_with_no_style_has_a_style(catalog)
|
|
test_load_catalog_with_skycoord_no_wcs(...)
|
|
test_load_catalog_with_style_sets_style(catalog)
|
|
test_load_catalog_with_use_skycoord_no_skycoord_no_wcs(...)
|
|
test_load_catalog_with_xy_and_wcs(catalog, ...)
|
|
test_load_get_single_catalog_with_without_label(...)
|
|
test_load_multiple_catalogs(catalog)
|
|
test_remove_catalog()
|
|
test_remove_catalog_does_not_accept_list()
|
|
test_remove_catalogs_name_all()
|
|
test_save(tmp_path)
|
|
test_save_overwrite(tmp_path)
|
|
test_set_catalog_style_before_catalog_data_raises_error()
|
|
test_set_colormap_errors(data)
|
|
test_set_get_catalog_style_no_labels(catalog)
|
|
test_set_get_catalog_style_preserves_extra_keywords(catalog)
|
|
test_set_get_catalog_style_with_single_label(catalog)
|
|
test_set_get_center_world(data, wcs)
|
|
test_set_get_center_xy(data)
|
|
test_set_get_colormap(data)
|
|
test_set_get_fov_pixel(data)
|
|
test_set_get_fov_world(data, wcs)
|
|
test_set_get_viewport_errors(data, wcs)
|
|
test_set_get_viewport_errors_because_no_wcs(data)
|
|
test_set_get_viewport_no_image_label(data)
|
|
test_set_get_viewport_single_label(data)
|
|
test_stretch()
|
|
test_stretch_cuts_are_set_after_loading_image(data)
|
|
test_stretch_cuts_errors(data)
|
|
test_stretch_cuts_labels(data)
|
|
test_viewport_is_defined_after_loading_image(...)
|
|
test_viewport_round_trips(data, wcs)
|
|
wcs()
|
|