flystar.tests.test_startable
Attributes
Functions
Test creation of new StarTable. |
|
Initialize a StarTable with a StarList... this should |
|
Test the startables.combine_lists() functionality. |
|
Test the startables.combine_lists() functionality. |
|
Make a StarTable and have it return a StarList for just one |
|
A small (10 stars, 5 epoch) startable for testing masks. |
Module Contents
- flystar.tests.test_startable.test_dir
- flystar.tests.test_startable.test_StarTable_init1()
Test creation of new StarTable.
- flystar.tests.test_startable.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.
- flystar.tests.test_startable.test_combine_lists()
Test the startables.combine_lists() functionality.
- flystar.tests.test_startable.test_add_starlist()
Test the startables.combine_lists() functionality.
- flystar.tests.test_startable.test_get_starlist()
Make a StarTable and have it return a StarList for just one of the epochs.
- 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()
A small (10 stars, 5 epoch) startable for testing masks.