Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 2.24 KB

README.md

File metadata and controls

46 lines (28 loc) · 2.24 KB

CraterStats GUI

Northern Arizona University Senior Computer Science Capstone project.
This project is to create a Graphical User Interface for the current Craterstats3 command line program.

Installation

Due to the application still being in the alpha stage, the initialization for execution has environment requirements for running the application.
Windows/Mac Linux

Getting Started

Upon running the application you should be greeted with the home screen.

image

In the toolbar, you can select the "Open" button from the "File" dropdown list.
If you do not have your own plot configuration and data files, you can download samples here: Configuration File Data File
Disclaimer: CraterstatsGUI can only process .scc and .diam files at this stage in development.

image

Select a plot configuration file. image

After uploading a configuration file select the Plot Settings tab image

Upon opening the Plot Settings page, upload a source file by selecting "Browse" image

Select your source file image

After upload, the application should be displaying your plot configuration image

Happy Plotting!

References

Github of craterstats CLI program created and developed by Greg Michaels.