-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #365 from nasa-fornax/raen/spectra_generator/cleanup
Minor bug fixes for spectra_generator
- Loading branch information
Showing
4 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Data - Spectroscopy | ||
|
||
This directory is used for data that is downloaded or otherwise retrieved for the spectroscopy use case. Users may | ||
also store additional data here. Note that there is a separate directory for output generated by the notebooks or | ||
its users. | ||
|
||
Data should not be committed to the code repository. This directory is included in the .gitignore file to prevent | ||
accidental commits. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Output - Spectroscopy | ||
|
||
This directory is used for output generated by the spectroscopy use case. This includes results, figures, logs, | ||
etc. Users may also store their own output here. | ||
|
||
Output should not be committed to the code repository. This directory is included in the .gitignore file to | ||
prevent accidental commits. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters