! Started logfile: J1315+1220_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:49:18 2019 obs J1315+1220_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J1315+1220_S_2017_05_31_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.850463 visibilities/baseline/integration-bin. ! Found source: J1315+1220 ! ! 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 22044 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 J1315+1220_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 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 900 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.881029Jy sigma=0.008066 ! Fit after self-cal, rms=0.875883Jy sigma=0.008023 ! 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.221 mas, bmaj=6.648 mas, bpa=-1.854 degrees ! Estimated noise=955.17 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.0975353 Jy ! Component: 100 - total flux cleaned = 0.12629 Jy ! Total flux subtracted in 100 components = 0.12629 Jy ! Clean residual min=-0.005083 max=0.011092 Jy/beam ! Clean residual mean=-0.000036 rms=0.001399 Jy/beam ! Combined flux in latest and established models = 0.12629 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.12629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090371Jy sigma=0.000684 ! Fit after self-cal, rms=0.090327Jy sigma=0.000683 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116065 Jy ! Component: 100 - total flux cleaned = 0.0174471 Jy ! Total flux subtracted in 100 components = 0.0174471 Jy ! Clean residual min=-0.003771 max=0.005764 Jy/beam ! Clean residual mean=-0.000009 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.143737 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 31 components and 0.143737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088720Jy sigma=0.000669 ! Fit after self-cal, rms=0.088709Jy sigma=0.000668 ! 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.713 mas, bmaj=7.455 mas, bpa=-1.288 degrees ! Estimated noise=599.557 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 (4, -10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00499234 Jy ! Component: 100 - total flux cleaned = 0.00767495 Jy ! Component: 150 - total flux cleaned = 0.00896771 Jy ! Component: 200 - total flux cleaned = 0.0100813 Jy ! Total flux subtracted in 200 components = 0.0100813 Jy ! Clean residual min=-0.002718 max=0.002596 Jy/beam ! Clean residual mean=-0.000003 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.153818 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 65 components and 0.153818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088339Jy sigma=0.000665 ! Fit after self-cal, rms=0.088296Jy sigma=0.000665 ! 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.97 FD 0.98 HN 0.93 KP 1.01 ! LA 1.00 MK 1.02 NL 0.91 OV 1.01 ! PT 1.03 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.99 HN 0.99 KP 0.97 ! LA 0.96 MK 1.02 NL 1.07 OV 1.07 ! PT 1.02 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.02 HN 1.00 KP 0.99 ! LA 0.99 MK 1.06 NL 1.01 OV 1.00 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 4. ! A total of 75 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.92 KP 1.00* ! LA 1.01 MK 1.19 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.088296Jy sigma=0.000665 ! Fit after self-cal, rms=0.080642Jy sigma=0.000661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.753 mas, bmaj=7.485 mas, bpa=-1.151 degrees ! Estimated noise=599.93 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.00204235 Jy ! Component: 100 - total flux cleaned = 0.00254165 Jy ! Component: 150 - total flux cleaned = 0.00273789 Jy ! Component: 200 - total flux cleaned = 0.00293574 Jy ! Total flux subtracted in 200 components = 0.00293574 Jy ! Clean residual min=-0.002320 max=0.002194 Jy/beam ! Clean residual mean=0.000001 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.156754 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 84 components and 0.156754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080589Jy sigma=0.000660 ! Fit after self-cal, rms=0.080570Jy sigma=0.000660 ! 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.080570Jy sigma=0.000660 ! Fit after self-cal, rms=0.078082Jy sigma=0.000657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.747 mas, bmaj=7.464 mas, bpa=-0.9426 degrees ! Estimated noise=599.489 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131057 Jy ! Component: 100 - total flux cleaned = 0.00169556 Jy ! Component: 150 - total flux cleaned = 0.00196612 Jy ! Component: 200 - total flux cleaned = 0.00210299 Jy ! Total flux subtracted in 200 components = 0.00210299 Jy ! Clean residual min=-0.001609 max=0.001763 Jy/beam ! Clean residual mean=0.000005 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.158857 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 103 components and 0.158857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078047Jy sigma=0.000656 ! Fit after self-cal, rms=0.078038Jy sigma=0.000656 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.000165505 Jy ! Component: 100 - total flux cleaned = 0.000319651 Jy ! Component: 150 - total flux cleaned = 0.000377263 Jy ! Component: 200 - total flux cleaned = 0.000377718 Jy ! Total flux subtracted in 200 components = 0.000377718 Jy ! Clean residual min=-0.001583 max=0.001770 Jy/beam ! Clean residual mean=0.000005 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.159234 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 116 components and 0.159234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078024Jy sigma=0.000656 ! Fit after self-cal, rms=0.078020Jy sigma=0.000656 ! Inverting map ! Added new window around map position (38, 29). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000971034 Jy ! Component: 100 - total flux cleaned = 0.00109349 Jy ! Component: 150 - total flux cleaned = 0.000964338 Jy ! Component: 200 - total flux cleaned = 0.000905996 Jy ! Total flux subtracted in 200 components = 0.000905996 Jy ! Clean residual min=-0.001544 max=0.001492 Jy/beam ! Clean residual mean=0.000005 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.16014 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 129 components and 0.16014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077971Jy sigma=0.000656 ! Fit after self-cal, rms=0.077966Jy sigma=0.000656 ! 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.077966Jy sigma=0.000656 ! Fit after self-cal, rms=0.077478Jy sigma=0.000656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.747 mas, bmaj=7.458 mas, bpa=-0.7627 degrees ! Estimated noise=598.543 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000484124 Jy ! Component: 100 - total flux cleaned = 0.000740142 Jy ! Component: 150 - total flux cleaned = 0.000891661 Jy ! Component: 200 - total flux cleaned = 0.000914999 Jy ! Total flux subtracted in 200 components = 0.000914999 Jy ! Clean residual min=-0.001505 max=0.001391 Jy/beam ! Clean residual mean=0.000006 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.161055 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 140 components and 0.161055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077455Jy sigma=0.000655 ! Fit after self-cal, rms=0.077449Jy sigma=0.000655 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.000244997 Jy ! Component: 100 - total flux cleaned = 0.000309866 Jy ! Component: 150 - total flux cleaned = 0.00030974 Jy ! Component: 200 - total flux cleaned = 0.000329691 Jy ! Total flux subtracted in 200 components = 0.000329691 Jy ! Clean residual min=-0.001494 max=0.001406 Jy/beam ! Clean residual mean=0.000006 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.161385 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 152 components and 0.161385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077437Jy sigma=0.000655 ! Fit after self-cal, rms=0.077436Jy sigma=0.000655 ! 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.077436Jy sigma=0.000655 ! Fit after self-cal, rms=0.077346Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.504 mas, bmaj=10.9 mas, bpa=-3.808 degrees ! Estimated noise=721.895 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000609843 Jy ! Component: 100 - total flux cleaned = 0.000775604 Jy ! Component: 150 - total flux cleaned = 0.000840759 Jy ! Component: 200 - total flux cleaned = 0.000841905 Jy ! Total flux subtracted in 200 components = 0.000841905 Jy ! Clean residual min=-0.001566 max=0.001355 Jy/beam ! Clean residual mean=0.000011 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.162227 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 166 components and 0.162227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077339Jy sigma=0.000655 ! Fit after self-cal, rms=0.077336Jy sigma=0.000655 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.49444e-06 Jy ! Component: 100 - total flux cleaned = 3.38781e-05 Jy ! Component: 150 - total flux cleaned = 3.43628e-05 Jy ! Component: 200 - total flux cleaned = 4.5713e-05 Jy ! Total flux subtracted in 200 components = 4.5713e-05 Jy ! Clean residual min=-0.001573 max=0.001350 Jy/beam ! Clean residual mean=0.000011 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.162273 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 172 components and 0.162273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077333Jy sigma=0.000655 ! Fit after self-cal, rms=0.077332Jy sigma=0.000655 ! 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.746 mas, bmaj=7.451 mas, bpa=-0.6727 degrees ! Estimated noise=598.832 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.746 x 7.451 at -0.6727 degrees (North through East) ! Clean map min=-0.0015318 max=0.12192 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.257 mas, bmaj=6.651 mas, bpa=-1.317 degrees ! Estimated noise=952.254 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0972769 Jy ! Component: 100 - total flux cleaned = 0.12706 Jy ! Component: 150 - total flux cleaned = 0.13912 Jy ! Component: 200 - total flux cleaned = 0.145393 Jy ! Total flux subtracted in 200 components = 0.145393 Jy ! Clean residual min=-0.003293 max=0.003272 Jy/beam ! Clean residual mean=-0.000012 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.145393 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.145393 Jy ! Inverting map and beam ! Estimated beam: bmin=3.746 mas, bmaj=7.451 mas, bpa=-0.6727 degrees ! Estimated noise=598.832 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.00448228 Jy ! Component: 100 - total flux cleaned = 0.00745352 Jy ! Component: 150 - total flux cleaned = 0.00965123 Jy ! Component: 200 - total flux cleaned = 0.0112591 Jy ! Total flux subtracted in 200 components = 0.0112591 Jy ! Clean residual min=-0.001622 max=0.001523 Jy/beam ! Clean residual mean=-0.000002 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.156652 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 72 components and 0.156652 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.504 mas, bmaj=10.9 mas, bpa=-3.808 degrees ! Estimated noise=721.895 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00204061 Jy ! Component: 100 - total flux cleaned = 0.00330994 Jy ! Component: 150 - total flux cleaned = 0.00389065 Jy ! Component: 200 - total flux cleaned = 0.00424762 Jy ! Total flux subtracted in 200 components = 0.00424762 Jy ! Clean residual min=-0.001640 max=0.001460 Jy/beam ! Clean residual mean=0.000008 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.1609 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.000231468 Jy ! Component: 100 - total flux cleaned = 0.000391301 Jy ! Component: 150 - total flux cleaned = 0.000555691 Jy ! Component: 200 - total flux cleaned = 0.000703133 Jy ! Total flux subtracted in 200 components = 0.000703133 Jy ! Clean residual min=-0.001597 max=0.001425 Jy/beam ! Clean residual mean=0.000010 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.161603 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 134 components and 0.161603 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.746 mas, bmaj=7.451 mas, bpa=-0.6727 degrees ! Estimated noise=598.832 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.24147e-05 Jy ! Component: 100 - total flux cleaned = 0.00011449 Jy ! Component: 150 - total flux cleaned = 0.000114003 Jy ! Component: 200 - total flux cleaned = 0.000172404 Jy ! Total flux subtracted in 200 components = 0.000172404 Jy ! Clean residual min=-0.001547 max=0.001382 Jy/beam ! Clean residual mean=0.000005 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.161775 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 156 components and 0.161775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077360Jy sigma=0.000655 ! Fit after self-cal, rms=0.077352Jy sigma=0.000655 wmodel J1315+1220_S_2017_05_31_pus_map.mod ! Writing 156 model components to file: J1315+1220_S_2017_05_31_pus_map.mod wobs J1315+1220_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J1315+1220_S_2017_05_31_pus_uvs.fits wwins J1315+1220_S_2017_05_31_pus_map.win ! wwins: Wrote 3 windows to J1315+1220_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.000123216 Jy ! Component: 100 - total flux cleaned = -9.75571e-05 Jy ! Component: 150 - total flux cleaned = -0.000120312 Jy ! Component: 200 - total flux cleaned = -9.82154e-05 Jy ! Component: 250 - total flux cleaned = -0.000142702 Jy ! Component: 300 - total flux cleaned = -0.000185099 Jy ! Component: 350 - total flux cleaned = -0.000164179 Jy ! Component: 400 - total flux cleaned = -0.000123636 Jy ! Component: 450 - total flux cleaned = -0.000103671 Jy ! Component: 500 - total flux cleaned = -6.4373e-05 Jy ! Component: 550 - total flux cleaned = -2.60295e-05 Jy ! Component: 600 - total flux cleaned = -7.23138e-06 Jy ! Component: 650 - total flux cleaned = 2.97136e-05 Jy ! Component: 700 - total flux cleaned = 6.57485e-05 Jy ! Component: 750 - total flux cleaned = 0.000118603 Jy ! Component: 800 - total flux cleaned = 8.34274e-05 Jy ! Component: 850 - total flux cleaned = 6.63106e-05 Jy ! Component: 900 - total flux cleaned = 3.24412e-05 Jy ! Component: 950 - total flux cleaned = 6.6337e-05 Jy ! Component: 1000 - total flux cleaned = 8.30289e-05 Jy ! Component: 1050 - total flux cleaned = 8.31194e-05 Jy ! Component: 1100 - total flux cleaned = 0.000131154 Jy ! Component: 1150 - total flux cleaned = 5.18544e-05 Jy ! Component: 1200 - total flux cleaned = 3.63965e-05 Jy ! Component: 1250 - total flux cleaned = 2.09466e-05 Jy ! Component: 1300 - total flux cleaned = -9.59247e-06 Jy ! Component: 1350 - total flux cleaned = 5.53894e-06 Jy ! Component: 1400 - total flux cleaned = -9.52514e-06 Jy ! Component: 1450 - total flux cleaned = 5.49874e-06 Jy ! Component: 1500 - total flux cleaned = 1.99534e-05 Jy ! Component: 1550 - total flux cleaned = -8.94401e-06 Jy ! Component: 1600 - total flux cleaned = -5.16256e-05 Jy ! Component: 1650 - total flux cleaned = -6.56927e-05 Jy ! Component: 1700 - total flux cleaned = -2.40452e-05 Jy ! Component: 1750 - total flux cleaned = -2.41554e-05 Jy ! Component: 1800 - total flux cleaned = -2.42966e-05 Jy ! Component: 1850 - total flux cleaned = -1.0895e-05 Jy ! Component: 1900 - total flux cleaned = -2.42187e-05 Jy ! Component: 1950 - total flux cleaned = -3.73941e-05 Jy ! Component: 2000 - total flux cleaned = -5.03917e-05 Jy ! Component: 2050 - total flux cleaned = -7.60726e-05 Jy ! Component: 2100 - total flux cleaned = -8.88778e-05 Jy ! Component: 2150 - total flux cleaned = -0.000152633 Jy ! Component: 2200 - total flux cleaned = -0.000190353 Jy ! Component: 2250 - total flux cleaned = -0.000215359 Jy ! Component: 2300 - total flux cleaned = -0.000215331 Jy ! Component: 2350 - total flux cleaned = -0.000240067 Jy ! Component: 2400 - total flux cleaned = -0.000301062 Jy ! Component: 2450 - total flux cleaned = -0.000337176 Jy ! Component: 2500 - total flux cleaned = -0.000361065 Jy ! Component: 2550 - total flux cleaned = -0.000396684 Jy ! Component: 2600 - total flux cleaned = -0.000408325 Jy ! Component: 2650 - total flux cleaned = -0.000431708 Jy ! Component: 2700 - total flux cleaned = -0.000431762 Jy ! Component: 2750 - total flux cleaned = -0.000466305 Jy ! Component: 2800 - total flux cleaned = -0.00048926 Jy ! Component: 2850 - total flux cleaned = -0.000557271 Jy ! Component: 2900 - total flux cleaned = -0.000568483 Jy ! Component: 2950 - total flux cleaned = -0.000635455 Jy ! Component: 3000 - total flux cleaned = -0.000679643 Jy ! Component: 3050 - total flux cleaned = -0.00071253 Jy ! Component: 3100 - total flux cleaned = -0.000745202 Jy ! Component: 3150 - total flux cleaned = -0.00073435 Jy ! Component: 3200 - total flux cleaned = -0.000798658 Jy ! Component: 3250 - total flux cleaned = -0.000819934 Jy ! Component: 3300 - total flux cleaned = -0.000830464 Jy ! Component: 3350 - total flux cleaned = -0.000851542 Jy ! Component: 3400 - total flux cleaned = -0.000935036 Jy ! Component: 3450 - total flux cleaned = -0.000966156 Jy ! Component: 3500 - total flux cleaned = -0.000997047 Jy ! Component: 3550 - total flux cleaned = -0.00105834 Jy ! Component: 3600 - total flux cleaned = -0.00108877 Jy ! Component: 3650 - total flux cleaned = -0.0011191 Jy ! Component: 3700 - total flux cleaned = -0.001149 Jy ! Component: 3750 - total flux cleaned = -0.0012185 Jy ! Component: 3800 - total flux cleaned = -0.00122829 Jy ! Component: 3850 - total flux cleaned = -0.00124785 Jy ! Component: 3900 - total flux cleaned = -0.00127706 Jy ! Component: 3950 - total flux cleaned = -0.00129634 Jy ! Component: 4000 - total flux cleaned = -0.00134441 Jy ! Component: 4050 - total flux cleaned = -0.00137306 Jy ! Total flux subtracted in 4096 components = -0.00138257 Jy ! Clean residual min=-0.000632 max=0.000477 Jy/beam ! Clean residual mean=-0.000001 rms=0.000177 Jy/beam ! Combined flux in latest and established models = 0.160393 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 428 components and 0.160393 Jy ![Exited script file: muppet] wmap "J1315+1220_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.746 x 7.451 at -0.6727 degrees (North through East) ! Clean map min=-0.0013016 max=0.1216 Jy/beam ! Writing clean map to FITS file: J1315+1220_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.1216 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000175304 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.432495 0.432495 0.86499 1.72998 3.45996 6.91992 13.8398 27.6797 55.3594 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.121 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.746 x 7.451 at -0.6727 degrees (North through East) ! Clean map min=-0.0013016 max=0.1216 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 J1315+1220_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:49:23 2019