noah-peeters / ChimpStackr

free, multi-platform focus stacking software
GNU General Public License v3.0
74 stars 8 forks source link

Add cli operation to run py #152

Open da-phil opened 2 months ago

da-phil commented 2 months ago

This is another take on adding a cli to run.py in a clean way, inspired by https://github.com/noah-peeters/ChimpStackr/pull/132 and https://github.com/noah-peeters/ChimpStackr/pull/148

ThomWorm commented 2 months ago

@da-phil
sorry, I'm really struggling to figure out how to use the cli interface - do you have any advice?

da-phil commented 2 months ago

@da-phil sorry, I'm really struggling to figure out how to use the cli interface - do you have any advice?

can you be more specific with how you struggle?

I'm using it mostly like that, e.g. launching from the source folder, expecting sony raw files with .ARW extension: python3 ./src/run.py /folder/with/input/images/*.ARW -f tif

ThomWorm commented 2 months ago

Thanks! That was all that I needed. Hadn't had my coffee yet. This is a really brilliant extension to this piece of otherwise excellent software - thank you.