! Started logfile: J1504+0407_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:02:01 2016 obs J1504+0407_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1504+0407_S_2015_03_17_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.876423 visibilities/baseline/integration-bin. ! Found source: J1504+0407 ! ! 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 330 lines of history. ! ! Reading 19404 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 J1504+0407_S_2015_03_17_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 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.953291Jy sigma=0.010871 ! Fit after self-cal, rms=0.923175Jy sigma=0.010525 ! 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.779 mas, bmaj=6.331 mas, bpa=-2.038 degrees ! Estimated noise=740.902 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.0564651 Jy ! Component: 100 - total flux cleaned = 0.0730909 Jy ! Total flux subtracted in 100 components = 0.0730909 Jy ! Clean residual min=-0.003571 max=0.007447 Jy/beam ! Clean residual mean=0.000008 rms=0.001046 Jy/beam ! Combined flux in latest and established models = 0.0730908 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0730908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075814Jy sigma=0.000793 ! Fit after self-cal, rms=0.075773Jy sigma=0.000793 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00874531 Jy ! Component: 100 - total flux cleaned = 0.0138138 Jy ! Total flux subtracted in 100 components = 0.0138138 Jy ! Clean residual min=-0.003373 max=0.003406 Jy/beam ! Clean residual mean=0.000005 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.0869046 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 27 components and 0.0869046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074312Jy sigma=0.000779 ! Fit after self-cal, rms=0.074279Jy sigma=0.000779 ! 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.436 mas, bmaj=7.375 mas, bpa=-2.807 degrees ! Estimated noise=454.24 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.00450591 Jy ! Component: 100 - total flux cleaned = 0.0068583 Jy ! Component: 150 - total flux cleaned = 0.00822103 Jy ! Component: 200 - total flux cleaned = 0.00908486 Jy ! Total flux subtracted in 200 components = 0.00908486 Jy ! Clean residual min=-0.002499 max=0.002071 Jy/beam ! Clean residual mean=0.000007 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.0959895 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 63 components and 0.0959894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073917Jy sigma=0.000776 ! Fit after self-cal, rms=0.073903Jy sigma=0.000776 ! 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.03 FD 0.86 HN 1.01 KP 1.09 ! LA 0.99 MK 0.98 NL 0.93 OV 0.99 ! PT 1.07 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.89 HN 1.05 KP 1.05 ! LA 0.99 MK 1.02 NL 0.96 OV 1.07 ! PT 1.10 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.91 HN 0.99 KP 1.00 ! LA 0.80 MK 1.05 NL 1.15 OV 1.02 ! PT 1.00 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.89 HN 1.05 KP 0.90 ! LA 0.84 MK 1.05 NL 0.99 OV 1.03 ! PT 1.09 SC 0.99 ! ! ! Fit before self-cal, rms=0.073903Jy sigma=0.000776 ! Fit after self-cal, rms=0.071406Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.469 mas, bmaj=7.461 mas, bpa=-2.73 degrees ! Estimated noise=455.565 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.000694652 Jy ! Component: 100 - total flux cleaned = -0.000814567 Jy ! Component: 150 - total flux cleaned = -0.00086268 Jy ! Component: 200 - total flux cleaned = -0.000903816 Jy ! Total flux subtracted in 200 components = -0.000903816 Jy ! Clean residual min=-0.001482 max=0.001367 Jy/beam ! Clean residual mean=-0.000001 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.0950856 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 72 components and 0.0950856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071394Jy sigma=0.000770 ! Fit after self-cal, rms=0.071333Jy sigma=0.000770 ! 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.071333Jy sigma=0.000770 ! Fit after self-cal, rms=0.071619Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.472 mas, bmaj=7.465 mas, bpa=-2.784 degrees ! Estimated noise=455.128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000321782 Jy ! Component: 100 - total flux cleaned = -0.000402816 Jy ! Component: 150 - total flux cleaned = -0.000437042 Jy ! Component: 200 - total flux cleaned = -0.000467831 Jy ! Total flux subtracted in 200 components = -0.000467831 Jy ! Clean residual min=-0.001440 max=0.001233 Jy/beam ! Clean residual mean=0.000001 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.0946178 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 78 components and 0.0946178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071613Jy sigma=0.000769 ! Fit after self-cal, rms=0.071623Jy sigma=0.000769 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 = -7.93383e-06 Jy ! Component: 100 - total flux cleaned = -5.1653e-05 Jy ! Component: 150 - total flux cleaned = -9.05601e-05 Jy ! Component: 200 - total flux cleaned = -0.000118651 Jy ! Total flux subtracted in 200 components = -0.000118651 Jy ! Clean residual min=-0.001453 max=0.001238 Jy/beam ! Clean residual mean=0.000001 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.0944991 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 79 components and 0.0944991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071620Jy sigma=0.000769 ! Fit after self-cal, rms=0.071620Jy sigma=0.000769 ! 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.071620Jy sigma=0.000769 ! Fit after self-cal, rms=0.071718Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.48 mas, bmaj=7.48 mas, bpa=-2.771 degrees ! Estimated noise=455.469 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000294316 Jy ! Component: 100 - total flux cleaned = -0.000351256 Jy ! Component: 150 - total flux cleaned = -0.000393317 Jy ! Component: 200 - total flux cleaned = -0.000430681 Jy ! Total flux subtracted in 200 components = -0.000430681 Jy ! Clean residual min=-0.001460 max=0.001231 Jy/beam ! Clean residual mean=0.000001 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.0940684 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 81 components and 0.0940684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071715Jy sigma=0.000769 ! Fit after self-cal, rms=0.071715Jy sigma=0.000769 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 = -1.87372e-05 Jy ! Component: 100 - total flux cleaned = -5.13552e-05 Jy ! Component: 150 - total flux cleaned = -8.03087e-05 Jy ! Component: 200 - total flux cleaned = -0.000106452 Jy ! Total flux subtracted in 200 components = -0.000106452 Jy ! Clean residual min=-0.001467 max=0.001231 Jy/beam ! Clean residual mean=0.000001 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.093962 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 84 components and 0.093962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071714Jy sigma=0.000769 ! Fit after self-cal, rms=0.071714Jy sigma=0.000769 ! 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.071714Jy sigma=0.000769 ! Fit after self-cal, rms=0.071793Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.946 mas, bmaj=11.72 mas, bpa=-4.151 degrees ! Estimated noise=559.861 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000305318 Jy ! Component: 100 - total flux cleaned = -0.000334241 Jy ! Component: 150 - total flux cleaned = -0.000347175 Jy ! Component: 200 - total flux cleaned = -0.000358984 Jy ! Total flux subtracted in 200 components = -0.000358984 Jy ! Clean residual min=-0.001557 max=0.001213 Jy/beam ! Clean residual mean=0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.093603 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 89 components and 0.093603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071793Jy sigma=0.000769 ! Fit after self-cal, rms=0.071792Jy sigma=0.000769 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 = -1.83365e-05 Jy ! Component: 100 - total flux cleaned = -2.86488e-05 Jy ! Component: 150 - total flux cleaned = -3.82034e-05 Jy ! Component: 200 - total flux cleaned = -4.69243e-05 Jy ! Total flux subtracted in 200 components = -4.69243e-05 Jy ! Clean residual min=-0.001559 max=0.001210 Jy/beam ! Clean residual mean=0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0935561 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 90 components and 0.0935561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071792Jy sigma=0.000769 ! Fit after self-cal, rms=0.071791Jy sigma=0.000769 ! 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.487 mas, bmaj=7.493 mas, bpa=-2.747 degrees ! Estimated noise=455.799 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.487 x 7.493 at -2.747 degrees (North through East) ! Clean map min=-0.0014239 max=0.076125 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.805 mas, bmaj=6.403 mas, bpa=-2.001 degrees ! Estimated noise=749.119 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0566985 Jy ! Component: 100 - total flux cleaned = 0.073836 Jy ! Component: 150 - total flux cleaned = 0.0822206 Jy ! Component: 200 - total flux cleaned = 0.0868356 Jy ! Total flux subtracted in 200 components = 0.0868356 Jy ! Clean residual min=-0.002563 max=0.002601 Jy/beam ! Clean residual mean=0.000003 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.0868356 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0868356 Jy ! Inverting map and beam ! Estimated beam: bmin=3.487 mas, bmaj=7.493 mas, bpa=-2.747 degrees ! Estimated noise=455.799 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.00352151 Jy ! Component: 100 - total flux cleaned = 0.00519845 Jy ! Component: 150 - total flux cleaned = 0.00599797 Jy ! Component: 200 - total flux cleaned = 0.00616468 Jy ! Total flux subtracted in 200 components = 0.00616468 Jy ! Clean residual min=-0.001443 max=0.001250 Jy/beam ! Clean residual mean=0.000001 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0930003 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 50 components and 0.0930003 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.946 mas, bmaj=11.72 mas, bpa=-4.151 degrees ! Estimated noise=559.861 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000483487 Jy ! Component: 100 - total flux cleaned = 0.000509496 Jy ! Component: 150 - total flux cleaned = 0.000529964 Jy ! Component: 200 - total flux cleaned = 0.000512302 Jy ! Total flux subtracted in 200 components = 0.000512302 Jy ! Clean residual min=-0.001526 max=0.001224 Jy/beam ! Clean residual mean=0.000001 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.0935126 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 = -1.61145e-05 Jy ! Component: 100 - total flux cleaned = -3.08475e-05 Jy ! Component: 150 - total flux cleaned = -4.44944e-05 Jy ! Component: 200 - total flux cleaned = -5.6974e-05 Jy ! Total flux subtracted in 200 components = -5.6974e-05 Jy ! Clean residual min=-0.001530 max=0.001215 Jy/beam ! Clean residual mean=0.000001 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0934557 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 57 components and 0.0934557 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.487 mas, bmaj=7.493 mas, bpa=-2.747 degrees ! Estimated noise=455.799 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000209071 Jy ! Component: 100 - total flux cleaned = -0.000222863 Jy ! Component: 150 - total flux cleaned = -0.000211595 Jy ! Component: 200 - total flux cleaned = -0.000200905 Jy ! Total flux subtracted in 200 components = -0.000200905 Jy ! Clean residual min=-0.001463 max=0.001233 Jy/beam ! Clean residual mean=0.000001 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.0932548 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 65 components and 0.0932548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071797Jy sigma=0.000769 ! Fit after self-cal, rms=0.071795Jy sigma=0.000769 wmodel J1504+0407_S_2015_03_17_pus_map.mod ! Writing 65 model components to file: J1504+0407_S_2015_03_17_pus_map.mod wobs J1504+0407_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1504+0407_S_2015_03_17_pus_uvs.fits wwins J1504+0407_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1504+0407_S_2015_03_17_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.000572553 Jy ! Component: 100 - total flux cleaned = -0.000957196 Jy ! Component: 150 - total flux cleaned = -0.00116882 Jy ! Component: 200 - total flux cleaned = -0.00129066 Jy ! Component: 250 - total flux cleaned = -0.00144607 Jy ! Component: 300 - total flux cleaned = -0.00150201 Jy ! Component: 350 - total flux cleaned = -0.00153845 Jy ! Component: 400 - total flux cleaned = -0.00164406 Jy ! Component: 450 - total flux cleaned = -0.00171229 Jy ! Component: 500 - total flux cleaned = -0.00177864 Jy ! Component: 550 - total flux cleaned = -0.00182733 Jy ! Component: 600 - total flux cleaned = -0.00187499 Jy ! Component: 650 - total flux cleaned = -0.00187498 Jy ! Component: 700 - total flux cleaned = -0.0018906 Jy ! Component: 750 - total flux cleaned = -0.00192122 Jy ! Component: 800 - total flux cleaned = -0.00202552 Jy ! Component: 850 - total flux cleaned = -0.00211277 Jy ! Component: 900 - total flux cleaned = -0.00219838 Jy ! Component: 950 - total flux cleaned = -0.00222636 Jy ! Component: 1000 - total flux cleaned = -0.00225433 Jy ! Component: 1050 - total flux cleaned = -0.00233645 Jy ! Component: 1100 - total flux cleaned = -0.00238987 Jy ! Component: 1150 - total flux cleaned = -0.00238992 Jy ! Component: 1200 - total flux cleaned = -0.00239028 Jy ! Component: 1250 - total flux cleaned = -0.00240345 Jy ! Component: 1300 - total flux cleaned = -0.00244187 Jy ! Component: 1350 - total flux cleaned = -0.00245467 Jy ! Component: 1400 - total flux cleaned = -0.00252908 Jy ! Component: 1450 - total flux cleaned = -0.00249221 Jy ! Component: 1500 - total flux cleaned = -0.00252855 Jy ! Component: 1550 - total flux cleaned = -0.00249281 Jy ! Component: 1600 - total flux cleaned = -0.00251653 Jy ! Component: 1650 - total flux cleaned = -0.00257527 Jy ! Component: 1700 - total flux cleaned = -0.00261012 Jy ! Component: 1750 - total flux cleaned = -0.00265563 Jy ! Component: 1800 - total flux cleaned = -0.00263299 Jy ! Component: 1850 - total flux cleaned = -0.00265542 Jy ! Component: 1900 - total flux cleaned = -0.00266672 Jy ! Component: 1950 - total flux cleaned = -0.00269955 Jy ! Component: 2000 - total flux cleaned = -0.00269962 Jy ! Component: 2050 - total flux cleaned = -0.00275308 Jy ! Component: 2100 - total flux cleaned = -0.00275298 Jy ! Component: 2150 - total flux cleaned = -0.00274256 Jy ! Component: 2200 - total flux cleaned = -0.00278417 Jy ! Component: 2250 - total flux cleaned = -0.00282522 Jy ! Component: 2300 - total flux cleaned = -0.00280468 Jy ! Component: 2350 - total flux cleaned = -0.00285509 Jy ! Component: 2400 - total flux cleaned = -0.00286511 Jy ! Component: 2450 - total flux cleaned = -0.00290476 Jy ! Component: 2500 - total flux cleaned = -0.00293417 Jy ! Component: 2550 - total flux cleaned = -0.00295363 Jy ! Component: 2600 - total flux cleaned = -0.00296334 Jy ! Component: 2650 - total flux cleaned = -0.00298255 Jy ! Component: 2700 - total flux cleaned = -0.00298272 Jy ! Component: 2750 - total flux cleaned = -0.00304826 Jy ! Component: 2800 - total flux cleaned = -0.00304817 Jy ! Component: 2850 - total flux cleaned = -0.00305731 Jy ! Component: 2900 - total flux cleaned = -0.00302078 Jy ! Component: 2950 - total flux cleaned = -0.00306609 Jy ! Component: 3000 - total flux cleaned = -0.00306621 Jy ! Component: 3050 - total flux cleaned = -0.00306629 Jy ! Component: 3100 - total flux cleaned = -0.00309282 Jy ! Component: 3150 - total flux cleaned = -0.00311899 Jy ! Component: 3200 - total flux cleaned = -0.00310164 Jy ! Component: 3250 - total flux cleaned = -0.00309296 Jy ! Component: 3300 - total flux cleaned = -0.00305026 Jy ! Component: 3350 - total flux cleaned = -0.00308429 Jy ! Component: 3400 - total flux cleaned = -0.00305902 Jy ! Component: 3450 - total flux cleaned = -0.00308412 Jy ! Component: 3500 - total flux cleaned = -0.0030675 Jy ! Component: 3550 - total flux cleaned = -0.00305113 Jy ! Component: 3600 - total flux cleaned = -0.00307575 Jy ! Component: 3650 - total flux cleaned = -0.00305946 Jy ! Component: 3700 - total flux cleaned = -0.00308367 Jy ! Component: 3750 - total flux cleaned = -0.00307565 Jy ! Component: 3800 - total flux cleaned = -0.00305177 Jy ! Component: 3850 - total flux cleaned = -0.00306754 Jy ! Component: 3900 - total flux cleaned = -0.00305967 Jy ! Component: 3950 - total flux cleaned = -0.00306737 Jy ! Component: 4000 - total flux cleaned = -0.00307499 Jy ! Component: 4050 - total flux cleaned = -0.00304421 Jy ! Total flux subtracted in 4096 components = -0.00305949 Jy ! Clean residual min=-0.000544 max=0.000429 Jy/beam ! Clean residual mean=0.000000 rms=0.000145 Jy/beam ! Combined flux in latest and established models = 0.0901953 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 359 components and 0.0901953 Jy ![Exited script file: muppet] wmap "J1504+0407_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.487 x 7.493 at -2.747 degrees (North through East) ! Clean map min=-0.0010215 max=0.076654 Jy/beam ! Writing clean map to FITS file: J1504+0407_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0766542 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000143489 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.561571 0.561571 1.12314 2.24629 4.49257 8.98514 17.9703 35.9406 71.8811 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.076 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.487 x 7.493 at -2.747 degrees (North through East) ! Clean map min=-0.0010215 max=0.076654 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 J1504+0407_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:02:06 2016