Skip to content

jguo13/teambadass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teambadass

This is a module for working with spectra files.

funkyfunction

  • Reads in ascii data file to "table" list

  • It uses the matplotlib module to plot() wavelength (table[:,0]) against flux (table[:,1])

  • Or reads in fits file to Spectrum Object

  • Spectrum has ra, dec, data, matplotlib to plot() as above

to use:

  • add make_plot directory to your python path
  • Go into data directory
  • from funkyfunction import make_plot
  • make_plot('filename.extension')
    • extension can definitely be ascii, maybe fits (fits file compatibility fixed now)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages