! Started logfile: J1006+0509_S_2017_06_15_pus_uvs.log on Tue May 7 15:16:33 2019 obs J1006+0509_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1006+0509_S_2017_06_15_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.958353 visibilities/baseline/integration-bin. ! Found source: J1006+0509 ! ! 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 603 lines of history. ! ! Reading 24668 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 J1006+0509_S_2017_06_15_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 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 68 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 824 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.926539Jy sigma=0.008206 ! Fit after self-cal, rms=0.911748Jy sigma=0.008081 ! 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.731 mas, bmaj=7.148 mas, bpa=-4.88 degrees ! Estimated noise=826.71 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.0691175 Jy ! Component: 100 - total flux cleaned = 0.0871015 Jy ! Total flux subtracted in 100 components = 0.0871015 Jy ! Clean residual min=-0.003451 max=0.007386 Jy/beam ! Clean residual mean=0.000002 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.0871014 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0871014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081557Jy sigma=0.000673 ! Fit after self-cal, rms=0.081540Jy sigma=0.000673 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00781377 Jy ! Component: 100 - total flux cleaned = 0.0116765 Jy ! Total flux subtracted in 100 components = 0.0116765 Jy ! Clean residual min=-0.002910 max=0.002925 Jy/beam ! Clean residual mean=-0.000001 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.0987779 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.0987779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080764Jy sigma=0.000667 ! Fit after self-cal, rms=0.080767Jy sigma=0.000667 ! 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.289 mas, bmaj=7.923 mas, bpa=-3.922 degrees ! Estimated noise=591.063 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.00199601 Jy ! Component: 100 - total flux cleaned = 0.00218548 Jy ! Component: 150 - total flux cleaned = 0.00218443 Jy ! Component: 200 - total flux cleaned = 0.00218595 Jy ! Total flux subtracted in 200 components = 0.00218595 Jy ! Clean residual min=-0.002249 max=0.002590 Jy/beam ! Clean residual mean=-0.000003 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.100964 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 27 components and 0.100964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080646Jy sigma=0.000666 ! Fit after self-cal, rms=0.080642Jy sigma=0.000666 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.91 HN 0.95 KP 1.02 ! LA 1.03 MK 1.03 NL 0.91 OV 1.02 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 FD 1.02 HN 0.99 KP 1.00 ! LA 1.02 MK 1.03 NL 1.09 OV 1.00 ! PT 1.01 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 0.99 HN 0.99 KP 1.01 ! LA 1.00 MK 1.07 NL 1.03 OV 0.95 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 0.90 KP 1.00* ! LA 1.15 MK 0.92 NL 1.00* OV 1.00* ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.080642Jy sigma=0.000666 ! Fit after self-cal, rms=0.078810Jy sigma=0.000664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.311 mas, bmaj=7.908 mas, bpa=-3.905 degrees ! Estimated noise=588.883 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 (3.5, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140832 Jy ! Component: 100 - total flux cleaned = 0.00103423 Jy ! Component: 150 - total flux cleaned = 0.000648004 Jy ! Component: 200 - total flux cleaned = 0.000504493 Jy ! Total flux subtracted in 200 components = 0.000504493 Jy ! Clean residual min=-0.001768 max=0.002104 Jy/beam ! Clean residual mean=-0.000003 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.101468 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 53 components and 0.101468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078710Jy sigma=0.000663 ! Fit after self-cal, rms=0.078690Jy sigma=0.000663 ! 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.078690Jy sigma=0.000663 ! Fit after self-cal, rms=0.079845Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.301 mas, bmaj=7.904 mas, bpa=-4.038 degrees ! Estimated noise=589.044 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000176227 Jy ! Component: 100 - total flux cleaned = 0.00014651 Jy ! Component: 150 - total flux cleaned = 9.76701e-05 Jy ! Component: 200 - total flux cleaned = 3.13172e-05 Jy ! Total flux subtracted in 200 components = 3.13172e-05 Jy ! Clean residual min=-0.001626 max=0.001767 Jy/beam ! Clean residual mean=-0.000001 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.1015 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 66 components and 0.1015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079829Jy sigma=0.000661 ! Fit after self-cal, rms=0.079851Jy sigma=0.000660 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 (20, 24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158976 Jy ! Component: 100 - total flux cleaned = 0.00215218 Jy ! Component: 150 - total flux cleaned = 0.00255783 Jy ! Component: 200 - total flux cleaned = 0.0027251 Jy ! Total flux subtracted in 200 components = 0.0027251 Jy ! Clean residual min=-0.001606 max=0.001637 Jy/beam ! Clean residual mean=-0.000000 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.104225 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 92 components and 0.104225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079814Jy sigma=0.000660 ! Fit after self-cal, rms=0.079808Jy sigma=0.000660 ! Inverting map ! Added new window around map position (-128, 47). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00034808 Jy ! Component: 100 - total flux cleaned = 0.000692668 Jy ! Component: 150 - total flux cleaned = 0.00107343 Jy ! Component: 200 - total flux cleaned = 0.00138292 Jy ! Total flux subtracted in 200 components = 0.00138292 Jy ! Clean residual min=-0.001628 max=0.001359 Jy/beam ! Clean residual mean=0.000000 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.105608 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 104 components and 0.105608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079774Jy sigma=0.000660 ! Fit after self-cal, rms=0.079770Jy sigma=0.000660 ! 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.079770Jy sigma=0.000660 ! Fit after self-cal, rms=0.079905Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=7.907 mas, bpa=-4.036 degrees ! Estimated noise=588.383 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000135447 Jy ! Component: 100 - total flux cleaned = 0.000374266 Jy ! Component: 150 - total flux cleaned = 0.000501217 Jy ! Component: 200 - total flux cleaned = 0.000580597 Jy ! Total flux subtracted in 200 components = 0.000580597 Jy ! Clean residual min=-0.001638 max=0.001338 Jy/beam ! Clean residual mean=-0.000000 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.106188 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 111 components and 0.106188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079892Jy sigma=0.000660 ! Fit after self-cal, rms=0.079892Jy sigma=0.000660 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.61057e-05 Jy ! Component: 100 - total flux cleaned = 0.000152391 Jy ! Component: 150 - total flux cleaned = 0.000223147 Jy ! Component: 200 - total flux cleaned = 0.000240064 Jy ! Total flux subtracted in 200 components = 0.000240064 Jy ! Clean residual min=-0.001642 max=0.001322 Jy/beam ! Clean residual mean=-0.000000 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.106428 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 120 components and 0.106428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079884Jy sigma=0.000660 ! Fit after self-cal, rms=0.079884Jy sigma=0.000660 ! 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.079884Jy sigma=0.000660 ! Fit after self-cal, rms=0.079885Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.408 mas, bmaj=12.1 mas, bpa=-6.189 degrees ! Estimated noise=734.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000169149 Jy ! Component: 100 - total flux cleaned = 0.000212412 Jy ! Component: 150 - total flux cleaned = 0.000129366 Jy ! Component: 200 - total flux cleaned = 8.50018e-05 Jy ! Total flux subtracted in 200 components = 8.50018e-05 Jy ! Clean residual min=-0.001463 max=0.001356 Jy/beam ! Clean residual mean=-0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.106513 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 138 components and 0.106513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079881Jy sigma=0.000660 ! Fit after self-cal, rms=0.079881Jy sigma=0.000660 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.29385e-05 Jy ! Component: 100 - total flux cleaned = 2.83794e-05 Jy ! Component: 150 - total flux cleaned = 2.8962e-05 Jy ! Component: 200 - total flux cleaned = 4.15714e-05 Jy ! Total flux subtracted in 200 components = 4.15714e-05 Jy ! Clean residual min=-0.001462 max=0.001379 Jy/beam ! Clean residual mean=-0.000001 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.106555 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 148 components and 0.106555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079879Jy sigma=0.000660 ! Fit after self-cal, rms=0.079879Jy sigma=0.000660 ! 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.309 mas, bmaj=7.908 mas, bpa=-4.002 degrees ! Estimated noise=588.327 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.309 x 7.908 at -4.002 degrees (North through East) ! Clean map min=-0.0021777 max=0.089899 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.749 mas, bmaj=7.127 mas, bpa=-5.04 degrees ! Estimated noise=820.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0683809 Jy ! Component: 100 - total flux cleaned = 0.0865195 Jy ! Component: 150 - total flux cleaned = 0.0942976 Jy ! Component: 200 - total flux cleaned = 0.0984683 Jy ! Total flux subtracted in 200 components = 0.0984683 Jy ! Clean residual min=-0.002349 max=0.002569 Jy/beam ! Clean residual mean=0.000001 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.0984684 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.0984684 Jy ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=7.908 mas, bpa=-4.002 degrees ! Estimated noise=588.327 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.00224799 Jy ! Component: 100 - total flux cleaned = 0.00371017 Jy ! Component: 150 - total flux cleaned = 0.00497696 Jy ! Component: 200 - total flux cleaned = 0.00604475 Jy ! Total flux subtracted in 200 components = 0.00604475 Jy ! Clean residual min=-0.001668 max=0.001666 Jy/beam ! Clean residual mean=-0.000001 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.104513 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 43 components and 0.104513 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.408 mas, bmaj=12.1 mas, bpa=-6.189 degrees ! Estimated noise=734.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010299 Jy ! Component: 100 - total flux cleaned = 0.00149576 Jy ! Component: 150 - total flux cleaned = 0.0018467 Jy ! Component: 200 - total flux cleaned = 0.00214989 Jy ! Total flux subtracted in 200 components = 0.00214989 Jy ! Clean residual min=-0.001475 max=0.001379 Jy/beam ! Clean residual mean=-0.000001 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.106663 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.000215901 Jy ! Component: 100 - total flux cleaned = 0.0003399 Jy ! Component: 150 - total flux cleaned = 0.000408816 Jy ! Component: 200 - total flux cleaned = 0.000495398 Jy ! Total flux subtracted in 200 components = 0.000495398 Jy ! Clean residual min=-0.001488 max=0.001388 Jy/beam ! Clean residual mean=-0.000001 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.107158 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 100 components and 0.107158 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=7.908 mas, bpa=-4.002 degrees ! Estimated noise=588.327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.23177e-05 Jy ! Component: 100 - total flux cleaned = 0.00020753 Jy ! Component: 150 - total flux cleaned = 0.000349426 Jy ! Component: 200 - total flux cleaned = 0.00048051 Jy ! Total flux subtracted in 200 components = 0.00048051 Jy ! Clean residual min=-0.001707 max=0.001498 Jy/beam ! Clean residual mean=-0.000001 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.107639 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 121 components and 0.107639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079921Jy sigma=0.000660 ! Fit after self-cal, rms=0.079918Jy sigma=0.000660 wmodel J1006+0509_S_2017_06_15_pus_map.mod ! Writing 121 model components to file: J1006+0509_S_2017_06_15_pus_map.mod wobs J1006+0509_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1006+0509_S_2017_06_15_pus_uvs.fits wwins J1006+0509_S_2017_06_15_pus_map.win ! wwins: Wrote 4 windows to J1006+0509_S_2017_06_15_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 = -3.46774e-05 Jy ! Component: 100 - total flux cleaned = 0.000401026 Jy ! Component: 150 - total flux cleaned = 0.000652308 Jy ! Component: 200 - total flux cleaned = 0.000870488 Jy ! Component: 250 - total flux cleaned = 0.00112185 Jy ! Component: 300 - total flux cleaned = 0.00128394 Jy ! Component: 350 - total flux cleaned = 0.00140261 Jy ! Component: 400 - total flux cleaned = 0.00149905 Jy ! Component: 450 - total flux cleaned = 0.00159343 Jy ! Component: 500 - total flux cleaned = 0.00168604 Jy ! Component: 550 - total flux cleaned = 0.00179536 Jy ! Component: 600 - total flux cleaned = 0.0019027 Jy ! Component: 650 - total flux cleaned = 0.00206022 Jy ! Component: 700 - total flux cleaned = 0.00212884 Jy ! Component: 750 - total flux cleaned = 0.00221364 Jy ! Component: 800 - total flux cleaned = 0.00234682 Jy ! Component: 850 - total flux cleaned = 0.00239598 Jy ! Component: 900 - total flux cleaned = 0.0024606 Jy ! Component: 950 - total flux cleaned = 0.0025084 Jy ! Component: 1000 - total flux cleaned = 0.00253961 Jy ! Component: 1050 - total flux cleaned = 0.00260149 Jy ! Component: 1100 - total flux cleaned = 0.00266219 Jy ! Component: 1150 - total flux cleaned = 0.00264688 Jy ! Component: 1200 - total flux cleaned = 0.00264689 Jy ! Component: 1250 - total flux cleaned = 0.00261741 Jy ! Component: 1300 - total flux cleaned = 0.002603 Jy ! Component: 1350 - total flux cleaned = 0.00257433 Jy ! Component: 1400 - total flux cleaned = 0.00254607 Jy ! Component: 1450 - total flux cleaned = 0.00251815 Jy ! Component: 1500 - total flux cleaned = 0.00253189 Jy ! Component: 1550 - total flux cleaned = 0.00249058 Jy ! Component: 1600 - total flux cleaned = 0.00247701 Jy ! Component: 1650 - total flux cleaned = 0.00243668 Jy ! Component: 1700 - total flux cleaned = 0.00241012 Jy ! Component: 1750 - total flux cleaned = 0.00237076 Jy ! Component: 1800 - total flux cleaned = 0.00234464 Jy ! Component: 1850 - total flux cleaned = 0.00235772 Jy ! Component: 1900 - total flux cleaned = 0.00233226 Jy ! Component: 1950 - total flux cleaned = 0.00237029 Jy ! Component: 2000 - total flux cleaned = 0.00237007 Jy ! Component: 2050 - total flux cleaned = 0.00234509 Jy ! Component: 2100 - total flux cleaned = 0.00236971 Jy ! Component: 2150 - total flux cleaned = 0.00236957 Jy ! Component: 2200 - total flux cleaned = 0.00235743 Jy ! Component: 2250 - total flux cleaned = 0.0023214 Jy ! Component: 2300 - total flux cleaned = 0.00233314 Jy ! Component: 2350 - total flux cleaned = 0.00229765 Jy ! Component: 2400 - total flux cleaned = 0.00225092 Jy ! Component: 2450 - total flux cleaned = 0.0022973 Jy ! Component: 2500 - total flux cleaned = 0.00226273 Jy ! Component: 2550 - total flux cleaned = 0.0022854 Jy ! Component: 2600 - total flux cleaned = 0.00225127 Jy ! Component: 2650 - total flux cleaned = 0.0022515 Jy ! Component: 2700 - total flux cleaned = 0.00222888 Jy ! Component: 2750 - total flux cleaned = 0.00224002 Jy ! Component: 2800 - total flux cleaned = 0.00225099 Jy ! Component: 2850 - total flux cleaned = 0.00222904 Jy ! Component: 2900 - total flux cleaned = 0.00224015 Jy ! Component: 2950 - total flux cleaned = 0.0022294 Jy ! Component: 3000 - total flux cleaned = 0.0022079 Jy ! Component: 3050 - total flux cleaned = 0.00219739 Jy ! Component: 3100 - total flux cleaned = 0.00217638 Jy ! Component: 3150 - total flux cleaned = 0.00216588 Jy ! Component: 3200 - total flux cleaned = 0.00216587 Jy ! Component: 3250 - total flux cleaned = 0.00213479 Jy ! Component: 3300 - total flux cleaned = 0.0021348 Jy ! Component: 3350 - total flux cleaned = 0.0021247 Jy ! Component: 3400 - total flux cleaned = 0.0021044 Jy ! Component: 3450 - total flux cleaned = 0.00208436 Jy ! Component: 3500 - total flux cleaned = 0.00206449 Jy ! Component: 3550 - total flux cleaned = 0.00204469 Jy ! Component: 3600 - total flux cleaned = 0.00201537 Jy ! Component: 3650 - total flux cleaned = 0.00204458 Jy ! Component: 3700 - total flux cleaned = 0.00200579 Jy ! Component: 3750 - total flux cleaned = 0.00197699 Jy ! Component: 3800 - total flux cleaned = 0.0019865 Jy ! Component: 3850 - total flux cleaned = 0.00193888 Jy ! Component: 3900 - total flux cleaned = 0.00189177 Jy ! Component: 3950 - total flux cleaned = 0.0018729 Jy ! Component: 4000 - total flux cleaned = 0.00184501 Jy ! Component: 4050 - total flux cleaned = 0.00182652 Jy ! Total flux subtracted in 4096 components = 0.00182649 Jy ! Clean residual min=-0.000589 max=0.000758 Jy/beam ! Clean residual mean=0.000000 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.109465 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 415 components and 0.109465 Jy ![Exited script file: muppet] wmap "J1006+0509_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.309 x 7.908 at -4.002 degrees (North through East) ! Clean map min=-0.0017739 max=0.089016 Jy/beam ! Writing clean map to FITS file: J1006+0509_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0890164 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000172442 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.581159 0.581159 1.16232 2.32464 4.64927 9.29854 18.5971 37.1942 74.3884 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.089 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.309 x 7.908 at -4.002 degrees (North through East) ! Clean map min=-0.0017739 max=0.089016 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 J1006+0509_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:16:39 2019