! Started logfile: J1340+3600_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:50:42 2019 obs J1340+3600_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J1340+3600_S_2017_05_31_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.949513 visibilities/baseline/integration-bin. ! Found source: J1340+3600 ! ! 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 703 lines of history. ! ! Reading 19484 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 J1340+3600_S_2017_05_31_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 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 572 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.882486Jy sigma=0.008776 ! Fit after self-cal, rms=0.874141Jy sigma=0.008701 ! 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.913 mas, bmaj=5.428 mas, bpa=-8.067 degrees ! Estimated noise=1003.04 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.0981464 Jy ! Component: 100 - total flux cleaned = 0.120906 Jy ! Total flux subtracted in 100 components = 0.120906 Jy ! Clean residual min=-0.004928 max=0.015361 Jy/beam ! Clean residual mean=0.000018 rms=0.001491 Jy/beam ! Combined flux in latest and established models = 0.120906 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.120906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077838Jy sigma=0.000723 ! Fit after self-cal, rms=0.077844Jy sigma=0.000723 ! Inverting map ! Added new window around map position (5.5, 14). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.013709 Jy ! Component: 100 - total flux cleaned = 0.0214143 Jy ! Total flux subtracted in 100 components = 0.0214143 Jy ! Clean residual min=-0.003785 max=0.005906 Jy/beam ! Clean residual mean=0.000010 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.14232 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.14232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075114Jy sigma=0.000691 ! Fit after self-cal, rms=0.074923Jy sigma=0.000689 ! 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.548 mas, bmaj=6.235 mas, bpa=-7.326 degrees ! Estimated noise=573.667 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.00795291 Jy ! Component: 100 - total flux cleaned = 0.0125593 Jy ! Component: 150 - total flux cleaned = 0.0156147 Jy ! Component: 200 - total flux cleaned = 0.0178215 Jy ! Total flux subtracted in 200 components = 0.0178215 Jy ! Clean residual min=-0.002429 max=0.005713 Jy/beam ! Clean residual mean=0.000011 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.160141 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 58 components and 0.160141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074085Jy sigma=0.000679 ! Fit after self-cal, rms=0.073987Jy sigma=0.000677 ! Inverting map ! Added new window around map position (11.5, 16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00593046 Jy ! Component: 100 - total flux cleaned = 0.0090288 Jy ! Component: 150 - total flux cleaned = 0.011147 Jy ! Component: 200 - total flux cleaned = 0.0123211 Jy ! Total flux subtracted in 200 components = 0.0123211 Jy ! Clean residual min=-0.002013 max=0.003094 Jy/beam ! Clean residual mean=0.000004 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.172462 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 91 components and 0.172462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073508Jy sigma=0.000672 ! Fit after self-cal, rms=0.073461Jy sigma=0.000672 ! 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 0.96 HN 0.98 KP 1.00 ! LA 1.00 MK 1.01 NL 0.91 OV 1.03 ! PT 0.98 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00 HN 1.00 KP 0.98 ! LA 0.95 MK 1.01 NL 1.04 OV 1.05 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.03 HN 0.99 KP 1.00 ! LA 0.99 MK 1.01 NL 0.98 OV 0.98 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00 KP 1.03 ! LA 1.02 MK 1.18 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.073461Jy sigma=0.000672 ! Fit after self-cal, rms=0.073929Jy sigma=0.000668 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.571 mas, bmaj=6.262 mas, bpa=-7.38 degrees ! Estimated noise=572.954 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 (-12.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00255171 Jy ! Component: 100 - total flux cleaned = 0.00414799 Jy ! Component: 150 - total flux cleaned = 0.00522918 Jy ! Component: 200 - total flux cleaned = 0.00580373 Jy ! Total flux subtracted in 200 components = 0.00580373 Jy ! Clean residual min=-0.001790 max=0.001826 Jy/beam ! Clean residual mean=0.000000 rms=0.000464 Jy/beam ! Combined flux in latest and established models = 0.178266 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 124 components and 0.178266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073805Jy sigma=0.000666 ! Fit after self-cal, rms=0.073828Jy sigma=0.000666 ! 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.073828Jy sigma=0.000666 ! Fit after self-cal, rms=0.074037Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.566 mas, bmaj=6.263 mas, bpa=-7.197 degrees ! Estimated noise=574.109 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00152066 Jy ! Component: 100 - total flux cleaned = 0.00239286 Jy ! Component: 150 - total flux cleaned = 0.003109 Jy ! Component: 200 - total flux cleaned = 0.00355495 Jy ! Total flux subtracted in 200 components = 0.00355495 Jy ! Clean residual min=-0.001334 max=0.001476 Jy/beam ! Clean residual mean=-0.000002 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.181821 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 147 components and 0.181821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073989Jy sigma=0.000662 ! Fit after self-cal, rms=0.074002Jy sigma=0.000662 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 (3, -78). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115574 Jy ! Component: 100 - total flux cleaned = 0.00151965 Jy ! Component: 150 - total flux cleaned = 0.00183548 Jy ! Component: 200 - total flux cleaned = 0.00202584 Jy ! Total flux subtracted in 200 components = 0.00202584 Jy ! Clean residual min=-0.001333 max=0.001340 Jy/beam ! Clean residual mean=-0.000002 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.183847 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 164 components and 0.183847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073969Jy sigma=0.000662 ! Fit after self-cal, rms=0.073970Jy sigma=0.000662 ! 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.073970Jy sigma=0.000662 ! Fit after self-cal, rms=0.074018Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.568 mas, bmaj=6.259 mas, bpa=-7.195 degrees ! Estimated noise=574.626 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000788237 Jy ! Component: 100 - total flux cleaned = 0.00127875 Jy ! Component: 150 - total flux cleaned = 0.0014863 Jy ! Component: 200 - total flux cleaned = 0.00163487 Jy ! Total flux subtracted in 200 components = 0.00163487 Jy ! Clean residual min=-0.001318 max=0.001288 Jy/beam ! Clean residual mean=-0.000001 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.185482 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 179 components and 0.185482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074001Jy sigma=0.000662 ! Fit after self-cal, rms=0.074000Jy sigma=0.000662 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.000262932 Jy ! Component: 100 - total flux cleaned = 0.000343317 Jy ! Component: 150 - total flux cleaned = 0.000419031 Jy ! Component: 200 - total flux cleaned = 0.000490909 Jy ! Total flux subtracted in 200 components = 0.000490909 Jy ! Clean residual min=-0.001318 max=0.001275 Jy/beam ! Clean residual mean=-0.000002 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.185973 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 189 components and 0.185973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073990Jy sigma=0.000662 ! Fit after self-cal, rms=0.073991Jy sigma=0.000662 ! 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.073991Jy sigma=0.000662 ! Fit after self-cal, rms=0.074073Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.729 mas, bmaj=9.68 mas, bpa=-8.348 degrees ! Estimated noise=700.554 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000737764 Jy ! Component: 100 - total flux cleaned = 0.00101053 Jy ! Component: 150 - total flux cleaned = 0.00106202 Jy ! Component: 200 - total flux cleaned = 0.00110724 Jy ! Total flux subtracted in 200 components = 0.00110724 Jy ! Clean residual min=-0.001158 max=0.001493 Jy/beam ! Clean residual mean=-0.000004 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.18708 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 210 components and 0.18708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074069Jy sigma=0.000662 ! Fit after self-cal, rms=0.074070Jy sigma=0.000662 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 (-68.5, -36). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000644414 Jy ! Component: 100 - total flux cleaned = 0.000585101 Jy ! Component: 150 - total flux cleaned = 0.000630484 Jy ! Component: 200 - total flux cleaned = 0.000732034 Jy ! Total flux subtracted in 200 components = 0.000732034 Jy ! Clean residual min=-0.001065 max=0.001143 Jy/beam ! Clean residual mean=-0.000004 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.187812 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 243 components and 0.187812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074049Jy sigma=0.000661 ! Fit after self-cal, rms=0.074048Jy sigma=0.000661 ! 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.571 mas, bmaj=6.261 mas, bpa=-7.216 degrees ! Estimated noise=575.236 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.571 x 6.261 at -7.216 degrees (North through East) ! Clean map min=-0.0011212 max=0.12592 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.931 mas, bmaj=5.453 mas, bpa=-7.943 degrees ! Estimated noise=1005.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0981301 Jy ! Component: 100 - total flux cleaned = 0.123462 Jy ! Component: 150 - total flux cleaned = 0.136403 Jy ! Component: 200 - total flux cleaned = 0.14464 Jy ! Total flux subtracted in 200 components = 0.14464 Jy ! Clean residual min=-0.003184 max=0.004589 Jy/beam ! Clean residual mean=0.000009 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.14464 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.14464 Jy ! Inverting map and beam ! Estimated beam: bmin=3.571 mas, bmaj=6.261 mas, bpa=-7.216 degrees ! Estimated noise=575.236 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.00821491 Jy ! Component: 100 - total flux cleaned = 0.0140373 Jy ! Component: 150 - total flux cleaned = 0.0185625 Jy ! Component: 200 - total flux cleaned = 0.0222179 Jy ! Total flux subtracted in 200 components = 0.0222179 Jy ! Clean residual min=-0.001755 max=0.002466 Jy/beam ! Clean residual mean=0.000008 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.166858 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 76 components and 0.166858 Jy ! Inverting map ! Added new window around map position (-4, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00305036 Jy ! Component: 100 - total flux cleaned = 0.0055988 Jy ! Component: 150 - total flux cleaned = 0.00778486 Jy ! Component: 200 - total flux cleaned = 0.00967257 Jy ! Total flux subtracted in 200 components = 0.00967257 Jy ! Clean residual min=-0.001521 max=0.001409 Jy/beam ! Clean residual mean=0.000003 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.176531 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 110 components and 0.176531 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.729 mas, bmaj=9.68 mas, bpa=-8.348 degrees ! Estimated noise=700.554 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00267615 Jy ! Component: 100 - total flux cleaned = 0.00463359 Jy ! Component: 150 - total flux cleaned = 0.00619659 Jy ! Component: 200 - total flux cleaned = 0.00748063 Jy ! Total flux subtracted in 200 components = 0.00748063 Jy ! Clean residual min=-0.001335 max=0.001401 Jy/beam ! Clean residual mean=0.000000 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.184011 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.000699577 Jy ! Component: 100 - total flux cleaned = 0.00130772 Jy ! Component: 150 - total flux cleaned = 0.0018059 Jy ! Component: 200 - total flux cleaned = 0.00204128 Jy ! Total flux subtracted in 200 components = 0.00204128 Jy ! Clean residual min=-0.001231 max=0.001171 Jy/beam ! Clean residual mean=-0.000002 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.186053 Jy ! Adding 140 model components to the UV plane model. ! The established model now contains 240 components and 0.186053 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.571 mas, bmaj=6.261 mas, bpa=-7.216 degrees ! Estimated noise=575.236 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000534575 Jy ! Component: 100 - total flux cleaned = 0.000539061 Jy ! Component: 150 - total flux cleaned = 0.000755973 Jy ! Component: 200 - total flux cleaned = 0.000988112 Jy ! Total flux subtracted in 200 components = 0.000988112 Jy ! Clean residual min=-0.001275 max=0.001324 Jy/beam ! Clean residual mean=-0.000001 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.187041 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 272 components and 0.187041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074052Jy sigma=0.000661 ! Fit after self-cal, rms=0.074045Jy sigma=0.000661 wmodel J1340+3600_S_2017_05_31_pus_map.mod ! Writing 272 model components to file: J1340+3600_S_2017_05_31_pus_map.mod wobs J1340+3600_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J1340+3600_S_2017_05_31_pus_uvs.fits wwins J1340+3600_S_2017_05_31_pus_map.win ! wwins: Wrote 7 windows to J1340+3600_S_2017_05_31_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.000217138 Jy ! Component: 100 - total flux cleaned = 0.000388834 Jy ! Component: 150 - total flux cleaned = 0.000531932 Jy ! Component: 200 - total flux cleaned = 0.000669713 Jy ! Component: 250 - total flux cleaned = 0.000802982 Jy ! Component: 300 - total flux cleaned = 0.000896055 Jy ! Component: 350 - total flux cleaned = 0.000987513 Jy ! Component: 400 - total flux cleaned = 0.00107728 Jy ! Component: 450 - total flux cleaned = 0.00118297 Jy ! Component: 500 - total flux cleaned = 0.00128682 Jy ! Component: 550 - total flux cleaned = 0.00135507 Jy ! Component: 600 - total flux cleaned = 0.00145582 Jy ! Component: 650 - total flux cleaned = 0.00155491 Jy ! Component: 700 - total flux cleaned = 0.0016688 Jy ! Component: 750 - total flux cleaned = 0.00174916 Jy ! Component: 800 - total flux cleaned = 0.00184419 Jy ! Component: 850 - total flux cleaned = 0.00187566 Jy ! Component: 900 - total flux cleaned = 0.0019992 Jy ! Component: 950 - total flux cleaned = 0.00204475 Jy ! Component: 1000 - total flux cleaned = 0.00210508 Jy ! Component: 1050 - total flux cleaned = 0.00214975 Jy ! Component: 1100 - total flux cleaned = 0.00226766 Jy ! Component: 1150 - total flux cleaned = 0.00229693 Jy ! Component: 1200 - total flux cleaned = 0.00236895 Jy ! Component: 1250 - total flux cleaned = 0.00245457 Jy ! Component: 1300 - total flux cleaned = 0.00251121 Jy ! Component: 1350 - total flux cleaned = 0.00260929 Jy ! Component: 1400 - total flux cleaned = 0.00267859 Jy ! Component: 1450 - total flux cleaned = 0.00267845 Jy ! Component: 1500 - total flux cleaned = 0.00274675 Jy ! Component: 1550 - total flux cleaned = 0.00278719 Jy ! Component: 1600 - total flux cleaned = 0.00285407 Jy ! Component: 1650 - total flux cleaned = 0.00288065 Jy ! Component: 1700 - total flux cleaned = 0.00292028 Jy ! Component: 1750 - total flux cleaned = 0.00292021 Jy ! Component: 1800 - total flux cleaned = 0.00301108 Jy ! Component: 1850 - total flux cleaned = 0.00297242 Jy ! Component: 1900 - total flux cleaned = 0.00303614 Jy ! Component: 1950 - total flux cleaned = 0.00304855 Jy ! Component: 2000 - total flux cleaned = 0.00309889 Jy ! Component: 2050 - total flux cleaned = 0.00312384 Jy ! Component: 2100 - total flux cleaned = 0.00317312 Jy ! Component: 2150 - total flux cleaned = 0.0031974 Jy ! Component: 2200 - total flux cleaned = 0.00319753 Jy ! Component: 2250 - total flux cleaned = 0.00320951 Jy ! Component: 2300 - total flux cleaned = 0.0032813 Jy ! Component: 2350 - total flux cleaned = 0.00332888 Jy ! Component: 2400 - total flux cleaned = 0.00334068 Jy ! Component: 2450 - total flux cleaned = 0.00336427 Jy ! Component: 2500 - total flux cleaned = 0.0034224 Jy ! Component: 2550 - total flux cleaned = 0.00346855 Jy ! Component: 2600 - total flux cleaned = 0.00350296 Jy ! Component: 2650 - total flux cleaned = 0.00355988 Jy ! Component: 2700 - total flux cleaned = 0.00356003 Jy ! Component: 2750 - total flux cleaned = 0.00362736 Jy ! Component: 2800 - total flux cleaned = 0.003594 Jy ! Component: 2850 - total flux cleaned = 0.00362722 Jy ! Component: 2900 - total flux cleaned = 0.0036822 Jy ! Component: 2950 - total flux cleaned = 0.00363851 Jy ! Component: 3000 - total flux cleaned = 0.00373616 Jy ! Component: 3050 - total flux cleaned = 0.00377936 Jy ! Component: 3100 - total flux cleaned = 0.00376852 Jy ! Component: 3150 - total flux cleaned = 0.00376853 Jy ! Component: 3200 - total flux cleaned = 0.00380025 Jy ! Component: 3250 - total flux cleaned = 0.00380028 Jy ! Component: 3300 - total flux cleaned = 0.00377941 Jy ! Component: 3350 - total flux cleaned = 0.00377934 Jy ! Component: 3400 - total flux cleaned = 0.00377934 Jy ! Component: 3450 - total flux cleaned = 0.00375886 Jy ! Component: 3500 - total flux cleaned = 0.00384067 Jy ! Component: 3550 - total flux cleaned = 0.0038 Jy ! Component: 3600 - total flux cleaned = 0.00383029 Jy ! Component: 3650 - total flux cleaned = 0.00384041 Jy ! Component: 3700 - total flux cleaned = 0.00381045 Jy ! Component: 3750 - total flux cleaned = 0.00384036 Jy ! Component: 3800 - total flux cleaned = 0.00381078 Jy ! Component: 3850 - total flux cleaned = 0.00382066 Jy ! Component: 3900 - total flux cleaned = 0.00383045 Jy ! Component: 3950 - total flux cleaned = 0.0038596 Jy ! Component: 4000 - total flux cleaned = 0.00384995 Jy ! Component: 4050 - total flux cleaned = 0.00385942 Jy ! Total flux subtracted in 4096 components = 0.00382113 Jy ! Clean residual min=-0.000674 max=0.000542 Jy/beam ! Clean residual mean=-0.000002 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.190862 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 562 components and 0.190862 Jy ![Exited script file: muppet] wmap "J1340+3600_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.571 x 6.261 at -7.216 degrees (North through East) ! Clean map min=-0.0009325 max=0.12617 Jy/beam ! Writing clean map to FITS file: J1340+3600_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.126171 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000173109 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.411605 0.411605 0.823211 1.64642 3.29284 6.58568 13.1714 26.3427 52.6855 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.126 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.571 x 6.261 at -7.216 degrees (North through East) ! Clean map min=-0.0009325 max=0.12617 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 J1340+3600_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:50:47 2019