! Started logfile: J1358+4737_S_2017_08_12_pus_uvs.log on Fri May 10 15:00:20 2019 obs J1358+4737_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1358+4737_S_2017_08_12_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.922493 visibilities/baseline/integration-bin. ! Found source: J1358+4737 ! ! 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 594 lines of history. ! ! Reading 13616 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 J1358+4737_S_2017_08_12_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 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 487 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.587388Jy sigma=0.005603 ! Fit after self-cal, rms=0.551016Jy sigma=0.005284 ! 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.211 mas, bmaj=4.727 mas, bpa=-6.073 degrees ! Estimated noise=1011.07 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.342536 Jy ! Component: 100 - total flux cleaned = 0.436638 Jy ! Total flux subtracted in 100 components = 0.436638 Jy ! Clean residual min=-0.022775 max=0.064911 Jy/beam ! Clean residual mean=0.000022 rms=0.006595 Jy/beam ! Combined flux in latest and established models = 0.436638 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.436638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158894Jy sigma=0.001454 ! Fit after self-cal, rms=0.158836Jy sigma=0.001453 ! Inverting map ! Added new window around map position (-5.5, -2.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0589313 Jy ! Component: 100 - total flux cleaned = 0.0906494 Jy ! Total flux subtracted in 100 components = 0.0906494 Jy ! Clean residual min=-0.018199 max=0.026772 Jy/beam ! Clean residual mean=0.000007 rms=0.005198 Jy/beam ! Combined flux in latest and established models = 0.527287 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.527287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127572Jy sigma=0.001175 ! Fit after self-cal, rms=0.125581Jy sigma=0.001157 ! 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.688 mas, bmaj=5.441 mas, bpa=-4.683 degrees ! Estimated noise=727.19 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.0338309 Jy ! Component: 100 - total flux cleaned = 0.0507984 Jy ! Component: 150 - total flux cleaned = 0.0596825 Jy ! Component: 200 - total flux cleaned = 0.0619715 Jy ! Total flux subtracted in 200 components = 0.0619715 Jy ! Clean residual min=-0.013118 max=0.019893 Jy/beam ! Clean residual mean=0.000013 rms=0.004290 Jy/beam ! Combined flux in latest and established models = 0.589259 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 37 components and 0.589259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114941Jy sigma=0.001087 ! Fit after self-cal, rms=0.114347Jy sigma=0.001083 ! 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.95 FD 1.19 HN 0.97 KP 1.02 ! LA 0.98 MK 1.03 NL 0.88 OV 0.94 ! PT 0.99 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.26 HN 1.01 KP 0.99 ! LA 0.95 MK 1.01 NL 1.10 OV 0.95 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 1.29 HN 1.00 KP 0.97 ! LA 0.97 MK 1.05 NL 0.95 OV 0.91 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.31 HN 1.01 KP 1.00* ! LA 1.06 MK 1.09 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.114347Jy sigma=0.001083 ! Fit after self-cal, rms=0.102321Jy sigma=0.000908 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.706 mas, bmaj=5.444 mas, bpa=-4.256 degrees ! Estimated noise=725.138 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.00852419 Jy ! Component: 100 - total flux cleaned = 0.00904476 Jy ! Component: 150 - total flux cleaned = 0.00848667 Jy ! Component: 200 - total flux cleaned = 0.00816447 Jy ! Total flux subtracted in 200 components = 0.00816447 Jy ! Clean residual min=-0.013558 max=0.011324 Jy/beam ! Clean residual mean=0.000003 rms=0.002845 Jy/beam ! Combined flux in latest and established models = 0.597423 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.597423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101598Jy sigma=0.000902 ! Fit after self-cal, rms=0.101501Jy sigma=0.000901 ! 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.101501Jy sigma=0.000901 ! Fit after self-cal, rms=0.078636Jy sigma=0.000682 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.699 mas, bmaj=5.474 mas, bpa=-4.217 degrees ! Estimated noise=724.663 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0045568 Jy ! Component: 100 - total flux cleaned = 0.00409118 Jy ! Component: 150 - total flux cleaned = 0.00380974 Jy ! Component: 200 - total flux cleaned = 0.00369402 Jy ! Total flux subtracted in 200 components = 0.00369402 Jy ! Clean residual min=-0.002675 max=0.003143 Jy/beam ! Clean residual mean=0.000005 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.601117 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.601117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078309Jy sigma=0.000678 ! Fit after self-cal, rms=0.078305Jy sigma=0.000677 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.5, -50). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208066 Jy ! Component: 100 - total flux cleaned = 0.00233112 Jy ! Component: 150 - total flux cleaned = 0.00232972 Jy ! Component: 200 - total flux cleaned = 0.00227131 Jy ! Total flux subtracted in 200 components = 0.00227131 Jy ! Clean residual min=-0.002508 max=0.002332 Jy/beam ! Clean residual mean=0.000008 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.603389 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 72 components and 0.603389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078168Jy sigma=0.000676 ! Fit after self-cal, rms=0.078149Jy 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.078149Jy sigma=0.000676 ! Fit after self-cal, rms=0.078067Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.696 mas, bmaj=5.469 mas, bpa=-4.124 degrees ! Estimated noise=724.518 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00151214 Jy ! Component: 100 - total flux cleaned = 0.00151275 Jy ! Component: 150 - total flux cleaned = 0.00156456 Jy ! Component: 200 - total flux cleaned = 0.00152072 Jy ! Total flux subtracted in 200 components = 0.00152072 Jy ! Clean residual min=-0.002249 max=0.002123 Jy/beam ! Clean residual mean=0.000008 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.604909 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 80 components and 0.604909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077976Jy sigma=0.000674 ! Fit after self-cal, rms=0.077960Jy sigma=0.000674 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.000122741 Jy ! Component: 100 - total flux cleaned = 3.2394e-05 Jy ! Component: 150 - total flux cleaned = 3.41221e-05 Jy ! Component: 200 - total flux cleaned = -1.18399e-06 Jy ! Total flux subtracted in 200 components = -1.18399e-06 Jy ! Clean residual min=-0.002202 max=0.002127 Jy/beam ! Clean residual mean=0.000008 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.604908 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 86 components and 0.604908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077915Jy sigma=0.000674 ! Fit after self-cal, rms=0.077907Jy sigma=0.000674 ! 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.077907Jy sigma=0.000674 ! Fit after self-cal, rms=0.077899Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.712 mas, bmaj=8.95 mas, bpa=0.01035 degrees ! Estimated noise=902.658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000875766 Jy ! Component: 100 - total flux cleaned = 0.000850687 Jy ! Component: 150 - total flux cleaned = 0.000828356 Jy ! Component: 200 - total flux cleaned = 0.000808716 Jy ! Total flux subtracted in 200 components = 0.000808716 Jy ! Clean residual min=-0.002131 max=0.002289 Jy/beam ! Clean residual mean=0.000019 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.605717 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 99 components and 0.605717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077884Jy sigma=0.000673 ! Fit after self-cal, rms=0.077880Jy sigma=0.000673 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.000139347 Jy ! Component: 100 - total flux cleaned = 0.000102363 Jy ! Component: 150 - total flux cleaned = 8.55035e-05 Jy ! Component: 200 - total flux cleaned = 8.54522e-05 Jy ! Total flux subtracted in 200 components = 8.54522e-05 Jy ! Clean residual min=-0.002112 max=0.002303 Jy/beam ! Clean residual mean=0.000019 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.605802 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 108 components and 0.605802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077875Jy sigma=0.000673 ! Fit after self-cal, rms=0.077874Jy sigma=0.000673 ! Inverting map ! Added new window around map position (40.5, 87). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155982 Jy ! Component: 100 - total flux cleaned = 0.0016472 Jy ! Component: 150 - total flux cleaned = 0.0017564 Jy ! Component: 200 - total flux cleaned = 0.00182074 Jy ! Total flux subtracted in 200 components = 0.00182074 Jy ! Clean residual min=-0.001782 max=0.001772 Jy/beam ! Clean residual mean=0.000015 rms=0.000492 Jy/beam ! Combined flux in latest and established models = 0.607623 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 134 components and 0.607623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077828Jy sigma=0.000673 ! Fit after self-cal, rms=0.077823Jy sigma=0.000673 ! 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.693 mas, bmaj=5.468 mas, bpa=-4.1 degrees ! Estimated noise=724.629 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.693 x 5.468 at -4.1 degrees (North through East) ! Clean map min=-0.0018921 max=0.44785 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.221 mas, bmaj=4.74 mas, bpa=-4.818 degrees ! Estimated noise=1042.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.345426 Jy ! Component: 100 - total flux cleaned = 0.455125 Jy ! Component: 150 - total flux cleaned = 0.515308 Jy ! Component: 200 - total flux cleaned = 0.549694 Jy ! Total flux subtracted in 200 components = 0.549694 Jy ! Clean residual min=-0.005789 max=0.017299 Jy/beam ! Clean residual mean=0.000010 rms=0.001834 Jy/beam ! Combined flux in latest and established models = 0.549693 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.549693 Jy ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=5.468 mas, bpa=-4.1 degrees ! Estimated noise=724.629 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.0249048 Jy ! Component: 100 - total flux cleaned = 0.0384035 Jy ! Component: 150 - total flux cleaned = 0.0462117 Jy ! Component: 200 - total flux cleaned = 0.0509436 Jy ! Total flux subtracted in 200 components = 0.0509436 Jy ! Clean residual min=-0.002385 max=0.002593 Jy/beam ! Clean residual mean=0.000006 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.600637 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 32 components and 0.600637 Jy ! Inverting map ! Added new window around map position (-72.5, 16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00328475 Jy ! Component: 100 - total flux cleaned = 0.0058171 Jy ! Component: 150 - total flux cleaned = 0.00722038 Jy ! Component: 200 - total flux cleaned = 0.00828594 Jy ! Total flux subtracted in 200 components = 0.00828594 Jy ! Clean residual min=-0.002156 max=0.002149 Jy/beam ! Clean residual mean=0.000006 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.608923 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 53 components and 0.608923 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.712 mas, bmaj=8.95 mas, bpa=0.01035 degrees ! Estimated noise=902.658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000311561 Jy ! Component: 100 - total flux cleaned = 0.000131731 Jy ! Component: 150 - total flux cleaned = 0.000135288 Jy ! Component: 200 - total flux cleaned = 2.32911e-05 Jy ! Total flux subtracted in 200 components = 2.32911e-05 Jy ! Clean residual min=-0.001843 max=0.001671 Jy/beam ! Clean residual mean=0.000012 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.608946 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 = -3.41734e-05 Jy ! Component: 100 - total flux cleaned = -9.88631e-05 Jy ! Component: 150 - total flux cleaned = -0.000159439 Jy ! Component: 200 - total flux cleaned = -0.000217124 Jy ! Total flux subtracted in 200 components = -0.000217124 Jy ! Clean residual min=-0.001721 max=0.001666 Jy/beam ! Clean residual mean=0.000012 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.608729 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 98 components and 0.608729 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=5.468 mas, bpa=-4.1 degrees ! Estimated noise=724.629 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.46699e-05 Jy ! Component: 100 - total flux cleaned = 0.000106577 Jy ! Component: 150 - total flux cleaned = 0.000210002 Jy ! Component: 200 - total flux cleaned = 0.000260592 Jy ! Total flux subtracted in 200 components = 0.000260592 Jy ! Clean residual min=-0.001995 max=0.002048 Jy/beam ! Clean residual mean=0.000005 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.60899 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 114 components and 0.60899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077793Jy sigma=0.000672 ! Fit after self-cal, rms=0.077760Jy sigma=0.000672 wmodel J1358+4737_S_2017_08_12_pus_map.mod ! Writing 114 model components to file: J1358+4737_S_2017_08_12_pus_map.mod wobs J1358+4737_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1358+4737_S_2017_08_12_pus_uvs.fits wwins J1358+4737_S_2017_08_12_pus_map.win ! wwins: Wrote 5 windows to J1358+4737_S_2017_08_12_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.0005857 Jy ! Component: 100 - total flux cleaned = 0.000982725 Jy ! Component: 150 - total flux cleaned = 0.00117285 Jy ! Component: 200 - total flux cleaned = 0.00138638 Jy ! Component: 250 - total flux cleaned = 0.00171221 Jy ! Component: 300 - total flux cleaned = 0.00194308 Jy ! Component: 350 - total flux cleaned = 0.0021686 Jy ! Component: 400 - total flux cleaned = 0.00247161 Jy ! Component: 450 - total flux cleaned = 0.00266057 Jy ! Component: 500 - total flux cleaned = 0.0029776 Jy ! Component: 550 - total flux cleaned = 0.00318432 Jy ! Component: 600 - total flux cleaned = 0.00348929 Jy ! Component: 650 - total flux cleaned = 0.00378918 Jy ! Component: 700 - total flux cleaned = 0.00403451 Jy ! Component: 750 - total flux cleaned = 0.00420338 Jy ! Component: 800 - total flux cleaned = 0.00444114 Jy ! Component: 850 - total flux cleaned = 0.00460548 Jy ! Component: 900 - total flux cleaned = 0.00481358 Jy ! Component: 950 - total flux cleaned = 0.00504122 Jy ! Component: 1000 - total flux cleaned = 0.00515385 Jy ! Component: 1050 - total flux cleaned = 0.00533111 Jy ! Component: 1100 - total flux cleaned = 0.00548407 Jy ! Component: 1150 - total flux cleaned = 0.00552747 Jy ! Component: 1200 - total flux cleaned = 0.00563434 Jy ! Component: 1250 - total flux cleaned = 0.00580326 Jy ! Component: 1300 - total flux cleaned = 0.00594929 Jy ! Component: 1350 - total flux cleaned = 0.00607321 Jy ! Component: 1400 - total flux cleaned = 0.00621568 Jy ! Component: 1450 - total flux cleaned = 0.00639699 Jy ! Component: 1500 - total flux cleaned = 0.00641691 Jy ! Component: 1550 - total flux cleaned = 0.00647648 Jy ! Component: 1600 - total flux cleaned = 0.00657411 Jy ! Component: 1650 - total flux cleaned = 0.00661277 Jy ! Component: 1700 - total flux cleaned = 0.00661241 Jy ! Component: 1750 - total flux cleaned = 0.00665075 Jy ! Component: 1800 - total flux cleaned = 0.00680127 Jy ! Component: 1850 - total flux cleaned = 0.00680106 Jy ! Component: 1900 - total flux cleaned = 0.0067641 Jy ! Component: 1950 - total flux cleaned = 0.00672754 Jy ! Component: 2000 - total flux cleaned = 0.00678204 Jy ! Component: 2050 - total flux cleaned = 0.006782 Jy ! Component: 2100 - total flux cleaned = 0.00678196 Jy ! Component: 2150 - total flux cleaned = 0.00681751 Jy ! Component: 2200 - total flux cleaned = 0.00679993 Jy ! Component: 2250 - total flux cleaned = 0.00686928 Jy ! Component: 2300 - total flux cleaned = 0.00685206 Jy ! Component: 2350 - total flux cleaned = 0.00688631 Jy ! Component: 2400 - total flux cleaned = 0.0069709 Jy ! Component: 2450 - total flux cleaned = 0.0070045 Jy ! Component: 2500 - total flux cleaned = 0.0070379 Jy ! Component: 2550 - total flux cleaned = 0.00708721 Jy ! Component: 2600 - total flux cleaned = 0.00710369 Jy ! Component: 2650 - total flux cleaned = 0.00708718 Jy ! Component: 2700 - total flux cleaned = 0.00711958 Jy ! Component: 2750 - total flux cleaned = 0.00716766 Jy ! Component: 2800 - total flux cleaned = 0.00716771 Jy ! Component: 2850 - total flux cleaned = 0.00719903 Jy ! Component: 2900 - total flux cleaned = 0.00724583 Jy ! Component: 2950 - total flux cleaned = 0.0073233 Jy ! Component: 3000 - total flux cleaned = 0.00736935 Jy ! Component: 3050 - total flux cleaned = 0.00741514 Jy ! Component: 3100 - total flux cleaned = 0.00756655 Jy ! Component: 3150 - total flux cleaned = 0.00747623 Jy ! Component: 3200 - total flux cleaned = 0.00753586 Jy ! Component: 3250 - total flux cleaned = 0.00758022 Jy ! Component: 3300 - total flux cleaned = 0.00765371 Jy ! Component: 3350 - total flux cleaned = 0.00769749 Jy ! Component: 3400 - total flux cleaned = 0.00769742 Jy ! Component: 3450 - total flux cleaned = 0.00769738 Jy ! Component: 3500 - total flux cleaned = 0.00781187 Jy ! Component: 3550 - total flux cleaned = 0.00772671 Jy ! Component: 3600 - total flux cleaned = 0.00776905 Jy ! Component: 3650 - total flux cleaned = 0.00786726 Jy ! Component: 3700 - total flux cleaned = 0.00789516 Jy ! Component: 3750 - total flux cleaned = 0.00789516 Jy ! Component: 3800 - total flux cleaned = 0.0079775 Jy ! Component: 3850 - total flux cleaned = 0.00804581 Jy ! Component: 3900 - total flux cleaned = 0.00808659 Jy ! Component: 3950 - total flux cleaned = 0.00811347 Jy ! Component: 4000 - total flux cleaned = 0.00814021 Jy ! Component: 4050 - total flux cleaned = 0.00815364 Jy ! Total flux subtracted in 4096 components = 0.00820661 Jy ! Clean residual min=-0.000659 max=0.000833 Jy/beam ! Clean residual mean=0.000002 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.617197 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 400 components and 0.617197 Jy ![Exited script file: muppet] wmap "J1358+4737_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.693 x 5.468 at -4.1 degrees (North through East) ! Clean map min=-0.0014362 max=0.44805 Jy/beam ! Writing clean map to FITS file: J1358+4737_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.448052 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000237338 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.158913 0.158913 0.317826 0.635652 1.2713 2.54261 5.08522 10.1704 20.3409 40.6817 81.3634 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.448 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.693 x 5.468 at -4.1 degrees (North through East) ! Clean map min=-0.0014362 max=0.44805 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 J1358+4737_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:00:25 2019