diff --git a/CEP/Imager/LofarGridder/src/LofarWProjectGridder.cc b/CEP/Imager/LofarGridder/src/LofarWProjectGridder.cc index f0b68ab3096029402a81a8ce7b1f16798802bd53..87df4bb5e086f6d9e5948002b9f6006c851ab03b 100644 --- a/CEP/Imager/LofarGridder/src/LofarWProjectGridder.cc +++ b/CEP/Imager/LofarGridder/src/LofarWProjectGridder.cc @@ -58,8 +58,8 @@ namespace LOFAR /// itsFreqAvg = parset.getInt ("average.freqstep", 1); /// itsCorrect = parset.getStringVector ("correct"); itsParmDBName = parset.getString ("ParmDB.Instrument", ""); - itsConfigName = parset.getString ("Beam.StationConfig.Name"); - itsConfigPath = parset.getString ("Beam.StationConfig.Path"); + itsConfigName = parset.getString ("Beam.StationConfig.Name", ""); + itsConfigPath = parset.getString ("Beam.StationConfig.Path", ""); } LofarWProjectGridder::~LofarWProjectGridder()