https://github.com/space-physics/digital-meridian-spectrometer
for Poker Flat Digital Meridian Spectrometer, which uses netCDF
https://github.com/space-physics/digital-meridian-spectrometer
aurora geophysical-institute matlab-python-interface netcdf poker-flat-research-range python spectrograph
Last synced: about 1 month ago
JSON representation
for Poker Flat Digital Meridian Spectrometer, which uses netCDF
- Host: GitHub
- URL: https://github.com/space-physics/digital-meridian-spectrometer
- Owner: space-physics
- License: apache-2.0
- Created: 2015-10-26T07:53:34.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T13:58:49.000Z (about 1 year ago)
- Last Synced: 2025-02-07T04:34:28.763Z (3 months ago)
- Topics: aurora, geophysical-institute, matlab-python-interface, netcdf, poker-flat-research-range, python, spectrograph
- Language: Python
- Size: 6.11 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Digital Meridian Spectrometer
[](https://doi.org/10.5281/zenodo.167565)
[](https://github.com/space-physics/digital-meridian-spectrometer/actions/workflows/ci.yml)
[](http://pepy.tech/project/dmsp)For Geophysical Institute's Poker Flat Digital Meridian Spectrometer, which uses NetCDF

This library is also usable from Matlab, as seen in `dmsp.m`.
## Data sources
* 2011-present: ftp://optics.gi.alaska.edu/PKR/DMSP/NCDF/
* 1983-2010 (NetCDF 3 .PF files): http://optics.gi.alaska.edu/realtime/data/msp/pkr This link was good for years and we used this data, but in late 2018 it stopped working.
* [other dates](http://optics.gi.alaska.edu/realtime/data/archive/PKR_MSP_X/)
* FTP: ftp://optics.gi.alaska.edu/PKR/DMSPInstall:
```sh
python -m pip install -e .
```[LoadMSPdata.py](./LoadMSPdata.py) creates many plots.
Use as a Python module:
```python
import dmspdat = dmsp.load('~/data/myfile.PF')
```which returns [xarray.Dataset](https://docs.xarray.dev/en/stable/generated/xarray.Dataset.html)