! Started logfile: J1219+6600_S_2017_05_01_pus_uvs.log on Wed May 1 18:35:17 2019 obs J1219+6600_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J1219+6600_S_2017_05_01_pus_uva.fits ! AN table 1: 151 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969095 visibilities/baseline/integration-bin. ! Found source: J1219+6600 ! ! 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 788 lines of history. ! ! Reading 26340 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 J1219+6600_S_2017_05_01_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 27 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 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 625 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.911525Jy sigma=0.007554 ! Fit after self-cal, rms=0.900098Jy sigma=0.007470 ! 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.311 mas, bmaj=3.736 mas, bpa=-5.2 degrees ! Estimated noise=970.307 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.0794758 Jy ! Component: 100 - total flux cleaned = 0.0970449 Jy ! Total flux subtracted in 100 components = 0.0970449 Jy ! Clean residual min=-0.003037 max=0.005639 Jy/beam ! Clean residual mean=-0.000009 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.0970449 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0970449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087334Jy sigma=0.000672 ! Fit after self-cal, rms=0.087321Jy sigma=0.000672 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00583051 Jy ! Component: 100 - total flux cleaned = 0.00891418 Jy ! Total flux subtracted in 100 components = 0.00891418 Jy ! Clean residual min=-0.002889 max=0.003025 Jy/beam ! Clean residual mean=-0.000003 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.105959 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.105959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086872Jy sigma=0.000668 ! Fit after self-cal, rms=0.086890Jy 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=4.142 mas, bmaj=4.416 mas, bpa=-2.132 degrees ! Estimated noise=583.127 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.00259525 Jy ! Component: 100 - total flux cleaned = 0.0037016 Jy ! Component: 150 - total flux cleaned = 0.00420501 Jy ! Component: 200 - total flux cleaned = 0.00433081 Jy ! Total flux subtracted in 200 components = 0.00433081 Jy ! Clean residual min=-0.001971 max=0.002359 Jy/beam ! Clean residual mean=-0.000002 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.11029 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 28 components and 0.11029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086805Jy sigma=0.000668 ! Fit after self-cal, rms=0.086814Jy sigma=0.000668 ! 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.94 FD 0.95 HN 1.04 KP 1.00 ! LA 0.99 MK 1.02 NL 0.96 OV 1.03 ! PT 1.03 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.07 KP 0.99 ! LA 0.97 MK 1.17 NL 0.97 OV 1.10 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.04 KP 0.97 ! LA 1.00 MK 1.02 NL 0.98 OV 0.96 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.04 HN 0.97 KP 1.00* ! LA 0.96 MK 0.94 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.086814Jy sigma=0.000668 ! Fit after self-cal, rms=0.086794Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.171 mas, bmaj=4.449 mas, bpa=0.5021 degrees ! Estimated noise=584.096 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.000660039 Jy ! Component: 100 - total flux cleaned = -0.000721343 Jy ! Component: 150 - total flux cleaned = -0.000800655 Jy ! Component: 200 - total flux cleaned = -0.000815646 Jy ! Total flux subtracted in 200 components = -0.000815646 Jy ! Clean residual min=-0.001998 max=0.002186 Jy/beam ! Clean residual mean=-0.000001 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.109474 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 33 components and 0.109474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086783Jy sigma=0.000666 ! Fit after self-cal, rms=0.086779Jy sigma=0.000666 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086779Jy sigma=0.000666 ! Fit after self-cal, rms=0.092608Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.168 mas, bmaj=4.453 mas, bpa=0.1065 degrees ! Estimated noise=583.752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00038625 Jy ! Component: 100 - total flux cleaned = -0.000453407 Jy ! Component: 150 - total flux cleaned = -0.000510104 Jy ! Component: 200 - total flux cleaned = -0.000558409 Jy ! Total flux subtracted in 200 components = -0.000558409 Jy ! Clean residual min=-0.001646 max=0.001657 Jy/beam ! Clean residual mean=-0.000005 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.108916 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 39 components and 0.108916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092603Jy sigma=0.000661 ! Fit after self-cal, rms=0.092701Jy sigma=0.000661 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.18217e-05 Jy ! Component: 100 - total flux cleaned = -0.000110285 Jy ! Component: 150 - total flux cleaned = -0.000134142 Jy ! Component: 200 - total flux cleaned = -0.000154693 Jy ! Total flux subtracted in 200 components = -0.000154693 Jy ! Clean residual min=-0.001631 max=0.001645 Jy/beam ! Clean residual mean=-0.000005 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.108761 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.108761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092700Jy sigma=0.000661 ! Fit after self-cal, rms=0.092700Jy 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.092700Jy sigma=0.000661 ! Fit after self-cal, rms=0.093980Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.168 mas, bmaj=4.472 mas, bpa=0.04801 degrees ! Estimated noise=584.307 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000281039 Jy ! Component: 100 - total flux cleaned = -0.000329344 Jy ! Component: 150 - total flux cleaned = -0.000370132 Jy ! Component: 200 - total flux cleaned = -0.000396271 Jy ! Total flux subtracted in 200 components = -0.000396271 Jy ! Clean residual min=-0.001642 max=0.001659 Jy/beam ! Clean residual mean=-0.000005 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.108365 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.108365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093977Jy sigma=0.000661 ! Fit after self-cal, rms=0.093983Jy sigma=0.000661 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 = -4.27311e-05 Jy ! Component: 100 - total flux cleaned = -5.57304e-05 Jy ! Component: 150 - total flux cleaned = -6.763e-05 Jy ! Component: 200 - total flux cleaned = -7.85883e-05 Jy ! Total flux subtracted in 200 components = -7.85883e-05 Jy ! Clean residual min=-0.001639 max=0.001655 Jy/beam ! Clean residual mean=-0.000005 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.108286 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.108286 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093983Jy sigma=0.000661 ! Fit after self-cal, rms=0.093982Jy sigma=0.000661 ! 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.093982Jy sigma=0.000661 ! Fit after self-cal, rms=0.094378Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.349 mas, bmaj=8.983 mas, bpa=54.58 degrees ! Estimated noise=714.118 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000233722 Jy ! Component: 100 - total flux cleaned = -0.000232402 Jy ! Component: 150 - total flux cleaned = -0.000231999 Jy ! Component: 200 - total flux cleaned = -0.000241752 Jy ! Total flux subtracted in 200 components = -0.000241752 Jy ! Clean residual min=-0.001952 max=0.002063 Jy/beam ! Clean residual mean=-0.000012 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.108045 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.108045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094378Jy sigma=0.000661 ! Fit after self-cal, rms=0.094381Jy sigma=0.000661 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 = -2.00604e-05 Jy ! Component: 100 - total flux cleaned = -1.98613e-05 Jy ! Component: 150 - total flux cleaned = -1.56305e-05 Jy ! Component: 200 - total flux cleaned = -8.14791e-06 Jy ! Total flux subtracted in 200 components = -8.14791e-06 Jy ! Clean residual min=-0.001948 max=0.002060 Jy/beam ! Clean residual mean=-0.000012 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.108036 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 54 components and 0.108036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094382Jy sigma=0.000661 ! Fit after self-cal, rms=0.094383Jy sigma=0.000661 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.166 mas, bmaj=4.488 mas, bpa=-0.01822 degrees ! Estimated noise=584.651 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.166 x 4.488 at -0.01822 degrees (North through East) ! Clean map min=-0.0015702 max=0.10384 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.324 mas, bmaj=3.796 mas, bpa=-3.885 degrees ! Estimated noise=977.108 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.079932 Jy ! Component: 100 - total flux cleaned = 0.0976038 Jy ! Component: 150 - total flux cleaned = 0.10304 Jy ! Component: 200 - total flux cleaned = 0.105615 Jy ! Total flux subtracted in 200 components = 0.105615 Jy ! Clean residual min=-0.002466 max=0.002247 Jy/beam ! Clean residual mean=-0.000003 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.105615 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.105615 Jy ! Inverting map and beam ! Estimated beam: bmin=4.166 mas, bmaj=4.488 mas, bpa=-0.01822 degrees ! Estimated noise=584.651 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.00184487 Jy ! Component: 100 - total flux cleaned = 0.00247707 Jy ! Component: 150 - total flux cleaned = 0.00248025 Jy ! Component: 200 - total flux cleaned = 0.00244978 Jy ! Total flux subtracted in 200 components = 0.00244978 Jy ! Clean residual min=-0.001625 max=0.001703 Jy/beam ! Clean residual mean=-0.000005 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.108065 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 26 components and 0.108065 Jy ! Inverting map ! Added new window around map position (-9.5, 67.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112124 Jy ! Component: 100 - total flux cleaned = 0.00142456 Jy ! Component: 150 - total flux cleaned = 0.00154678 Jy ! Component: 200 - total flux cleaned = 0.00159949 Jy ! Total flux subtracted in 200 components = 0.00159949 Jy ! Clean residual min=-0.001510 max=0.001512 Jy/beam ! Clean residual mean=-0.000005 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.109664 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 43 components and 0.109664 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.349 mas, bmaj=8.983 mas, bpa=54.58 degrees ! Estimated noise=714.118 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228574 Jy ! Component: 100 - total flux cleaned = 0.000281683 Jy ! Component: 150 - total flux cleaned = 0.000296255 Jy ! Component: 200 - total flux cleaned = 0.000320257 Jy ! Total flux subtracted in 200 components = 0.000320257 Jy ! Clean residual min=-0.001842 max=0.001852 Jy/beam ! Clean residual mean=-0.000011 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.109985 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 = -1.44422e-07 Jy ! Component: 100 - total flux cleaned = 9.36844e-06 Jy ! Component: 150 - total flux cleaned = 1.7501e-05 Jy ! Component: 200 - total flux cleaned = 2.48895e-05 Jy ! Total flux subtracted in 200 components = 2.48895e-05 Jy ! Clean residual min=-0.001845 max=0.001838 Jy/beam ! Clean residual mean=-0.000011 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.11001 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 67 components and 0.11001 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.166 mas, bmaj=4.488 mas, bpa=-0.01822 degrees ! Estimated noise=584.651 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.90355e-05 Jy ! Component: 100 - total flux cleaned = -0.000101843 Jy ! Component: 150 - total flux cleaned = -0.000159688 Jy ! Component: 200 - total flux cleaned = -0.000159004 Jy ! Total flux subtracted in 200 components = -0.000159004 Jy ! Clean residual min=-0.001488 max=0.001518 Jy/beam ! Clean residual mean=-0.000005 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.109851 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 78 components and 0.109851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094338Jy sigma=0.000660 ! Fit after self-cal, rms=0.094331Jy sigma=0.000660 wmodel J1219+6600_S_2017_05_01_pus_map.mod ! Writing 78 model components to file: J1219+6600_S_2017_05_01_pus_map.mod wobs J1219+6600_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J1219+6600_S_2017_05_01_pus_uvs.fits wwins J1219+6600_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J1219+6600_S_2017_05_01_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.000331868 Jy ! Component: 100 - total flux cleaned = 0.000513382 Jy ! Component: 150 - total flux cleaned = 0.000439907 Jy ! Component: 200 - total flux cleaned = 0.000392991 Jy ! Component: 250 - total flux cleaned = 0.000347009 Jy ! Component: 300 - total flux cleaned = 0.000278723 Jy ! Component: 350 - total flux cleaned = 0.000189342 Jy ! Component: 400 - total flux cleaned = 5.77437e-05 Jy ! Component: 450 - total flux cleaned = -2.85987e-05 Jy ! Component: 500 - total flux cleaned = -0.000177438 Jy ! Component: 550 - total flux cleaned = -0.000303141 Jy ! Component: 600 - total flux cleaned = -0.000427577 Jy ! Component: 650 - total flux cleaned = -0.000591486 Jy ! Component: 700 - total flux cleaned = -0.000733352 Jy ! Component: 750 - total flux cleaned = -0.00083368 Jy ! Component: 800 - total flux cleaned = -0.00103202 Jy ! Component: 850 - total flux cleaned = -0.00116898 Jy ! Component: 900 - total flux cleaned = -0.00136249 Jy ! Component: 950 - total flux cleaned = -0.00147744 Jy ! Component: 1000 - total flux cleaned = -0.00164807 Jy ! Component: 1050 - total flux cleaned = -0.00177926 Jy ! Component: 1100 - total flux cleaned = -0.00192739 Jy ! Component: 1150 - total flux cleaned = -0.00201927 Jy ! Component: 1200 - total flux cleaned = -0.00218308 Jy ! Component: 1250 - total flux cleaned = -0.00225491 Jy ! Component: 1300 - total flux cleaned = -0.00243323 Jy ! Component: 1350 - total flux cleaned = -0.00250373 Jy ! Component: 1400 - total flux cleaned = -0.00260847 Jy ! Component: 1450 - total flux cleaned = -0.00276436 Jy ! Component: 1500 - total flux cleaned = -0.0029017 Jy ! Component: 1550 - total flux cleaned = -0.00300366 Jy ! Component: 1600 - total flux cleaned = -0.0031722 Jy ! Component: 1650 - total flux cleaned = -0.0033056 Jy ! Component: 1700 - total flux cleaned = -0.00333865 Jy ! Component: 1750 - total flux cleaned = -0.00350313 Jy ! Component: 1800 - total flux cleaned = -0.00363334 Jy ! Component: 1850 - total flux cleaned = -0.00369797 Jy ! Component: 1900 - total flux cleaned = -0.0037943 Jy ! Component: 1950 - total flux cleaned = -0.00390564 Jy ! Component: 2000 - total flux cleaned = -0.00400025 Jy ! Component: 2050 - total flux cleaned = -0.00412551 Jy ! Component: 2100 - total flux cleaned = -0.00420328 Jy ! Component: 2150 - total flux cleaned = -0.00441902 Jy ! Component: 2200 - total flux cleaned = -0.0044189 Jy ! Component: 2250 - total flux cleaned = -0.0045555 Jy ! Component: 2300 - total flux cleaned = -0.00464585 Jy ! Component: 2350 - total flux cleaned = -0.00476533 Jy ! Component: 2400 - total flux cleaned = -0.00476521 Jy ! Component: 2450 - total flux cleaned = -0.00488309 Jy ! Component: 2500 - total flux cleaned = -0.00492706 Jy ! Component: 2550 - total flux cleaned = -0.00499975 Jy ! Component: 2600 - total flux cleaned = -0.00504332 Jy ! Component: 2650 - total flux cleaned = -0.00517258 Jy ! Component: 2700 - total flux cleaned = -0.00520102 Jy ! Component: 2750 - total flux cleaned = -0.00527191 Jy ! Component: 2800 - total flux cleaned = -0.00532813 Jy ! Component: 2850 - total flux cleaned = -0.00538397 Jy ! Component: 2900 - total flux cleaned = -0.00550898 Jy ! Component: 2950 - total flux cleaned = -0.00555037 Jy ! Component: 3000 - total flux cleaned = -0.00559151 Jy ! Component: 3050 - total flux cleaned = -0.00564618 Jy ! Component: 3100 - total flux cleaned = -0.00568687 Jy ! Component: 3150 - total flux cleaned = -0.00578134 Jy ! Component: 3200 - total flux cleaned = -0.00578128 Jy ! Component: 3250 - total flux cleaned = -0.00583455 Jy ! Component: 3300 - total flux cleaned = -0.00590098 Jy ! Component: 3350 - total flux cleaned = -0.0059933 Jy ! Component: 3400 - total flux cleaned = -0.00601944 Jy ! Component: 3450 - total flux cleaned = -0.00609771 Jy ! Component: 3500 - total flux cleaned = -0.00613658 Jy ! Component: 3550 - total flux cleaned = -0.00622676 Jy ! Component: 3600 - total flux cleaned = -0.00626529 Jy ! Component: 3650 - total flux cleaned = -0.0063418 Jy ! Component: 3700 - total flux cleaned = -0.00641782 Jy ! Component: 3750 - total flux cleaned = -0.00646816 Jy ! Component: 3800 - total flux cleaned = -0.00649321 Jy ! Component: 3850 - total flux cleaned = -0.00656802 Jy ! Component: 3900 - total flux cleaned = -0.00667979 Jy ! Component: 3950 - total flux cleaned = -0.00666743 Jy ! Component: 4000 - total flux cleaned = -0.00667979 Jy ! Component: 4050 - total flux cleaned = -0.00671657 Jy ! Total flux subtracted in 4096 components = -0.00676521 Jy ! Clean residual min=-0.000733 max=0.000833 Jy/beam ! Clean residual mean=-0.000003 rms=0.000225 Jy/beam ! Combined flux in latest and established models = 0.103085 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 377 components and 0.103085 Jy ![Exited script file: muppet] wmap "J1219+6600_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.166 x 4.488 at -0.01822 degrees (North through East) ! Clean map min=-0.001198 max=0.10386 Jy/beam ! Writing clean map to FITS file: J1219+6600_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.103855 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000223632 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.645991 0.645991 1.29198 2.58396 5.16793 10.3359 20.6717 41.3434 82.6868 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.103 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.166 x 4.488 at -0.01822 degrees (North through East) ! Clean map min=-0.001198 max=0.10386 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 J1219+6600_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:35:22 2019