! Started logfile: J0815+0154_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:18:03 2017 obs J0815+0154_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0815+0154_S_2015_01_23_pus_uva.fits ! AN table 1: 104 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.785256 visibilities/baseline/integration-bin. ! Found source: J0815+0154 ! ! 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 338 lines of history. ! ! Reading 14700 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 J0815+0154_S_2015_01_23_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 183 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 183 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 183 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 123 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.837720Jy sigma=0.009524 ! Fit after self-cal, rms=0.797873Jy sigma=0.009104 ! 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.733 mas, bmaj=6.468 mas, bpa=-4.602 degrees ! Estimated noise=857.404 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.156021 Jy ! Component: 100 - total flux cleaned = 0.191762 Jy ! Total flux subtracted in 100 components = 0.191762 Jy ! Clean residual min=-0.007008 max=0.012765 Jy/beam ! Clean residual mean=0.000010 rms=0.002030 Jy/beam ! Combined flux in latest and established models = 0.191762 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.191762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093479Jy sigma=0.000913 ! Fit after self-cal, rms=0.093463Jy sigma=0.000913 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0130015 Jy ! Component: 100 - total flux cleaned = 0.0198549 Jy ! Total flux subtracted in 100 components = 0.0198549 Jy ! Clean residual min=-0.006608 max=0.009186 Jy/beam ! Clean residual mean=0.000005 rms=0.001700 Jy/beam ! Combined flux in latest and established models = 0.211617 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 33 components and 0.211617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090620Jy sigma=0.000880 ! Fit after self-cal, rms=0.090617Jy sigma=0.000880 ! 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.355 mas, bmaj=7.402 mas, bpa=-4.552 degrees ! Estimated noise=550.392 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.00895429 Jy ! Component: 100 - total flux cleaned = 0.01403 Jy ! Component: 150 - total flux cleaned = 0.01711 Jy ! Component: 200 - total flux cleaned = 0.0190644 Jy ! Total flux subtracted in 200 components = 0.0190644 Jy ! Clean residual min=-0.006552 max=0.009734 Jy/beam ! Clean residual mean=0.000014 rms=0.002030 Jy/beam ! Combined flux in latest and established models = 0.230681 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 50 components and 0.230681 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089653Jy sigma=0.000871 ! Fit after self-cal, rms=0.089647Jy sigma=0.000871 ! 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.05 FD 1.00* HN 0.97 KP 1.07 ! LA 1.00 MK 1.00 NL 1.00 OV 1.03 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* HN 1.06 KP 0.98 ! LA 0.95 MK 1.00 NL 1.14 OV 1.06 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.00* HN 1.04 KP 0.85 ! LA 0.78 MK 1.04 NL 1.39 OV 0.97 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 3.41 HN 1.00 KP 0.79 ! LA 0.81 MK 1.02 NL 1.00 OV 1.03 ! PT 0.99 SC 0.94 ! ! ! Fit before self-cal, rms=0.089647Jy sigma=0.000871 ! Fit after self-cal, rms=0.125912Jy sigma=0.000796 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.367 mas, bmaj=7.454 mas, bpa=-4.19 degrees ! Estimated noise=553.455 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 (16.5, -7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00587141 Jy ! Component: 100 - total flux cleaned = 0.00706647 Jy ! Component: 150 - total flux cleaned = 0.00804153 Jy ! Component: 200 - total flux cleaned = 0.00859894 Jy ! Total flux subtracted in 200 components = 0.00859894 Jy ! Clean residual min=-0.003153 max=0.004559 Jy/beam ! Clean residual mean=0.000001 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.23928 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 76 components and 0.23928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125672Jy sigma=0.000791 ! Fit after self-cal, rms=0.125871Jy sigma=0.000790 ! 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.125871Jy sigma=0.000790 ! Fit after self-cal, rms=0.126935Jy sigma=0.000779 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.366 mas, bmaj=7.451 mas, bpa=-4.136 degrees ! Estimated noise=552.879 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147167 Jy ! Component: 100 - total flux cleaned = 0.00181852 Jy ! Component: 150 - total flux cleaned = 0.00191988 Jy ! Component: 200 - total flux cleaned = 0.00201147 Jy ! Total flux subtracted in 200 components = 0.00201147 Jy ! Clean residual min=-0.002631 max=0.003917 Jy/beam ! Clean residual mean=0.000002 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.241292 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 91 components and 0.241292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126919Jy sigma=0.000778 ! Fit after self-cal, rms=0.126944Jy 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) ! Added new window around map position (-6.5, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00295315 Jy ! Component: 100 - total flux cleaned = 0.00309608 Jy ! Component: 150 - total flux cleaned = 0.00319372 Jy ! Component: 200 - total flux cleaned = 0.00307017 Jy ! Total flux subtracted in 200 components = 0.00307017 Jy ! Clean residual min=-0.002233 max=0.002693 Jy/beam ! Clean residual mean=0.000001 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.244362 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 122 components and 0.244362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126827Jy sigma=0.000777 ! Fit after self-cal, rms=0.126813Jy sigma=0.000776 ! 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.126813Jy sigma=0.000776 ! Fit after self-cal, rms=0.125899Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.363 mas, bmaj=7.443 mas, bpa=-4.086 degrees ! Estimated noise=552.283 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146533 Jy ! Component: 100 - total flux cleaned = 0.00151167 Jy ! Component: 150 - total flux cleaned = 0.00147583 Jy ! Component: 200 - total flux cleaned = 0.00147606 Jy ! Total flux subtracted in 200 components = 0.00147606 Jy ! Clean residual min=-0.002056 max=0.002420 Jy/beam ! Clean residual mean=0.000001 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.245838 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 136 components and 0.245838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125853Jy sigma=0.000776 ! Fit after self-cal, rms=0.125847Jy sigma=0.000776 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.00019419 Jy ! Component: 100 - total flux cleaned = 0.00013491 Jy ! Component: 150 - total flux cleaned = 0.00013516 Jy ! Component: 200 - total flux cleaned = 0.000110216 Jy ! Total flux subtracted in 200 components = 0.000110216 Jy ! Clean residual min=-0.001987 max=0.002349 Jy/beam ! Clean residual mean=0.000001 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.245948 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 151 components and 0.245948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125827Jy sigma=0.000775 ! Fit after self-cal, rms=0.125824Jy sigma=0.000775 ! Inverting map ! Added new window around map position (17.5, 16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207776 Jy ! Component: 100 - total flux cleaned = 0.00265896 Jy ! Component: 150 - total flux cleaned = 0.00313302 Jy ! Component: 200 - total flux cleaned = 0.00355033 Jy ! Total flux subtracted in 200 components = 0.00355033 Jy ! Clean residual min=-0.001936 max=0.002164 Jy/beam ! Clean residual mean=0.000001 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.249499 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 187 components and 0.249499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125766Jy sigma=0.000775 ! Fit after self-cal, rms=0.125771Jy sigma=0.000775 ! 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.125771Jy sigma=0.000775 ! Fit after self-cal, rms=0.125210Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.402 mas, bmaj=11.8 mas, bpa=-7.359 degrees ! Estimated noise=690.213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156331 Jy ! Component: 100 - total flux cleaned = 0.00218141 Jy ! Component: 150 - total flux cleaned = 0.00246916 Jy ! Component: 200 - total flux cleaned = 0.00250306 Jy ! Total flux subtracted in 200 components = 0.00250306 Jy ! Clean residual min=-0.002419 max=0.002989 Jy/beam ! Clean residual mean=0.000002 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.252002 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 209 components and 0.252002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125176Jy sigma=0.000774 ! Fit after self-cal, rms=0.125175Jy sigma=0.000774 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.000345356 Jy ! Component: 100 - total flux cleaned = 0.000288203 Jy ! Component: 150 - total flux cleaned = 0.000262535 Jy ! Component: 200 - total flux cleaned = 0.000216742 Jy ! Total flux subtracted in 200 components = 0.000216742 Jy ! Clean residual min=-0.002313 max=0.002877 Jy/beam ! Clean residual mean=0.000002 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.252218 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 222 components and 0.252218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125161Jy sigma=0.000774 ! Fit after self-cal, rms=0.125158Jy sigma=0.000774 ! 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.365 mas, bmaj=7.444 mas, bpa=-4.068 degrees ! Estimated noise=551.981 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.365 x 7.444 at -4.068 degrees (North through East) ! Clean map min=-0.0018284 max=0.20211 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.732 mas, bmaj=6.47 mas, bpa=-4.023 degrees ! Estimated noise=864.344 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.157181 Jy ! Component: 100 - total flux cleaned = 0.194363 Jy ! Component: 150 - total flux cleaned = 0.208177 Jy ! Component: 200 - total flux cleaned = 0.215943 Jy ! Total flux subtracted in 200 components = 0.215943 Jy ! Clean residual min=-0.003297 max=0.004119 Jy/beam ! Clean residual mean=0.000007 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.215943 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.215943 Jy ! Inverting map and beam ! Estimated beam: bmin=3.365 mas, bmaj=7.444 mas, bpa=-4.068 degrees ! Estimated noise=551.981 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.00780311 Jy ! Component: 100 - total flux cleaned = 0.0129901 Jy ! Component: 150 - total flux cleaned = 0.0167526 Jy ! Component: 200 - total flux cleaned = 0.0197732 Jy ! Total flux subtracted in 200 components = 0.0197732 Jy ! Clean residual min=-0.002077 max=0.003197 Jy/beam ! Clean residual mean=0.000006 rms=0.000679 Jy/beam ! Combined flux in latest and established models = 0.235716 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 75 components and 0.235716 Jy ! Inverting map ! Added new window around map position (-19.5, 34.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00302431 Jy ! Component: 100 - total flux cleaned = 0.00516057 Jy ! Component: 150 - total flux cleaned = 0.00695475 Jy ! Component: 200 - total flux cleaned = 0.00831248 Jy ! Total flux subtracted in 200 components = 0.00831248 Jy ! Clean residual min=-0.001867 max=0.002119 Jy/beam ! Clean residual mean=0.000003 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.244028 Jy ! Adding 56 model components to the UV plane model. ! The established model now contains 119 components and 0.244028 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.402 mas, bmaj=11.8 mas, bpa=-7.359 degrees ! Estimated noise=690.213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0023501 Jy ! Component: 100 - total flux cleaned = 0.00405581 Jy ! Component: 150 - total flux cleaned = 0.00528171 Jy ! Component: 200 - total flux cleaned = 0.00580582 Jy ! Total flux subtracted in 200 components = 0.00580582 Jy ! Clean residual min=-0.002192 max=0.002636 Jy/beam ! Clean residual mean=0.000003 rms=0.000724 Jy/beam ! Combined flux in latest and established models = 0.249834 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.000338006 Jy ! Component: 100 - total flux cleaned = 0.000605358 Jy ! Component: 150 - total flux cleaned = 0.000817065 Jy ! Component: 200 - total flux cleaned = 0.00103586 Jy ! Total flux subtracted in 200 components = 0.00103586 Jy ! Clean residual min=-0.002114 max=0.002532 Jy/beam ! Clean residual mean=0.000003 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.25087 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 192 components and 0.25087 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.365 mas, bmaj=7.444 mas, bpa=-4.068 degrees ! Estimated noise=551.981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.42789e-05 Jy ! Component: 100 - total flux cleaned = 5.54513e-05 Jy ! Component: 150 - total flux cleaned = 0.000140292 Jy ! Component: 200 - total flux cleaned = 0.000242652 Jy ! Total flux subtracted in 200 components = 0.000242652 Jy ! Clean residual min=-0.001778 max=0.001901 Jy/beam ! Clean residual mean=0.000002 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.251113 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 215 components and 0.251113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125093Jy sigma=0.000774 ! Fit after self-cal, rms=0.125061Jy sigma=0.000774 wmodel J0815+0154_S_2015_01_23_pus_map.mod ! Writing 215 model components to file: J0815+0154_S_2015_01_23_pus_map.mod wobs J0815+0154_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0815+0154_S_2015_01_23_pus_uvs.fits wwins J0815+0154_S_2015_01_23_pus_map.win ! wwins: Wrote 5 windows to J0815+0154_S_2015_01_23_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.000120591 Jy ! Component: 100 - total flux cleaned = -0.000472555 Jy ! Component: 150 - total flux cleaned = -0.000610306 Jy ! Component: 200 - total flux cleaned = -0.000741868 Jy ! Component: 250 - total flux cleaned = -0.00086871 Jy ! Component: 300 - total flux cleaned = -0.00108917 Jy ! Component: 350 - total flux cleaned = -0.00125537 Jy ! Component: 400 - total flux cleaned = -0.00137096 Jy ! Component: 450 - total flux cleaned = -0.00150617 Jy ! Component: 500 - total flux cleaned = -0.001572 Jy ! Component: 550 - total flux cleaned = -0.00167949 Jy ! Component: 600 - total flux cleaned = -0.00178447 Jy ! Component: 650 - total flux cleaned = -0.00186653 Jy ! Component: 700 - total flux cleaned = -0.00190628 Jy ! Component: 750 - total flux cleaned = -0.00190613 Jy ! Component: 800 - total flux cleaned = -0.00192538 Jy ! Component: 850 - total flux cleaned = -0.00186812 Jy ! Component: 900 - total flux cleaned = -0.00188733 Jy ! Component: 950 - total flux cleaned = -0.0019426 Jy ! Component: 1000 - total flux cleaned = -0.0019061 Jy ! Component: 1050 - total flux cleaned = -0.0018702 Jy ! Component: 1100 - total flux cleaned = -0.00187023 Jy ! Component: 1150 - total flux cleaned = -0.00185291 Jy ! Component: 1200 - total flux cleaned = -0.00186972 Jy ! Component: 1250 - total flux cleaned = -0.00183578 Jy ! Component: 1300 - total flux cleaned = -0.00181961 Jy ! Component: 1350 - total flux cleaned = -0.00183604 Jy ! Component: 1400 - total flux cleaned = -0.00173908 Jy ! Component: 1450 - total flux cleaned = -0.00172327 Jy ! Component: 1500 - total flux cleaned = -0.00169148 Jy ! Component: 1550 - total flux cleaned = -0.0016447 Jy ! Component: 1600 - total flux cleaned = -0.00155219 Jy ! Component: 1650 - total flux cleaned = -0.001537 Jy ! Component: 1700 - total flux cleaned = -0.00152152 Jy ! Component: 1750 - total flux cleaned = -0.00143213 Jy ! Component: 1800 - total flux cleaned = -0.00134379 Jy ! Component: 1850 - total flux cleaned = -0.00131449 Jy ! Component: 1900 - total flux cleaned = -0.00131425 Jy ! Component: 1950 - total flux cleaned = -0.00121399 Jy ! Component: 2000 - total flux cleaned = -0.00118572 Jy ! Component: 2050 - total flux cleaned = -0.00114362 Jy ! Component: 2100 - total flux cleaned = -0.00112971 Jy ! Component: 2150 - total flux cleaned = -0.00108821 Jy ! Component: 2200 - total flux cleaned = -0.00103384 Jy ! Component: 2250 - total flux cleaned = -0.00100687 Jy ! Component: 2300 - total flux cleaned = -0.000953496 Jy ! Component: 2350 - total flux cleaned = -0.000953651 Jy ! Component: 2400 - total flux cleaned = -0.000953467 Jy ! Component: 2450 - total flux cleaned = -0.000901471 Jy ! Component: 2500 - total flux cleaned = -0.000862794 Jy ! Component: 2550 - total flux cleaned = -0.000837349 Jy ! Component: 2600 - total flux cleaned = -0.000824554 Jy ! Component: 2650 - total flux cleaned = -0.000761529 Jy ! Component: 2700 - total flux cleaned = -0.000786418 Jy ! Component: 2750 - total flux cleaned = -0.000761689 Jy ! Component: 2800 - total flux cleaned = -0.000761635 Jy ! Component: 2850 - total flux cleaned = -0.000737355 Jy ! Component: 2900 - total flux cleaned = -0.000737276 Jy ! Component: 2950 - total flux cleaned = -0.000689109 Jy ! Component: 3000 - total flux cleaned = -0.000653341 Jy ! Component: 3050 - total flux cleaned = -0.000617901 Jy ! Component: 3100 - total flux cleaned = -0.000606125 Jy ! Component: 3150 - total flux cleaned = -0.000606104 Jy ! Component: 3200 - total flux cleaned = -0.000571265 Jy ! Component: 3250 - total flux cleaned = -0.000548197 Jy ! Component: 3300 - total flux cleaned = -0.000502296 Jy ! Component: 3350 - total flux cleaned = -0.000502335 Jy ! Component: 3400 - total flux cleaned = -0.00049111 Jy ! Component: 3450 - total flux cleaned = -0.00046861 Jy ! Component: 3500 - total flux cleaned = -0.000435108 Jy ! Component: 3550 - total flux cleaned = -0.000368577 Jy ! Component: 3600 - total flux cleaned = -0.000390728 Jy ! Component: 3650 - total flux cleaned = -0.000368851 Jy ! Component: 3700 - total flux cleaned = -0.00042343 Jy ! Component: 3750 - total flux cleaned = -0.000380085 Jy ! Component: 3800 - total flux cleaned = -0.000369413 Jy ! Component: 3850 - total flux cleaned = -0.00038009 Jy ! Component: 3900 - total flux cleaned = -0.000390743 Jy ! Component: 3950 - total flux cleaned = -0.000369484 Jy ! Component: 4000 - total flux cleaned = -0.000327322 Jy ! Component: 4050 - total flux cleaned = -0.00036921 Jy ! Total flux subtracted in 4096 components = -0.000358803 Jy ! Clean residual min=-0.000723 max=0.000519 Jy/beam ! Clean residual mean=0.000001 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.250754 Jy keep ! Adding 331 model components to the UV plane model. ! The established model now contains 546 components and 0.250754 Jy ![Exited script file: muppet] wmap "J0815+0154_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.365 x 7.444 at -4.068 degrees (North through East) ! Clean map min=-0.0013176 max=0.20349 Jy/beam ! Writing clean map to FITS file: J0815+0154_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.203488 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000199684 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.294391 0.294391 0.588783 1.17757 2.35513 4.71026 9.42053 18.8411 37.6821 75.3642 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.203 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.365 x 7.444 at -4.068 degrees (North through East) ! Clean map min=-0.0013176 max=0.20349 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 J0815+0154_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:18:09 2017