-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db507c8
commit 89a5e26
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# Flux Calibration of CHIME/FRB Intensity Data | ||
This jupyter notebook demonstrates how to make Figures 1 through 4 in my paper "Flux Calibration of CHIME/FRB Intensity Data". Hopefully this will serve as a useful resource for those that are interested in CHIME/FRB flux calibration, and, more generally, those looking to use the [CHIME/FRB Open Beam Model](https://github.com/chime-frb-open-data/chime-frb-beam-model). | ||
|
||
To view the notebook, you can just look at the `chimefrb_intensity_flux_calibration_plots.html` file. If you want to play with the notebook, clone the repository, install the requirements, then launch `jupyter`, like so: | ||
|
||
git clone [email protected]:bandersen441/chimefrb_intensity_flux_calibration_plots.git | ||
cd chimefrb_intensity_flux_calibration_plots | ||
pip install -r requirements.txt | ||
jupyter notebook | ||
|
||
Cheers! |