We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0eca2 commit b265b5dCopy full SHA for b265b5d
src/egg-gencat.cpp
@@ -1754,7 +1754,7 @@ void print_help() {
1754
argdoc("opt_lib", "[string]", "FITS file containing the optical SED library (default: "
1755
"opt_lib_fast.fits)");
1756
argdoc("filter_db", "[string]", "location of the filter database file (default: "+
1757
- data_dir+"fits/filter-db/db.dat)");
+ file::directorize(filters_dir)+"db.dat)");
1758
print("");
1759
1760
print("List of component related options:");
0 commit comments