Loading Common/Servers/XBackend/src/CommandLine.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -900,6 +900,7 @@ void CCommandLine::fillMainHeader(Backends::TMainHeader& bkd) //bkd.integration=groupSpec->Xspec.GetTempoIntegrazione(); bkd.integration=(groupSpec->Xspec.GetTempoIntegrazione())*1000; //integration time value in msec into the fits header bkd.sampleSize=SAMPLESIZE; bkd.noData=false; ACS_LOG(LM_FULL_INFO,"CCommandLine::fillMainHeader",(LM_INFO,"Main_OK")); } Loading Loading
Common/Servers/XBackend/src/CommandLine.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -900,6 +900,7 @@ void CCommandLine::fillMainHeader(Backends::TMainHeader& bkd) //bkd.integration=groupSpec->Xspec.GetTempoIntegrazione(); bkd.integration=(groupSpec->Xspec.GetTempoIntegrazione())*1000; //integration time value in msec into the fits header bkd.sampleSize=SAMPLESIZE; bkd.noData=false; ACS_LOG(LM_FULL_INFO,"CCommandLine::fillMainHeader",(LM_INFO,"Main_OK")); } Loading