Flatfield tool.

This commit is contained in:
Emil Martinec
2011-01-17 21:07:59 -06:00
parent d1a479a4bc
commit 40c936504e
29 changed files with 914 additions and 121 deletions

View File

@@ -123,6 +123,7 @@ public:
double get_ISOspeed() const {return iso_speed;}
double get_shutter() const {return shutter; }
double get_aperture() const {return aperture; }
time_t get_timestamp() const { return timestamp;}
int get_rotateDegree() const { return rotate_deg;}
const std::string get_maker() const { return std::string(make); }