ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Photometric correction should be fully extensible. #92

Open ossama-othman opened 6 years ago

ossama-othman commented 6 years ago

The MaRC input file grammar currently only allows the user to enable specific types of photometric correction, e.g.:

MINNAERT: AUTO

This should instead be something like:

PHOTO_CORRECT: minnaert

The photometric correction strategy should be a plugin that can be loaded at run-time.