F311 – collaborative model for Python programmers in Astronomy

Welcome!

Most of the programming work in science is arguably related to loading, saving, visualizing, and manipulating data files somehow. For some, it would be nice a common interface to handle these several data file types.

Project F311 provides a common ground to create new Python packages (herein called collaborator packages) containing new file handling and visualization routines, allowing these file types to be accessed through the explorer.py (Figure 1) application in a plugin-like fashion.

In addition, F311 provide a programs.py scripts that work as an index to all scripts included in all collaborator packages.

By the end of 2017, the following projects were listed as collaborators:

Project F311 is a collaborator to itself, providing classes to handle 1D spectral files (such as FITS, “x-y”), and a few scripts as listed below.

Importing the API

The F311 API (application programming interface) can be imported like this:

import f311

Applications (scripts)

The following applications are included in package f311:

_images/explorer.png

Figure 1 – screenshot of explorer.py.

Acknowledgement

The project started in 2015 at IAG-USP (Institute of Astronomy, Geophysics and Atmospheric Sciences at University of São Paulo, Brazil).

Partially funded by FAPESP - Research Support Foundation of the State of São Paulo, Brazil (2015-2017).

Contents

API Reference

Hint

You can also search using the sidebar box.