! Started logfile: J0011-1434_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:47:38 2016 obs J0011-1434_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0011-1434_S_2014_08_09_pus_uva.fits ! AN table 1: 94 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.774704 visibilities/baseline/integration-bin. ! Found source: J0011-1434 ! ! 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 342 lines of history. ! ! Reading 13108 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 J0011-1434_S_2014_08_09_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 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.873325Jy sigma=0.008537 ! Fit after self-cal, rms=0.845400Jy sigma=0.008282 ! 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.459 mas, bmaj=9.947 mas, bpa=17.38 degrees ! Estimated noise=979.569 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.118486 Jy ! Component: 100 - total flux cleaned = 0.146908 Jy ! Total flux subtracted in 100 components = 0.146908 Jy ! Clean residual min=-0.005408 max=0.011525 Jy/beam ! Clean residual mean=-0.000055 rms=0.001635 Jy/beam ! Combined flux in latest and established models = 0.146908 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.146908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090329Jy sigma=0.000822 ! Fit after self-cal, rms=0.090336Jy sigma=0.000822 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0126283 Jy ! Component: 100 - total flux cleaned = 0.0191717 Jy ! Total flux subtracted in 100 components = 0.0191717 Jy ! Clean residual min=-0.005093 max=0.004399 Jy/beam ! Clean residual mean=-0.000027 rms=0.001101 Jy/beam ! Combined flux in latest and established models = 0.16608 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 32 components and 0.16608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087951Jy sigma=0.000800 ! Fit after self-cal, rms=0.087952Jy sigma=0.000800 ! 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.198 mas, bmaj=11.4 mas, bpa=15.98 degrees ! Estimated noise=640.572 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.00570051 Jy ! Component: 100 - total flux cleaned = 0.00870459 Jy ! Component: 150 - total flux cleaned = 0.0104476 Jy ! Component: 200 - total flux cleaned = 0.0114853 Jy ! Total flux subtracted in 200 components = 0.0114853 Jy ! Clean residual min=-0.003588 max=0.003357 Jy/beam ! Clean residual mean=-0.000013 rms=0.000875 Jy/beam ! Combined flux in latest and established models = 0.177565 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 71 components and 0.177565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087491Jy sigma=0.000797 ! Fit after self-cal, rms=0.087499Jy sigma=0.000797 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.86 HN 0.98 KP 1.08 ! LA 1.11 MK 1.00* NL 0.97 OV 1.00 ! PT 1.02 SC 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.00 HN 1.05 KP 1.01 ! LA 1.04 MK 1.00* NL 1.01 OV 1.05 ! PT 1.00 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.15 HN 1.07 KP 0.90 ! LA 0.86 MK 1.00* NL 1.02 OV 0.95 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.04 HN 0.98 KP 0.89 ! LA 0.83 MK 1.00* NL 1.10 OV 1.01 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.087499Jy sigma=0.000797 ! Fit after self-cal, rms=0.084255Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.213 mas, bmaj=11.46 mas, bpa=16.01 degrees ! Estimated noise=640.536 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.00117897 Jy ! Component: 100 - total flux cleaned = -0.00135827 Jy ! Component: 150 - total flux cleaned = -0.00147612 Jy ! Component: 200 - total flux cleaned = -0.00155517 Jy ! Total flux subtracted in 200 components = -0.00155517 Jy ! Clean residual min=-0.002415 max=0.003103 Jy/beam ! Clean residual mean=-0.000007 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.17601 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 80 components and 0.17601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084234Jy sigma=0.000781 ! Fit after self-cal, rms=0.084209Jy sigma=0.000781 ! 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.084209Jy sigma=0.000781 ! Fit after self-cal, rms=0.084431Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.217 mas, bmaj=11.42 mas, bpa=15.96 degrees ! Estimated noise=640.141 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000479606 Jy ! Component: 100 - total flux cleaned = -0.000624989 Jy ! Component: 150 - total flux cleaned = -0.000712241 Jy ! Component: 200 - total flux cleaned = -0.000775521 Jy ! Total flux subtracted in 200 components = -0.000775521 Jy ! Clean residual min=-0.002259 max=0.002737 Jy/beam ! Clean residual mean=-0.000005 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.175235 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 94 components and 0.175235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084421Jy sigma=0.000780 ! Fit after self-cal, rms=0.084431Jy sigma=0.000780 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 (-72.5, 100.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0023938 Jy ! Component: 100 - total flux cleaned = 0.0035727 Jy ! Component: 150 - total flux cleaned = 0.00406376 Jy ! Component: 200 - total flux cleaned = 0.00421869 Jy ! Total flux subtracted in 200 components = 0.00421869 Jy ! Clean residual min=-0.002220 max=0.002452 Jy/beam ! Clean residual mean=-0.000007 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.179453 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 111 components and 0.179453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084358Jy sigma=0.000779 ! Fit after self-cal, rms=0.084353Jy sigma=0.000779 ! Inverting map ! Added new window around map position (21.5, -65). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00233126 Jy ! Component: 100 - total flux cleaned = 0.00289797 Jy ! Component: 150 - total flux cleaned = 0.0033574 Jy ! Component: 200 - total flux cleaned = 0.0034896 Jy ! Total flux subtracted in 200 components = 0.0034896 Jy ! Clean residual min=-0.001833 max=0.001819 Jy/beam ! Clean residual mean=-0.000007 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.182943 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 141 components and 0.182943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084284Jy sigma=0.000779 ! Fit after self-cal, rms=0.084276Jy sigma=0.000779 ! 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.084276Jy sigma=0.000779 ! Fit after self-cal, rms=0.084225Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.219 mas, bmaj=11.42 mas, bpa=15.97 degrees ! Estimated noise=639.746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000901489 Jy ! Component: 100 - total flux cleaned = 0.00114601 Jy ! Component: 150 - total flux cleaned = 0.00124111 Jy ! Component: 200 - total flux cleaned = 0.00135782 Jy ! Total flux subtracted in 200 components = 0.00135782 Jy ! Clean residual min=-0.001707 max=0.001683 Jy/beam ! Clean residual mean=-0.000006 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.184301 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 158 components and 0.184301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084199Jy sigma=0.000778 ! Fit after self-cal, rms=0.084197Jy sigma=0.000778 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.000318916 Jy ! Component: 100 - total flux cleaned = 0.000373034 Jy ! Component: 150 - total flux cleaned = 0.000449239 Jy ! Component: 200 - total flux cleaned = 0.000543669 Jy ! Total flux subtracted in 200 components = 0.000543669 Jy ! Clean residual min=-0.001619 max=0.001644 Jy/beam ! Clean residual mean=-0.000007 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.184845 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 168 components and 0.184845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084182Jy sigma=0.000778 ! Fit after self-cal, rms=0.084181Jy sigma=0.000778 ! 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.084181Jy sigma=0.000778 ! Fit after self-cal, rms=0.084187Jy sigma=0.000778 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.058 mas, bmaj=15.75 mas, bpa=6.003 degrees ! Estimated noise=723.271 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000223371 Jy ! Component: 100 - total flux cleaned = 0.0002706 Jy ! Component: 150 - total flux cleaned = 0.000392272 Jy ! Component: 200 - total flux cleaned = 0.00050221 Jy ! Total flux subtracted in 200 components = 0.00050221 Jy ! Clean residual min=-0.001600 max=0.001664 Jy/beam ! Clean residual mean=-0.000012 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.185347 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 202 components and 0.185347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084178Jy sigma=0.000778 ! Fit after self-cal, rms=0.084177Jy sigma=0.000778 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 = 8.48072e-05 Jy ! Component: 100 - total flux cleaned = 0.000165752 Jy ! Component: 150 - total flux cleaned = 0.000239125 Jy ! Component: 200 - total flux cleaned = 0.000293192 Jy ! Total flux subtracted in 200 components = 0.000293192 Jy ! Clean residual min=-0.001586 max=0.001595 Jy/beam ! Clean residual mean=-0.000013 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.18564 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 224 components and 0.18564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084172Jy sigma=0.000778 ! Fit after self-cal, rms=0.084171Jy sigma=0.000778 ! 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.221 mas, bmaj=11.43 mas, bpa=15.97 degrees ! Estimated noise=639.757 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.221 x 11.43 at 15.97 degrees (North through East) ! Clean map min=-0.0017815 max=0.15642 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.463 mas, bmaj=9.979 mas, bpa=17.36 degrees ! Estimated noise=984.212 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.11892 Jy ! Component: 100 - total flux cleaned = 0.147432 Jy ! Component: 150 - total flux cleaned = 0.159913 Jy ! Component: 200 - total flux cleaned = 0.166243 Jy ! Total flux subtracted in 200 components = 0.166243 Jy ! Clean residual min=-0.003357 max=0.003145 Jy/beam ! Clean residual mean=-0.000014 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.166243 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.166243 Jy ! Inverting map and beam ! Estimated beam: bmin=4.221 mas, bmaj=11.43 mas, bpa=15.97 degrees ! Estimated noise=639.757 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.0049727 Jy ! Component: 100 - total flux cleaned = 0.0082379 Jy ! Component: 150 - total flux cleaned = 0.010636 Jy ! Component: 200 - total flux cleaned = 0.0125115 Jy ! Total flux subtracted in 200 components = 0.0125115 Jy ! Clean residual min=-0.002096 max=0.001787 Jy/beam ! Clean residual mean=-0.000012 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.178754 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 61 components and 0.178754 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.058 mas, bmaj=15.75 mas, bpa=6.003 degrees ! Estimated noise=723.271 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207731 Jy ! Component: 100 - total flux cleaned = 0.00349509 Jy ! Component: 150 - total flux cleaned = 0.00430014 Jy ! Component: 200 - total flux cleaned = 0.00479308 Jy ! Total flux subtracted in 200 components = 0.00479308 Jy ! Clean residual min=-0.001717 max=0.001658 Jy/beam ! Clean residual mean=-0.000014 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.183547 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.000302704 Jy ! Component: 100 - total flux cleaned = 0.000605236 Jy ! Component: 150 - total flux cleaned = 0.000851995 Jy ! Component: 200 - total flux cleaned = 0.00107761 Jy ! Total flux subtracted in 200 components = 0.00107761 Jy ! Clean residual min=-0.001581 max=0.001628 Jy/beam ! Clean residual mean=-0.000013 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.184625 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 150 components and 0.184625 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.221 mas, bmaj=11.43 mas, bpa=15.97 degrees ! Estimated noise=639.757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000243545 Jy ! Component: 100 - total flux cleaned = 0.000163474 Jy ! Component: 150 - total flux cleaned = 0.000407434 Jy ! Component: 200 - total flux cleaned = 0.000547423 Jy ! Total flux subtracted in 200 components = 0.000547423 Jy ! Clean residual min=-0.001544 max=0.001508 Jy/beam ! Clean residual mean=-0.000008 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.185172 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 171 components and 0.185172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084197Jy sigma=0.000778 ! Fit after self-cal, rms=0.084191Jy sigma=0.000778 wmodel J0011-1434_S_2014_08_09_pus_map.mod ! Writing 171 model components to file: J0011-1434_S_2014_08_09_pus_map.mod wobs J0011-1434_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0011-1434_S_2014_08_09_pus_uvs.fits wwins J0011-1434_S_2014_08_09_pus_map.win ! wwins: Wrote 3 windows to J0011-1434_S_2014_08_09_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.000138048 Jy ! Component: 100 - total flux cleaned = 0.000216807 Jy ! Component: 150 - total flux cleaned = 0.000316038 Jy ! Component: 200 - total flux cleaned = 0.000339687 Jy ! Component: 250 - total flux cleaned = 0.000269828 Jy ! Component: 300 - total flux cleaned = 0.000224418 Jy ! Component: 350 - total flux cleaned = 0.000136457 Jy ! Component: 400 - total flux cleaned = 5.0099e-05 Jy ! Component: 450 - total flux cleaned = -3.50514e-05 Jy ! Component: 500 - total flux cleaned = -0.00011856 Jy ! Component: 550 - total flux cleaned = -0.0001797 Jy ! Component: 600 - total flux cleaned = -0.000219702 Jy ! Component: 650 - total flux cleaned = -0.000199992 Jy ! Component: 700 - total flux cleaned = -0.000239264 Jy ! Component: 750 - total flux cleaned = -0.000258414 Jy ! Component: 800 - total flux cleaned = -0.000333231 Jy ! Component: 850 - total flux cleaned = -0.000370003 Jy ! Component: 900 - total flux cleaned = -0.00044281 Jy ! Component: 950 - total flux cleaned = -0.000478867 Jy ! Component: 1000 - total flux cleaned = -0.000531938 Jy ! Component: 1050 - total flux cleaned = -0.000566652 Jy ! Component: 1100 - total flux cleaned = -0.000583938 Jy ! Component: 1150 - total flux cleaned = -0.000601054 Jy ! Component: 1200 - total flux cleaned = -0.000667833 Jy ! Component: 1250 - total flux cleaned = -0.000700992 Jy ! Component: 1300 - total flux cleaned = -0.000749672 Jy ! Component: 1350 - total flux cleaned = -0.000749616 Jy ! Component: 1400 - total flux cleaned = -0.000812797 Jy ! Component: 1450 - total flux cleaned = -0.000828096 Jy ! Component: 1500 - total flux cleaned = -0.00079692 Jy ! Component: 1550 - total flux cleaned = -0.000812382 Jy ! Component: 1600 - total flux cleaned = -0.000857683 Jy ! Component: 1650 - total flux cleaned = -0.000872607 Jy ! Component: 1700 - total flux cleaned = -0.000843212 Jy ! Component: 1750 - total flux cleaned = -0.000857767 Jy ! Component: 1800 - total flux cleaned = -0.000828978 Jy ! Component: 1850 - total flux cleaned = -0.000828661 Jy ! Component: 1900 - total flux cleaned = -0.000772191 Jy ! Component: 1950 - total flux cleaned = -0.000772489 Jy ! Component: 2000 - total flux cleaned = -0.00075863 Jy ! Component: 2050 - total flux cleaned = -0.000772074 Jy ! Component: 2100 - total flux cleaned = -0.000704584 Jy ! Component: 2150 - total flux cleaned = -0.000677982 Jy ! Component: 2200 - total flux cleaned = -0.000665007 Jy ! Component: 2250 - total flux cleaned = -0.000652134 Jy ! Component: 2300 - total flux cleaned = -0.000639003 Jy ! Component: 2350 - total flux cleaned = -0.000562202 Jy ! Component: 2400 - total flux cleaned = -0.000600184 Jy ! Component: 2450 - total flux cleaned = -0.000512208 Jy ! Component: 2500 - total flux cleaned = -0.000499868 Jy ! Component: 2550 - total flux cleaned = -0.00045049 Jy ! Component: 2600 - total flux cleaned = -0.000426306 Jy ! Component: 2650 - total flux cleaned = -0.000414147 Jy ! Component: 2700 - total flux cleaned = -0.000378078 Jy ! Component: 2750 - total flux cleaned = -0.000295202 Jy ! Component: 2800 - total flux cleaned = -0.000236545 Jy ! Component: 2850 - total flux cleaned = -0.000248369 Jy ! Component: 2900 - total flux cleaned = -0.000179305 Jy ! Component: 2950 - total flux cleaned = -0.000202273 Jy ! Component: 3000 - total flux cleaned = -0.000190951 Jy ! Component: 3050 - total flux cleaned = -0.000190885 Jy ! Component: 3100 - total flux cleaned = -0.0001131 Jy ! Component: 3150 - total flux cleaned = -0.000168312 Jy ! Component: 3200 - total flux cleaned = -0.00011346 Jy ! Component: 3250 - total flux cleaned = -8.09885e-05 Jy ! Component: 3300 - total flux cleaned = -5.93529e-05 Jy ! Component: 3350 - total flux cleaned = -1.68423e-05 Jy ! Component: 3400 - total flux cleaned = -1.68596e-05 Jy ! Component: 3450 - total flux cleaned = -2.72883e-05 Jy ! Component: 3500 - total flux cleaned = 3.79351e-06 Jy ! Component: 3550 - total flux cleaned = 1.41352e-05 Jy ! Component: 3600 - total flux cleaned = -1.65376e-05 Jy ! Component: 3650 - total flux cleaned = -4.69655e-05 Jy ! Component: 3700 - total flux cleaned = -4.70817e-05 Jy ! Component: 3750 - total flux cleaned = -4.70117e-05 Jy ! Component: 3800 - total flux cleaned = -5.68677e-05 Jy ! Component: 3850 - total flux cleaned = -5.69134e-05 Jy ! Component: 3900 - total flux cleaned = -6.68075e-05 Jy ! Component: 3950 - total flux cleaned = -7.64665e-05 Jy ! Component: 4000 - total flux cleaned = -8.606e-05 Jy ! Component: 4050 - total flux cleaned = -9.55986e-05 Jy ! Total flux subtracted in 4096 components = -6.71777e-05 Jy ! Clean residual min=-0.000472 max=0.000536 Jy/beam ! Clean residual mean=-0.000003 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.185105 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 434 components and 0.185105 Jy ![Exited script file: muppet] wmap "J0011-1434_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.221 x 11.43 at 15.97 degrees (North through East) ! Clean map min=-0.0015949 max=0.15603 Jy/beam ! Writing clean map to FITS file: J0011-1434_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.156034 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00018215 device "J0011-1434_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0011-1434_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.350211 0.350211 0.700422 1.40084 2.80169 5.60338 11.2068 22.4135 44.827 89.654 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.156 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.221 x 11.43 at 15.97 degrees (North through East) ! Clean map min=-0.0015949 max=0.15603 Jy/beam quit ! Quitting program ! Log file J0011-1434_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:47:45 2016