Loading Common/Servers/FitsWriter/src/DataCollection.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,9 @@ void CDataCollection::saveMainHeaders(Backends::TMainHeader const * h,Backends:: printf("IF: %ld %ld\n",(long)m_sectionH->IF[0],(long)m_sectionH->IF[1]); }*/ m_ready=true; // main headers are saved....before that no activity can take place if (getIsNoData()) { // this is a special behaviour with no data m_start=true; } } bool CDataCollection::saveDump(char * memory) Loading Loading
Common/Servers/FitsWriter/src/DataCollection.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,9 @@ void CDataCollection::saveMainHeaders(Backends::TMainHeader const * h,Backends:: printf("IF: %ld %ld\n",(long)m_sectionH->IF[0],(long)m_sectionH->IF[1]); }*/ m_ready=true; // main headers are saved....before that no activity can take place if (getIsNoData()) { // this is a special behaviour with no data m_start=true; } } bool CDataCollection::saveDump(char * memory) Loading