LICENSE.md
README.md
setup.py
SkyWinder.egg-info/PKG-INFO
SkyWinder.egg-info/SOURCES.txt
SkyWinder.egg-info/dependency_links.txt
SkyWinder.egg-info/top_level.txt
skywinder/__init__.py
skywinder/camera/__init__.py
skywinder/camera/image_processing/__init__.py
skywinder/camera/image_processing/blosc_file.py
skywinder/camera/image_processing/hot_pixels.py
skywinder/camera/image_processing/jpeg.py
skywinder/camera/image_processing/tests/__init__.py
skywinder/camera/image_processing/tests/test_blosc_file.py
skywinder/camera/image_processing/tests/test_hot_pixels.py
skywinder/camera/image_processing/tests/test_jpeg.py
skywinder/camera/pipeline/__init__.py
skywinder/camera/pipeline/acquire_images.py
skywinder/camera/pipeline/basic_pipeline.py
skywinder/camera/pipeline/controller.py
skywinder/camera/pipeline/exposure_manager.py
skywinder/camera/pipeline/indexer.py
skywinder/camera/pipeline/write_images.py
skywinder/camera/pipeline/tests/__init__.py
skywinder/camera/pipeline/tests/test_basic_pipeline.py
skywinder/camera/pipeline/tests/test_controller.py
skywinder/camera/pipeline/tests/test_exposure_manager.py
skywinder/camera/pipeline/tests/test_gate_time.py
skywinder/camera/pycamera/__init__.py
skywinder/camera/pycamera/dtypes.py
skywinder/camera/pycamera/pycamera.py
skywinder/camera/pycamera/_pycamera_pleora/__init__.py
skywinder/camera/pycamera/_pyvimba/__init__.py
skywinder/camera/pycamera/_pyvimba/_pyvimba_simulator.py
skywinder/camera/pycamera/tests/__init__.py
skywinder/camera/pycamera/tests/test_dtypes.py
skywinder/camera/pycamera/tests/test_pycamera.py
skywinder/camera/star_finding/__init__.py
skywinder/camera/star_finding/blobs.py
skywinder/communication/__init__.py
skywinder/communication/camera_communicator.py
skywinder/communication/command_classes.py
skywinder/communication/command_table.py
skywinder/communication/constants.py
skywinder/communication/constants_in_bytes.py
skywinder/communication/downlink_classes.py
skywinder/communication/file_format_classes.py
skywinder/communication/housekeeping_classes.py
skywinder/communication/human_readable_housekeeping_mapping.py
skywinder/communication/lidar.py
skywinder/communication/packet_classes.py
skywinder/communication/pyro_simple_server.py
skywinder/communication/short_status.py
skywinder/communication/sip_data_logger.py
skywinder/communication/streamlined_communicator.py
skywinder/communication/uplink_classes.py
skywinder/communication/election/__init__.py
skywinder/communication/election/bully_election.py
skywinder/communication/election/tests/__init__.py
skywinder/communication/election/tests/test_election.py
skywinder/communication/tests/SIP_communication_simulator.py
skywinder/communication/tests/__init__.py
skywinder/communication/tests/camera_communicator_tests.py
skywinder/communication/tests/generate_bad_packets.py
skywinder/communication/tests/housekeeping_classes_tests.py
skywinder/communication/tests/test_command_classes.py
skywinder/communication/tests/test_commands.py
skywinder/communication/tests/test_downlinks.py
skywinder/communication/tests/test_file_formats.py
skywinder/communication/tests/test_lidar.py
skywinder/communication/tests/test_packet_classes.py
skywinder/communication/tests/test_packet_interpretation.py
skywinder/communication/tests/test_short_status.py
skywinder/communication/tests/test_sip_uplink_decoding.py
skywinder/ground/__init__.py
skywinder/ground/command_history.py
skywinder/ground/commanding.py
skywinder/ground/ground_configuration.py
skywinder/ground/ground_index.py
skywinder/ground/gse_received_image_viewer.py
skywinder/ground/gse_receiver.py
skywinder/ground/gse_receiver_manager.py
skywinder/ground/jpeg_filler.py
skywinder/ground/lidar_command_relay.py
skywinder/ground/lidar_file_relay.py
skywinder/ground/lowrate_monitor.py
skywinder/ground/short_status_format.py
skywinder/ground/streamlined_commanding.py
skywinder/ground/tests/__init__.py
skywinder/ground/tests/loopback.py
skywinder/housekeeping/__init__.py
skywinder/housekeeping/bmon.py
skywinder/housekeeping/charge_controller.py
skywinder/housekeeping/check_system_settings.py
skywinder/housekeeping/ethernet_switch.py
skywinder/housekeeping/gps_logger.py
skywinder/housekeeping/labjack.py
skywinder/housekeeping/tests/__init__.py
skywinder/housekeeping/tests/test_ethernet_switch.py
skywinder/utils/__init__.py
skywinder/utils/blosc_to_jpeg.py
skywinder/utils/camera_id.py
skywinder/utils/check_housekeeping_stats.py
skywinder/utils/comparisons.py
skywinder/utils/configuration.py
skywinder/utils/decode_science_stack_housekeeping.py
skywinder/utils/error_counter.py
skywinder/utils/file_reading.py
skywinder/utils/housekeeping_logger.py
skywinder/utils/index_watcher.py
skywinder/utils/log.py
skywinder/utils/science_stack_housekeeping_get_list.py
skywinder/utils/struct_formats.py
skywinder/utils/twelve_bit.py
skywinder/utils/uptime.py
skywinder/utils/watchdog.py
skywinder/utils/camera/__init__.py
skywinder/utils/camera/image_processing/__init__.py
skywinder/utils/camera/image_processing/blosc_file.py
skywinder/utils/camera/image_processing/hot_pixels.py
skywinder/utils/camera/image_processing/jpeg.py
skywinder/utils/camera/image_processing/tests/__init__.py
skywinder/utils/camera/image_processing/tests/test_blosc_file.py
skywinder/utils/camera/image_processing/tests/test_hot_pixels.py
skywinder/utils/camera/image_processing/tests/test_jpeg.py
skywinder/utils/camera/pipeline/__init__.py
skywinder/utils/camera/pipeline/acquire_images.py
skywinder/utils/camera/pipeline/basic_pipeline.py
skywinder/utils/camera/pipeline/controller.py
skywinder/utils/camera/pipeline/exposure_manager.py
skywinder/utils/camera/pipeline/indexer.py
skywinder/utils/camera/pipeline/write_images.py
skywinder/utils/camera/pipeline/tests/__init__.py
skywinder/utils/camera/pipeline/tests/test_basic_pipeline.py
skywinder/utils/camera/pipeline/tests/test_controller.py
skywinder/utils/camera/pipeline/tests/test_exposure_manager.py
skywinder/utils/camera/pipeline/tests/test_gate_time.py
skywinder/utils/camera/pycamera/__init__.py
skywinder/utils/camera/pycamera/dtypes.py
skywinder/utils/camera/pycamera/pycamera.py
skywinder/utils/camera/pycamera/_pycamera_pleora/__init__.py
skywinder/utils/camera/pycamera/_pyvimba/__init__.py
skywinder/utils/camera/pycamera/_pyvimba/_pyvimba_simulator.py
skywinder/utils/camera/pycamera/tests/__init__.py
skywinder/utils/camera/pycamera/tests/test_dtypes.py
skywinder/utils/camera/pycamera/tests/test_pycamera.py
skywinder/utils/camera/star_finding/__init__.py
skywinder/utils/camera/star_finding/blobs.py
skywinder/utils/communication/__init__.py
skywinder/utils/communication/camera_communicator.py
skywinder/utils/communication/command_classes.py
skywinder/utils/communication/command_table.py
skywinder/utils/communication/constants.py
skywinder/utils/communication/constants_in_bytes.py
skywinder/utils/communication/downlink_classes.py
skywinder/utils/communication/file_format_classes.py
skywinder/utils/communication/housekeeping_classes.py
skywinder/utils/communication/human_readable_housekeeping_mapping.py
skywinder/utils/communication/lidar.py
skywinder/utils/communication/packet_classes.py
skywinder/utils/communication/pyro_simple_server.py
skywinder/utils/communication/short_status.py
skywinder/utils/communication/sip_data_logger.py
skywinder/utils/communication/streamlined_communicator.py
skywinder/utils/communication/uplink_classes.py
skywinder/utils/communication/election/__init__.py
skywinder/utils/communication/election/bully_election.py
skywinder/utils/communication/election/tests/__init__.py
skywinder/utils/communication/election/tests/test_election.py
skywinder/utils/communication/tests/SIP_communication_simulator.py
skywinder/utils/communication/tests/__init__.py
skywinder/utils/communication/tests/camera_communicator_tests.py
skywinder/utils/communication/tests/generate_bad_packets.py
skywinder/utils/communication/tests/housekeeping_classes_tests.py
skywinder/utils/communication/tests/test_command_classes.py
skywinder/utils/communication/tests/test_commands.py
skywinder/utils/communication/tests/test_downlinks.py
skywinder/utils/communication/tests/test_file_formats.py
skywinder/utils/communication/tests/test_lidar.py
skywinder/utils/communication/tests/test_packet_classes.py
skywinder/utils/communication/tests/test_packet_interpretation.py
skywinder/utils/communication/tests/test_short_status.py
skywinder/utils/communication/tests/test_sip_uplink_decoding.py
skywinder/utils/ground/__init__.py
skywinder/utils/ground/command_history.py
skywinder/utils/ground/commanding.py
skywinder/utils/ground/ground_configuration.py
skywinder/utils/ground/ground_index.py
skywinder/utils/ground/gse_received_image_viewer.py
skywinder/utils/ground/gse_receiver.py
skywinder/utils/ground/gse_receiver_manager.py
skywinder/utils/ground/jpeg_filler.py
skywinder/utils/ground/lidar_command_relay.py
skywinder/utils/ground/lidar_file_relay.py
skywinder/utils/ground/lowrate_monitor.py
skywinder/utils/ground/short_status_format.py
skywinder/utils/ground/streamlined_commanding.py
skywinder/utils/ground/tests/__init__.py
skywinder/utils/ground/tests/loopback.py
skywinder/utils/housekeeping/__init__.py
skywinder/utils/housekeeping/bmon.py
skywinder/utils/housekeeping/charge_controller.py
skywinder/utils/housekeeping/check_system_settings.py
skywinder/utils/housekeeping/ethernet_switch.py
skywinder/utils/housekeeping/gps_logger.py
skywinder/utils/housekeeping/labjack.py
skywinder/utils/housekeeping/tests/__init__.py
skywinder/utils/housekeeping/tests/test_ethernet_switch.py
skywinder/utils/tests/__init__.py
skywinder/utils/tests/test_config.py
skywinder/utils/tests/test_error_counter.py
skywinder/utils/tests/test_file_reading.py
skywinder/utils/tests/test_log.py
skywinder/utils/tests/test_uptime.py
skywinder/utils/tests/test_watchdog.py