#Exoplanets Parameter Plot Program
Program Objectives:
- Reads exoplanets' physical and stellar property and sodium and potassium absorption data from 'Stellar, Planetary, Absorption Data' page in 'Spring-19 Planets Stellar, Parameter, Na & K Absorption Data' Google Sheet (using Google Sheets API)
- Plots planets on a scatter plot based on any two physical and/or stellar properties and indicates which planets have absolute, potential, and no absorption of sodium and/or potassium
- Saves all created plots to indicated file path in personal computer.
Steps to take prior to running this program:
- Download 'parameterplotdata-d463b21ec310.json' file from Parameter_Plot_Program folder in Github. Save file to same folder this program's .py file is saved in.
- In the 'INPUTS AND VARIABLES TO CHANGE:' section of the program - set the variable strFile to the file path of the Folder you want the plots generated by the program to be saved to.
Program Contributors: Shushmitha Radjaram and Wynter Broussard