! Started logfile: J0412+0010_S_2017_06_10_pus_uvs.log on Mon May 6 14:45:14 2019 obs J0412+0010_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0412+0010_S_2017_06_10_pus_uva.fits ! AN table 1: 142 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975117 visibilities/baseline/integration-bin. ! Found source: J0412+0010 ! ! 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 1154 lines of history. ! ! Reading 24924 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 J0412+0010_S_2017_06_10_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 777 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.921987Jy sigma=0.008348 ! Fit after self-cal, rms=0.909307Jy sigma=0.008243 ! 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.745 mas, bmaj=6.845 mas, bpa=-3.86 degrees ! Estimated noise=729.793 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.0696337 Jy ! Component: 100 - total flux cleaned = 0.0925375 Jy ! Total flux subtracted in 100 components = 0.0925375 Jy ! Clean residual min=-0.004154 max=0.009923 Jy/beam ! Clean residual mean=0.000002 rms=0.001205 Jy/beam ! Combined flux in latest and established models = 0.0925375 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0925375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082912Jy sigma=0.000714 ! Fit after self-cal, rms=0.082780Jy sigma=0.000712 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118607 Jy ! Component: 100 - total flux cleaned = 0.0181465 Jy ! Total flux subtracted in 100 components = 0.0181465 Jy ! Clean residual min=-0.003053 max=0.004026 Jy/beam ! Clean residual mean=-0.000003 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.110684 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 24 components and 0.110684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080831Jy sigma=0.000692 ! Fit after self-cal, rms=0.080793Jy sigma=0.000692 ! 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.253 mas, bmaj=7.959 mas, bpa=-3.971 degrees ! Estimated noise=565.628 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.00580325 Jy ! Component: 100 - total flux cleaned = 0.00893815 Jy ! Component: 150 - total flux cleaned = 0.0107989 Jy ! Component: 200 - total flux cleaned = 0.0119493 Jy ! Total flux subtracted in 200 components = 0.0119493 Jy ! Clean residual min=-0.002480 max=0.003336 Jy/beam ! Clean residual mean=-0.000007 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.122633 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 39 components and 0.122633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080408Jy sigma=0.000687 ! Fit after self-cal, rms=0.080408Jy sigma=0.000687 ! 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.10 FD 0.95 HN 0.98 KP 1.03 ! LA 1.03 MK 1.00 NL 0.94 OV 0.98 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.99 HN 1.07 KP 1.01 ! LA 0.97 MK 1.04 NL 1.10 OV 1.01 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 1.00 KP 1.00 ! LA 1.04 MK 1.00 NL 1.04 OV 0.93 ! PT 0.94 SC 1.01 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.89 KP 1.00* ! LA 0.96 MK 0.97 NL 1.00* OV 1.00* ! PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.080408Jy sigma=0.000687 ! Fit after self-cal, rms=0.080375Jy sigma=0.000685 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=7.985 mas, bpa=-3.858 degrees ! Estimated noise=563.446 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 (-14.5, -28.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314686 Jy ! Component: 100 - total flux cleaned = 0.00475513 Jy ! Component: 150 - total flux cleaned = 0.00511166 Jy ! Component: 200 - total flux cleaned = 0.00532496 Jy ! Total flux subtracted in 200 components = 0.00532496 Jy ! Clean residual min=-0.002038 max=0.002252 Jy/beam ! Clean residual mean=-0.000005 rms=0.000530 Jy/beam ! Combined flux in latest and established models = 0.127958 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 79 components and 0.127958 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080239Jy sigma=0.000684 ! Fit after self-cal, rms=0.080251Jy sigma=0.000684 ! 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.080251Jy sigma=0.000684 ! Fit after self-cal, rms=0.089985Jy sigma=0.000680 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.253 mas, bmaj=7.997 mas, bpa=-3.922 degrees ! Estimated noise=563.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00127124 Jy ! Component: 100 - total flux cleaned = 0.00197023 Jy ! Component: 150 - total flux cleaned = 0.00218778 Jy ! Component: 200 - total flux cleaned = 0.00237676 Jy ! Total flux subtracted in 200 components = 0.00237676 Jy ! Clean residual min=-0.001562 max=0.001912 Jy/beam ! Clean residual mean=-0.000005 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.130335 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 100 components and 0.130335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089963Jy sigma=0.000679 ! Fit after self-cal, rms=0.090111Jy sigma=0.000679 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 (-2.5, -14.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00171477 Jy ! Component: 100 - total flux cleaned = 0.00229346 Jy ! Component: 150 - total flux cleaned = 0.00252151 Jy ! Component: 200 - total flux cleaned = 0.00254678 Jy ! Total flux subtracted in 200 components = 0.00254678 Jy ! Clean residual min=-0.001494 max=0.001491 Jy/beam ! Clean residual mean=-0.000005 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.132882 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 126 components and 0.132882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090073Jy sigma=0.000679 ! Fit after self-cal, rms=0.090042Jy sigma=0.000679 ! 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.090042Jy sigma=0.000679 ! Fit after self-cal, rms=0.091552Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.251 mas, bmaj=7.986 mas, bpa=-3.853 degrees ! Estimated noise=564.808 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100427 Jy ! Component: 100 - total flux cleaned = 0.00131996 Jy ! Component: 150 - total flux cleaned = 0.00143108 Jy ! Component: 200 - total flux cleaned = 0.00151023 Jy ! Total flux subtracted in 200 components = 0.00151023 Jy ! Clean residual min=-0.001362 max=0.001421 Jy/beam ! Clean residual mean=-0.000003 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.134392 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 148 components and 0.134392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091535Jy sigma=0.000678 ! Fit after self-cal, rms=0.091529Jy sigma=0.000678 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.000334545 Jy ! Component: 100 - total flux cleaned = 0.000393064 Jy ! Component: 150 - total flux cleaned = 0.000411392 Jy ! Component: 200 - total flux cleaned = 0.000444806 Jy ! Total flux subtracted in 200 components = 0.000444806 Jy ! Clean residual min=-0.001332 max=0.001425 Jy/beam ! Clean residual mean=-0.000003 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.134837 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 156 components and 0.134837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091521Jy sigma=0.000678 ! Fit after self-cal, rms=0.091521Jy sigma=0.000678 ! 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.091521Jy sigma=0.000678 ! Fit after self-cal, rms=0.091429Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.477 mas, bmaj=12.71 mas, bpa=-6.079 degrees ! Estimated noise=715.694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000664754 Jy ! Component: 100 - total flux cleaned = 0.000668092 Jy ! Component: 150 - total flux cleaned = 0.000630267 Jy ! Component: 200 - total flux cleaned = 0.000547582 Jy ! Total flux subtracted in 200 components = 0.000547582 Jy ! Clean residual min=-0.001548 max=0.001751 Jy/beam ! Clean residual mean=-0.000006 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.135384 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 175 components and 0.135384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091422Jy sigma=0.000678 ! Fit after self-cal, rms=0.091417Jy sigma=0.000678 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.000144879 Jy ! Component: 100 - total flux cleaned = 0.000128584 Jy ! Component: 150 - total flux cleaned = 9.98033e-05 Jy ! Component: 200 - total flux cleaned = 8.67245e-05 Jy ! Total flux subtracted in 200 components = 8.67245e-05 Jy ! Clean residual min=-0.001537 max=0.001768 Jy/beam ! Clean residual mean=-0.000006 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.135471 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 187 components and 0.135471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091413Jy sigma=0.000678 ! Fit after self-cal, rms=0.091413Jy sigma=0.000678 ! 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.253 mas, bmaj=7.978 mas, bpa=-3.797 degrees ! Estimated noise=565.403 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.253 x 7.978 at -3.797 degrees (North through East) ! Clean map min=-0.0012455 max=0.09183 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.737 mas, bmaj=6.878 mas, bpa=-3.848 degrees ! Estimated noise=735.202 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0701199 Jy ! Component: 100 - total flux cleaned = 0.094569 Jy ! Component: 150 - total flux cleaned = 0.106195 Jy ! Component: 200 - total flux cleaned = 0.112353 Jy ! Total flux subtracted in 200 components = 0.112353 Jy ! Clean residual min=-0.002479 max=0.003259 Jy/beam ! Clean residual mean=-0.000002 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.112353 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.112353 Jy ! Inverting map and beam ! Estimated beam: bmin=3.253 mas, bmaj=7.978 mas, bpa=-3.797 degrees ! Estimated noise=565.403 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.00557369 Jy ! Component: 100 - total flux cleaned = 0.00954085 Jy ! Component: 150 - total flux cleaned = 0.0125426 Jy ! Component: 200 - total flux cleaned = 0.014855 Jy ! Total flux subtracted in 200 components = 0.014855 Jy ! Clean residual min=-0.001662 max=0.001791 Jy/beam ! Clean residual mean=-0.000003 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.127209 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 77 components and 0.127209 Jy ! Inverting map ! Added new window around map position (-8.5, -29.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194296 Jy ! Component: 100 - total flux cleaned = 0.0034428 Jy ! Component: 150 - total flux cleaned = 0.00465803 Jy ! Component: 200 - total flux cleaned = 0.00566409 Jy ! Total flux subtracted in 200 components = 0.00566409 Jy ! Clean residual min=-0.001333 max=0.001352 Jy/beam ! Clean residual mean=-0.000003 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.132873 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 107 components and 0.132873 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.477 mas, bmaj=12.71 mas, bpa=-6.079 degrees ! Estimated noise=715.694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119396 Jy ! Component: 100 - total flux cleaned = 0.00195464 Jy ! Component: 150 - total flux cleaned = 0.0024466 Jy ! Component: 200 - total flux cleaned = 0.00267831 Jy ! Total flux subtracted in 200 components = 0.00267831 Jy ! Clean residual min=-0.001583 max=0.001831 Jy/beam ! Clean residual mean=-0.000006 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.135551 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) ! Added new window around map position (45.5, 88.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000828536 Jy ! Component: 100 - total flux cleaned = 0.000647328 Jy ! Component: 150 - total flux cleaned = 0.00052736 Jy ! Component: 200 - total flux cleaned = 0.000422831 Jy ! Total flux subtracted in 200 components = 0.000422831 Jy ! Clean residual min=-0.001305 max=0.001366 Jy/beam ! Clean residual mean=-0.000004 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.135974 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 180 components and 0.135974 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.253 mas, bmaj=7.978 mas, bpa=-3.797 degrees ! Estimated noise=565.403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000211253 Jy ! Component: 100 - total flux cleaned = 0.000117589 Jy ! Component: 150 - total flux cleaned = 0.00014468 Jy ! Component: 200 - total flux cleaned = 0.000170468 Jy ! Total flux subtracted in 200 components = 0.000170468 Jy ! Clean residual min=-0.001102 max=0.001218 Jy/beam ! Clean residual mean=-0.000002 rms=0.000301 Jy/beam ! Combined flux in latest and established models = 0.136144 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 205 components and 0.136144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091378Jy sigma=0.000678 ! Fit after self-cal, rms=0.091380Jy sigma=0.000678 wmodel J0412+0010_S_2017_06_10_pus_map.mod ! Writing 205 model components to file: J0412+0010_S_2017_06_10_pus_map.mod wobs J0412+0010_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0412+0010_S_2017_06_10_pus_uvs.fits wwins J0412+0010_S_2017_06_10_pus_map.win ! wwins: Wrote 5 windows to J0412+0010_S_2017_06_10_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 = 6.43205e-05 Jy ! Component: 100 - total flux cleaned = 0.00012445 Jy ! Component: 150 - total flux cleaned = 0.00023922 Jy ! Component: 200 - total flux cleaned = 0.000313339 Jy ! Component: 250 - total flux cleaned = 0.000367557 Jy ! Component: 300 - total flux cleaned = 0.000402754 Jy ! Component: 350 - total flux cleaned = 0.000419889 Jy ! Component: 400 - total flux cleaned = 0.000402706 Jy ! Component: 450 - total flux cleaned = 0.000369021 Jy ! Component: 500 - total flux cleaned = 0.00031958 Jy ! Component: 550 - total flux cleaned = 0.000352186 Jy ! Component: 600 - total flux cleaned = 0.000368052 Jy ! Component: 650 - total flux cleaned = 0.00033635 Jy ! Component: 700 - total flux cleaned = 0.000305145 Jy ! Component: 750 - total flux cleaned = 0.000289929 Jy ! Component: 800 - total flux cleaned = 0.000289557 Jy ! Component: 850 - total flux cleaned = 0.000229439 Jy ! Component: 900 - total flux cleaned = 0.000259283 Jy ! Component: 950 - total flux cleaned = 0.000274047 Jy ! Component: 1000 - total flux cleaned = 0.000303204 Jy ! Component: 1050 - total flux cleaned = 0.000245641 Jy ! Component: 1100 - total flux cleaned = 0.000288418 Jy ! Component: 1150 - total flux cleaned = 0.000288265 Jy ! Component: 1200 - total flux cleaned = 0.000246569 Jy ! Component: 1250 - total flux cleaned = 0.000218979 Jy ! Component: 1300 - total flux cleaned = 0.000260049 Jy ! Component: 1350 - total flux cleaned = 0.000219422 Jy ! Component: 1400 - total flux cleaned = 0.000219546 Jy ! Component: 1450 - total flux cleaned = 0.000232816 Jy ! Component: 1500 - total flux cleaned = 0.000272247 Jy ! Component: 1550 - total flux cleaned = 0.000207122 Jy ! Component: 1600 - total flux cleaned = 0.000220121 Jy ! Component: 1650 - total flux cleaned = 0.000220064 Jy ! Component: 1700 - total flux cleaned = 0.000220178 Jy ! Component: 1750 - total flux cleaned = 0.00020769 Jy ! Component: 1800 - total flux cleaned = 0.000207697 Jy ! Component: 1850 - total flux cleaned = 0.000269511 Jy ! Component: 1900 - total flux cleaned = 0.000196052 Jy ! Component: 1950 - total flux cleaned = 0.000256874 Jy ! Component: 2000 - total flux cleaned = 0.000220607 Jy ! Component: 2050 - total flux cleaned = 0.000232651 Jy ! Component: 2100 - total flux cleaned = 0.000232507 Jy ! Component: 2150 - total flux cleaned = 0.000208979 Jy ! Component: 2200 - total flux cleaned = 0.000290844 Jy ! Component: 2250 - total flux cleaned = 0.000244322 Jy ! Component: 2300 - total flux cleaned = 0.000256095 Jy ! Component: 2350 - total flux cleaned = 0.00026753 Jy ! Component: 2400 - total flux cleaned = 0.000301491 Jy ! Component: 2450 - total flux cleaned = 0.00029018 Jy ! Component: 2500 - total flux cleaned = 0.000267861 Jy ! Component: 2550 - total flux cleaned = 0.000279076 Jy ! Component: 2600 - total flux cleaned = 0.000268069 Jy ! Component: 2650 - total flux cleaned = 0.000278979 Jy ! Component: 2700 - total flux cleaned = 0.000311549 Jy ! Component: 2750 - total flux cleaned = 0.000289768 Jy ! Component: 2800 - total flux cleaned = 0.000300445 Jy ! Component: 2850 - total flux cleaned = 0.000321721 Jy ! Component: 2900 - total flux cleaned = 0.00031107 Jy ! Component: 2950 - total flux cleaned = 0.000269101 Jy ! Component: 3000 - total flux cleaned = 0.000290065 Jy ! Component: 3050 - total flux cleaned = 0.000290149 Jy ! Component: 3100 - total flux cleaned = 0.000331291 Jy ! Component: 3150 - total flux cleaned = 0.000331246 Jy ! Component: 3200 - total flux cleaned = 0.000351554 Jy ! Component: 3250 - total flux cleaned = 0.000351565 Jy ! Component: 3300 - total flux cleaned = 0.000341627 Jy ! Component: 3350 - total flux cleaned = 0.000331755 Jy ! Component: 3400 - total flux cleaned = 0.000331893 Jy ! Component: 3450 - total flux cleaned = 0.00029277 Jy ! Component: 3500 - total flux cleaned = 0.000331747 Jy ! Component: 3550 - total flux cleaned = 0.000360837 Jy ! Component: 3600 - total flux cleaned = 0.00034152 Jy ! Component: 3650 - total flux cleaned = 0.000360591 Jy ! Component: 3700 - total flux cleaned = 0.000332009 Jy ! Component: 3750 - total flux cleaned = 0.000331984 Jy ! Component: 3800 - total flux cleaned = 0.000294397 Jy ! Component: 3850 - total flux cleaned = 0.000303793 Jy ! Component: 3900 - total flux cleaned = 0.000285133 Jy ! Component: 3950 - total flux cleaned = 0.000275887 Jy ! Component: 4000 - total flux cleaned = 0.000294275 Jy ! Component: 4050 - total flux cleaned = 0.00031254 Jy ! Total flux subtracted in 4096 components = 0.000358018 Jy ! Clean residual min=-0.000495 max=0.000482 Jy/beam ! Clean residual mean=-0.000000 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.136502 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 487 components and 0.136502 Jy ![Exited script file: muppet] wmap "J0412+0010_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.253 x 7.978 at -3.797 degrees (North through East) ! Clean map min=-0.00095688 max=0.091142 Jy/beam ! Writing clean map to FITS file: J0412+0010_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0911417 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167787 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.552284 0.552284 1.10457 2.20914 4.41827 8.83655 17.6731 35.3462 70.6924 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.091 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.253 x 7.978 at -3.797 degrees (North through East) ! Clean map min=-0.00095688 max=0.091142 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 J0412+0010_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:45:20 2019