RU.08 said:
DrDre said:
Hope you enjoy the tool. Of course if you use the tool for your projects, any acknowledgements will be appreciated. The same is true for any comments, critisism or suggestions you may have. In that case write a post in this thread or send me a PM.Can you use command-line processing? Example:
for %f in (*.tif) do regrade "%f" -ccm "correctionmodel.txt"
Sadly not, MATLAB is a scripting language, so within MATLAB you can use command lines, but since this is a standalone application, you can not do this anymore.