diff options
Diffstat (limited to 'spectro/synthread.c')
-rw-r--r-- | spectro/synthread.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spectro/synthread.c b/spectro/synthread.c index c4312f1..3a23c31 100644 --- a/spectro/synthread.c +++ b/spectro/synthread.c @@ -451,6 +451,9 @@ printf("~1 omax = %f %f %f\n", md.omax[0], md.omax[1], md.omax[2]); if ((ti = icg->find_kword(icg, 0, "FULL_SPREAD_PATCHES")) >= 0) ocg->add_kword(ocg, 0, "FULL_SPREAD_PATCHES",icg->t[0].kdata[ti], NULL); + if ((ti = icg->find_kword(icg, 0, "DARK_REGION_EMPHASIS")) >= 0) + ocg->add_kword(ocg, 0, "DARK_REGION_EMPHASIS",icg->t[0].kdata[ti], NULL); + /* Fields we want */ ocg->add_field(ocg, 0, "SAMPLE_ID", nqcs_t); |