Skip to content

Latest commit

 

History

History
82 lines (57 loc) · 3.82 KB

File metadata and controls

82 lines (57 loc) · 3.82 KB

The Fortran Asteroid Retrieval Toolkit

License


Logo

FART: Fortran Asteroid Retrieval Toolkit

This repository is still being updated.

Table of Contents

About The Project

As part of ongoing research into Asteroid Retrieval in the CR3BP, the Fortran Asteroid Retrieval Toolkit provides the basic computational tools to find Easily Retrievable Objects (EROs) for a given database of Near-Earth Objects. Several tools, written largely in Fortran, are included:

  • The Fortran Asteroid Prefilter: Takes a given NEO database and filters it according to a Hohmann transfer approximation to obtain retrieval candidates.
  • The Fortran Asteroid Retrieval Tool: Takes a given list of retrieval candidates and optimises their transfers for minimum transfer velocity and whether the object can be considered an ERO.
  • A script, written in Expect, to automatically extract epehemerides from the JPL HORIZONS system.
  • MIDACO Wrappers, designed to interface C versions of MIDACO with Fortran objective function codes.

All of the codes are written in Fortran, with small interfaces to C++, and parallelised using the OpenMPI and MPI parallel programming paradigms. The problems are embarassingly parallel and scale nearly linearly with core count. Basic Python versions of the Asteroid Retrieval Tool are available on request.

Built With

Both the Astrodynamics toolkit and B-Spline library are kindly provided by Jacob Williams; his codes also depend on FoBiS.py, an automated build library for Fortran written in Python.

gfortran, gcc and g++ are the officially-supported compilers. In theory, the Intel Compilers should also work, but use at your own risk.

Getting Started

Prerequisites

The dependencies given above are required prior to build. The program is currently built and tested with the GNU compiler systems, wrapped by the MPICH library.

Building

  1. Clone the repo
git clone https://github.com/tylerjackoliver/Fortran-Asteroid-Retrieval-Toolkit.git
  1. Navigate to the tool you wish to use.

  2. For Fortran codes, install the dependencies and run the CMake wrapper

sh build.sh
  1. For Expect codes, use as per your system instructions.

Contact

Jack Tyler - @tylerjackoliver - [email protected]

Project Link: https://github.com/tylerjackoliver/Fortran-Asteroid-Retrieval-Toolkit