! Started logfile: J1728+3838_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:05:46 2016 obs J1728+3838_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1728+3838_S_2015_03_17_pus_uva.fits ! AN table 1: 73 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.778082 visibilities/baseline/integration-bin. ! Found source: J1728+3838 ! ! 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 330 lines of history. ! ! Reading 10224 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 J1728+3838_S_2015_03_17_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 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.875371Jy sigma=0.010623 ! Fit after self-cal, rms=0.850819Jy sigma=0.010375 ! 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.167 mas, bmaj=4.272 mas, bpa=-9.623 degrees ! Estimated noise=875.271 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.107756 Jy ! Component: 100 - total flux cleaned = 0.146339 Jy ! Total flux subtracted in 100 components = 0.146339 Jy ! Clean residual min=-0.007040 max=0.017462 Jy/beam ! Clean residual mean=-0.000002 rms=0.002093 Jy/beam ! Combined flux in latest and established models = 0.146339 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.146339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082209Jy sigma=0.000887 ! Fit after self-cal, rms=0.082029Jy sigma=0.000885 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0194598 Jy ! Component: 100 - total flux cleaned = 0.0298897 Jy ! Total flux subtracted in 100 components = 0.0298897 Jy ! Clean residual min=-0.004891 max=0.006196 Jy/beam ! Clean residual mean=-0.000004 rms=0.001282 Jy/beam ! Combined flux in latest and established models = 0.176229 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 0.176229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075688Jy sigma=0.000817 ! Fit after self-cal, rms=0.075659Jy sigma=0.000817 ! 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.867 mas, bmaj=5.005 mas, bpa=-3.985 degrees ! Estimated noise=590.863 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 (-5, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00849091 Jy ! Component: 100 - total flux cleaned = 0.0135654 Jy ! Component: 150 - total flux cleaned = 0.0171731 Jy ! Component: 200 - total flux cleaned = 0.0198397 Jy ! Total flux subtracted in 200 components = 0.0198397 Jy ! Clean residual min=-0.004268 max=0.004247 Jy/beam ! Clean residual mean=-0.000016 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.196068 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 51 components and 0.196068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074337Jy sigma=0.000805 ! Fit after self-cal, rms=0.074290Jy sigma=0.000805 ! 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.02 FD 0.86 HN 0.99 KP 1.14 ! LA 0.98 MK 1.01 NL 0.85 OV 1.01 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.89 HN 1.08 KP 1.06 ! LA 0.97 MK 1.08 NL 1.00 OV 1.05 ! PT 1.05 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.91 HN 1.02 KP 0.97 ! LA 0.81 MK 1.14 NL 1.12 OV 0.98 ! PT 1.03 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.94 HN 1.00 KP 0.94 ! LA 0.85 MK 1.11 NL 1.04 OV 0.99 ! PT 1.06 SC 0.96 ! ! ! Fit before self-cal, rms=0.074290Jy sigma=0.000805 ! Fit after self-cal, rms=0.069676Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.949 mas, bmaj=5.096 mas, bpa=-2.421 degrees ! Estimated noise=593.124 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 = 1.58458e-06 Jy ! Component: 100 - total flux cleaned = -0.000667393 Jy ! Component: 150 - total flux cleaned = -0.000869527 Jy ! Component: 200 - total flux cleaned = -0.000997744 Jy ! Total flux subtracted in 200 components = -0.000997744 Jy ! Clean residual min=-0.002499 max=0.002498 Jy/beam ! Clean residual mean=-0.000005 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.195071 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 66 components and 0.195071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069589Jy sigma=0.000777 ! Fit after self-cal, rms=0.069521Jy sigma=0.000777 ! 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.069521Jy sigma=0.000777 ! Fit after self-cal, rms=0.070256Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.955 mas, bmaj=5.082 mas, bpa=-2.903 degrees ! Estimated noise=592.495 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000287185 Jy ! Component: 100 - total flux cleaned = -0.000432771 Jy ! Component: 150 - total flux cleaned = -0.000546234 Jy ! Component: 200 - total flux cleaned = -0.000595145 Jy ! Total flux subtracted in 200 components = -0.000595145 Jy ! Clean residual min=-0.001867 max=0.002097 Jy/beam ! Clean residual mean=-0.000000 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.194476 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 80 components and 0.194476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070225Jy sigma=0.000774 ! Fit after self-cal, rms=0.070254Jy sigma=0.000774 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 (-88.5, -76.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184255 Jy ! Component: 100 - total flux cleaned = 0.00180767 Jy ! Component: 150 - total flux cleaned = 0.00176839 Jy ! Component: 200 - total flux cleaned = 0.00173538 Jy ! Total flux subtracted in 200 components = 0.00173538 Jy ! Clean residual min=-0.001833 max=0.001734 Jy/beam ! Clean residual mean=-0.000000 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.196211 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 101 components and 0.196211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070187Jy sigma=0.000773 ! Fit after self-cal, rms=0.070185Jy sigma=0.000773 ! 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.070185Jy sigma=0.000773 ! Fit after self-cal, rms=0.070177Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.959 mas, bmaj=5.089 mas, bpa=-2.389 degrees ! Estimated noise=591.539 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.60282e-06 Jy ! Component: 100 - total flux cleaned = -0.000131883 Jy ! Component: 150 - total flux cleaned = -0.000214865 Jy ! Component: 200 - total flux cleaned = -0.000265797 Jy ! Total flux subtracted in 200 components = -0.000265797 Jy ! Clean residual min=-0.001719 max=0.001726 Jy/beam ! Clean residual mean=-0.000000 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.195945 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 107 components and 0.195945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070152Jy sigma=0.000773 ! Fit after self-cal, rms=0.070155Jy sigma=0.000773 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.000104162 Jy ! Component: 100 - total flux cleaned = -0.00010499 Jy ! Component: 150 - total flux cleaned = -0.000105129 Jy ! Component: 200 - total flux cleaned = -8.50274e-05 Jy ! Total flux subtracted in 200 components = -8.50274e-05 Jy ! Clean residual min=-0.001697 max=0.001648 Jy/beam ! Clean residual mean=-0.000000 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.19586 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 119 components and 0.19586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070141Jy sigma=0.000773 ! Fit after self-cal, rms=0.070141Jy sigma=0.000773 ! 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.070141Jy sigma=0.000773 ! Fit after self-cal, rms=0.070130Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.125 mas, bmaj=8.921 mas, bpa=1.546 degrees ! Estimated noise=720.026 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000195849 Jy ! Component: 100 - total flux cleaned = -0.000260383 Jy ! Component: 150 - total flux cleaned = -0.000279225 Jy ! Component: 200 - total flux cleaned = -0.000262705 Jy ! Total flux subtracted in 200 components = -0.000262705 Jy ! Clean residual min=-0.001854 max=0.001506 Jy/beam ! Clean residual mean=-0.000001 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.195597 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 126 components and 0.195597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070121Jy sigma=0.000773 ! Fit after self-cal, rms=0.070121Jy sigma=0.000773 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 = -3.58419e-05 Jy ! Component: 100 - total flux cleaned = -2.24136e-05 Jy ! Component: 150 - total flux cleaned = -2.20913e-05 Jy ! Component: 200 - total flux cleaned = 1.33165e-05 Jy ! Total flux subtracted in 200 components = 1.33165e-05 Jy ! Clean residual min=-0.001865 max=0.001448 Jy/beam ! Clean residual mean=-0.000001 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.195611 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 129 components and 0.195611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070117Jy sigma=0.000772 ! Fit after self-cal, rms=0.070116Jy sigma=0.000772 ! 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.963 mas, bmaj=5.095 mas, bpa=-2.129 degrees ! Estimated noise=591.158 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.963 x 5.095 at -2.129 degrees (North through East) ! Clean map min=-0.0016375 max=0.14468 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.238 mas, bmaj=4.333 mas, bpa=-8.06 degrees ! Estimated noise=888.601 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.108622 Jy ! Component: 100 - total flux cleaned = 0.146102 Jy ! Component: 150 - total flux cleaned = 0.16423 Jy ! Component: 200 - total flux cleaned = 0.173367 Jy ! Total flux subtracted in 200 components = 0.173367 Jy ! Clean residual min=-0.003639 max=0.004502 Jy/beam ! Clean residual mean=0.000001 rms=0.000955 Jy/beam ! Combined flux in latest and established models = 0.173367 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.173367 Jy ! Inverting map and beam ! Estimated beam: bmin=3.963 mas, bmaj=5.095 mas, bpa=-2.129 degrees ! Estimated noise=591.158 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.00691045 Jy ! Component: 100 - total flux cleaned = 0.0109914 Jy ! Component: 150 - total flux cleaned = 0.0137897 Jy ! Component: 200 - total flux cleaned = 0.0158912 Jy ! Total flux subtracted in 200 components = 0.0158912 Jy ! Clean residual min=-0.001875 max=0.002029 Jy/beam ! Clean residual mean=-0.000000 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.189258 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 47 components and 0.189258 Jy ! Inverting map ! Added new window around map position (-8, 44.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00178203 Jy ! Component: 100 - total flux cleaned = 0.00262505 Jy ! Component: 150 - total flux cleaned = 0.00299895 Jy ! Component: 200 - total flux cleaned = 0.00328372 Jy ! Total flux subtracted in 200 components = 0.00328372 Jy ! Clean residual min=-0.001722 max=0.001583 Jy/beam ! Clean residual mean=-0.000000 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.192542 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 69 components and 0.192542 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=8.125 mas, bmaj=8.921 mas, bpa=1.546 degrees ! Estimated noise=720.026 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00153213 Jy ! Component: 100 - total flux cleaned = 0.0020298 Jy ! Component: 150 - total flux cleaned = 0.00229839 Jy ! Component: 200 - total flux cleaned = 0.00246624 Jy ! Total flux subtracted in 200 components = 0.00246624 Jy ! Clean residual min=-0.001808 max=0.001479 Jy/beam ! Clean residual mean=-0.000000 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.195008 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 = 2.58795e-05 Jy ! Component: 100 - total flux cleaned = 2.55301e-05 Jy ! Component: 150 - total flux cleaned = 5.64407e-06 Jy ! Component: 200 - total flux cleaned = 6.11428e-06 Jy ! Total flux subtracted in 200 components = 6.11428e-06 Jy ! Clean residual min=-0.001785 max=0.001431 Jy/beam ! Clean residual mean=-0.000001 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.195014 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 115 components and 0.195014 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.963 mas, bmaj=5.095 mas, bpa=-2.129 degrees ! Estimated noise=591.158 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0004719 Jy ! Component: 100 - total flux cleaned = -0.000684279 Jy ! Component: 150 - total flux cleaned = -0.000808768 Jy ! Component: 200 - total flux cleaned = -0.000893015 Jy ! Total flux subtracted in 200 components = -0.000893015 Jy ! Clean residual min=-0.001630 max=0.001374 Jy/beam ! Clean residual mean=0.000000 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.194121 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 131 components and 0.194121 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070101Jy sigma=0.000772 ! Fit after self-cal, rms=0.070100Jy sigma=0.000772 wmodel J1728+3838_S_2015_03_17_pus_map.mod ! Writing 131 model components to file: J1728+3838_S_2015_03_17_pus_map.mod wobs J1728+3838_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1728+3838_S_2015_03_17_pus_uvs.fits wwins J1728+3838_S_2015_03_17_pus_map.win ! wwins: Wrote 4 windows to J1728+3838_S_2015_03_17_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.000411902 Jy ! Component: 100 - total flux cleaned = -0.00061505 Jy ! Component: 150 - total flux cleaned = -0.000855977 Jy ! Component: 200 - total flux cleaned = -0.00099419 Jy ! Component: 250 - total flux cleaned = -0.00103912 Jy ! Component: 300 - total flux cleaned = -0.00110394 Jy ! Component: 350 - total flux cleaned = -0.00114576 Jy ! Component: 400 - total flux cleaned = -0.00114568 Jy ! Component: 450 - total flux cleaned = -0.00112526 Jy ! Component: 500 - total flux cleaned = -0.00108589 Jy ! Component: 550 - total flux cleaned = -0.00104775 Jy ! Component: 600 - total flux cleaned = -0.00104772 Jy ! Component: 650 - total flux cleaned = -0.00112104 Jy ! Component: 700 - total flux cleaned = -0.0010295 Jy ! Component: 750 - total flux cleaned = -0.00102967 Jy ! Component: 800 - total flux cleaned = -0.00102971 Jy ! Component: 850 - total flux cleaned = -0.00101243 Jy ! Component: 900 - total flux cleaned = -0.00108061 Jy ! Component: 950 - total flux cleaned = -0.00108043 Jy ! Component: 1000 - total flux cleaned = -0.0010805 Jy ! Component: 1050 - total flux cleaned = -0.00114564 Jy ! Component: 1100 - total flux cleaned = -0.00112946 Jy ! Component: 1150 - total flux cleaned = -0.00116102 Jy ! Component: 1200 - total flux cleaned = -0.00114532 Jy ! Component: 1250 - total flux cleaned = -0.00117625 Jy ! Component: 1300 - total flux cleaned = -0.00123738 Jy ! Component: 1350 - total flux cleaned = -0.00128274 Jy ! Component: 1400 - total flux cleaned = -0.00134248 Jy ! Component: 1450 - total flux cleaned = -0.00140143 Jy ! Component: 1500 - total flux cleaned = -0.00140155 Jy ! Component: 1550 - total flux cleaned = -0.00148785 Jy ! Component: 1600 - total flux cleaned = -0.00150207 Jy ! Component: 1650 - total flux cleaned = -0.00157209 Jy ! Component: 1700 - total flux cleaned = -0.00155813 Jy ! Component: 1750 - total flux cleaned = -0.00157172 Jy ! Component: 1800 - total flux cleaned = -0.00153101 Jy ! Component: 1850 - total flux cleaned = -0.0015309 Jy ! Component: 1900 - total flux cleaned = -0.00149104 Jy ! Component: 1950 - total flux cleaned = -0.00145153 Jy ! Component: 2000 - total flux cleaned = -0.00146455 Jy ! Component: 2050 - total flux cleaned = -0.00139979 Jy ! Component: 2100 - total flux cleaned = -0.00137427 Jy ! Component: 2150 - total flux cleaned = -0.00134887 Jy ! Component: 2200 - total flux cleaned = -0.00131123 Jy ! Component: 2250 - total flux cleaned = -0.00132375 Jy ! Component: 2300 - total flux cleaned = -0.00133615 Jy ! Component: 2350 - total flux cleaned = -0.00132383 Jy ! Component: 2400 - total flux cleaned = -0.00128731 Jy ! Component: 2450 - total flux cleaned = -0.00129946 Jy ! Component: 2500 - total flux cleaned = -0.00133545 Jy ! Component: 2550 - total flux cleaned = -0.00133535 Jy ! Component: 2600 - total flux cleaned = -0.00132369 Jy ! Component: 2650 - total flux cleaned = -0.00139362 Jy ! Component: 2700 - total flux cleaned = -0.00135881 Jy ! Component: 2750 - total flux cleaned = -0.00141621 Jy ! Component: 2800 - total flux cleaned = -0.00143901 Jy ! Component: 2850 - total flux cleaned = -0.00143901 Jy ! Component: 2900 - total flux cleaned = -0.00149522 Jy ! Component: 2950 - total flux cleaned = -0.00152863 Jy ! Component: 3000 - total flux cleaned = -0.00162799 Jy ! Component: 3050 - total flux cleaned = -0.00163898 Jy ! Component: 3100 - total flux cleaned = -0.00166076 Jy ! Component: 3150 - total flux cleaned = -0.001758 Jy ! Component: 3200 - total flux cleaned = -0.00175791 Jy ! Component: 3250 - total flux cleaned = -0.00180045 Jy ! Component: 3300 - total flux cleaned = -0.00183229 Jy ! Component: 3350 - total flux cleaned = -0.0018743 Jy ! Component: 3400 - total flux cleaned = -0.00193702 Jy ! Component: 3450 - total flux cleaned = -0.00195773 Jy ! Component: 3500 - total flux cleaned = -0.00206074 Jy ! Component: 3550 - total flux cleaned = -0.00208123 Jy ! Component: 3600 - total flux cleaned = -0.00213206 Jy ! Component: 3650 - total flux cleaned = -0.00215231 Jy ! Component: 3700 - total flux cleaned = -0.00221248 Jy ! Component: 3750 - total flux cleaned = -0.00225219 Jy ! Component: 3800 - total flux cleaned = -0.00234123 Jy ! Component: 3850 - total flux cleaned = -0.00238044 Jy ! Component: 3900 - total flux cleaned = -0.00239999 Jy ! Component: 3950 - total flux cleaned = -0.00242909 Jy ! Component: 4000 - total flux cleaned = -0.00250629 Jy ! Component: 4050 - total flux cleaned = -0.00254469 Jy ! Total flux subtracted in 4096 components = -0.00259234 Jy ! Clean residual min=-0.000646 max=0.000533 Jy/beam ! Clean residual mean=0.000001 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.191529 Jy keep ! Adding 300 model components to the UV plane model. ! The established model now contains 431 components and 0.191529 Jy ![Exited script file: muppet] wmap "J1728+3838_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.963 x 5.095 at -2.129 degrees (North through East) ! Clean map min=-0.0011612 max=0.14507 Jy/beam ! Writing clean map to FITS file: J1728+3838_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.145072 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000172713 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.35716 0.35716 0.714319 1.42864 2.85728 5.71455 11.4291 22.8582 45.7164 91.4329 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.145 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.963 x 5.095 at -2.129 degrees (North through East) ! Clean map min=-0.0011612 max=0.14507 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 J1728+3838_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:05:51 2016