Spectrogram Software

From EOVSA Wiki
Revision as of 01:42, 27 September 2016 by Sshaik (talk | contribs) (Created page with "== EOVSA Python Spectrogram Object (v0.1) == The module spectrogram.py defines a Spectrogram class that allows the creation of an object for reading, displaying, and gaining a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

EOVSA Python Spectrogram Object (v0.1)

The module spectrogram.py defines a Spectrogram class that allows the creation of an object for reading, displaying, and gaining access to the EOVSA total power data from the “interim” Miriad data files. Because the object directly accesses these files, it will work only when logged in and running from the dpp computer, although this may change with further development of the code.

Minimal Use of Object