You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to the PyHammer, a tool for spectral classification.
Options:
-c, --cmd Flag to choose to run on the command line.
-e, --eyecheck Flag indicating pyhammer should skip classifying
and go straight to checking the spectra by eye.
-f, --full Flag indicating the full path to the spectra is
provided in the input file list.
-g, --gui Flag to choose to run using the gui.
-i, --infile The full path to the input file or the name, if it
is in the pyhammer folder. If nothing is
provided, it will be asked for later.
-o, --outfile The full path to the output file or a filename
which outputs to the pyhammer folder. If nothing is
provided, the default pyhammerResults.csv will be
created in the pyhammer folder.
-p, --path The full path to the spectra. This is only necessary
if the input file list does not prepend the path to
the spectra filenames.
-r, --rejectfile The full path to the file where reject spectra will
be listed or a filename which outputs to the
pyhammer folder . If nothing is provided, the
default rejectSpectra.csv will be created in the
pyhammer folder.
-s, --sncut The S/N necessary before a spectra will be classified.
A signal to noise of ~3-5 per pixel is recommended.
Example:
python pyhammer.py -g -f -s 3 -i C:/Path/To/File/inputFile.txt -o C:/Path/To/File/outputFile.csv -r C:/Path/To/File/rejectFile.csv
The text was updated successfully, but these errors were encountered:
PyHammer Help does not list an option for 'lineOutfile':
The text was updated successfully, but these errors were encountered: