USRA-STI / gdt-fermi

Gamma-ray Data Tools - Fermi mission components
Apache License 2.0
2 stars 3 forks source link

Size of McIlwain Plots #11

Closed rachel-hamburg closed 9 months ago

rachel-hamburg commented 9 months ago

The current GBM BA tools produces larger McIlwain plots, which are easier to read.

In GDT, on line 67 of the script gdt/core/plot/earthplot.py, the latitudinal range is divided by 30. In the BA tools, on line 76 of gbm/plot/earthplot.py, the latitudinal range is divided by 15.

The longitudinal and latitudinal ranges are not set as attributes of the EarthPlot class, so I suggest I change to the code. This change is not necessary, just a visibility issue.

rachel-hamburg commented 9 months ago

I'll make a fork and submit a pull request instead.