Skip to content

Commit

Permalink
fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
bersavosh committed Aug 3, 2022
1 parent 40dd9a9 commit b48125d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ Since publication of the version published in [Tetarenko, B., et al. 2016](http:
- **M10 VLA1** data added based on [Shishkovsky et al. 2018](http://adsabs.harvard.edu/abs/2018arXiv180201704S).
- **IGR J17379-3747** added based on [van den Eijnden et al. 2018](http://www.astronomerstelegram.org/?read=11487). NICER observations identified this transient as an AMXP ([Strohmayer et al. 2018](http://www.astronomerstelegram.org/?read=11507)).
- **Major update (Apr 2018)** We have now added multiple sources and more data to some exisiting sources based on archival studies (Motta et al., in prep.).
- **Release of Version 0.1 (May 2018)**
- **Release of Version 0.1 (May 2018)**
- **2020 update**:
- A radio uppler limit data point for IGR J17511-3057 from [Tudor et al. 2017](http://adsabs.harvard.edu/abs/2017MNRAS.470..324T) was included here with a numerical error. The upper limit is 8e+27, and not 8e+28.
- One omitted data point for IGR J00291+5934 ([Tudor et al. 2017](http://adsabs.harvard.edu/abs/2017MNRAS.470..324T)) is now included.
- New source IGR J17591-2342 added based on [Russell et al. 2018](https://ui.adsabs.harvard.edu/abs/2018ApJ...869L..16R/abstract) and [Gusinskaia et al. 2020](https://ui.adsabs.harvard.edu/abs/2020MNRAS.492.1091G/abstract).
- Thanks to Nina Gusinskaia for poiting out these issues and providing the data.
- **2022 update 1**
- Data re-organized into multiple `csv` files based on source classes to facilitate contributions and updates.
- Plotting script updated to incorporate better practices and switch dependence from `astropy` tables to `pandas` dataframes.
- Plotting script updated to incorporate better practices and switch dependencies from pickles and `astropy` tables to `pandas` dataframes.

## Warnings and cautions

Expand Down Expand Up @@ -165,7 +165,8 @@ If you use this package, we request that you cite the following record:
[Arash Bahramian et al. 2018; Radio/X-ray correlation database for X-ray binaries](http://doi.org/10.5281/zenodo.1252035)

Bibtex:
```

```bibtex
@misc{arash_bahramian_2018_1252036,
author = {Arash Bahramian and
James Miller-Jones and
Expand All @@ -185,8 +186,10 @@ Bibtex:
}
```

This repository is maintained and updated by [Arash Bahramian](https://bersavosh.github.io/). Feel free to contact me if you have suggestions/comments/questions.
This repository is maintained and updated by [Arash Bahramian](https://bersavosh.github.io/). Feel free to contact me if you have suggestions/comments/questions.

Contributors: [Alex Tetarenko](https://sites.ualberta.ca/~tetarenk/), [James Miller-Jones](https://staffportal.curtin.edu.au/staff/profile/view/James.Miller-Jones), [Jay Strader](http://web.pa.msu.edu/people/strader/), [Richard Plotkin](https://staffportal.curtin.edu.au/staff/profile/view/Richard.Plotkin), [Anthony Rushton](http://www2.physics.ox.ac.uk/contacts/people/rushton), [Vlad Tudor](https://www.icrar.org/people/vtudor/), [Laura Shishkovsky](https://astro.natsci.msu.edu/people/laura-shishkovsky/), [Sara Motta](https://www.wadham.ox.ac.uk/people/fellows-and-academic-staff/m/sara-motta), [Nina Gusinskaia](https://www.astro.utoronto.ca/people/post-docs/name/nina-gusinskaia/).

## Plot

<img src="https://raw.githubusercontent.com/bersavosh/XRB-LrLx_pub/master/lrlx_plot.jpg" width="800">
Binary file added lrlx_plot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion lrlx_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ def plotter(data, classes, fig, errorbars=True, uplims=True, cor_lines=True):
CLASSES = ['BH', 'candidateBH', 'NS', 'candidateNS', 'AMXP', 'tMSP', 'WD']
FIG = plt.figure(figsize=(8,6))
plotter(DATA,CLASSES,fig=FIG, uplims=True);
FIG.savefig('lrlx_plot.pdf', bbox_inches='tight')
FIG.savefig('lrlx_plot.jpg', dpi=300, bbox_inches='tight')

0 comments on commit b48125d

Please sign in to comment.