Commit 6d64909e authored by Carlo Migoni's avatar Carlo Migoni
Browse files

noData flag

parent 9b4866f6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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"));
}