obstools.tests.test_dfocus module

DeVeny Collimator Focus Calculator TEST Module

NOTE: Use unit testing as a guide for rewriting the dfocus module in a more

pythonic, less IDL style. In particular, think about breaking down the functions into functionality rather than narrative steps.

obstools.tests.test_dfocus.test_dfocus()[source]
obstools.tests.test_dfocus.test_extract_spectrum()[source]
obstools.tests.test_dfocus.test_find_lines()[source]
obstools.tests.test_dfocus.test_find_lines_in_spectrum()[source]
obstools.tests.test_dfocus.test_fit_focus_curves()[source]
obstools.tests.test_dfocus.test_initialize_focus_values()[source]
obstools.tests.test_dfocus.test_parse_focus_log()[source]
obstools.tests.test_dfocus.test_plot_focus_curves()[source]
obstools.tests.test_dfocus.test_plot_optimal_focus()[source]
obstools.tests.test_dfocus.test_process_middle_image()[source]
obstools.tests.test_dfocus.test_trim_deveny_image()[source]