Skip to content

Commit

Permalink
New BGO data selection creteria
Browse files Browse the repository at this point in the history
  • Loading branch information
tuoyl committed Sep 30, 2022
1 parent e98bdfa commit 35b60de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A tool to filter the Fermi/GBM data for pulsar analysis.

## Independencies
- gbm-data-tool: The official GBMtools required to calculate the direction of each detector
- gbm-data-tool: The official GBMtools required to calculate the direction of each detector (https://fermi.gsfc.nasa.gov/ssc/data/analysis/rmfit/gbm_data_tools/gdt-docs/install.html)
- jplephem: JPL solar ephemeris package required to execute the barycentric correction

## Install the packge
Expand All @@ -13,7 +13,8 @@ Download the whole gbm-pulsar package and unzip the compressed file. At the dire
## Processes

The detailed processes of the pipeline are:
1. select all data for each detector (NaI and BGO) within an angle of 70 degrees to the given target source.
1. select all data for each NaI detector NaI within an angle of 70 degrees to the given target source. For BGO detector, no incident angle selection is required because the satellite is transparent to
such high energy photons.
2. exclude all data that obscure by Earth
3. carry out the Barrycentric correction for each photon

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
EMAIL = 'tuoyl@ihep.ac.cn'
AUTHOR = 'Youli Tuo'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = '0.1.4'
VERSION = '0.1.5'

# What packages are required for this module to be executed?
REQUIRED = [
Expand Down

0 comments on commit 35b60de

Please sign in to comment.