! Started logfile: J1638+5720_S_2017_08_12_pus_uvs.log on Fri May 10 15:03:34 2019 obs J1638+5720_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1638+5720_S_2017_08_12_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.68 visibilities/baseline/integration-bin. ! Found source: J1638+5720 ! ! 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 1224 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 J1638+5720_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.349871Jy sigma=0.002947 ! Fit after self-cal, rms=0.321702Jy sigma=0.002706 ! 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.505 mas, bmaj=10.58 mas, bpa=-59.28 degrees ! Estimated noise=3215.15 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.595205 Jy ! Component: 100 - total flux cleaned = 0.808605 Jy ! Total flux subtracted in 100 components = 0.808605 Jy ! Clean residual min=-0.043069 max=0.096401 Jy/beam ! Clean residual mean=0.000153 rms=0.015485 Jy/beam ! Combined flux in latest and established models = 0.808605 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.808605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210297Jy sigma=0.001745 ! Fit after self-cal, rms=0.210144Jy sigma=0.001744 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.106318 Jy ! Component: 100 - total flux cleaned = 0.166265 Jy ! Total flux subtracted in 100 components = 0.166265 Jy ! Clean residual min=-0.026013 max=0.032758 Jy/beam ! Clean residual mean=0.000061 rms=0.007729 Jy/beam ! Combined flux in latest and established models = 0.97487 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.97487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130724Jy sigma=0.001048 ! Fit after self-cal, rms=0.130140Jy sigma=0.001044 ! 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=2.959 mas, bmaj=11.45 mas, bpa=-59.45 degrees ! Estimated noise=2833.78 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.0512408 Jy ! Component: 100 - total flux cleaned = 0.0801654 Jy ! Component: 150 - total flux cleaned = 0.0874128 Jy ! Component: 200 - total flux cleaned = 0.088604 Jy ! Total flux subtracted in 200 components = 0.088604 Jy ! Clean residual min=-0.019588 max=0.017074 Jy/beam ! Clean residual mean=0.000032 rms=0.004939 Jy/beam ! Combined flux in latest and established models = 1.06347 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 1.06347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105629Jy sigma=0.000844 ! Fit after self-cal, rms=0.104851Jy sigma=0.000837 ! 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.00* HN 0.99 KP 1.07 ! LA 1.01 MK 1.02 NL 0.89 OV 1.00 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.04 KP 1.00 ! LA 0.98 MK 1.01 NL 0.99 OV 0.99 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.00* HN 1.01 KP 0.99 ! LA 1.00 MK 1.03 NL 1.04 OV 0.98 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.104851Jy sigma=0.000837 ! Fit after self-cal, rms=0.084586Jy sigma=0.000690 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.031 mas, bmaj=11.56 mas, bpa=-59.29 degrees ! Estimated noise=2841.51 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.00215497 Jy ! Component: 100 - total flux cleaned = 0.00226415 Jy ! Component: 150 - total flux cleaned = 0.00113269 Jy ! Component: 200 - total flux cleaned = 0.00024613 Jy ! Total flux subtracted in 200 components = 0.00024613 Jy ! Clean residual min=-0.008019 max=0.008579 Jy/beam ! Clean residual mean=0.000006 rms=0.001962 Jy/beam ! Combined flux in latest and established models = 1.06372 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 54 components and 1.06372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083272Jy sigma=0.000680 ! Fit after self-cal, rms=0.083054Jy sigma=0.000678 ! 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.083054Jy sigma=0.000678 ! Fit after self-cal, rms=0.082976Jy sigma=0.000678 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.032 mas, bmaj=11.56 mas, bpa=-59.29 degrees ! Estimated noise=2841.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121952 Jy ! Component: 100 - total flux cleaned = 0.000559139 Jy ! Component: 150 - total flux cleaned = 0.000208973 Jy ! Component: 200 - total flux cleaned = -0.000145879 Jy ! Total flux subtracted in 200 components = -0.000145879 Jy ! Clean residual min=-0.006749 max=0.007313 Jy/beam ! Clean residual mean=0.000013 rms=0.001790 Jy/beam ! Combined flux in latest and established models = 1.06357 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 68 components and 1.06357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082686Jy sigma=0.000676 ! Fit after self-cal, rms=0.082634Jy sigma=0.000675 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.56668e-05 Jy ! Component: 100 - total flux cleaned = -0.000108318 Jy ! Component: 150 - total flux cleaned = -5.62068e-05 Jy ! Component: 200 - total flux cleaned = -8.38442e-06 Jy ! Total flux subtracted in 200 components = -8.38442e-06 Jy ! Clean residual min=-0.006386 max=0.007083 Jy/beam ! Clean residual mean=0.000012 rms=0.001746 Jy/beam ! Combined flux in latest and established models = 1.06357 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 79 components and 1.06357 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082528Jy sigma=0.000675 ! Fit after self-cal, rms=0.082502Jy sigma=0.000674 ! 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.082502Jy sigma=0.000674 ! Fit after self-cal, rms=0.082489Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=11.57 mas, bpa=-59.29 degrees ! Estimated noise=2842.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.46128e-05 Jy ! Component: 100 - total flux cleaned = -0.000287212 Jy ! Component: 150 - total flux cleaned = -0.000246888 Jy ! Component: 200 - total flux cleaned = -0.000171139 Jy ! Total flux subtracted in 200 components = -0.000171139 Jy ! Clean residual min=-0.006432 max=0.006976 Jy/beam ! Clean residual mean=0.000013 rms=0.001715 Jy/beam ! Combined flux in latest and established models = 1.06339 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 89 components and 1.06339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082408Jy sigma=0.000674 ! Fit after self-cal, rms=0.082389Jy 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.000131464 Jy ! Component: 100 - total flux cleaned = 0.000128759 Jy ! Component: 150 - total flux cleaned = 0.000233269 Jy ! Component: 200 - total flux cleaned = 0.000264084 Jy ! Total flux subtracted in 200 components = 0.000264084 Jy ! Clean residual min=-0.006403 max=0.006779 Jy/beam ! Clean residual mean=0.000013 rms=0.001698 Jy/beam ! Combined flux in latest and established models = 1.06366 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 103 components and 1.06366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082350Jy sigma=0.000673 ! Fit after self-cal, rms=0.082337Jy sigma=0.000673 ! 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.082337Jy sigma=0.000673 ! Fit after self-cal, rms=0.082332Jy sigma=0.000673 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.777 mas, bmaj=12.99 mas, bpa=-69.61 degrees ! Estimated noise=3552.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.44841e-06 Jy ! Component: 100 - total flux cleaned = -6.36806e-05 Jy ! Component: 150 - total flux cleaned = 4.3834e-05 Jy ! Component: 200 - total flux cleaned = 7.45377e-05 Jy ! Total flux subtracted in 200 components = 7.45377e-05 Jy ! Clean residual min=-0.008135 max=0.007685 Jy/beam ! Clean residual mean=0.000033 rms=0.002184 Jy/beam ! Combined flux in latest and established models = 1.06373 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 118 components and 1.06373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082307Jy sigma=0.000673 ! Fit after self-cal, rms=0.082305Jy 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 = 6.00015e-05 Jy ! Component: 100 - total flux cleaned = 2.76865e-05 Jy ! Component: 150 - total flux cleaned = 7.09922e-05 Jy ! Component: 200 - total flux cleaned = 0.000108889 Jy ! Total flux subtracted in 200 components = 0.000108889 Jy ! Clean residual min=-0.008167 max=0.007688 Jy/beam ! Clean residual mean=0.000032 rms=0.002188 Jy/beam ! Combined flux in latest and established models = 1.06384 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 125 components and 1.06384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082293Jy sigma=0.000673 ! Fit after self-cal, rms=0.082289Jy 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.036 mas, bmaj=11.57 mas, bpa=-59.29 degrees ! Estimated noise=2843.53 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.036 x 11.57 at -59.29 degrees (North through East) ! Clean map min=-0.0094587 max=0.80727 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082289Jy sigma=0.000673 ! Fit after self-cal, rms=0.075729Jy sigma=0.000611 ! Inverting map and beam ! Estimated beam: bmin=3.04 mas, bmaj=11.57 mas, bpa=-59.3 degrees ! Estimated noise=2845.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000343639 Jy ! Component: 100 - total flux cleaned = -0.000343266 Jy ! Component: 150 - total flux cleaned = -0.000260185 Jy ! Component: 200 - total flux cleaned = -0.000209716 Jy ! Total flux subtracted in 200 components = -0.000209716 Jy ! Clean residual min=-0.006482 max=0.007134 Jy/beam ! Clean residual mean=0.000026 rms=0.001711 Jy/beam ! Combined flux in latest and established models = 1.06363 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 138 components and 1.06363 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075701Jy sigma=0.000611 ! Fit after self-cal, rms=0.075692Jy sigma=0.000611 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.07062e-05 Jy ! Component: 100 - total flux cleaned = 0.000192065 Jy ! Component: 150 - total flux cleaned = 0.00021413 Jy ! Component: 200 - total flux cleaned = 0.000215032 Jy ! Total flux subtracted in 200 components = 0.000215032 Jy ! Clean residual min=-0.006437 max=0.007024 Jy/beam ! Clean residual mean=0.000025 rms=0.001703 Jy/beam ! Combined flux in latest and established models = 1.06385 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 143 components and 1.06385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075677Jy sigma=0.000611 ! Fit after self-cal, rms=0.075672Jy sigma=0.000611 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075672Jy sigma=0.000611 ! Fit after self-cal, rms=0.075672Jy sigma=0.000611 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.58 mas, bmaj=10.78 mas, bpa=-58.99 degrees ! Estimated noise=3222.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.598097 Jy ! Component: 100 - total flux cleaned = 0.80579 Jy ! Component: 150 - total flux cleaned = 0.90892 Jy ! Component: 200 - total flux cleaned = 0.970189 Jy ! Total flux subtracted in 200 components = 0.970189 Jy ! Clean residual min=-0.020513 max=0.031573 Jy/beam ! Clean residual mean=0.000060 rms=0.006233 Jy/beam ! Combined flux in latest and established models = 0.970189 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.970189 Jy ! Inverting map and beam ! Estimated beam: bmin=3.041 mas, bmaj=11.57 mas, bpa=-59.3 degrees ! Estimated noise=2845.15 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.0482799 Jy ! Component: 100 - total flux cleaned = 0.0746988 Jy ! Component: 150 - total flux cleaned = 0.0899902 Jy ! Component: 200 - total flux cleaned = 0.0951652 Jy ! Total flux subtracted in 200 components = 0.0951652 Jy ! Clean residual min=-0.007435 max=0.008112 Jy/beam ! Clean residual mean=0.000010 rms=0.002189 Jy/beam ! Combined flux in latest and established models = 1.06535 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 47 components and 1.06535 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=6.781 mas, bmaj=12.99 mas, bpa=-69.61 degrees ! Estimated noise=3548.61 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00391975 Jy ! Component: 100 - total flux cleaned = 0.00392536 Jy ! Component: 150 - total flux cleaned = 0.00301406 Jy ! Component: 200 - total flux cleaned = 0.00236967 Jy ! Total flux subtracted in 200 components = 0.00236967 Jy ! Clean residual min=-0.007309 max=0.007909 Jy/beam ! Clean residual mean=0.000031 rms=0.002355 Jy/beam ! Combined flux in latest and established models = 1.06772 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.000667137 Jy ! Component: 100 - total flux cleaned = -0.00124057 Jy ! Component: 150 - total flux cleaned = -0.00165445 Jy ! Component: 200 - total flux cleaned = -0.00201334 Jy ! Total flux subtracted in 200 components = -0.00201334 Jy ! Clean residual min=-0.007295 max=0.008010 Jy/beam ! Clean residual mean=0.000045 rms=0.002286 Jy/beam ! Combined flux in latest and established models = 1.06571 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 65 components and 1.06571 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.041 mas, bmaj=11.57 mas, bpa=-59.3 degrees ! Estimated noise=2845.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000690964 Jy ! Component: 100 - total flux cleaned = 0.00138404 Jy ! Component: 150 - total flux cleaned = 0.00117228 Jy ! Component: 200 - total flux cleaned = 0.000717595 Jy ! Total flux subtracted in 200 components = 0.000717595 Jy ! Clean residual min=-0.006154 max=0.006975 Jy/beam ! Clean residual mean=0.000015 rms=0.001792 Jy/beam ! Combined flux in latest and established models = 1.06643 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 78 components and 1.06643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075984Jy sigma=0.000613 ! Fit after self-cal, rms=0.075946Jy sigma=0.000613 wmodel J1638+5720_S_2017_08_12_pus_map.mod ! Writing 78 model components to file: J1638+5720_S_2017_08_12_pus_map.mod wobs J1638+5720_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1638+5720_S_2017_08_12_pus_uvs.fits wwins J1638+5720_S_2017_08_12_pus_map.win ! wwins: Wrote 1 windows to J1638+5720_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.00249937 Jy ! Component: 100 - total flux cleaned = 0.00272238 Jy ! Component: 150 - total flux cleaned = 0.00261875 Jy ! Component: 200 - total flux cleaned = 0.0025232 Jy ! Component: 250 - total flux cleaned = 0.00261563 Jy ! Component: 300 - total flux cleaned = 0.00296052 Jy ! Component: 350 - total flux cleaned = 0.00320624 Jy ! Component: 400 - total flux cleaned = 0.00375654 Jy ! Component: 450 - total flux cleaned = 0.00413276 Jy ! Component: 500 - total flux cleaned = 0.00434894 Jy ! Component: 550 - total flux cleaned = 0.00455978 Jy ! Component: 600 - total flux cleaned = 0.00503242 Jy ! Component: 650 - total flux cleaned = 0.00529256 Jy ! Component: 700 - total flux cleaned = 0.00541912 Jy ! Component: 750 - total flux cleaned = 0.00566362 Jy ! Component: 800 - total flux cleaned = 0.00595897 Jy ! Component: 850 - total flux cleaned = 0.00624771 Jy ! Component: 900 - total flux cleaned = 0.00641617 Jy ! Component: 950 - total flux cleaned = 0.00658139 Jy ! Component: 1000 - total flux cleaned = 0.00674224 Jy ! Component: 1050 - total flux cleaned = 0.00689792 Jy ! Component: 1100 - total flux cleaned = 0.00694683 Jy ! Component: 1150 - total flux cleaned = 0.00694713 Jy ! Component: 1200 - total flux cleaned = 0.00719012 Jy ! Component: 1250 - total flux cleaned = 0.00738031 Jy ! Component: 1300 - total flux cleaned = 0.00765972 Jy ! Component: 1350 - total flux cleaned = 0.00779586 Jy ! Component: 1400 - total flux cleaned = 0.0081092 Jy ! Component: 1450 - total flux cleaned = 0.00828396 Jy ! Component: 1500 - total flux cleaned = 0.00841331 Jy ! Component: 1550 - total flux cleaned = 0.00866751 Jy ! Component: 1600 - total flux cleaned = 0.00875067 Jy ! Component: 1650 - total flux cleaned = 0.00891486 Jy ! Component: 1700 - total flux cleaned = 0.00915615 Jy ! Component: 1750 - total flux cleaned = 0.00935316 Jy ! Component: 1800 - total flux cleaned = 0.00946953 Jy ! Component: 1850 - total flux cleaned = 0.0096605 Jy ! Component: 1900 - total flux cleaned = 0.00984837 Jy ! Component: 1950 - total flux cleaned = 0.0098858 Jy ! Component: 2000 - total flux cleaned = 0.0101034 Jy ! Component: 2050 - total flux cleaned = 0.0101037 Jy ! Component: 2100 - total flux cleaned = 0.0101037 Jy ! Component: 2150 - total flux cleaned = 0.0101383 Jy ! Component: 2200 - total flux cleaned = 0.0101728 Jy ! Component: 2250 - total flux cleaned = 0.010173 Jy ! Component: 2300 - total flux cleaned = 0.0103063 Jy ! Component: 2350 - total flux cleaned = 0.0102727 Jy ! Component: 2400 - total flux cleaned = 0.01024 Jy ! Component: 2450 - total flux cleaned = 0.0104011 Jy ! Component: 2500 - total flux cleaned = 0.0103692 Jy ! Component: 2550 - total flux cleaned = 0.0103382 Jy ! Component: 2600 - total flux cleaned = 0.0104938 Jy ! Component: 2650 - total flux cleaned = 0.0104011 Jy ! Component: 2700 - total flux cleaned = 0.0105533 Jy ! Component: 2750 - total flux cleaned = 0.0105229 Jy ! Component: 2800 - total flux cleaned = 0.0105829 Jy ! Component: 2850 - total flux cleaned = 0.010583 Jy ! Component: 2900 - total flux cleaned = 0.0106122 Jy ! Component: 2950 - total flux cleaned = 0.0105539 Jy ! Component: 3000 - total flux cleaned = 0.010496 Jy ! Component: 3050 - total flux cleaned = 0.0104387 Jy ! Component: 3100 - total flux cleaned = 0.0104099 Jy ! Component: 3150 - total flux cleaned = 0.0103531 Jy ! Component: 3200 - total flux cleaned = 0.0104095 Jy ! Component: 3250 - total flux cleaned = 0.0103532 Jy ! Component: 3300 - total flux cleaned = 0.0102416 Jy ! Component: 3350 - total flux cleaned = 0.0102142 Jy ! Component: 3400 - total flux cleaned = 0.0102143 Jy ! Component: 3450 - total flux cleaned = 0.0101591 Jy ! Component: 3500 - total flux cleaned = 0.0101591 Jy ! Component: 3550 - total flux cleaned = 0.0101591 Jy ! Component: 3600 - total flux cleaned = 0.0101319 Jy ! Component: 3650 - total flux cleaned = 0.0101052 Jy ! Component: 3700 - total flux cleaned = 0.0100783 Jy ! Component: 3750 - total flux cleaned = 0.0100248 Jy ! Component: 3800 - total flux cleaned = 0.00994461 Jy ! Component: 3850 - total flux cleaned = 0.00983811 Jy ! Component: 3900 - total flux cleaned = 0.00978486 Jy ! Component: 3950 - total flux cleaned = 0.00970515 Jy ! Component: 4000 - total flux cleaned = 0.0096256 Jy ! Component: 4050 - total flux cleaned = 0.00957275 Jy ! Total flux subtracted in 4096 components = 0.00951989 Jy ! Clean residual min=-0.001799 max=0.001520 Jy/beam ! Clean residual mean=0.000006 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 1.07595 Jy keep ! Adding 251 model components to the UV plane model. ! The established model now contains 329 components and 1.07595 Jy ![Exited script file: muppet] wmap "J1638+5720_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.041 x 11.57 at -59.3 degrees (North through East) ! Clean map min=-0.0050286 max=0.8073 Jy/beam ! Writing clean map to FITS file: J1638+5720_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.807299 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00046054 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.171141 0.171141 0.342283 0.684565 1.36913 2.73826 5.47652 10.953 21.9061 43.8122 87.6244 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.807 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.041 x 11.57 at -59.3 degrees (North through East) ! Clean map min=-0.0050286 max=0.8073 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 J1638+5720_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:03:38 2019