! Started logfile: J1327+4326_S_2017_07_16_pus_uvs.log on Thu May 9 11:09:51 2019 obs J1327+4326_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1327+4326_S_2017_07_16_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.766931 visibilities/baseline/integration-bin. ! Found source: J1327+4326 ! ! 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 815 lines of history. ! ! Reading 11596 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 J1327+4326_S_2017_07_16_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 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 551 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.638447Jy sigma=0.006171 ! Fit after self-cal, rms=0.623288Jy sigma=0.006035 ! 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=2.867 mas, bmaj=4.627 mas, bpa=-2.189 degrees ! Estimated noise=1250.24 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.28846 Jy ! Component: 100 - total flux cleaned = 0.362833 Jy ! Total flux subtracted in 100 components = 0.362833 Jy ! Clean residual min=-0.012342 max=0.029587 Jy/beam ! Clean residual mean=-0.000023 rms=0.003155 Jy/beam ! Combined flux in latest and established models = 0.362833 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.362833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104441Jy sigma=0.000889 ! Fit after self-cal, rms=0.104353Jy sigma=0.000888 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0315519 Jy ! Component: 100 - total flux cleaned = 0.0474916 Jy ! Total flux subtracted in 100 components = 0.0474916 Jy ! Clean residual min=-0.008236 max=0.008922 Jy/beam ! Clean residual mean=-0.000016 rms=0.001967 Jy/beam ! Combined flux in latest and established models = 0.410325 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 14 components and 0.410325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093034Jy sigma=0.000778 ! Fit after self-cal, rms=0.092918Jy sigma=0.000777 ! 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=3.428 mas, bmaj=5.423 mas, bpa=0.0396 degrees ! Estimated noise=785.182 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.0103775 Jy ! Component: 100 - total flux cleaned = 0.0158181 Jy ! Component: 150 - total flux cleaned = 0.0191161 Jy ! Component: 200 - total flux cleaned = 0.0212259 Jy ! Total flux subtracted in 200 components = 0.0212259 Jy ! Clean residual min=-0.006516 max=0.007228 Jy/beam ! Clean residual mean=-0.000035 rms=0.001848 Jy/beam ! Combined flux in latest and established models = 0.431551 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 39 components and 0.431551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091459Jy sigma=0.000766 ! Fit after self-cal, rms=0.091429Jy sigma=0.000766 ! 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.01 FD 1.00* HN 0.97 KP 1.08 ! LA 1.02 MK 1.04 NL 0.91 OV 1.00 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00* HN 1.02 KP 1.04 ! LA 0.98 MK 1.03 NL 1.06 OV 0.96 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.00* HN 1.01 KP 1.04 ! LA 1.00 MK 1.05 NL 1.03 OV 0.96 ! PT 1.00 SC 1.00 ! ! ! Correcting IF 4. ! A total of 93 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.05 KP 1.00* ! LA 0.98 MK 1.07 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.091429Jy sigma=0.000766 ! Fit after self-cal, rms=0.087611Jy sigma=0.000737 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.441 mas, bmaj=5.413 mas, bpa=1.129 degrees ! Estimated noise=793.055 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.00193069 Jy ! Component: 100 - total flux cleaned = 0.00232493 Jy ! Component: 150 - total flux cleaned = 0.00259306 Jy ! Component: 200 - total flux cleaned = 0.00277465 Jy ! Total flux subtracted in 200 components = 0.00277465 Jy ! Clean residual min=-0.005567 max=0.006318 Jy/beam ! Clean residual mean=-0.000026 rms=0.001588 Jy/beam ! Combined flux in latest and established models = 0.434325 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.434325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087464Jy sigma=0.000736 ! Fit after self-cal, rms=0.087467Jy sigma=0.000736 ! 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.087467Jy sigma=0.000736 ! Fit after self-cal, rms=0.075546Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.438 mas, bmaj=5.421 mas, bpa=0.9001 degrees ! Estimated noise=791.314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000661588 Jy ! Component: 100 - total flux cleaned = 0.000616113 Jy ! Component: 150 - total flux cleaned = 0.000617759 Jy ! Component: 200 - total flux cleaned = 0.000682429 Jy ! Total flux subtracted in 200 components = 0.000682429 Jy ! Clean residual min=-0.002950 max=0.004224 Jy/beam ! Clean residual mean=-0.000028 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.435008 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 54 components and 0.435008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075497Jy sigma=0.000668 ! Fit after self-cal, rms=0.075510Jy sigma=0.000667 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 (-6, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00360501 Jy ! Component: 100 - total flux cleaned = 0.00506077 Jy ! Component: 150 - total flux cleaned = 0.00516562 Jy ! Component: 200 - total flux cleaned = 0.00516582 Jy ! Total flux subtracted in 200 components = 0.00516582 Jy ! Clean residual min=-0.002535 max=0.002460 Jy/beam ! Clean residual mean=-0.000027 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.440173 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 77 components and 0.440174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075324Jy sigma=0.000666 ! Fit after self-cal, rms=0.075309Jy sigma=0.000665 ! 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.075309Jy sigma=0.000665 ! Fit after self-cal, rms=0.075266Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.439 mas, bmaj=5.415 mas, bpa=0.9234 degrees ! Estimated noise=790.971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0018122 Jy ! Component: 100 - total flux cleaned = 0.00216612 Jy ! Component: 150 - total flux cleaned = 0.00230554 Jy ! Component: 200 - total flux cleaned = 0.00236467 Jy ! Total flux subtracted in 200 components = 0.00236467 Jy ! Clean residual min=-0.002236 max=0.002249 Jy/beam ! Clean residual mean=-0.000027 rms=0.000549 Jy/beam ! Combined flux in latest and established models = 0.442538 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 89 components and 0.442538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075205Jy sigma=0.000665 ! Fit after self-cal, rms=0.075203Jy sigma=0.000665 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.000498563 Jy ! Component: 100 - total flux cleaned = 0.000607355 Jy ! Component: 150 - total flux cleaned = 0.000678767 Jy ! Component: 200 - total flux cleaned = 0.000721699 Jy ! Total flux subtracted in 200 components = 0.000721699 Jy ! Clean residual min=-0.002169 max=0.002247 Jy/beam ! Clean residual mean=-0.000027 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.44326 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 95 components and 0.44326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075184Jy sigma=0.000664 ! Fit after self-cal, rms=0.075185Jy sigma=0.000664 ! 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.075185Jy sigma=0.000664 ! Fit after self-cal, rms=0.075156Jy sigma=0.000664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.094 mas, bmaj=8.927 mas, bpa=3.335 degrees ! Estimated noise=1014.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000948692 Jy ! Component: 100 - total flux cleaned = 0.00127193 Jy ! Component: 150 - total flux cleaned = 0.00130192 Jy ! Component: 200 - total flux cleaned = 0.0013019 Jy ! Total flux subtracted in 200 components = 0.0013019 Jy ! Clean residual min=-0.003191 max=0.003136 Jy/beam ! Clean residual mean=-0.000067 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.444562 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 105 components and 0.444562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075148Jy sigma=0.000664 ! Fit after self-cal, rms=0.075149Jy sigma=0.000664 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.000132788 Jy ! Component: 100 - total flux cleaned = 0.000145287 Jy ! Component: 150 - total flux cleaned = 0.000156035 Jy ! Component: 200 - total flux cleaned = 0.000156075 Jy ! Total flux subtracted in 200 components = 0.000156075 Jy ! Clean residual min=-0.003209 max=0.003171 Jy/beam ! Clean residual mean=-0.000067 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.444718 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 113 components and 0.444718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075148Jy sigma=0.000664 ! Fit after self-cal, rms=0.075149Jy sigma=0.000664 ! 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=3.441 mas, bmaj=5.413 mas, bpa=0.9683 degrees ! Estimated noise=790.645 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.441 x 5.413 at 0.9683 degrees (North through East) ! Clean map min=-0.0020453 max=0.37673 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=2.886 mas, bmaj=4.631 mas, bpa=-1.207 degrees ! Estimated noise=1262 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.288799 Jy ! Component: 100 - total flux cleaned = 0.363246 Jy ! Component: 150 - total flux cleaned = 0.393528 Jy ! Component: 200 - total flux cleaned = 0.40889 Jy ! Total flux subtracted in 200 components = 0.40889 Jy ! Clean residual min=-0.004200 max=0.007364 Jy/beam ! Clean residual mean=-0.000012 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.40889 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.40889 Jy ! Inverting map and beam ! Estimated beam: bmin=3.441 mas, bmaj=5.413 mas, bpa=0.9683 degrees ! Estimated noise=790.645 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.0117822 Jy ! Component: 100 - total flux cleaned = 0.0187066 Jy ! Component: 150 - total flux cleaned = 0.0233352 Jy ! Component: 200 - total flux cleaned = 0.0266316 Jy ! Total flux subtracted in 200 components = 0.0266316 Jy ! Clean residual min=-0.002338 max=0.002396 Jy/beam ! Clean residual mean=-0.000029 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.435522 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 73 components and 0.435522 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=7.094 mas, bmaj=8.927 mas, bpa=3.335 degrees ! Estimated noise=1014.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00407547 Jy ! Component: 100 - total flux cleaned = 0.00629485 Jy ! Component: 150 - total flux cleaned = 0.0076478 Jy ! Component: 200 - total flux cleaned = 0.00827011 Jy ! Total flux subtracted in 200 components = 0.00827011 Jy ! Clean residual min=-0.003208 max=0.003120 Jy/beam ! Clean residual mean=-0.000068 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.443792 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.000294779 Jy ! Component: 100 - total flux cleaned = 0.000541099 Jy ! Component: 150 - total flux cleaned = 0.000714675 Jy ! Component: 200 - total flux cleaned = 0.000779946 Jy ! Total flux subtracted in 200 components = 0.000779946 Jy ! Clean residual min=-0.003212 max=0.003160 Jy/beam ! Clean residual mean=-0.000067 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.444572 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 131 components and 0.444572 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.441 mas, bmaj=5.413 mas, bpa=0.9683 degrees ! Estimated noise=790.645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.4999e-05 Jy ! Component: 100 - total flux cleaned = -0.000222402 Jy ! Component: 150 - total flux cleaned = -0.000313617 Jy ! Component: 200 - total flux cleaned = -0.000314924 Jy ! Total flux subtracted in 200 components = -0.000314924 Jy ! Clean residual min=-0.002130 max=0.002206 Jy/beam ! Clean residual mean=-0.000027 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.444257 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 146 components and 0.444257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075131Jy sigma=0.000664 ! Fit after self-cal, rms=0.075127Jy sigma=0.000664 wmodel J1327+4326_S_2017_07_16_pus_map.mod ! Writing 146 model components to file: J1327+4326_S_2017_07_16_pus_map.mod wobs J1327+4326_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1327+4326_S_2017_07_16_pus_uvs.fits wwins J1327+4326_S_2017_07_16_pus_map.win ! wwins: Wrote 2 windows to J1327+4326_S_2017_07_16_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 = 0.00049657 Jy ! Component: 100 - total flux cleaned = 0.000719964 Jy ! Component: 150 - total flux cleaned = 0.000651449 Jy ! Component: 200 - total flux cleaned = 0.000452245 Jy ! Component: 250 - total flux cleaned = 0.000259658 Jy ! Component: 300 - total flux cleaned = 0.000166279 Jy ! Component: 350 - total flux cleaned = 0.000104947 Jy ! Component: 400 - total flux cleaned = 7.51169e-05 Jy ! Component: 450 - total flux cleaned = 7.55158e-05 Jy ! Component: 500 - total flux cleaned = 7.58043e-05 Jy ! Component: 550 - total flux cleaned = 0.000102362 Jy ! Component: 600 - total flux cleaned = 0.000102269 Jy ! Component: 650 - total flux cleaned = 7.60679e-05 Jy ! Component: 700 - total flux cleaned = 5.06327e-05 Jy ! Component: 750 - total flux cleaned = 5.06618e-07 Jy ! Component: 800 - total flux cleaned = -4.82968e-05 Jy ! Component: 850 - total flux cleaned = -4.81784e-05 Jy ! Component: 900 - total flux cleaned = -0.000166108 Jy ! Component: 950 - total flux cleaned = -0.000165845 Jy ! Component: 1000 - total flux cleaned = -0.000234438 Jy ! Component: 1050 - total flux cleaned = -0.000346653 Jy ! Component: 1100 - total flux cleaned = -0.000434991 Jy ! Component: 1150 - total flux cleaned = -0.000500133 Jy ! Component: 1200 - total flux cleaned = -0.000564475 Jy ! Component: 1250 - total flux cleaned = -0.000670081 Jy ! Component: 1300 - total flux cleaned = -0.000794983 Jy ! Component: 1350 - total flux cleaned = -0.000753855 Jy ! Component: 1400 - total flux cleaned = -0.000895951 Jy ! Component: 1450 - total flux cleaned = -0.000875614 Jy ! Component: 1500 - total flux cleaned = -0.000895654 Jy ! Component: 1550 - total flux cleaned = -0.0010135 Jy ! Component: 1600 - total flux cleaned = -0.00101328 Jy ! Component: 1650 - total flux cleaned = -0.0010898 Jy ! Component: 1700 - total flux cleaned = -0.00110891 Jy ! Component: 1750 - total flux cleaned = -0.00110917 Jy ! Component: 1800 - total flux cleaned = -0.00118353 Jy ! Component: 1850 - total flux cleaned = -0.00121983 Jy ! Component: 1900 - total flux cleaned = -0.00125601 Jy ! Component: 1950 - total flux cleaned = -0.00129197 Jy ! Component: 2000 - total flux cleaned = -0.00123845 Jy ! Component: 2050 - total flux cleaned = -0.00125613 Jy ! Component: 2100 - total flux cleaned = -0.00132543 Jy ! Component: 2150 - total flux cleaned = -0.00132541 Jy ! Component: 2200 - total flux cleaned = -0.00130834 Jy ! Component: 2250 - total flux cleaned = -0.00129117 Jy ! Component: 2300 - total flux cleaned = -0.00127429 Jy ! Component: 2350 - total flux cleaned = -0.00127433 Jy ! Component: 2400 - total flux cleaned = -0.00127414 Jy ! Component: 2450 - total flux cleaned = -0.00127411 Jy ! Component: 2500 - total flux cleaned = -0.00124209 Jy ! Component: 2550 - total flux cleaned = -0.00125803 Jy ! Component: 2600 - total flux cleaned = -0.00122664 Jy ! Component: 2650 - total flux cleaned = -0.00124238 Jy ! Component: 2700 - total flux cleaned = -0.00128888 Jy ! Component: 2750 - total flux cleaned = -0.00128865 Jy ! Component: 2800 - total flux cleaned = -0.00130392 Jy ! Component: 2850 - total flux cleaned = -0.0012737 Jy ! Component: 2900 - total flux cleaned = -0.00128857 Jy ! Component: 2950 - total flux cleaned = -0.00128845 Jy ! Component: 3000 - total flux cleaned = -0.00124397 Jy ! Component: 3050 - total flux cleaned = -0.00121466 Jy ! Component: 3100 - total flux cleaned = -0.00125838 Jy ! Component: 3150 - total flux cleaned = -0.00121522 Jy ! Component: 3200 - total flux cleaned = -0.00130125 Jy ! Component: 3250 - total flux cleaned = -0.00127275 Jy ! Component: 3300 - total flux cleaned = -0.00127294 Jy ! Component: 3350 - total flux cleaned = -0.00127297 Jy ! Component: 3400 - total flux cleaned = -0.00125901 Jy ! Component: 3450 - total flux cleaned = -0.00123118 Jy ! Component: 3500 - total flux cleaned = -0.00123109 Jy ! Component: 3550 - total flux cleaned = -0.00123119 Jy ! Component: 3600 - total flux cleaned = -0.00125822 Jy ! Component: 3650 - total flux cleaned = -0.0012582 Jy ! Component: 3700 - total flux cleaned = -0.0012046 Jy ! Component: 3750 - total flux cleaned = -0.00128425 Jy ! Component: 3800 - total flux cleaned = -0.00124459 Jy ! Component: 3850 - total flux cleaned = -0.00125777 Jy ! Component: 3900 - total flux cleaned = -0.00129678 Jy ! Component: 3950 - total flux cleaned = -0.00121911 Jy ! Component: 4000 - total flux cleaned = -0.00125762 Jy ! Component: 4050 - total flux cleaned = -0.00124495 Jy ! Total flux subtracted in 4096 components = -0.00121961 Jy ! Clean residual min=-0.000751 max=0.000758 Jy/beam ! Clean residual mean=-0.000007 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.443037 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 450 components and 0.443037 Jy ![Exited script file: muppet] wmap "J1327+4326_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.441 x 5.413 at 0.9683 degrees (North through East) ! Clean map min=-0.0013364 max=0.37695 Jy/beam ! Writing clean map to FITS file: J1327+4326_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.376948 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0002274 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.180979 0.180979 0.361959 0.723918 1.44784 2.89567 5.79134 11.5827 23.1654 46.3307 92.6615 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.376 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.441 x 5.413 at 0.9683 degrees (North through East) ! Clean map min=-0.0013364 max=0.37695 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 J1327+4326_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:09:56 2019