Changeset 14305
- Timestamp:
- 08/02/12 10:30:21 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/smartfact.cc
r14302 r14305 2020 2020 map<Time, pair<string, float>> lightcond; 2021 2021 vector<vector<float>> alt; 2022 vector<vector<float>> hlc; 2022 2023 2023 2024 #ifdef HAVE_NOVA … … 2068 2069 if (lc.first.size()>0) 2069 2070 { 2070 alt.push_back(lc.first);2071 hlc.push_back(lc.first); 2071 2072 lightcond[lc.second.first] = make_pair(name, lc.second.second); 2072 2073 } … … 2120 2121 2121 2122 ostringstream title; 2122 title << "Alt ";2123 2123 title << fSun.fSetAstronomical.GetAsStr("%H:%M"); 2124 2124 title << " / "; … … 2134 2134 out2 << HTML::kWhite << '\t' << Time()-now << '\n'; 2135 2135 2136 WriteBinaryVec(now, "hist-visibility", alt, 75, 15, title.str()); 2136 WriteBinaryVec(now, "hist-visibility", alt, 75, 15, "Alt "+title.str()); 2137 WriteBinaryVec(now, "hist-light-condition", hlc, 1, 0, "LC "+title.str()); 2137 2138 } 2138 2139 catch (const exception &e)
Note:
See TracChangeset
for help on using the changeset viewer.