! Started logfile: J2229+0114_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:36:34 2017 obs J2229+0114_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J2229+0114_S_2015_01_23_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.862963 visibilities/baseline/integration-bin. ! Found source: J2229+0114 ! ! 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 14912 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 J2229+0114_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 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 71 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.982910Jy sigma=0.009743 ! Fit after self-cal, rms=0.892474Jy sigma=0.009055 ! 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.795 mas, bmaj=6.526 mas, bpa=-4.753 degrees ! Estimated noise=792.217 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.101835 Jy ! Component: 100 - total flux cleaned = 0.132443 Jy ! Total flux subtracted in 100 components = 0.132443 Jy ! Clean residual min=-0.005177 max=0.012705 Jy/beam ! Clean residual mean=0.000021 rms=0.001487 Jy/beam ! Combined flux in latest and established models = 0.132443 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.132443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.269209Jy sigma=0.000824 ! Fit after self-cal, rms=0.269205Jy sigma=0.000824 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132707 Jy ! Component: 100 - total flux cleaned = 0.0203606 Jy ! Total flux subtracted in 100 components = 0.0203606 Jy ! Clean residual min=-0.004667 max=0.004969 Jy/beam ! Clean residual mean=0.000018 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.152804 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.152804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.267885Jy sigma=0.000801 ! Fit after self-cal, rms=0.267894Jy sigma=0.000801 ! 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.241 mas, bmaj=7.258 mas, bpa=-3.344 degrees ! Estimated noise=592.311 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.00591669 Jy ! Component: 100 - total flux cleaned = 0.00923373 Jy ! Component: 150 - total flux cleaned = 0.0112432 Jy ! Component: 200 - total flux cleaned = 0.0125501 Jy ! Total flux subtracted in 200 components = 0.0125501 Jy ! Clean residual min=-0.003717 max=0.005641 Jy/beam ! Clean residual mean=0.000016 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.165354 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 40 components and 0.165354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.267537Jy sigma=0.000798 ! Fit after self-cal, rms=0.267556Jy sigma=0.000798 ! 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 0.99 FD 0.56 HN 0.99 KP 1.09 ! LA 1.09 MK 1.00 NL 1.05 OV 0.96 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.68 HN 1.04 KP 1.02 ! LA 1.01 MK 1.01 NL 1.21 OV 1.01 ! PT 0.98 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.77 HN 1.07 KP 0.86 ! LA 0.85 MK 0.98 NL 1.26 OV 0.95 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 0.56 HN 1.02 KP 0.80 ! LA 0.88 MK 1.05 NL 1.07 OV 1.00 ! PT 0.98 SC 0.99 ! ! ! Fit before self-cal, rms=0.267556Jy sigma=0.000798 ! Fit after self-cal, rms=0.176131Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.323 mas, bpa=-3.224 degrees ! Estimated noise=595.766 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.000290442 Jy ! Component: 100 - total flux cleaned = -0.000355103 Jy ! Component: 150 - total flux cleaned = -0.000391549 Jy ! Component: 200 - total flux cleaned = -0.000424115 Jy ! Total flux subtracted in 200 components = -0.000424115 Jy ! Clean residual min=-0.002234 max=0.002533 Jy/beam ! Clean residual mean=0.000000 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.16493 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.16493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176122Jy sigma=0.000778 ! Fit after self-cal, rms=0.176072Jy sigma=0.000778 ! 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.176072Jy sigma=0.000778 ! Fit after self-cal, rms=0.175067Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.274 mas, bmaj=7.334 mas, bpa=-3.184 degrees ! Estimated noise=595.849 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.93436e-06 Jy ! Component: 100 - total flux cleaned = -7.39803e-05 Jy ! Component: 150 - total flux cleaned = -0.000116937 Jy ! Component: 200 - total flux cleaned = -0.000143104 Jy ! Total flux subtracted in 200 components = -0.000143104 Jy ! Clean residual min=-0.001840 max=0.002363 Jy/beam ! Clean residual mean=0.000003 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.164787 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.164787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175067Jy sigma=0.000774 ! Fit after self-cal, rms=0.175107Jy 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) ! Added new window around map position (3, 13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00188432 Jy ! Component: 100 - total flux cleaned = 0.00252669 Jy ! Component: 150 - total flux cleaned = 0.00252981 Jy ! Component: 200 - total flux cleaned = 0.00250939 Jy ! Total flux subtracted in 200 components = 0.00250939 Jy ! Clean residual min=-0.001825 max=0.001796 Jy/beam ! Clean residual mean=0.000002 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.167296 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 82 components and 0.167296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175085Jy sigma=0.000773 ! Fit after self-cal, rms=0.175089Jy sigma=0.000773 ! 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.175089Jy sigma=0.000773 ! Fit after self-cal, rms=0.175695Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.279 mas, bmaj=7.333 mas, bpa=-3.11 degrees ! Estimated noise=595.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000493007 Jy ! Component: 100 - total flux cleaned = 0.000555127 Jy ! Component: 150 - total flux cleaned = 0.000556083 Jy ! Component: 200 - total flux cleaned = 0.000509268 Jy ! Total flux subtracted in 200 components = 0.000509268 Jy ! Clean residual min=-0.001807 max=0.001795 Jy/beam ! Clean residual mean=0.000002 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.167806 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 97 components and 0.167806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175690Jy sigma=0.000773 ! Fit after self-cal, rms=0.175692Jy sigma=0.000773 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 (-79.5, -19.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00161034 Jy ! Component: 100 - total flux cleaned = 0.00201485 Jy ! Component: 150 - total flux cleaned = 0.0020439 Jy ! Component: 200 - total flux cleaned = 0.00215304 Jy ! Total flux subtracted in 200 components = 0.00215304 Jy ! Clean residual min=-0.001806 max=0.001647 Jy/beam ! Clean residual mean=0.000002 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.169959 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 113 components and 0.169959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175658Jy sigma=0.000773 ! Fit after self-cal, rms=0.175646Jy sigma=0.000773 ! 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.175646Jy sigma=0.000773 ! Fit after self-cal, rms=0.175411Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.136 mas, bmaj=11.64 mas, bpa=-5.074 degrees ! Estimated noise=765.719 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.4179e-06 Jy ! Component: 100 - total flux cleaned = -8.91799e-05 Jy ! Component: 150 - total flux cleaned = -3.25187e-05 Jy ! Component: 200 - total flux cleaned = -6.51874e-05 Jy ! Total flux subtracted in 200 components = -6.51874e-05 Jy ! Clean residual min=-0.002028 max=0.001831 Jy/beam ! Clean residual mean=0.000004 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.169893 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 126 components and 0.169893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175408Jy sigma=0.000773 ! Fit after self-cal, rms=0.175405Jy sigma=0.000773 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.000115612 Jy ! Component: 100 - total flux cleaned = 0.000115629 Jy ! Component: 150 - total flux cleaned = 8.76175e-05 Jy ! Component: 200 - total flux cleaned = 6.17162e-05 Jy ! Total flux subtracted in 200 components = 6.17162e-05 Jy ! Clean residual min=-0.002022 max=0.001819 Jy/beam ! Clean residual mean=0.000004 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.169955 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 137 components and 0.169955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175403Jy sigma=0.000772 ! Fit after self-cal, rms=0.175402Jy sigma=0.000772 ! 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.282 mas, bmaj=7.331 mas, bpa=-3.038 degrees ! Estimated noise=594.851 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.282 x 7.331 at -3.038 degrees (North through East) ! Clean map min=-0.0017389 max=0.13501 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.824 mas, bmaj=6.566 mas, bpa=-4.34 degrees ! Estimated noise=798.276 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.102245 Jy ! Component: 100 - total flux cleaned = 0.132391 Jy ! Component: 150 - total flux cleaned = 0.145343 Jy ! Component: 200 - total flux cleaned = 0.152119 Jy ! Total flux subtracted in 200 components = 0.152119 Jy ! Clean residual min=-0.002974 max=0.003417 Jy/beam ! Clean residual mean=0.000009 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.152119 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.152119 Jy ! Inverting map and beam ! Estimated beam: bmin=3.282 mas, bmaj=7.331 mas, bpa=-3.038 degrees ! Estimated noise=594.851 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.00529707 Jy ! Component: 100 - total flux cleaned = 0.00857277 Jy ! Component: 150 - total flux cleaned = 0.0109423 Jy ! Component: 200 - total flux cleaned = 0.0127273 Jy ! Total flux subtracted in 200 components = 0.0127273 Jy ! Clean residual min=-0.001872 max=0.001943 Jy/beam ! Clean residual mean=0.000003 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.164847 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 54 components and 0.164847 Jy ! Inverting map ! Added new window around map position (35.5, -27). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179211 Jy ! Component: 100 - total flux cleaned = 0.00304496 Jy ! Component: 150 - total flux cleaned = 0.00400326 Jy ! Component: 200 - total flux cleaned = 0.00443642 Jy ! Total flux subtracted in 200 components = 0.00443642 Jy ! Clean residual min=-0.001794 max=0.001426 Jy/beam ! Clean residual mean=0.000003 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.169283 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 80 components and 0.169283 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.136 mas, bmaj=11.64 mas, bpa=-5.074 degrees ! Estimated noise=765.719 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000449809 Jy ! Component: 100 - total flux cleaned = 0.000671463 Jy ! Component: 150 - total flux cleaned = 0.000703534 Jy ! Component: 200 - total flux cleaned = 0.00070414 Jy ! Total flux subtracted in 200 components = 0.00070414 Jy ! Clean residual min=-0.001927 max=0.002008 Jy/beam ! Clean residual mean=0.000005 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.169987 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 = -2.22744e-05 Jy ! Component: 100 - total flux cleaned = -8.37819e-05 Jy ! Component: 150 - total flux cleaned = -0.000121435 Jy ! Component: 200 - total flux cleaned = -0.000173256 Jy ! Total flux subtracted in 200 components = -0.000173256 Jy ! Clean residual min=-0.001831 max=0.002032 Jy/beam ! Clean residual mean=0.000005 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.169814 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 128 components and 0.169814 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.282 mas, bmaj=7.331 mas, bpa=-3.038 degrees ! Estimated noise=594.851 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.45362e-05 Jy ! Component: 100 - total flux cleaned = 8.4827e-05 Jy ! Component: 150 - total flux cleaned = 0.00019543 Jy ! Component: 200 - total flux cleaned = 0.000273486 Jy ! Total flux subtracted in 200 components = 0.000273486 Jy ! Clean residual min=-0.001664 max=0.001398 Jy/beam ! Clean residual mean=0.000002 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.170087 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 150 components and 0.170087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175371Jy sigma=0.000772 ! Fit after self-cal, rms=0.175353Jy sigma=0.000772 wmodel J2229+0114_S_2015_01_23_pus_map.mod ! Writing 150 model components to file: J2229+0114_S_2015_01_23_pus_map.mod wobs J2229+0114_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J2229+0114_S_2015_01_23_pus_uvs.fits wwins J2229+0114_S_2015_01_23_pus_map.win ! wwins: Wrote 4 windows to J2229+0114_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.000595324 Jy ! Component: 100 - total flux cleaned = -0.00075442 Jy ! Component: 150 - total flux cleaned = -0.000879524 Jy ! Component: 200 - total flux cleaned = -0.000999491 Jy ! Component: 250 - total flux cleaned = -0.00109142 Jy ! Component: 300 - total flux cleaned = -0.00115876 Jy ! Component: 350 - total flux cleaned = -0.00120263 Jy ! Component: 400 - total flux cleaned = -0.00126665 Jy ! Component: 450 - total flux cleaned = -0.00134974 Jy ! Component: 500 - total flux cleaned = -0.00141053 Jy ! Component: 550 - total flux cleaned = -0.00150977 Jy ! Component: 600 - total flux cleaned = -0.00147091 Jy ! Component: 650 - total flux cleaned = -0.00156753 Jy ! Component: 700 - total flux cleaned = -0.00162414 Jy ! Component: 750 - total flux cleaned = -0.00167964 Jy ! Component: 800 - total flux cleaned = -0.00175321 Jy ! Component: 850 - total flux cleaned = -0.00184353 Jy ! Component: 900 - total flux cleaned = -0.00193229 Jy ! Component: 950 - total flux cleaned = -0.00198491 Jy ! Component: 1000 - total flux cleaned = -0.00208873 Jy ! Component: 1050 - total flux cleaned = -0.00217403 Jy ! Component: 1100 - total flux cleaned = -0.00227497 Jy ! Component: 1150 - total flux cleaned = -0.00234163 Jy ! Component: 1200 - total flux cleaned = -0.00239108 Jy ! Component: 1250 - total flux cleaned = -0.00247272 Jy ! Component: 1300 - total flux cleaned = -0.00261773 Jy ! Component: 1350 - total flux cleaned = -0.00264933 Jy ! Component: 1400 - total flux cleaned = -0.00271255 Jy ! Component: 1450 - total flux cleaned = -0.00279101 Jy ! Component: 1500 - total flux cleaned = -0.00291508 Jy ! Component: 1550 - total flux cleaned = -0.00294544 Jy ! Component: 1600 - total flux cleaned = -0.00300638 Jy ! Component: 1650 - total flux cleaned = -0.00305164 Jy ! Component: 1700 - total flux cleaned = -0.00315605 Jy ! Component: 1750 - total flux cleaned = -0.00315588 Jy ! Component: 1800 - total flux cleaned = -0.00320017 Jy ! Component: 1850 - total flux cleaned = -0.00324394 Jy ! Component: 1900 - total flux cleaned = -0.00325829 Jy ! Component: 1950 - total flux cleaned = -0.00334408 Jy ! Component: 2000 - total flux cleaned = -0.00335814 Jy ! Component: 2050 - total flux cleaned = -0.00338618 Jy ! Component: 2100 - total flux cleaned = -0.00334437 Jy ! Component: 2150 - total flux cleaned = -0.00338602 Jy ! Component: 2200 - total flux cleaned = -0.00337244 Jy ! Component: 2250 - total flux cleaned = -0.00342698 Jy ! Component: 2300 - total flux cleaned = -0.00346745 Jy ! Component: 2350 - total flux cleaned = -0.00345389 Jy ! Component: 2400 - total flux cleaned = -0.00345393 Jy ! Component: 2450 - total flux cleaned = -0.00349371 Jy ! Component: 2500 - total flux cleaned = -0.0034805 Jy ! Component: 2550 - total flux cleaned = -0.00350668 Jy ! Component: 2600 - total flux cleaned = -0.00346772 Jy ! Component: 2650 - total flux cleaned = -0.00346779 Jy ! Component: 2700 - total flux cleaned = -0.00349353 Jy ! Component: 2750 - total flux cleaned = -0.00349358 Jy ! Component: 2800 - total flux cleaned = -0.00349366 Jy ! Component: 2850 - total flux cleaned = -0.0035315 Jy ! Component: 2900 - total flux cleaned = -0.00351885 Jy ! Component: 2950 - total flux cleaned = -0.00350642 Jy ! Component: 3000 - total flux cleaned = -0.00355576 Jy ! Component: 3050 - total flux cleaned = -0.00350663 Jy ! Component: 3100 - total flux cleaned = -0.00349443 Jy ! Component: 3150 - total flux cleaned = -0.00351873 Jy ! Component: 3200 - total flux cleaned = -0.0035066 Jy ! Component: 3250 - total flux cleaned = -0.00343446 Jy ! Component: 3300 - total flux cleaned = -0.00347024 Jy ! Component: 3350 - total flux cleaned = -0.00348211 Jy ! Component: 3400 - total flux cleaned = -0.0034229 Jy ! Component: 3450 - total flux cleaned = -0.00341121 Jy ! Component: 3500 - total flux cleaned = -0.00346983 Jy ! Component: 3550 - total flux cleaned = -0.00346977 Jy ! Component: 3600 - total flux cleaned = -0.00341183 Jy ! Component: 3650 - total flux cleaned = -0.00342332 Jy ! Component: 3700 - total flux cleaned = -0.00341191 Jy ! Component: 3750 - total flux cleaned = -0.00338908 Jy ! Component: 3800 - total flux cleaned = -0.00332089 Jy ! Component: 3850 - total flux cleaned = -0.00334359 Jy ! Component: 3900 - total flux cleaned = -0.00332107 Jy ! Component: 3950 - total flux cleaned = -0.00333224 Jy ! Component: 4000 - total flux cleaned = -0.00328762 Jy ! Component: 4050 - total flux cleaned = -0.0032765 Jy ! Total flux subtracted in 4096 components = -0.00325442 Jy ! Clean residual min=-0.000656 max=0.000613 Jy/beam ! Clean residual mean=0.000002 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.166833 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 463 components and 0.166833 Jy ![Exited script file: muppet] wmap "J2229+0114_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.282 x 7.331 at -3.038 degrees (North through East) ! Clean map min=-0.0012455 max=0.13522 Jy/beam ! Writing clean map to FITS file: J2229+0114_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.13522 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000207554 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.460481 0.460481 0.920962 1.84192 3.68385 7.3677 14.7354 29.4708 58.9416 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.135 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.282 x 7.331 at -3.038 degrees (North through East) ! Clean map min=-0.0012455 max=0.13522 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 J2229+0114_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:36:39 2017