From da54cd6042ef051ff64dbbe118e22e3302f7c2c0 Mon Sep 17 00:00:00 2001 From: enloro Date: Thu, 3 Jun 2021 09:27:23 -0700 Subject: [PATCH] rotation step included --- src/FOC_reduction_ELR.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/FOC_reduction_ELR.py b/src/FOC_reduction_ELR.py index 9563d08..dbb29cc 100644 --- a/src/FOC_reduction_ELR.py +++ b/src/FOC_reduction_ELR.py @@ -174,10 +174,9 @@ pang=fits.PrimaryHDU(data=PA,header=new_wcs.to_header()) pol_err=fits.PrimaryHDU(data=s_P,header=new_wcs.to_header()) pang_err=fits.PrimaryHDU(data=s_PA,header=new_wcs.to_header()) - ### STEP 7. polarization map #quality cuts -pxscale = stkI.header['CDELT1'] +pxscale = stkI.header['CDELT2'] #apply quality cuts pol.data[stkI.data < 10] = np.nan