From d568200899e06fd7ce9145f9aba4c53696b8bcc1 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 28 Jun 2017 11:17:37 +0800 Subject: astro/ps2d.py: Fix a typo about string format --- astro/ps2d.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/ps2d.py b/astro/ps2d.py index cceb9fc..b6b5cc8 100755 --- a/astro/ps2d.py +++ b/astro/ps2d.py @@ -59,7 +59,7 @@ class PS2D: logger.info("Initializing PS2D instance ...") self.cube = cube self.pixelsize = pixelsize # [arcmin] - logger.info("Image pixel size: %.2 [arcmin]" % pixelsize) + logger.info("Image pixel size: %.2f [arcmin]" % pixelsize) self.frequencies = np.array(frequencies) # [MHz] self.nfreq = len(self.frequencies) # Central frequency and redshift -- cgit v1.2.2