simsab-ufcg / ndvi

0 stars 1 forks source link

refactor main #4

Closed thiagomanel closed 5 years ago

thiagomanel commented 5 years ago

we need to receive only the necessary input files as args instead of searching them in a given directory.

thiagomanel commented 5 years ago

... also, there is code in the main function that could be extracted to functions.

the main is meant to: 1) process the args; 2) init data and vars; 3) call the function that to the real job; 4) output stuff

thiagoyeds commented 5 years ago

Solved in PR #7