! Started logfile: J2352+3947_S_2017_02_24_pus_uvs.log on Sat May 4 11:38:54 2019 obs J2352+3947_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2352+3947_S_2017_02_24_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.970955 visibilities/baseline/integration-bin. ! Found source: J2352+3947 ! ! 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 823 lines of history. ! ! Reading 19924 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 J2352+3947_S_2017_02_24_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 360 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.860547Jy sigma=0.008168 ! Fit after self-cal, rms=0.851993Jy sigma=0.008096 ! 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.966 mas, bmaj=5.417 mas, bpa=-2.277 degrees ! Estimated noise=919.833 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.115431 Jy ! Component: 100 - total flux cleaned = 0.14142 Jy ! Total flux subtracted in 100 components = 0.14142 Jy ! Clean residual min=-0.004418 max=0.009923 Jy/beam ! Clean residual mean=0.000014 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.14142 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.14142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077859Jy sigma=0.000699 ! Fit after self-cal, rms=0.077853Jy sigma=0.000699 ! Inverting map ! Added new window around map position (3, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108546 Jy ! Component: 100 - total flux cleaned = 0.0167453 Jy ! Total flux subtracted in 100 components = 0.0167453 Jy ! Clean residual min=-0.003522 max=0.004130 Jy/beam ! Clean residual mean=0.000008 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.158165 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.158165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076045Jy sigma=0.000680 ! Fit after self-cal, rms=0.075997Jy sigma=0.000680 ! 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.582 mas, bmaj=6.224 mas, bpa=-0.9551 degrees ! Estimated noise=573.646 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.00513846 Jy ! Component: 100 - total flux cleaned = 0.0079162 Jy ! Component: 150 - total flux cleaned = 0.00955559 Jy ! Component: 200 - total flux cleaned = 0.0105884 Jy ! Total flux subtracted in 200 components = 0.0105884 Jy ! Clean residual min=-0.002370 max=0.003011 Jy/beam ! Clean residual mean=0.000009 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.168754 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 42 components and 0.168754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075650Jy sigma=0.000677 ! Fit after self-cal, rms=0.075632Jy sigma=0.000676 ! 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 0.91 FD 1.04 HN 1.02 KP 0.98 ! LA 0.96 MK 0.97 NL 1.02 OV 1.04 ! PT 1.02 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.96 HN 1.04 KP 0.94 ! LA 0.92 MK 0.98 NL 1.01 OV 1.11 ! PT 0.96 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 1.00 KP 1.00 ! LA 1.02 MK 1.03 NL 1.13 OV 0.97 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 0.95 KP 1.00* ! LA 1.03 MK 1.22 NL 1.00* OV 1.03 ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.075632Jy sigma=0.000676 ! Fit after self-cal, rms=0.075250Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=6.209 mas, bpa=-0.2499 degrees ! Estimated noise=572.551 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.000445891 Jy ! Component: 100 - total flux cleaned = 0.000474036 Jy ! Component: 150 - total flux cleaned = 0.000520083 Jy ! Component: 200 - total flux cleaned = 0.000580967 Jy ! Total flux subtracted in 200 components = 0.000580967 Jy ! Clean residual min=-0.002106 max=0.002250 Jy/beam ! Clean residual mean=0.000008 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.169334 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.169334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075229Jy sigma=0.000669 ! Fit after self-cal, rms=0.075247Jy sigma=0.000669 ! 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.075247Jy sigma=0.000669 ! Fit after self-cal, rms=0.074809Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.582 mas, bmaj=6.199 mas, bpa=-0.6922 degrees ! Estimated noise=572.401 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000262242 Jy ! Component: 100 - total flux cleaned = 0.000270125 Jy ! Component: 150 - total flux cleaned = 0.000218701 Jy ! Component: 200 - total flux cleaned = 0.000218937 Jy ! Total flux subtracted in 200 components = 0.000218937 Jy ! Clean residual min=-0.001442 max=0.001612 Jy/beam ! Clean residual mean=0.000001 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.169553 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 63 components and 0.169553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074801Jy sigma=0.000666 ! Fit after self-cal, rms=0.074802Jy sigma=0.000666 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 (82.5, -17.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000273439 Jy ! Component: 100 - total flux cleaned = 0.000424687 Jy ! Component: 150 - total flux cleaned = 0.000488336 Jy ! Component: 200 - total flux cleaned = 0.000487634 Jy ! Total flux subtracted in 200 components = 0.000487634 Jy ! Clean residual min=-0.001333 max=0.001613 Jy/beam ! Clean residual mean=0.000000 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.170041 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 79 components and 0.170041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074758Jy sigma=0.000665 ! Fit after self-cal, rms=0.074755Jy sigma=0.000665 ! Inverting map ! Added new window around map position (-2.5, 42.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104818 Jy ! Component: 100 - total flux cleaned = 0.0011151 Jy ! Component: 150 - total flux cleaned = 0.00111335 Jy ! Component: 200 - total flux cleaned = 0.00114153 Jy ! Total flux subtracted in 200 components = 0.00114153 Jy ! Clean residual min=-0.001297 max=0.001322 Jy/beam ! Clean residual mean=0.000001 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.171183 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 99 components and 0.171183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074717Jy sigma=0.000665 ! Fit after self-cal, rms=0.074716Jy 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.074716Jy sigma=0.000665 ! Fit after self-cal, rms=0.074573Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.58 mas, bmaj=6.198 mas, bpa=-0.7622 degrees ! Estimated noise=571.915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000351874 Jy ! Component: 100 - total flux cleaned = 0.00040464 Jy ! Component: 150 - total flux cleaned = 0.000454041 Jy ! Component: 200 - total flux cleaned = 0.000499715 Jy ! Total flux subtracted in 200 components = 0.000499715 Jy ! Clean residual min=-0.001316 max=0.001257 Jy/beam ! Clean residual mean=0.000000 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.171682 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 104 components and 0.171682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074556Jy sigma=0.000665 ! Fit after self-cal, rms=0.074555Jy 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 = -6.92635e-08 Jy ! Component: 100 - total flux cleaned = -2.19856e-05 Jy ! Component: 150 - total flux cleaned = -4.19282e-05 Jy ! Component: 200 - total flux cleaned = -4.12974e-05 Jy ! Total flux subtracted in 200 components = -4.12974e-05 Jy ! Clean residual min=-0.001312 max=0.001233 Jy/beam ! Clean residual mean=0.000000 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.171641 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 110 components and 0.171641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074544Jy sigma=0.000665 ! Fit after self-cal, rms=0.074544Jy sigma=0.000665 ! 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.074544Jy sigma=0.000665 ! Fit after self-cal, rms=0.074505Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.56 mas, bmaj=9.442 mas, bpa=2.88 degrees ! Estimated noise=701.741 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000483649 Jy ! Component: 100 - total flux cleaned = 0.000541656 Jy ! Component: 150 - total flux cleaned = 0.00055799 Jy ! Component: 200 - total flux cleaned = 0.000557579 Jy ! Total flux subtracted in 200 components = 0.000557579 Jy ! Clean residual min=-0.001251 max=0.001375 Jy/beam ! Clean residual mean=-0.000000 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.172199 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 123 components and 0.172198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074503Jy sigma=0.000665 ! Fit after self-cal, rms=0.074502Jy 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 = 5.22116e-05 Jy ! Component: 100 - total flux cleaned = 2.95019e-05 Jy ! Component: 150 - total flux cleaned = 1.89373e-05 Jy ! Component: 200 - total flux cleaned = 8.43107e-06 Jy ! Total flux subtracted in 200 components = 8.43107e-06 Jy ! Clean residual min=-0.001227 max=0.001354 Jy/beam ! Clean residual mean=-0.000001 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.172207 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 133 components and 0.172207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074502Jy sigma=0.000665 ! Fit after self-cal, rms=0.074502Jy sigma=0.000665 ! 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.579 mas, bmaj=6.199 mas, bpa=-0.7782 degrees ! Estimated noise=571.846 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.579 x 6.199 at -0.7782 degrees (North through East) ! Clean map min=-0.0015157 max=0.14937 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.969 mas, bmaj=5.389 mas, bpa=-2.002 degrees ! Estimated noise=917.944 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.115095 Jy ! Component: 100 - total flux cleaned = 0.141462 Jy ! Component: 150 - total flux cleaned = 0.152782 Jy ! Component: 200 - total flux cleaned = 0.159133 Jy ! Total flux subtracted in 200 components = 0.159133 Jy ! Clean residual min=-0.003002 max=0.003200 Jy/beam ! Clean residual mean=0.000004 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.159133 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.159133 Jy ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=6.199 mas, bpa=-0.7782 degrees ! Estimated noise=571.846 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.00474801 Jy ! Component: 100 - total flux cleaned = 0.0074993 Jy ! Component: 150 - total flux cleaned = 0.00906608 Jy ! Component: 200 - total flux cleaned = 0.00991067 Jy ! Total flux subtracted in 200 components = 0.00991067 Jy ! Clean residual min=-0.001386 max=0.001481 Jy/beam ! Clean residual mean=0.000001 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.169044 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 38 components and 0.169044 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.56 mas, bmaj=9.442 mas, bpa=2.88 degrees ! Estimated noise=701.741 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169431 Jy ! Component: 100 - total flux cleaned = 0.0020986 Jy ! Component: 150 - total flux cleaned = 0.00225354 Jy ! Component: 200 - total flux cleaned = 0.00235856 Jy ! Total flux subtracted in 200 components = 0.00235856 Jy ! Clean residual min=-0.001427 max=0.001360 Jy/beam ! Clean residual mean=0.000000 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.171402 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 = 6.87974e-05 Jy ! Component: 100 - total flux cleaned = 0.000110343 Jy ! Component: 150 - total flux cleaned = 0.000149184 Jy ! Component: 200 - total flux cleaned = 0.000202205 Jy ! Total flux subtracted in 200 components = 0.000202205 Jy ! Clean residual min=-0.001342 max=0.001367 Jy/beam ! Clean residual mean=-0.000000 rms=0.000380 Jy/beam ! Combined flux in latest and established models = 0.171605 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 68 components and 0.171605 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=6.199 mas, bpa=-0.7782 degrees ! Estimated noise=571.846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000114997 Jy ! Component: 100 - total flux cleaned = -0.000149556 Jy ! Component: 150 - total flux cleaned = -0.000181333 Jy ! Component: 200 - total flux cleaned = -0.000181213 Jy ! Total flux subtracted in 200 components = -0.000181213 Jy ! Clean residual min=-0.001267 max=0.001259 Jy/beam ! Clean residual mean=-0.000000 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.171423 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 91 components and 0.171423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074530Jy sigma=0.000665 ! Fit after self-cal, rms=0.074527Jy sigma=0.000665 wmodel J2352+3947_S_2017_02_24_pus_map.mod ! Writing 91 model components to file: J2352+3947_S_2017_02_24_pus_map.mod wobs J2352+3947_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2352+3947_S_2017_02_24_pus_uvs.fits wwins J2352+3947_S_2017_02_24_pus_map.win ! wwins: Wrote 4 windows to J2352+3947_S_2017_02_24_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.000114217 Jy ! Component: 100 - total flux cleaned = 0.000294694 Jy ! Component: 150 - total flux cleaned = 0.00040377 Jy ! Component: 200 - total flux cleaned = 0.000446697 Jy ! Component: 250 - total flux cleaned = 0.000530008 Jy ! Component: 300 - total flux cleaned = 0.000550268 Jy ! Component: 350 - total flux cleaned = 0.000570315 Jy ! Component: 400 - total flux cleaned = 0.000570332 Jy ! Component: 450 - total flux cleaned = 0.00060863 Jy ! Component: 500 - total flux cleaned = 0.000589823 Jy ! Component: 550 - total flux cleaned = 0.000571434 Jy ! Component: 600 - total flux cleaned = 0.000626449 Jy ! Component: 650 - total flux cleaned = 0.000644771 Jy ! Component: 700 - total flux cleaned = 0.000680362 Jy ! Component: 750 - total flux cleaned = 0.000715248 Jy ! Component: 800 - total flux cleaned = 0.000714856 Jy ! Component: 850 - total flux cleaned = 0.000714984 Jy ! Component: 900 - total flux cleaned = 0.000748937 Jy ! Component: 950 - total flux cleaned = 0.00078236 Jy ! Component: 1000 - total flux cleaned = 0.000815382 Jy ! Component: 1050 - total flux cleaned = 0.000831676 Jy ! Component: 1100 - total flux cleaned = 0.000912361 Jy ! Component: 1150 - total flux cleaned = 0.000896329 Jy ! Component: 1200 - total flux cleaned = 0.0009438 Jy ! Component: 1250 - total flux cleaned = 0.000959685 Jy ! Component: 1300 - total flux cleaned = 0.000990567 Jy ! Component: 1350 - total flux cleaned = 0.0010368 Jy ! Component: 1400 - total flux cleaned = 0.00102154 Jy ! Component: 1450 - total flux cleaned = 0.0010517 Jy ! Component: 1500 - total flux cleaned = 0.00105172 Jy ! Component: 1550 - total flux cleaned = 0.00105162 Jy ! Component: 1600 - total flux cleaned = 0.00103717 Jy ! Component: 1650 - total flux cleaned = 0.00103714 Jy ! Component: 1700 - total flux cleaned = 0.00108027 Jy ! Component: 1750 - total flux cleaned = 0.00109438 Jy ! Component: 1800 - total flux cleaned = 0.00109427 Jy ! Component: 1850 - total flux cleaned = 0.0011221 Jy ! Component: 1900 - total flux cleaned = 0.00110816 Jy ! Component: 1950 - total flux cleaned = 0.00106689 Jy ! Component: 2000 - total flux cleaned = 0.00103966 Jy ! Component: 2050 - total flux cleaned = 0.00103975 Jy ! Component: 2100 - total flux cleaned = 0.0010529 Jy ! Component: 2150 - total flux cleaned = 0.00102618 Jy ! Component: 2200 - total flux cleaned = 0.00103955 Jy ! Component: 2250 - total flux cleaned = 0.000987279 Jy ! Component: 2300 - total flux cleaned = 0.0010395 Jy ! Component: 2350 - total flux cleaned = 0.00097477 Jy ! Component: 2400 - total flux cleaned = 0.000987609 Jy ! Component: 2450 - total flux cleaned = 0.00096207 Jy ! Component: 2500 - total flux cleaned = 0.000962134 Jy ! Component: 2550 - total flux cleaned = 0.000937008 Jy ! Component: 2600 - total flux cleaned = 0.000937178 Jy ! Component: 2650 - total flux cleaned = 0.000900145 Jy ! Component: 2700 - total flux cleaned = 0.000887787 Jy ! Component: 2750 - total flux cleaned = 0.000936678 Jy ! Component: 2800 - total flux cleaned = 0.000900396 Jy ! Component: 2850 - total flux cleaned = 0.000912445 Jy ! Component: 2900 - total flux cleaned = 0.000876471 Jy ! Component: 2950 - total flux cleaned = 0.00086462 Jy ! Component: 3000 - total flux cleaned = 0.000899904 Jy ! Component: 3050 - total flux cleaned = 0.000876562 Jy ! Component: 3100 - total flux cleaned = 0.00083001 Jy ! Component: 3150 - total flux cleaned = 0.000806786 Jy ! Component: 3200 - total flux cleaned = 0.000818305 Jy ! Component: 3250 - total flux cleaned = 0.000829766 Jy ! Component: 3300 - total flux cleaned = 0.000784309 Jy ! Component: 3350 - total flux cleaned = 0.000750406 Jy ! Component: 3400 - total flux cleaned = 0.000739249 Jy ! Component: 3450 - total flux cleaned = 0.000750466 Jy ! Component: 3500 - total flux cleaned = 0.000739356 Jy ! Component: 3550 - total flux cleaned = 0.000717313 Jy ! Component: 3600 - total flux cleaned = 0.000706445 Jy ! Component: 3650 - total flux cleaned = 0.000673686 Jy ! Component: 3700 - total flux cleaned = 0.0006737 Jy ! Component: 3750 - total flux cleaned = 0.000673636 Jy ! Component: 3800 - total flux cleaned = 0.000705846 Jy ! Component: 3850 - total flux cleaned = 0.000705842 Jy ! Component: 3900 - total flux cleaned = 0.000674075 Jy ! Component: 3950 - total flux cleaned = 0.000684715 Jy ! Component: 4000 - total flux cleaned = 0.000684706 Jy ! Component: 4050 - total flux cleaned = 0.00068474 Jy ! Total flux subtracted in 4096 components = 0.000715906 Jy ! Clean residual min=-0.000609 max=0.000635 Jy/beam ! Clean residual mean=-0.000000 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.172139 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 376 components and 0.172139 Jy ![Exited script file: muppet] wmap "J2352+3947_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.579 x 6.199 at -0.7782 degrees (North through East) ! Clean map min=-0.00122 max=0.14927 Jy/beam ! Writing clean map to FITS file: J2352+3947_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.149271 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000191369 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.384607 0.384607 0.769215 1.53843 3.07686 6.15372 12.3074 24.6149 49.2297 98.4595 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.149 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.579 x 6.199 at -0.7782 degrees (North through East) ! Clean map min=-0.00122 max=0.14927 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 J2352+3947_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:39:00 2019