[sunrise] push by CCHayw...@gmail.com - Copy CAMERAi-AUX HDUs to broadband output. on 2013-12-13 13:47 GMT

1 view
Skip to first unread message

sun...@googlecode.com

unread,
Dec 13, 2013, 8:48:06 AM12/13/13
to sunrisemcr...@googlegroups.com
Revision: b8a774501657
Branch: default
Author: Chris Hayward <ccha...@gmail.com>
Date: Fri Dec 13 13:21:32 2013 UTC
Log: Copy CAMERAi-AUX HDUs to broadband output.
http://code.google.com/p/sunrise/source/detail?r=b8a774501657

Modified:
/src/broadband.cc

=======================================
--- /src/broadband.cc Sun May 6 15:53:30 2012 UTC
+++ /src/broadband.cc Fri Dec 13 13:21:32 2013 UTC
@@ -598,8 +598,9 @@
i != extensions.end(); ++i) {
// exclude CAMERAi (-SCATTER/-NONSCATTER/-ATTENUATION/etc) HDU's
const string ext_name (i->first);
- if (ext_name.find(string ("CAMERA")) != string::npos &&
- ext_name.find(string ("-PARAMETERS")) == string::npos)
+ if (ext_name.find(string ("CAMERA")) != string::npos &&
+ ( ext_name.find(string ("-PARAMETERS")) == string::npos &&
+ ext_name.find(string ("-AUX")) == string::npos) )
continue;
// also exclude these:
if ((ext_name == "GRIDSTRUCTURE") ||
Reply all
Reply to author
Forward
0 new messages