lanl/swiftbat_python

Name: swiftbat_python

Owner: Los Alamos National Laboratory

Description: Utilities for BAT instrument on the Neil Gehrels Swift Observatory satellite

Created: 2018-01-25 01:20:40.0

Updated: 2018-05-02 16:24:54.0

Pushed: 2018-05-02 16:24:52.0

Homepage: null

Size: 62

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Swiftbat is a set of Python library routines and command-line utilities that have been developed for the purpose of retrieving, analyzing, and displaying data from NASA's Swift spacecraft, especially the data from the Swift Burst Alert Telescope (BAT). Development started before the launch of Swift for private use by the author and was how he learned Python. As a result, it is not a well-packaged, well-written, coherent library.

All of this data is available from the Swift data archive, but some routines in this library use other access methods that are not available to the general public. These routines will not be useful except to Swift team members. This software is provided under the '3-clause BSD license' (https://opensource.org/licenses/BSD-3-Clause) . It is provided as-is with no expressed or implied warranty of fitness for any purpose.

If you want to find the exposure of BAT to a point in the FOV, use

tbat.batExposure(theta, phi)

where theta is distance from boresight, phi is angle around the boresight, both in radians.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.