Module 044 dataset unfortunately had dropped frames, but it is nearest in size and time to module 040.
This commit is contained in:
@ -396,9 +396,9 @@ int main(int argc, char* argv[]) {
|
||||
int last_frame = 0;
|
||||
if (module_str == "032") {
|
||||
last_frame = 19199-1920;
|
||||
} else if (module_str == "008" || module_str == "044") {
|
||||
} else if (module_str == "008") {
|
||||
last_frame = 24319-1920;
|
||||
} else if (module_str == "040") {
|
||||
} else if (module_str == "040" || module_str == "044") {
|
||||
last_frame = 21759-1920;
|
||||
} else if (module_str == "002" || module_str == "003") {
|
||||
last_frame = 59519-1920;
|
||||
@ -744,9 +744,9 @@ int main(int argc, char* argv[]) {
|
||||
|
||||
// filter out points at zero and points with 0 error (mean taken from one entry in hist)
|
||||
int m_max = 0;
|
||||
if (module_str == "032" || module_str == "044") {
|
||||
if (module_str == "032") {
|
||||
m_max = 27;
|
||||
} else if (module_str == "040") {
|
||||
} else if (module_str == "040" || module_str == "044") {
|
||||
m_max = 31;
|
||||
} else if (module_str == "008") {
|
||||
m_max = 35;
|
||||
|
Reference in New Issue
Block a user