! Started logfile: J1320+8450_S_2017_10_21_pus_uvs.log on Sat May 11 20:58:45 2019 obs J1320+8450_S_2017_10_21_pus_uva.fits ! Reading UV FITS file: J1320+8450_S_2017_10_21_pus_uva.fits ! AN table 1: 217 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.84767 visibilities/baseline/integration-bin. ! Found source: J1320+8450 ! ! 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 644 lines of history. ! ! Reading 26488 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 J1320+8450_S_2017_10_21_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 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 393 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 161 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1050 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.717214Jy sigma=0.006419 ! Fit after self-cal, rms=0.698120Jy sigma=0.006238 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.792 mas, bmaj=7.389 mas, bpa=44.4 degrees ! Estimated noise=1070.43 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.2099 Jy ! Component: 100 - total flux cleaned = 0.290581 Jy ! Total flux subtracted in 100 components = 0.290581 Jy ! Clean residual min=-0.012698 max=0.037857 Jy/beam ! Clean residual mean=-0.000074 rms=0.004119 Jy/beam ! Combined flux in latest and established models = 0.290581 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.290581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130581Jy sigma=0.001067 ! Fit after self-cal, rms=0.130508Jy sigma=0.001066 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0429595 Jy ! Component: 100 - total flux cleaned = 0.0678448 Jy ! Total flux subtracted in 100 components = 0.0678448 Jy ! Clean residual min=-0.007295 max=0.012984 Jy/beam ! Clean residual mean=-0.000050 rms=0.002158 Jy/beam ! Combined flux in latest and established models = 0.358425 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.358425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104593Jy sigma=0.000847 ! Fit after self-cal, rms=0.104552Jy sigma=0.000847 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0160333 Jy ! Component: 100 - total flux cleaned = 0.0266529 Jy ! Total flux subtracted in 100 components = 0.0266529 Jy ! Clean residual min=-0.006545 max=0.007226 Jy/beam ! Clean residual mean=-0.000039 rms=0.001742 Jy/beam ! Combined flux in latest and established models = 0.385078 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 42 components and 0.385078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099009Jy sigma=0.000807 ! Fit after self-cal, rms=0.098985Jy sigma=0.000807 ! 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.682 mas, bmaj=8.211 mas, bpa=42.48 degrees ! Estimated noise=576.822 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.014526 Jy ! Component: 100 - total flux cleaned = 0.0229241 Jy ! Component: 150 - total flux cleaned = 0.028064 Jy ! Component: 200 - total flux cleaned = 0.0312947 Jy ! Total flux subtracted in 200 components = 0.0312947 Jy ! Clean residual min=-0.008046 max=0.006723 Jy/beam ! Clean residual mean=-0.000113 rms=0.001889 Jy/beam ! Combined flux in latest and established models = 0.416373 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 83 components and 0.416373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095930Jy sigma=0.000793 ! Fit after self-cal, rms=0.095929Jy sigma=0.000793 ! 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.04 FD 0.99 HN 0.96 KP 1.08 ! LA 1.01 MK 0.98 NL 0.88 OV 0.97 ! PT 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.06 HN 1.01 KP 0.98 ! LA 0.98 MK 0.99 NL 1.00* OV 1.03 ! PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.06 HN 1.00 KP 1.04 ! LA 0.78 MK 1.03 NL 1.21 OV 0.93 ! PT 0.97 ! ! ! Correcting IF 4. ! A total of 210 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.13 HN 1.01 KP 1.00* ! LA 0.83 MK 1.03 NL 1.00* OV 1.00* ! PT 1.03 ! ! ! Fit before self-cal, rms=0.095929Jy sigma=0.000793 ! Fit after self-cal, rms=0.086147Jy sigma=0.000735 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.673 mas, bmaj=8.354 mas, bpa=42.49 degrees ! Estimated noise=578.909 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.000698588 Jy ! Component: 100 - total flux cleaned = 0.000774253 Jy ! Component: 150 - total flux cleaned = 0.000774072 Jy ! Component: 200 - total flux cleaned = 0.00077169 Jy ! Total flux subtracted in 200 components = 0.00077169 Jy ! Clean residual min=-0.003462 max=0.003131 Jy/beam ! Clean residual mean=-0.000002 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.417145 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 92 components and 0.417145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086117Jy sigma=0.000735 ! Fit after self-cal, rms=0.086084Jy sigma=0.000734 ! 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.086084Jy sigma=0.000734 ! Fit after self-cal, rms=0.085063Jy sigma=0.000723 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.67 mas, bmaj=8.337 mas, bpa=42.49 degrees ! Estimated noise=578.733 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000553314 Jy ! Component: 100 - total flux cleaned = -0.00065725 Jy ! Component: 150 - total flux cleaned = -0.00066011 Jy ! Component: 200 - total flux cleaned = -0.000662949 Jy ! Total flux subtracted in 200 components = -0.000662949 Jy ! Clean residual min=-0.002385 max=0.002574 Jy/beam ! Clean residual mean=-0.000006 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.416482 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 95 components and 0.416482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085012Jy sigma=0.000722 ! Fit after self-cal, rms=0.085017Jy sigma=0.000722 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 (-31, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00262231 Jy ! Component: 100 - total flux cleaned = 0.00345235 Jy ! Component: 150 - total flux cleaned = 0.0040253 Jy ! Component: 200 - total flux cleaned = 0.00436265 Jy ! Total flux subtracted in 200 components = 0.00436265 Jy ! Clean residual min=-0.002091 max=0.001931 Jy/beam ! Clean residual mean=-0.000000 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.420844 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 126 components and 0.420844 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084931Jy sigma=0.000721 ! Fit after self-cal, rms=0.084927Jy sigma=0.000721 ! 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.084927Jy sigma=0.000721 ! Fit after self-cal, rms=0.084941Jy sigma=0.000721 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.668 mas, bmaj=8.34 mas, bpa=42.49 degrees ! Estimated noise=578.396 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000637707 Jy ! Component: 100 - total flux cleaned = 0.000786501 Jy ! Component: 150 - total flux cleaned = 0.00092254 Jy ! Component: 200 - total flux cleaned = 0.00107749 Jy ! Total flux subtracted in 200 components = 0.00107749 Jy ! Clean residual min=-0.001987 max=0.001844 Jy/beam ! Clean residual mean=-0.000001 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.421922 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 133 components and 0.421922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084912Jy sigma=0.000721 ! Fit after self-cal, rms=0.084914Jy sigma=0.000721 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.000319399 Jy ! Component: 100 - total flux cleaned = 0.000455987 Jy ! Component: 150 - total flux cleaned = 0.00053256 Jy ! Component: 200 - total flux cleaned = 0.000603689 Jy ! Total flux subtracted in 200 components = 0.000603689 Jy ! Clean residual min=-0.001911 max=0.001787 Jy/beam ! Clean residual mean=-0.000000 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.422526 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 143 components and 0.422526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084898Jy sigma=0.000721 ! Fit after self-cal, rms=0.084898Jy sigma=0.000721 ! 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.084898Jy sigma=0.000721 ! Fit after self-cal, rms=0.084964Jy sigma=0.000721 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.123 mas, bmaj=12.6 mas, bpa=29.51 degrees ! Estimated noise=704.909 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000666438 Jy ! Component: 100 - total flux cleaned = 0.000854658 Jy ! Component: 150 - total flux cleaned = 0.00108172 Jy ! Component: 200 - total flux cleaned = 0.00125736 Jy ! Total flux subtracted in 200 components = 0.00125736 Jy ! Clean residual min=-0.002192 max=0.001767 Jy/beam ! Clean residual mean=-0.000001 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.423783 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 156 components and 0.423783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084953Jy sigma=0.000721 ! Fit after self-cal, rms=0.084953Jy sigma=0.000721 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.13255e-05 Jy ! Component: 100 - total flux cleaned = 0.000139504 Jy ! Component: 150 - total flux cleaned = 0.000239108 Jy ! Component: 200 - total flux cleaned = 0.000270002 Jy ! Total flux subtracted in 200 components = 0.000270002 Jy ! Clean residual min=-0.002125 max=0.001766 Jy/beam ! Clean residual mean=-0.000000 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.424053 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 166 components and 0.424053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084947Jy sigma=0.000721 ! Fit after self-cal, rms=0.084947Jy sigma=0.000721 ! 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.666 mas, bmaj=8.341 mas, bpa=42.49 degrees ! Estimated noise=578.532 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.666 x 8.341 at 42.49 degrees (North through East) ! Clean map min=-0.0016844 max=0.29703 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=2.783 mas, bmaj=7.511 mas, bpa=44.31 degrees ! Estimated noise=1086.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.211267 Jy ! Component: 100 - total flux cleaned = 0.293902 Jy ! Component: 150 - total flux cleaned = 0.337739 Jy ! Component: 200 - total flux cleaned = 0.363257 Jy ! Total flux subtracted in 200 components = 0.363257 Jy ! Clean residual min=-0.006236 max=0.013318 Jy/beam ! Clean residual mean=-0.000026 rms=0.001717 Jy/beam ! Combined flux in latest and established models = 0.363256 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.363256 Jy ! Inverting map and beam ! Estimated beam: bmin=3.666 mas, bmaj=8.341 mas, bpa=42.49 degrees ! Estimated noise=578.532 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.0242438 Jy ! Component: 100 - total flux cleaned = 0.0362395 Jy ! Component: 150 - total flux cleaned = 0.04248 Jy ! Component: 200 - total flux cleaned = 0.0463578 Jy ! Total flux subtracted in 200 components = 0.0463578 Jy ! Clean residual min=-0.002177 max=0.002726 Jy/beam ! Clean residual mean=-0.000028 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.409614 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 62 components and 0.409614 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.123 mas, bmaj=12.6 mas, bpa=29.51 degrees ! Estimated noise=704.909 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00453247 Jy ! Component: 100 - total flux cleaned = 0.00734104 Jy ! Component: 150 - total flux cleaned = 0.00924162 Jy ! Component: 200 - total flux cleaned = 0.0105713 Jy ! Total flux subtracted in 200 components = 0.0105713 Jy ! Clean residual min=-0.001934 max=0.002057 Jy/beam ! Clean residual mean=-0.000014 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.420186 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.000973328 Jy ! Component: 100 - total flux cleaned = 0.00169812 Jy ! Component: 150 - total flux cleaned = 0.00199898 Jy ! Component: 200 - total flux cleaned = 0.0021581 Jy ! Total flux subtracted in 200 components = 0.0021581 Jy ! Clean residual min=-0.001794 max=0.001819 Jy/beam ! Clean residual mean=-0.000007 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.422344 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 146 components and 0.422344 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.666 mas, bmaj=8.341 mas, bpa=42.49 degrees ! Estimated noise=578.532 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000398391 Jy ! Component: 100 - total flux cleaned = -0.00026301 Jy ! Component: 150 - total flux cleaned = -0.000143058 Jy ! Component: 200 - total flux cleaned = -8.88769e-05 Jy ! Total flux subtracted in 200 components = -8.88769e-05 Jy ! Clean residual min=-0.001584 max=0.001675 Jy/beam ! Clean residual mean=-0.000003 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.422255 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 165 components and 0.422255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084953Jy sigma=0.000721 ! Fit after self-cal, rms=0.084946Jy sigma=0.000721 wmodel J1320+8450_S_2017_10_21_pus_map.mod ! Writing 165 model components to file: J1320+8450_S_2017_10_21_pus_map.mod wobs J1320+8450_S_2017_10_21_pus_uvs.fits ! Writing UV FITS file: J1320+8450_S_2017_10_21_pus_uvs.fits wwins J1320+8450_S_2017_10_21_pus_map.win ! wwins: Wrote 2 windows to J1320+8450_S_2017_10_21_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.000346743 Jy ! Component: 100 - total flux cleaned = 0.000376284 Jy ! Component: 150 - total flux cleaned = 0.000244035 Jy ! Component: 200 - total flux cleaned = 0.000118656 Jy ! Component: 250 - total flux cleaned = 4.64301e-05 Jy ! Component: 300 - total flux cleaned = -4.67442e-05 Jy ! Component: 350 - total flux cleaned = -0.000159655 Jy ! Component: 400 - total flux cleaned = -0.00020339 Jy ! Component: 450 - total flux cleaned = -0.000268073 Jy ! Component: 500 - total flux cleaned = -0.000268976 Jy ! Component: 550 - total flux cleaned = -0.000391386 Jy ! Component: 600 - total flux cleaned = -0.000411359 Jy ! Component: 650 - total flux cleaned = -0.000489705 Jy ! Component: 700 - total flux cleaned = -0.000509161 Jy ! Component: 750 - total flux cleaned = -0.000565843 Jy ! Component: 800 - total flux cleaned = -0.000584002 Jy ! Component: 850 - total flux cleaned = -0.000638782 Jy ! Component: 900 - total flux cleaned = -0.000710169 Jy ! Component: 950 - total flux cleaned = -0.000727775 Jy ! Component: 1000 - total flux cleaned = -0.000762202 Jy ! Component: 1050 - total flux cleaned = -0.000762088 Jy ! Component: 1100 - total flux cleaned = -0.000779241 Jy ! Component: 1150 - total flux cleaned = -0.000845858 Jy ! Component: 1200 - total flux cleaned = -0.000829409 Jy ! Component: 1250 - total flux cleaned = -0.000877857 Jy ! Component: 1300 - total flux cleaned = -0.000893856 Jy ! Component: 1350 - total flux cleaned = -0.000941196 Jy ! Component: 1400 - total flux cleaned = -0.00101896 Jy ! Component: 1450 - total flux cleaned = -0.00108027 Jy ! Component: 1500 - total flux cleaned = -0.00115575 Jy ! Component: 1550 - total flux cleaned = -0.00124535 Jy ! Component: 1600 - total flux cleaned = -0.00125998 Jy ! Component: 1650 - total flux cleaned = -0.00134746 Jy ! Component: 1700 - total flux cleaned = -0.00141946 Jy ! Component: 1750 - total flux cleaned = -0.00150459 Jy ! Component: 1800 - total flux cleaned = -0.00158909 Jy ! Component: 1850 - total flux cleaned = -0.00163103 Jy ! Component: 1900 - total flux cleaned = -0.00175492 Jy ! Component: 1950 - total flux cleaned = -0.00184994 Jy ! Component: 2000 - total flux cleaned = -0.00191704 Jy ! Component: 2050 - total flux cleaned = -0.00201033 Jy ! Component: 2100 - total flux cleaned = -0.00211556 Jy ! Component: 2150 - total flux cleaned = -0.00215454 Jy ! Component: 2200 - total flux cleaned = -0.00229638 Jy ! Component: 2250 - total flux cleaned = -0.00234739 Jy ! Component: 2300 - total flux cleaned = -0.00246103 Jy ! Component: 2350 - total flux cleaned = -0.00256102 Jy ! Component: 2400 - total flux cleaned = -0.00261058 Jy ! Component: 2450 - total flux cleaned = -0.00265983 Jy ! Component: 2500 - total flux cleaned = -0.00274489 Jy ! Component: 2550 - total flux cleaned = -0.00279308 Jy ! Component: 2600 - total flux cleaned = -0.00286469 Jy ! Component: 2650 - total flux cleaned = -0.00293572 Jy ! Component: 2700 - total flux cleaned = -0.00297081 Jy ! Component: 2750 - total flux cleaned = -0.00298254 Jy ! Component: 2800 - total flux cleaned = -0.00306348 Jy ! Component: 2850 - total flux cleaned = -0.00310922 Jy ! Component: 2900 - total flux cleaned = -0.00314315 Jy ! Component: 2950 - total flux cleaned = -0.00316574 Jy ! Component: 3000 - total flux cleaned = -0.00321049 Jy ! Component: 3050 - total flux cleaned = -0.00331012 Jy ! Component: 3100 - total flux cleaned = -0.0033321 Jy ! Component: 3150 - total flux cleaned = -0.00335402 Jy ! Component: 3200 - total flux cleaned = -0.00339723 Jy ! Component: 3250 - total flux cleaned = -0.00342941 Jy ! Component: 3300 - total flux cleaned = -0.00346141 Jy ! Component: 3350 - total flux cleaned = -0.00349315 Jy ! Component: 3400 - total flux cleaned = -0.00351412 Jy ! Component: 3450 - total flux cleaned = -0.00356621 Jy ! Component: 3500 - total flux cleaned = -0.00357666 Jy ! Component: 3550 - total flux cleaned = -0.00361769 Jy ! Component: 3600 - total flux cleaned = -0.00367876 Jy ! Component: 3650 - total flux cleaned = -0.00370915 Jy ! Component: 3700 - total flux cleaned = -0.00377973 Jy ! Component: 3750 - total flux cleaned = -0.00379976 Jy ! Component: 3800 - total flux cleaned = -0.0038693 Jy ! Component: 3850 - total flux cleaned = -0.00391867 Jy ! Component: 3900 - total flux cleaned = -0.00398735 Jy ! Component: 3950 - total flux cleaned = -0.0040361 Jy ! Component: 4000 - total flux cleaned = -0.0040653 Jy ! Component: 4050 - total flux cleaned = -0.00413272 Jy ! Total flux subtracted in 4096 components = -0.00413268 Jy ! Clean residual min=-0.000588 max=0.000566 Jy/beam ! Clean residual mean=-0.000001 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.418122 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 477 components and 0.418122 Jy ![Exited script file: muppet] wmap "J1320+8450_S_2017_10_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.666 x 8.341 at 42.49 degrees (North through East) ! Clean map min=-0.0010529 max=0.29936 Jy/beam ! Writing clean map to FITS file: J1320+8450_S_2017_10_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.299359 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000188307 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.188711 0.188711 0.377421 0.754843 1.50969 3.01937 6.03874 12.0775 24.155 48.3099 96.6199 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.299 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.666 x 8.341 at 42.49 degrees (North through East) ! Clean map min=-0.0010529 max=0.29936 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 J1320+8450_S_2017_10_21_pus_uvs.log closed on Sat May 11 20:58:50 2019