Commits

Takeshi Nakazato authored e96bd1d3c80
CAS-13844 minor style change

casatasks/src/private/imagerhelpers/imager_base.py

Modified
559 559 f"Warning! Non-zero values at the edge of the .pb image can cause unexpected aliasing effects! (found value {pixelVals.max()} at index {idx})",
560 560 "WARN",
561 561 )
562 562 # release the image
563 563 _ia.close()
564 564 _ia.done()
565 565
566 566 #############################################
567 567 def makeSdImage(self):
568 568 self.makeSdImageCore()
569 - for immod in range(0,self.NF):
569 + for immod in range(0, self.NF):
570 570 self.PStools[immod].gatherresidual()
571 571 self.PStools[immod].divideresidualbyweight(singledish=True)
572 572
573 573 #############################################
574 574 def makeSdPSF(self):
575 575 self.makeSdPSFCore()
576 576 for immod in range(0, self.NF):
577 577 self.PStools[immod].gatherresidual()
578 578 self.PStools[immod].dividepsfbyweight()
579 579

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut