Skip to content

Commit

Permalink
PyIRoGlass v0.5.2!
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahshi committed Mar 15, 2024
1 parent 559c156 commit ef7c815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyIRoGlass_RUN_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"SPEC_PATH = os.path.join(os.getcwd(), desired_spectra_directory)\n",
"\n",
"# Load chemistry and thickness file called ChemThick.CSV. If you name the file something else, modify it here.\n",
"CHEMTHICK_PATH = 'ChemThick.csv'\n",
"CHEMTHICK_PATH = os.path.join(os.getcwd(), desired_chemthick_directory, 'ChemThick.csv')\n",
"\n",
"# Set the output path name desired for your sample. We will call our output 'RESULTS'.\n",
"OUTPUT_PATH = 'RESULTS'\n",
Expand Down

0 comments on commit ef7c815

Please sign in to comment.