Search NASA⌕ Search

Engineering topics

Brian Killeen

Publications and source records attributed to Brian Killeen.

A New Architecture for Parallelization of Complex Spacecraft Trajectory Optimization Scans

This paper describes CopScanner, a new component of the Copernicus ecosystem for spacecraft trajectory design and optimization. CopScanner is a Python library being developed at the NASA JSC which enables easy parallelization of Copernicus scans. CopScanner is currently being developed and implemented for production of Copernicus trajectory scans for upcoming Artemis Missions (Artemis II and beyond). On the backend, CopScanner utilizes Dask, an open-source Python library for parallel computing which enables parallelization over both multi-core local machines and large-scale distributed computing clusters. CopScanner abstracts the trajectory scanning process into a DAG which is constructed using a chain of individual subscans. Each node in the DAG executes a python module, called the callable, for which there are built-in defaults, or users may specify their own. Support for custom callables makes CopScanner a versatile trajectory optimization software. All output files and associated metadata from a CopScanner scan are compressed and stored in a two-file output, collectively called the FileStore, consisting of a SQLite database and a compressed JSON MessagePack file, for which CopScanner provides a Python class for interaction.

Quentin Moore↗

Post-Flight EDL Entry Guidance for the Mars 2020 Mission

Like its predecessor Mars Science Laboratory, the Mars 2020 mission successfully utilized a derivative of the Apollo Entry Terminal Point Controller guidance algorithm, whereby bank angle controls range flown along a trajectory. The flight performance of this algorithm in conjunction with a range-trigger for parachute deploy delivered the Perseverance rover to 1.7 km from the expected touchdown location within an ellipse of 7.5 x 5.2 km. This miss distance is largely attributed to atmospheric and aerodynamic modeling uncertainties between the design and as-flown trajectory. This algorithm for guided entry continues to provide a solid basis for Mars missions to improve upon.

Guidance↗