logging.warning("Site NOT found (%s, %d), please check sites.rc file (%s) !!!"%(identifier,obs.id,self.sites_file))
ifsite_move.has_key(identifier):
movelat,movelon=site_move[identifier]
obs.lat=obs.lat+movelat
obs.lon=obs.lon+movelon
logging.warning("Observation location for (%s, %d), is moved by %3.2f degrees latitude and %3.2f degrees longitude"%(identifier,obs.id,movelat,movelon))
ifsite_incalt.has_key(identifier):
incalt=site_incalt[identifier]
obs.height=obs.height+incalt
logging.warning("Observation location for (%s, %d), is moved by %3.2f meters in altitude"%(identifier,obs.id,incalt))
iflen(do_not_simulate)>0:
logging.info("do-not-simulate flags located")
self.datalist=[self.datalist[k]forkindo_simulate]
logging.info("After do-not-simulate filter observations list now holds %d values"%len(self.datalist))