Skip to content

Commit

Permalink
Add the minimal option as documented.
Browse files Browse the repository at this point in the history
Close #2225
  • Loading branch information
abellgithub committed Oct 17, 2018
1 parent bd5cd19 commit 50b9733
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/rxp/io/RxpReader.cpp
Expand Up @@ -91,6 +91,8 @@ void RxpReader::addArgs(ProgramArgs& args)
args.add("reflectance_as_intensity", "Reflectance as intensity", m_reflectanceAsIntensity, DEFAULT_REFLECTANCE_AS_INTENSITY);
args.add("min_reflectance", "Minimum reflectance", m_minReflectance, DEFAULT_MIN_REFLECTANCE);
args.add("max_reflectance", "Maximum reflectance", m_maxReflectance, DEFAULT_MAX_REFLECTANCE);
args.add("minimal", "Load only X, Y, Z, time and Intensity dimensions "
"to save memory", m_minimal);
}

void RxpReader::initialize()
Expand Down

0 comments on commit 50b9733

Please sign in to comment.