! Started logfile: J1350+6132_S_2017_06_10_pus_uvs.log on Mon May 6 14:55:45 2019 obs J1350+6132_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1350+6132_S_2017_06_10_pus_uva.fits ! AN table 1: 192 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.925347 visibilities/baseline/integration-bin. ! Found source: J1350+6132 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 1154 lines of history. ! ! Reading 31980 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J1350+6132_S_2017_06_10_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1062 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.908731Jy sigma=0.008804 ! Fit after self-cal, rms=0.895918Jy sigma=0.008683 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.351 mas, bmaj=3.902 mas, bpa=-54.67 degrees ! Estimated noise=729.715 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0786509 Jy ! Component: 100 - total flux cleaned = 0.099219 Jy ! Total flux subtracted in 100 components = 0.099219 Jy ! Clean residual min=-0.003722 max=0.008597 Jy/beam ! Clean residual mean=-0.000006 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.0992189 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0992189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076699Jy sigma=0.000707 ! Fit after self-cal, rms=0.076693Jy sigma=0.000707 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00993475 Jy ! Component: 100 - total flux cleaned = 0.0158851 Jy ! Total flux subtracted in 100 components = 0.0158851 Jy ! Clean residual min=-0.002787 max=0.004013 Jy/beam ! Clean residual mean=-0.000003 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.115104 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.115104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074916Jy sigma=0.000690 ! Fit after self-cal, rms=0.074908Jy sigma=0.000690 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.167 mas, bmaj=4.528 mas, bpa=-69.69 degrees ! Estimated noise=463.766 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (4, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00529313 Jy ! Component: 100 - total flux cleaned = 0.00838313 Jy ! Component: 150 - total flux cleaned = 0.0104127 Jy ! Component: 200 - total flux cleaned = 0.0117975 Jy ! Total flux subtracted in 200 components = 0.0117975 Jy ! Clean residual min=-0.001933 max=0.001991 Jy/beam ! Clean residual mean=0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.126901 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 59 components and 0.126901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074469Jy sigma=0.000686 ! Fit after self-cal, rms=0.074454Jy sigma=0.000686 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.91 HN 0.98 KP 1.03 ! LA 1.00 MK 1.01 NL 0.90 OV 1.01 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.95 HN 0.99 KP 0.99 ! LA 0.98 MK 1.02 NL 1.04 OV 1.15 ! PT 1.01 SC 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.99 HN 1.03 KP 0.98 ! LA 0.99 MK 1.04 NL 1.00 OV 0.94 ! PT 1.01 SC 1.04 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.98 KP 1.00* ! LA 0.96 MK 1.04 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.074454Jy sigma=0.000686 ! Fit after self-cal, rms=0.074108Jy sigma=0.000682 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.209 mas, bmaj=4.58 mas, bpa=-69.19 degrees ! Estimated noise=464.892 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000935692 Jy ! Component: 100 - total flux cleaned = 0.00124068 Jy ! Component: 150 - total flux cleaned = 0.00136672 Jy ! Component: 200 - total flux cleaned = 0.0014268 Jy ! Total flux subtracted in 200 components = 0.0014268 Jy ! Clean residual min=-0.001721 max=0.001752 Jy/beam ! Clean residual mean=0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.128328 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 79 components and 0.128328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074077Jy sigma=0.000682 ! Fit after self-cal, rms=0.074073Jy sigma=0.000682 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074073Jy sigma=0.000682 ! Fit after self-cal, rms=0.074018Jy sigma=0.000676 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.216 mas, bmaj=4.557 mas, bpa=-71.09 degrees ! Estimated noise=464.556 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000574617 Jy ! Component: 100 - total flux cleaned = 0.000660322 Jy ! Component: 150 - total flux cleaned = 0.000695942 Jy ! Component: 200 - total flux cleaned = 0.000679831 Jy ! Total flux subtracted in 200 components = 0.000679831 Jy ! Clean residual min=-0.001113 max=0.001555 Jy/beam ! Clean residual mean=-0.000002 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.129008 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 98 components and 0.129008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074005Jy sigma=0.000676 ! Fit after self-cal, rms=0.074023Jy sigma=0.000676 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-123.5, -42). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120135 Jy ! Component: 100 - total flux cleaned = 0.00125518 Jy ! Component: 150 - total flux cleaned = 0.00135323 Jy ! Component: 200 - total flux cleaned = 0.00143325 Jy ! Total flux subtracted in 200 components = 0.00143325 Jy ! Clean residual min=-0.001124 max=0.001208 Jy/beam ! Clean residual mean=-0.000003 rms=0.000282 Jy/beam ! Combined flux in latest and established models = 0.130441 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 116 components and 0.130441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073994Jy sigma=0.000676 ! Fit after self-cal, rms=0.073990Jy sigma=0.000676 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073990Jy sigma=0.000676 ! Fit after self-cal, rms=0.074086Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.216 mas, bmaj=4.55 mas, bpa=-70.96 degrees ! Estimated noise=464.656 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00055304 Jy ! Component: 100 - total flux cleaned = 0.000614757 Jy ! Component: 150 - total flux cleaned = 0.000651161 Jy ! Component: 200 - total flux cleaned = 0.000667862 Jy ! Total flux subtracted in 200 components = 0.000667862 Jy ! Clean residual min=-0.001067 max=0.001179 Jy/beam ! Clean residual mean=-0.000003 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.131109 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 121 components and 0.131109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074075Jy sigma=0.000676 ! Fit after self-cal, rms=0.074076Jy sigma=0.000676 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000136046 Jy ! Component: 100 - total flux cleaned = 0.00015222 Jy ! Component: 150 - total flux cleaned = 0.000151708 Jy ! Component: 200 - total flux cleaned = 0.000151528 Jy ! Total flux subtracted in 200 components = 0.000151528 Jy ! Clean residual min=-0.001070 max=0.001188 Jy/beam ! Clean residual mean=-0.000003 rms=0.000275 Jy/beam ! Combined flux in latest and established models = 0.131261 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 125 components and 0.131261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074070Jy sigma=0.000676 ! Fit after self-cal, rms=0.074069Jy sigma=0.000676 ! Inverting map ! Added new window around map position (51.5, 109). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109993 Jy ! Component: 100 - total flux cleaned = 0.00129683 Jy ! Component: 150 - total flux cleaned = 0.00135239 Jy ! Component: 200 - total flux cleaned = 0.0013869 Jy ! Total flux subtracted in 200 components = 0.0013869 Jy ! Clean residual min=-0.001056 max=0.001034 Jy/beam ! Clean residual mean=-0.000003 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.132648 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 141 components and 0.132648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074049Jy sigma=0.000675 ! Fit after self-cal, rms=0.074049Jy sigma=0.000675 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074049Jy sigma=0.000675 ! Fit after self-cal, rms=0.074034Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.079 mas, bmaj=9.236 mas, bpa=72.07 degrees ! Estimated noise=583.039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000751517 Jy ! Component: 100 - total flux cleaned = 0.00110154 Jy ! Component: 150 - total flux cleaned = 0.00126268 Jy ! Component: 200 - total flux cleaned = 0.00137587 Jy ! Total flux subtracted in 200 components = 0.00137587 Jy ! Clean residual min=-0.001054 max=0.001119 Jy/beam ! Clean residual mean=-0.000006 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.134024 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 160 components and 0.134023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074030Jy sigma=0.000675 ! Fit after self-cal, rms=0.074028Jy sigma=0.000675 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000220023 Jy ! Component: 100 - total flux cleaned = 0.000322619 Jy ! Component: 150 - total flux cleaned = 0.000401643 Jy ! Component: 200 - total flux cleaned = 0.000479169 Jy ! Total flux subtracted in 200 components = 0.000479169 Jy ! Clean residual min=-0.001060 max=0.001082 Jy/beam ! Clean residual mean=-0.000006 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.134503 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 166 components and 0.134503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074027Jy sigma=0.000675 ! Fit after self-cal, rms=0.074027Jy sigma=0.000675 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.213 mas, bmaj=4.541 mas, bpa=-70.92 degrees ! Estimated noise=464.788 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.213 x 4.541 at -70.92 degrees (North through East) ! Clean map min=-0.0010027 max=0.10341 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.4 mas, bmaj=3.918 mas, bpa=-54.01 degrees ! Estimated noise=731.544 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0786176 Jy ! Component: 100 - total flux cleaned = 0.0991949 Jy ! Component: 150 - total flux cleaned = 0.108808 Jy ! Component: 200 - total flux cleaned = 0.114873 Jy ! Total flux subtracted in 200 components = 0.114873 Jy ! Clean residual min=-0.002199 max=0.003332 Jy/beam ! Clean residual mean=-0.000007 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.114873 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 34 model components to the UV plane model. ! The established model now contains 34 components and 0.114873 Jy ! Inverting map and beam ! Estimated beam: bmin=4.213 mas, bmaj=4.541 mas, bpa=-70.92 degrees ! Estimated noise=464.788 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00593084 Jy ! Component: 100 - total flux cleaned = 0.00928204 Jy ! Component: 150 - total flux cleaned = 0.011513 Jy ! Component: 200 - total flux cleaned = 0.0132565 Jy ! Total flux subtracted in 200 components = 0.0132565 Jy ! Clean residual min=-0.001144 max=0.001105 Jy/beam ! Clean residual mean=-0.000005 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.128129 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 67 components and 0.128129 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.079 mas, bmaj=9.236 mas, bpa=72.07 degrees ! Estimated noise=583.039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019187 Jy ! Component: 100 - total flux cleaned = 0.00310329 Jy ! Component: 150 - total flux cleaned = 0.00400432 Jy ! Component: 200 - total flux cleaned = 0.00458058 Jy ! Total flux subtracted in 200 components = 0.00458058 Jy ! Clean residual min=-0.001102 max=0.001132 Jy/beam ! Clean residual mean=-0.000006 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.13271 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379108 Jy ! Component: 100 - total flux cleaned = 0.0007163 Jy ! Component: 150 - total flux cleaned = 0.00100372 Jy ! Component: 200 - total flux cleaned = 0.00123677 Jy ! Total flux subtracted in 200 components = 0.00123677 Jy ! Clean residual min=-0.001075 max=0.001059 Jy/beam ! Clean residual mean=-0.000006 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.133947 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 130 components and 0.133947 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.213 mas, bmaj=4.541 mas, bpa=-70.92 degrees ! Estimated noise=464.788 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000135228 Jy ! Component: 100 - total flux cleaned = 0.000134849 Jy ! Component: 150 - total flux cleaned = 8.04997e-05 Jy ! Component: 200 - total flux cleaned = 8.14466e-05 Jy ! Total flux subtracted in 200 components = 8.14466e-05 Jy ! Clean residual min=-0.001100 max=0.001055 Jy/beam ! Clean residual mean=-0.000003 rms=0.000268 Jy/beam ! Combined flux in latest and established models = 0.134028 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 147 components and 0.134028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074060Jy sigma=0.000676 ! Fit after self-cal, rms=0.074053Jy sigma=0.000676 wmodel J1350+6132_S_2017_06_10_pus_map.mod ! Writing 147 model components to file: J1350+6132_S_2017_06_10_pus_map.mod wobs J1350+6132_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1350+6132_S_2017_06_10_pus_uvs.fits wwins J1350+6132_S_2017_06_10_pus_map.win ! wwins: Wrote 4 windows to J1350+6132_S_2017_06_10_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -2.0361e-05 Jy ! Component: 100 - total flux cleaned = -1.94882e-05 Jy ! Component: 150 - total flux cleaned = -7.28445e-05 Jy ! Component: 200 - total flux cleaned = -0.000124461 Jy ! Component: 250 - total flux cleaned = -0.000174318 Jy ! Component: 300 - total flux cleaned = -0.000206607 Jy ! Component: 350 - total flux cleaned = -0.000238611 Jy ! Component: 400 - total flux cleaned = -0.000270016 Jy ! Component: 450 - total flux cleaned = -0.000301006 Jy ! Component: 500 - total flux cleaned = -0.000331711 Jy ! Component: 550 - total flux cleaned = -0.000376843 Jy ! Component: 600 - total flux cleaned = -0.000391552 Jy ! Component: 650 - total flux cleaned = -0.000391423 Jy ! Component: 700 - total flux cleaned = -0.00036238 Jy ! Component: 750 - total flux cleaned = -0.000420024 Jy ! Component: 800 - total flux cleaned = -0.000420039 Jy ! Component: 850 - total flux cleaned = -0.000462041 Jy ! Component: 900 - total flux cleaned = -0.000462145 Jy ! Component: 950 - total flux cleaned = -0.0005034 Jy ! Component: 1000 - total flux cleaned = -0.00048987 Jy ! Component: 1050 - total flux cleaned = -0.000503429 Jy ! Component: 1100 - total flux cleaned = -0.00053014 Jy ! Component: 1150 - total flux cleaned = -0.000583153 Jy ! Component: 1200 - total flux cleaned = -0.000556676 Jy ! Component: 1250 - total flux cleaned = -0.00058292 Jy ! Component: 1300 - total flux cleaned = -0.000608875 Jy ! Component: 1350 - total flux cleaned = -0.000647304 Jy ! Component: 1400 - total flux cleaned = -0.00067279 Jy ! Component: 1450 - total flux cleaned = -0.000672424 Jy ! Component: 1500 - total flux cleaned = -0.000647153 Jy ! Component: 1550 - total flux cleaned = -0.000634599 Jy ! Component: 1600 - total flux cleaned = -0.000659356 Jy ! Component: 1650 - total flux cleaned = -0.000696098 Jy ! Component: 1700 - total flux cleaned = -0.000683923 Jy ! Component: 1750 - total flux cleaned = -0.000708145 Jy ! Component: 1800 - total flux cleaned = -0.000744102 Jy ! Component: 1850 - total flux cleaned = -0.000744128 Jy ! Component: 1900 - total flux cleaned = -0.000755949 Jy ! Component: 1950 - total flux cleaned = -0.000803019 Jy ! Component: 2000 - total flux cleaned = -0.000837915 Jy ! Component: 2050 - total flux cleaned = -0.000837811 Jy ! Component: 2100 - total flux cleaned = -0.00084929 Jy ! Component: 2150 - total flux cleaned = -0.000883478 Jy ! Component: 2200 - total flux cleaned = -0.000917414 Jy ! Component: 2250 - total flux cleaned = -0.000894912 Jy ! Component: 2300 - total flux cleaned = -0.000906018 Jy ! Component: 2350 - total flux cleaned = -0.000917004 Jy ! Component: 2400 - total flux cleaned = -0.000939104 Jy ! Component: 2450 - total flux cleaned = -0.000949981 Jy ! Component: 2500 - total flux cleaned = -0.00091729 Jy ! Component: 2550 - total flux cleaned = -0.000960535 Jy ! Component: 2600 - total flux cleaned = -0.000982 Jy ! Component: 2650 - total flux cleaned = -0.000960662 Jy ! Component: 2700 - total flux cleaned = -0.000992468 Jy ! Component: 2750 - total flux cleaned = -0.000971514 Jy ! Component: 2800 - total flux cleaned = -0.00101352 Jy ! Component: 2850 - total flux cleaned = -0.00103435 Jy ! Component: 2900 - total flux cleaned = -0.00104476 Jy ! Component: 2950 - total flux cleaned = -0.00108595 Jy ! Component: 3000 - total flux cleaned = -0.00108591 Jy ! Component: 3050 - total flux cleaned = -0.00106547 Jy ! Component: 3100 - total flux cleaned = -0.00103505 Jy ! Component: 3150 - total flux cleaned = -0.00105513 Jy ! Component: 3200 - total flux cleaned = -0.00108513 Jy ! Component: 3250 - total flux cleaned = -0.00108513 Jy ! Component: 3300 - total flux cleaned = -0.00107524 Jy ! Component: 3350 - total flux cleaned = -0.0011146 Jy ! Component: 3400 - total flux cleaned = -0.00108519 Jy ! Component: 3450 - total flux cleaned = -0.00107551 Jy ! Component: 3500 - total flux cleaned = -0.00107558 Jy ! Component: 3550 - total flux cleaned = -0.00110452 Jy ! Component: 3600 - total flux cleaned = -0.001114 Jy ! Component: 3650 - total flux cleaned = -0.00113307 Jy ! Component: 3700 - total flux cleaned = -0.00112348 Jy ! Component: 3750 - total flux cleaned = -0.00114235 Jy ! Component: 3800 - total flux cleaned = -0.00112359 Jy ! Component: 3850 - total flux cleaned = -0.00112357 Jy ! Component: 3900 - total flux cleaned = -0.00109575 Jy ! Component: 3950 - total flux cleaned = -0.00109574 Jy ! Component: 4000 - total flux cleaned = -0.0011049 Jy ! Component: 4050 - total flux cleaned = -0.00107746 Jy ! Total flux subtracted in 4096 components = -0.00105014 Jy ! Clean residual min=-0.000566 max=0.000525 Jy/beam ! Clean residual mean=-0.000002 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.132978 Jy keep ! Adding 288 model components to the UV plane model. ! The established model now contains 435 components and 0.132978 Jy ![Exited script file: muppet] wmap "J1350+6132_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.213 x 4.541 at -70.92 degrees (North through East) ! Clean map min=-0.00084777 max=0.10369 Jy/beam ! Writing clean map to FITS file: J1350+6132_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.10369 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000163706 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.473644 0.473644 0.947288 1.89458 3.78915 7.5783 15.1566 30.3132 60.6264 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.103 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.213 x 4.541 at -70.92 degrees (North through East) ! Clean map min=-0.00084777 max=0.10369 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1350+6132_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:55:50 2019