Skip to content

Matplotlib-based, customizable GUI for data visualization/inspection of spectroscopic data.

Notifications You must be signed in to change notification settings

SterlingYM/GUIspec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GUIspec

Matplotlib-based, customizable GUI for data visualization/inspection of spectroscopic data. Under development (as of Jun 2023)

Features you can expect to be added:

  • packaging
  • toggle on/off emission lines
  • custom plotting kwargs

Installation: Place GUIspec.py in your work directory for now (pre-built version will be provided soon)

Usage:

import GUIspec
import numpy as np
wav = np.arange(3000,8000)
flux = np.random.normal(1e-8,1e-9,wav.shape[0])
objname = 'EXAMPLE'
GUIspec.launch_window(wav,flux,title=objname) # press 'q' to exit

About

Matplotlib-based, customizable GUI for data visualization/inspection of spectroscopic data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages