flystar.tests.test_startable ============================ .. py:module:: flystar.tests.test_startable Attributes ---------- .. autoapisummary:: flystar.tests.test_startable.test_dir Functions --------- .. autoapisummary:: flystar.tests.test_startable.test_StarTable_init1 flystar.tests.test_startable.test_StarTable_init2 flystar.tests.test_startable.test_combine_lists flystar.tests.test_startable.test_add_starlist flystar.tests.test_startable.test_get_starlist flystar.tests.test_startable.test_combine_1col flystar.tests.test_startable.test_fit_velocities flystar.tests.test_startable.test_fit_velocities_1epoch flystar.tests.test_startable.test_fit_velocities_2epoch flystar.tests.test_startable.make_star_table flystar.tests.test_startable.make_star_table_1epoch flystar.tests.test_startable.make_star_table_2epoch flystar.tests.test_startable.make_tiny_star_table Module Contents --------------- .. py:data:: test_dir .. py:function:: test_StarTable_init1() Test creation of new StarTable. .. py:function:: test_StarTable_init2() Initialize a StarTable with a StarList... this should work (and just add a few meta keywords) if everything is working correctly. Also double check that we can add a second list to it using add_starlist and we can get_starlist() as well. .. py:function:: test_combine_lists() Test the startables.combine_lists() functionality. .. py:function:: test_add_starlist() Test the startables.combine_lists() functionality. .. py:function:: test_get_starlist() Make a StarTable and have it return a StarList for just one of the epochs. .. py:function:: test_combine_1col() .. py:function:: test_fit_velocities() .. py:function:: test_fit_velocities_1epoch() .. py:function:: test_fit_velocities_2epoch() .. py:function:: make_star_table() .. py:function:: make_star_table_1epoch() .. py:function:: make_star_table_2epoch() .. py:function:: make_tiny_star_table() A small (10 stars, 5 epoch) startable for testing masks.