Skip to content

Commit

Permalink
Update ReadMe.md - fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ravioli1369 authored Aug 14, 2023
1 parent 165835f commit ffaef07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReadMe.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Statistical Siginificance of Gamma Ray Bursts
# Statistical Significance of Gamma Ray Bursts

## Getting Started
This repository contains the code used to perform the statistical analysis of the data from the Cadmium-Zinc-Telluride (CZT) detector on Astrosat to determine the significance of the Gamma Ray Bursts (GRBs) detected by the detector. The pipeline performs the tasks of finding the GRB as well as determining its Signal to Noise Ratio (SNR).
Expand All @@ -21,4 +21,4 @@ python3 final_script.py -d <path to data> -t <trigger time> -n <name of GRB> --t
Note that the `.evt`, `.mkf`, `livetime.fits` and `mkfThresholds.txt` files must be in the same directory as given by the path to data. The trigger time is the time of the GRB in Astrosat seconds. The name of the GRB is used to name the output files (this can be anything but it's recommended to choose something sensible). The timebin is the binsize of the time series used to find the GRB and calculate the SNR. If this is not specified, the script will loop through a range of binsizes and find the one which gives the highest SNR. The final output is a `.pdf` file containing various plots and a `.txt` file containing the SNR and the significance of the GRB.


Happy Hunting :)
Happy Hunting :)

0 comments on commit ffaef07

Please sign in to comment.