! Started logfile: J1824+5651_S_2017_08_12_pus_uvs.log on Fri May 10 15:05:08 2019 obs J1824+5651_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J1824+5651_S_2017_08_12_pus_uva.fits ! AN table 1: 30 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.723704 visibilities/baseline/integration-bin. ! Found source: J1824+5651 ! ! 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 3908 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 J1824+5651_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 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 197 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.524226Jy sigma=0.004559 ! Fit after self-cal, rms=0.496717Jy sigma=0.004334 ! 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.002 mas, bmaj=4.25 mas, bpa=-0.7945 degrees ! Estimated noise=1780.12 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.39765 Jy ! Component: 100 - total flux cleaned = 0.494881 Jy ! Total flux subtracted in 100 components = 0.494881 Jy ! Clean residual min=-0.016634 max=0.036170 Jy/beam ! Clean residual mean=0.000051 rms=0.004645 Jy/beam ! Combined flux in latest and established models = 0.494881 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.494881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120617Jy sigma=0.000989 ! Fit after self-cal, rms=0.120584Jy sigma=0.000989 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0365818 Jy ! Component: 100 - total flux cleaned = 0.0547577 Jy ! Total flux subtracted in 100 components = 0.0547577 Jy ! Clean residual min=-0.014205 max=0.019574 Jy/beam ! Clean residual mean=0.000021 rms=0.003466 Jy/beam ! Combined flux in latest and established models = 0.549638 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.549638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108250Jy sigma=0.000871 ! Fit after self-cal, rms=0.108060Jy sigma=0.000869 ! 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.5 mas, bmaj=4.804 mas, bpa=-1.176 degrees ! Estimated noise=1466.91 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 (-2, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.018536 Jy ! Component: 100 - total flux cleaned = 0.0263076 Jy ! Component: 150 - total flux cleaned = 0.0275009 Jy ! Component: 200 - total flux cleaned = 0.0284834 Jy ! Total flux subtracted in 200 components = 0.0284834 Jy ! Clean residual min=-0.011972 max=0.014210 Jy/beam ! Clean residual mean=0.000021 rms=0.002989 Jy/beam ! Combined flux in latest and established models = 0.578122 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 36 components and 0.578122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104358Jy sigma=0.000837 ! Fit after self-cal, rms=0.103955Jy sigma=0.000835 ! 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.99 FD 1.00* HN 1.07 KP 1.06 ! LA 1.02 MK 1.02 NL 0.94 OV 1.03 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00* HN 1.06 KP 1.03 ! LA 0.98 MK 1.00 NL 1.01 OV 0.97 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.00* HN 1.03 KP 1.00 ! LA 1.00 MK 1.05 NL 0.94 OV 0.94 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.07 KP 1.00* ! LA 0.87 MK 1.02 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.103955Jy sigma=0.000835 ! Fit after self-cal, rms=0.096707Jy sigma=0.000783 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.528 mas, bmaj=4.84 mas, bpa=-0.4803 degrees ! Estimated noise=1464.5 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 (-8.5, -27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0136379 Jy ! Component: 100 - total flux cleaned = 0.0185155 Jy ! Component: 150 - total flux cleaned = 0.021772 Jy ! Component: 200 - total flux cleaned = 0.0235915 Jy ! Total flux subtracted in 200 components = 0.0235915 Jy ! Clean residual min=-0.010080 max=0.009210 Jy/beam ! Clean residual mean=-0.000010 rms=0.002232 Jy/beam ! Combined flux in latest and established models = 0.601713 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 64 components and 0.601713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094547Jy sigma=0.000760 ! Fit after self-cal, rms=0.094405Jy sigma=0.000759 ! 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.094405Jy sigma=0.000759 ! Fit after self-cal, rms=0.083766Jy sigma=0.000670 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.52 mas, bmaj=4.837 mas, bpa=-0.6662 degrees ! Estimated noise=1466.16 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00363677 Jy ! Component: 100 - total flux cleaned = 0.00449562 Jy ! Component: 150 - total flux cleaned = 0.00510922 Jy ! Component: 200 - total flux cleaned = 0.00571263 Jy ! Total flux subtracted in 200 components = 0.00571263 Jy ! Clean residual min=-0.004473 max=0.006519 Jy/beam ! Clean residual mean=-0.000003 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.607426 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 83 components and 0.607426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083468Jy sigma=0.000666 ! Fit after self-cal, rms=0.083467Jy sigma=0.000666 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-17, -45). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00618631 Jy ! Component: 100 - total flux cleaned = 0.00980521 Jy ! Component: 150 - total flux cleaned = 0.0124464 Jy ! Component: 200 - total flux cleaned = 0.0141241 Jy ! Total flux subtracted in 200 components = 0.0141241 Jy ! Clean residual min=-0.004409 max=0.003699 Jy/beam ! Clean residual mean=0.000004 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.62155 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 99 components and 0.62155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082982Jy sigma=0.000661 ! Fit after self-cal, rms=0.082964Jy sigma=0.000661 ! 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.082964Jy sigma=0.000661 ! Fit after self-cal, rms=0.082841Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.52 mas, bmaj=4.846 mas, bpa=-0.7028 degrees ! Estimated noise=1462.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000635053 Jy ! Component: 100 - total flux cleaned = 0.00143626 Jy ! Component: 150 - total flux cleaned = 0.0018596 Jy ! Component: 200 - total flux cleaned = 0.00230998 Jy ! Total flux subtracted in 200 components = 0.00230998 Jy ! Clean residual min=-0.004007 max=0.003265 Jy/beam ! Clean residual mean=0.000001 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.62386 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 113 components and 0.62386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082714Jy sigma=0.000658 ! Fit after self-cal, rms=0.082706Jy sigma=0.000658 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.000433658 Jy ! Component: 100 - total flux cleaned = 0.000887361 Jy ! Component: 150 - total flux cleaned = 0.00120558 Jy ! Component: 200 - total flux cleaned = 0.00145701 Jy ! Total flux subtracted in 200 components = 0.00145701 Jy ! Clean residual min=-0.003822 max=0.003238 Jy/beam ! Clean residual mean=0.000002 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.625317 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 123 components and 0.625317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082638Jy sigma=0.000658 ! Fit after self-cal, rms=0.082635Jy sigma=0.000658 ! 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.082635Jy sigma=0.000658 ! Fit after self-cal, rms=0.082626Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.908 mas, bmaj=8.632 mas, bpa=7.214 degrees ! Estimated noise=1848.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00026151 Jy ! Component: 100 - total flux cleaned = 0.00124873 Jy ! Component: 150 - total flux cleaned = 0.00206059 Jy ! Component: 200 - total flux cleaned = 0.0025165 Jy ! Total flux subtracted in 200 components = 0.0025165 Jy ! Clean residual min=-0.004469 max=0.003803 Jy/beam ! Clean residual mean=-0.000000 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.627833 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 132 components and 0.627833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082591Jy sigma=0.000657 ! Fit after self-cal, rms=0.082581Jy sigma=0.000657 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.000238666 Jy ! Component: 100 - total flux cleaned = 0.000687908 Jy ! Component: 150 - total flux cleaned = 0.000910382 Jy ! Component: 200 - total flux cleaned = 0.00108242 Jy ! Total flux subtracted in 200 components = 0.00108242 Jy ! Clean residual min=-0.004292 max=0.003823 Jy/beam ! Clean residual mean=0.000001 rms=0.001037 Jy/beam ! Combined flux in latest and established models = 0.628916 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 142 components and 0.628916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082572Jy sigma=0.000657 ! Fit after self-cal, rms=0.082568Jy sigma=0.000657 ! 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.522 mas, bmaj=4.85 mas, bpa=-0.7027 degrees ! Estimated noise=1461.19 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.522 x 4.85 at -0.7027 degrees (North through East) ! Clean map min=-0.0033621 max=0.51045 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.082568Jy sigma=0.000657 ! Fit after self-cal, rms=0.077192Jy sigma=0.000606 ! Inverting map and beam ! Estimated beam: bmin=3.524 mas, bmaj=4.852 mas, bpa=-0.6359 degrees ! Estimated noise=1460.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00144545 Jy ! Component: 100 - total flux cleaned = -0.00210415 Jy ! Component: 150 - total flux cleaned = -0.00242295 Jy ! Component: 200 - total flux cleaned = -0.00255048 Jy ! Total flux subtracted in 200 components = -0.00255048 Jy ! Clean residual min=-0.003305 max=0.003124 Jy/beam ! Clean residual mean=-0.000001 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.626365 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 160 components and 0.626365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077134Jy sigma=0.000605 ! Fit after self-cal, rms=0.077134Jy sigma=0.000605 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000261813 Jy ! Component: 100 - total flux cleaned = -0.000341443 Jy ! Component: 150 - total flux cleaned = -0.000416675 Jy ! Component: 200 - total flux cleaned = -0.000416386 Jy ! Total flux subtracted in 200 components = -0.000416386 Jy ! Clean residual min=-0.003251 max=0.003118 Jy/beam ! Clean residual mean=-0.000000 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.625949 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 167 components and 0.625949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077099Jy sigma=0.000605 ! Fit after self-cal, rms=0.077099Jy sigma=0.000605 ! 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.077099Jy sigma=0.000605 ! Fit after self-cal, rms=0.077060Jy sigma=0.000605 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.022 mas, bmaj=4.291 mas, bpa=-0.4531 degrees ! Estimated noise=1786.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.39721 Jy ! Component: 100 - total flux cleaned = 0.493366 Jy ! Component: 150 - total flux cleaned = 0.532025 Jy ! Component: 200 - total flux cleaned = 0.552732 Jy ! Total flux subtracted in 200 components = 0.552732 Jy ! Clean residual min=-0.007761 max=0.010569 Jy/beam ! Clean residual mean=0.000005 rms=0.001874 Jy/beam ! Combined flux in latest and established models = 0.552732 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.552732 Jy ! Inverting map and beam ! Estimated beam: bmin=3.524 mas, bmaj=4.855 mas, bpa=-0.6371 degrees ! Estimated noise=1459.02 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.014524 Jy ! Component: 100 - total flux cleaned = 0.0246627 Jy ! Component: 150 - total flux cleaned = 0.0327407 Jy ! Component: 200 - total flux cleaned = 0.0393632 Jy ! Total flux subtracted in 200 components = 0.0393632 Jy ! Clean residual min=-0.005216 max=0.004664 Jy/beam ! Clean residual mean=-0.000007 rms=0.001229 Jy/beam ! Combined flux in latest and established models = 0.592095 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 44 components and 0.592095 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.913 mas, bmaj=8.639 mas, bpa=7.321 degrees ! Estimated noise=1843.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00887348 Jy ! Component: 100 - total flux cleaned = 0.0151258 Jy ! Component: 150 - total flux cleaned = 0.0199476 Jy ! Component: 200 - total flux cleaned = 0.0237952 Jy ! Total flux subtracted in 200 components = 0.0237952 Jy ! Clean residual min=-0.004917 max=0.004009 Jy/beam ! Clean residual mean=-0.000012 rms=0.001210 Jy/beam ! Combined flux in latest and established models = 0.615891 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.00311537 Jy ! Component: 100 - total flux cleaned = 0.00507925 Jy ! Component: 150 - total flux cleaned = 0.00657113 Jy ! Component: 200 - total flux cleaned = 0.00763554 Jy ! Total flux subtracted in 200 components = 0.00763554 Jy ! Clean residual min=-0.004619 max=0.003726 Jy/beam ! Clean residual mean=-0.000009 rms=0.001075 Jy/beam ! Combined flux in latest and established models = 0.623526 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 129 components and 0.623526 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.524 mas, bmaj=4.855 mas, bpa=-0.6371 degrees ! Estimated noise=1459.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207279 Jy ! Component: 100 - total flux cleaned = 0.00248323 Jy ! Component: 150 - total flux cleaned = 0.00248598 Jy ! Component: 200 - total flux cleaned = 0.0023127 Jy ! Total flux subtracted in 200 components = 0.0023127 Jy ! Clean residual min=-0.003537 max=0.003315 Jy/beam ! Clean residual mean=-0.000003 rms=0.000906 Jy/beam ! Combined flux in latest and established models = 0.625839 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 145 components and 0.625839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077449Jy sigma=0.000609 ! Fit after self-cal, rms=0.077358Jy sigma=0.000608 wmodel J1824+5651_S_2017_08_12_pus_map.mod ! Writing 145 model components to file: J1824+5651_S_2017_08_12_pus_map.mod wobs J1824+5651_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J1824+5651_S_2017_08_12_pus_uvs.fits wwins J1824+5651_S_2017_08_12_pus_map.win ! wwins: Wrote 4 windows to J1824+5651_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.00130034 Jy ! Component: 100 - total flux cleaned = -0.00219757 Jy ! Component: 150 - total flux cleaned = -0.0026543 Jy ! Component: 200 - total flux cleaned = -0.00293006 Jy ! Component: 250 - total flux cleaned = -0.00330402 Jy ! Component: 300 - total flux cleaned = -0.00346102 Jy ! Component: 350 - total flux cleaned = -0.00351039 Jy ! Component: 400 - total flux cleaned = -0.00346035 Jy ! Component: 450 - total flux cleaned = -0.00341177 Jy ! Component: 500 - total flux cleaned = -0.00331777 Jy ! Component: 550 - total flux cleaned = -0.00322515 Jy ! Component: 600 - total flux cleaned = -0.00304432 Jy ! Component: 650 - total flux cleaned = -0.00308847 Jy ! Component: 700 - total flux cleaned = -0.00313149 Jy ! Component: 750 - total flux cleaned = -0.0029582 Jy ! Component: 800 - total flux cleaned = -0.00295813 Jy ! Component: 850 - total flux cleaned = -0.00283213 Jy ! Component: 900 - total flux cleaned = -0.00283284 Jy ! Component: 950 - total flux cleaned = -0.00266966 Jy ! Component: 1000 - total flux cleaned = -0.00279062 Jy ! Component: 1050 - total flux cleaned = -0.00259256 Jy ! Component: 1100 - total flux cleaned = -0.00251406 Jy ! Component: 1150 - total flux cleaned = -0.00232069 Jy ! Component: 1200 - total flux cleaned = -0.00212958 Jy ! Component: 1250 - total flux cleaned = -0.00209192 Jy ! Component: 1300 - total flux cleaned = -0.00209217 Jy ! Component: 1350 - total flux cleaned = -0.00201822 Jy ! Component: 1400 - total flux cleaned = -0.00212778 Jy ! Component: 1450 - total flux cleaned = -0.00212754 Jy ! Component: 1500 - total flux cleaned = -0.00202035 Jy ! Component: 1550 - total flux cleaned = -0.00198458 Jy ! Component: 1600 - total flux cleaned = -0.00219271 Jy ! Component: 1650 - total flux cleaned = -0.00212399 Jy ! Component: 1700 - total flux cleaned = -0.0021927 Jy ! Component: 1750 - total flux cleaned = -0.00222598 Jy ! Component: 1800 - total flux cleaned = -0.00232533 Jy ! Component: 1850 - total flux cleaned = -0.00239059 Jy ! Component: 1900 - total flux cleaned = -0.00229361 Jy ! Component: 1950 - total flux cleaned = -0.00226208 Jy ! Component: 2000 - total flux cleaned = -0.00229396 Jy ! Component: 2050 - total flux cleaned = -0.00210507 Jy ! Component: 2100 - total flux cleaned = -0.00210498 Jy ! Component: 2150 - total flux cleaned = -0.00204301 Jy ! Component: 2200 - total flux cleaned = -0.00198155 Jy ! Component: 2250 - total flux cleaned = -0.00195129 Jy ! Component: 2300 - total flux cleaned = -0.00201135 Jy ! Component: 2350 - total flux cleaned = -0.00183368 Jy ! Component: 2400 - total flux cleaned = -0.00189291 Jy ! Component: 2450 - total flux cleaned = -0.00186379 Jy ! Component: 2500 - total flux cleaned = -0.00166194 Jy ! Component: 2550 - total flux cleaned = -0.00177675 Jy ! Component: 2600 - total flux cleaned = -0.00172005 Jy ! Component: 2650 - total flux cleaned = -0.00166372 Jy ! Component: 2700 - total flux cleaned = -0.00155239 Jy ! Component: 2750 - total flux cleaned = -0.00160769 Jy ! Component: 2800 - total flux cleaned = -0.00155268 Jy ! Component: 2850 - total flux cleaned = -0.00160699 Jy ! Component: 2900 - total flux cleaned = -0.00160719 Jy ! Component: 2950 - total flux cleaned = -0.00152672 Jy ! Component: 3000 - total flux cleaned = -0.00150015 Jy ! Component: 3050 - total flux cleaned = -0.00139539 Jy ! Component: 3100 - total flux cleaned = -0.00147366 Jy ! Component: 3150 - total flux cleaned = -0.00147362 Jy ! Component: 3200 - total flux cleaned = -0.00142207 Jy ! Component: 3250 - total flux cleaned = -0.00139658 Jy ! Component: 3300 - total flux cleaned = -0.00132035 Jy ! Component: 3350 - total flux cleaned = -0.00124508 Jy ! Component: 3400 - total flux cleaned = -0.00127009 Jy ! Component: 3450 - total flux cleaned = -0.00117088 Jy ! Component: 3500 - total flux cleaned = -0.00117095 Jy ! Component: 3550 - total flux cleaned = -0.00107332 Jy ! Component: 3600 - total flux cleaned = -0.00102497 Jy ! Component: 3650 - total flux cleaned = -0.000976902 Jy ! Component: 3700 - total flux cleaned = -0.000857684 Jy ! Component: 3750 - total flux cleaned = -0.000976172 Jy ! Component: 3800 - total flux cleaned = -0.000929143 Jy ! Component: 3850 - total flux cleaned = -0.000929246 Jy ! Component: 3900 - total flux cleaned = -0.000813072 Jy ! Component: 3950 - total flux cleaned = -0.000743804 Jy ! Component: 4000 - total flux cleaned = -0.000698019 Jy ! Component: 4050 - total flux cleaned = -0.000652645 Jy ! Total flux subtracted in 4096 components = -0.000675267 Jy ! Clean residual min=-0.001229 max=0.001427 Jy/beam ! Clean residual mean=-0.000001 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.625163 Jy keep ! Adding 315 model components to the UV plane model. ! The established model now contains 460 components and 0.625163 Jy ![Exited script file: muppet] wmap "J1824+5651_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.524 x 4.855 at -0.6371 degrees (North through East) ! Clean map min=-0.0028881 max=0.51058 Jy/beam ! Writing clean map to FITS file: J1824+5651_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.510579 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000404866 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.237886 0.237886 0.475773 0.951546 1.90309 3.80618 7.61236 15.2247 30.4495 60.8989 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.51 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.524 x 4.855 at -0.6371 degrees (North through East) ! Clean map min=-0.0028881 max=0.51058 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 J1824+5651_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:05:13 2019