! Started logfile: J0128+6306_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:16:18 2016 obs J0128+6306_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0128+6306_S_2014_12_20_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.763353 visibilities/baseline/integration-bin. ! Found source: J0128+6306 ! ! 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 344 lines of history. ! ! Reading 7832 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 J0128+6306_S_2014_12_20_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 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 76 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.901112Jy sigma=0.010112 ! Fit after self-cal, rms=0.879601Jy sigma=0.009900 ! 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.165 mas, bmaj=5.116 mas, bpa=49.15 degrees ! Estimated noise=1107.16 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.0867575 Jy ! Component: 100 - total flux cleaned = 0.118975 Jy ! Total flux subtracted in 100 components = 0.118975 Jy ! Clean residual min=-0.009339 max=0.014919 Jy/beam ! Clean residual mean=-0.000153 rms=0.002379 Jy/beam ! Combined flux in latest and established models = 0.118975 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.118975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088590Jy sigma=0.000927 ! Fit after self-cal, rms=0.088510Jy sigma=0.000926 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0179902 Jy ! Component: 100 - total flux cleaned = 0.0292219 Jy ! Total flux subtracted in 100 components = 0.0292219 Jy ! Clean residual min=-0.007073 max=0.010669 Jy/beam ! Clean residual mean=-0.000116 rms=0.001784 Jy/beam ! Combined flux in latest and established models = 0.148197 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 28 components and 0.148197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082805Jy sigma=0.000863 ! Fit after self-cal, rms=0.082797Jy sigma=0.000863 ! 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.023 mas, bmaj=5.741 mas, bpa=48.89 degrees ! Estimated noise=722.255 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 (18, -9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0155224 Jy ! Component: 100 - total flux cleaned = 0.0265263 Jy ! Component: 150 - total flux cleaned = 0.0351281 Jy ! Component: 200 - total flux cleaned = 0.0422004 Jy ! Total flux subtracted in 200 components = 0.0422004 Jy ! Clean residual min=-0.007565 max=0.005746 Jy/beam ! Clean residual mean=-0.000195 rms=0.001706 Jy/beam ! Combined flux in latest and established models = 0.190397 Jy ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 109 components and 0.190397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078537Jy sigma=0.000816 ! Fit after self-cal, rms=0.078338Jy sigma=0.000814 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.88 HN 1.03 KP 1.10 ! LA 0.88 MK 1.09 NL 1.01 OV 1.09 ! PT 1.06 SC 1.02 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.02 HN 1.11 KP 1.02 ! LA 0.87 MK 1.06 NL 1.00 OV 1.05 ! PT 0.97 SC 1.07 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.16 HN 1.06 KP 0.93 ! LA 0.70 MK 1.05 NL 1.06 OV 0.95 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.98 HN 1.02 KP 0.87 ! LA 0.73 MK 1.02 NL 1.00 OV 1.01 ! PT 0.94 SC 0.95 ! ! ! Fit before self-cal, rms=0.078338Jy sigma=0.000814 ! Fit after self-cal, rms=0.072467Jy sigma=0.000782 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.098 mas, bmaj=5.819 mas, bpa=48.68 degrees ! Estimated noise=707.936 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.00517089 Jy ! Component: 100 - total flux cleaned = 0.00842707 Jy ! Component: 150 - total flux cleaned = 0.0107257 Jy ! Component: 200 - total flux cleaned = 0.0123769 Jy ! Total flux subtracted in 200 components = 0.0123769 Jy ! Clean residual min=-0.003166 max=0.003432 Jy/beam ! Clean residual mean=-0.000035 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.202774 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 147 components and 0.202774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072067Jy sigma=0.000776 ! Fit after self-cal, rms=0.072025Jy sigma=0.000775 ! 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.072025Jy sigma=0.000775 ! Fit after self-cal, rms=0.071912Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.073 mas, bmaj=5.826 mas, bpa=48.63 degrees ! Estimated noise=705.294 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00234395 Jy ! Component: 100 - total flux cleaned = 0.00377806 Jy ! Component: 150 - total flux cleaned = 0.00480365 Jy ! Component: 200 - total flux cleaned = 0.00532462 Jy ! Total flux subtracted in 200 components = 0.00532462 Jy ! Clean residual min=-0.002619 max=0.002736 Jy/beam ! Clean residual mean=-0.000011 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.208099 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 170 components and 0.208099 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071827Jy sigma=0.000772 ! Fit after self-cal, rms=0.071829Jy sigma=0.000771 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.00101267 Jy ! Component: 100 - total flux cleaned = 0.00134057 Jy ! Component: 150 - total flux cleaned = 0.00162554 Jy ! Component: 200 - total flux cleaned = 0.00183143 Jy ! Total flux subtracted in 200 components = 0.00183143 Jy ! Clean residual min=-0.002596 max=0.002470 Jy/beam ! Clean residual mean=-0.000006 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.20993 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 187 components and 0.20993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071803Jy sigma=0.000771 ! Fit after self-cal, rms=0.071800Jy sigma=0.000771 ! 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.071800Jy sigma=0.000771 ! Fit after self-cal, rms=0.071536Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.058 mas, bmaj=5.816 mas, bpa=48.65 degrees ! Estimated noise=703.771 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108762 Jy ! Component: 100 - total flux cleaned = 0.00170892 Jy ! Component: 150 - total flux cleaned = 0.00213058 Jy ! Component: 200 - total flux cleaned = 0.00245616 Jy ! Total flux subtracted in 200 components = 0.00245616 Jy ! Clean residual min=-0.002472 max=0.002605 Jy/beam ! Clean residual mean=-0.000011 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.212386 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 195 components and 0.212386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071510Jy sigma=0.000770 ! Fit after self-cal, rms=0.071507Jy sigma=0.000770 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.000472533 Jy ! Component: 100 - total flux cleaned = 0.000688955 Jy ! Component: 150 - total flux cleaned = 0.000904788 Jy ! Component: 200 - total flux cleaned = 0.00106227 Jy ! Total flux subtracted in 200 components = 0.00106227 Jy ! Clean residual min=-0.002451 max=0.002519 Jy/beam ! Clean residual mean=-0.000008 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.213449 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 201 components and 0.213449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071494Jy sigma=0.000770 ! Fit after self-cal, rms=0.071492Jy sigma=0.000770 ! 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.071492Jy sigma=0.000770 ! Fit after self-cal, rms=0.071336Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.837 mas, bmaj=8.969 mas, bpa=41.4 degrees ! Estimated noise=837.222 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119105 Jy ! Component: 100 - total flux cleaned = 0.00197364 Jy ! Component: 150 - total flux cleaned = 0.00228286 Jy ! Component: 200 - total flux cleaned = 0.00243812 Jy ! Total flux subtracted in 200 components = 0.00243812 Jy ! Clean residual min=-0.003163 max=0.003435 Jy/beam ! Clean residual mean=-0.000016 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.215887 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 227 components and 0.215887 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071328Jy sigma=0.000770 ! Fit after self-cal, rms=0.071326Jy sigma=0.000770 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.000218581 Jy ! Component: 100 - total flux cleaned = 0.000382165 Jy ! Component: 150 - total flux cleaned = 0.000478408 Jy ! Component: 200 - total flux cleaned = 0.000550924 Jy ! Total flux subtracted in 200 components = 0.000550924 Jy ! Clean residual min=-0.003131 max=0.003274 Jy/beam ! Clean residual mean=-0.000013 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.216438 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 240 components and 0.216438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071324Jy sigma=0.000770 ! Fit after self-cal, rms=0.071322Jy sigma=0.000770 ! 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.051 mas, bmaj=5.804 mas, bpa=48.56 degrees ! Estimated noise=702.748 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.051 x 5.804 at 48.56 degrees (North through East) ! Clean map min=-0.0022588 max=0.1167 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.181 mas, bmaj=5.138 mas, bpa=49.04 degrees ! Estimated noise=1078.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0840918 Jy ! Component: 100 - total flux cleaned = 0.115638 Jy ! Component: 150 - total flux cleaned = 0.132936 Jy ! Component: 200 - total flux cleaned = 0.145258 Jy ! Total flux subtracted in 200 components = 0.145258 Jy ! Clean residual min=-0.005975 max=0.007185 Jy/beam ! Clean residual mean=-0.000083 rms=0.001512 Jy/beam ! Combined flux in latest and established models = 0.145258 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.145258 Jy ! Inverting map and beam ! Estimated beam: bmin=4.051 mas, bmaj=5.804 mas, bpa=48.56 degrees ! Estimated noise=702.748 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.0144417 Jy ! Component: 100 - total flux cleaned = 0.0249329 Jy ! Component: 150 - total flux cleaned = 0.032993 Jy ! Component: 200 - total flux cleaned = 0.0393178 Jy ! Total flux subtracted in 200 components = 0.0393178 Jy ! Clean residual min=-0.003331 max=0.003751 Jy/beam ! Clean residual mean=-0.000096 rms=0.001038 Jy/beam ! Combined flux in latest and established models = 0.184576 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 105 components and 0.184576 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.837 mas, bmaj=8.969 mas, bpa=41.4 degrees ! Estimated noise=837.222 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00846132 Jy ! Component: 100 - total flux cleaned = 0.0140551 Jy ! Component: 150 - total flux cleaned = 0.0181818 Jy ! Component: 200 - total flux cleaned = 0.0213222 Jy ! Total flux subtracted in 200 components = 0.0213222 Jy ! Clean residual min=-0.003698 max=0.003350 Jy/beam ! Clean residual mean=-0.000075 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.205898 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.00242352 Jy ! Component: 100 - total flux cleaned = 0.00431547 Jy ! Component: 150 - total flux cleaned = 0.00579801 Jy ! Component: 200 - total flux cleaned = 0.00696519 Jy ! Total flux subtracted in 200 components = 0.00696519 Jy ! Clean residual min=-0.003399 max=0.003189 Jy/beam ! Clean residual mean=-0.000034 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.212863 Jy ! Adding 121 model components to the UV plane model. ! The established model now contains 208 components and 0.212863 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.051 mas, bmaj=5.804 mas, bpa=48.56 degrees ! Estimated noise=702.748 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000629978 Jy ! Component: 100 - total flux cleaned = 0.00119708 Jy ! Component: 150 - total flux cleaned = 0.0014185 Jy ! Component: 200 - total flux cleaned = 0.00165535 Jy ! Total flux subtracted in 200 components = 0.00165535 Jy ! Clean residual min=-0.002542 max=0.002581 Jy/beam ! Clean residual mean=-0.000012 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.214519 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 222 components and 0.214519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071388Jy sigma=0.000771 ! Fit after self-cal, rms=0.071384Jy sigma=0.000771 wmodel J0128+6306_S_2014_12_20_pus_map.mod ! Writing 222 model components to file: J0128+6306_S_2014_12_20_pus_map.mod wobs J0128+6306_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0128+6306_S_2014_12_20_pus_uvs.fits wwins J0128+6306_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J0128+6306_S_2014_12_20_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.000328994 Jy ! Component: 100 - total flux cleaned = 0.00062653 Jy ! Component: 150 - total flux cleaned = 0.00094613 Jy ! Component: 200 - total flux cleaned = 0.00124951 Jy ! Component: 250 - total flux cleaned = 0.00164736 Jy ! Component: 300 - total flux cleaned = 0.00195903 Jy ! Component: 350 - total flux cleaned = 0.00222533 Jy ! Component: 400 - total flux cleaned = 0.00254649 Jy ! Component: 450 - total flux cleaned = 0.0027328 Jy ! Component: 500 - total flux cleaned = 0.0028236 Jy ! Component: 550 - total flux cleaned = 0.00282342 Jy ! Component: 600 - total flux cleaned = 0.0028817 Jy ! Component: 650 - total flux cleaned = 0.00293857 Jy ! Component: 700 - total flux cleaned = 0.00307711 Jy ! Component: 750 - total flux cleaned = 0.00310455 Jy ! Component: 800 - total flux cleaned = 0.00321166 Jy ! Component: 850 - total flux cleaned = 0.00323778 Jy ! Component: 900 - total flux cleaned = 0.00336539 Jy ! Component: 950 - total flux cleaned = 0.00344038 Jy ! Component: 1000 - total flux cleaned = 0.00349005 Jy ! Component: 1050 - total flux cleaned = 0.00356283 Jy ! Component: 1100 - total flux cleaned = 0.00353916 Jy ! Component: 1150 - total flux cleaned = 0.00360959 Jy ! Component: 1200 - total flux cleaned = 0.00367855 Jy ! Component: 1250 - total flux cleaned = 0.00365542 Jy ! Component: 1300 - total flux cleaned = 0.00367732 Jy ! Component: 1350 - total flux cleaned = 0.00367689 Jy ! Component: 1400 - total flux cleaned = 0.00367687 Jy ! Component: 1450 - total flux cleaned = 0.00361268 Jy ! Component: 1500 - total flux cleaned = 0.0036763 Jy ! Component: 1550 - total flux cleaned = 0.00365526 Jy ! Component: 1600 - total flux cleaned = 0.0036141 Jy ! Component: 1650 - total flux cleaned = 0.00359408 Jy ! Component: 1700 - total flux cleaned = 0.00365422 Jy ! Component: 1750 - total flux cleaned = 0.00359425 Jy ! Component: 1800 - total flux cleaned = 0.003535 Jy ! Component: 1850 - total flux cleaned = 0.00353472 Jy ! Component: 1900 - total flux cleaned = 0.00347673 Jy ! Component: 1950 - total flux cleaned = 0.0034386 Jy ! Component: 2000 - total flux cleaned = 0.00340105 Jy ! Component: 2050 - total flux cleaned = 0.00338271 Jy ! Component: 2100 - total flux cleaned = 0.00336426 Jy ! Component: 2150 - total flux cleaned = 0.00345513 Jy ! Component: 2200 - total flux cleaned = 0.00345529 Jy ! Component: 2250 - total flux cleaned = 0.00340196 Jy ! Component: 2300 - total flux cleaned = 0.00340203 Jy ! Component: 2350 - total flux cleaned = 0.00343678 Jy ! Component: 2400 - total flux cleaned = 0.00341931 Jy ! Component: 2450 - total flux cleaned = 0.00335101 Jy ! Component: 2500 - total flux cleaned = 0.00340211 Jy ! Component: 2550 - total flux cleaned = 0.00331866 Jy ! Component: 2600 - total flux cleaned = 0.00333514 Jy ! Component: 2650 - total flux cleaned = 0.00328576 Jy ! Component: 2700 - total flux cleaned = 0.0032696 Jy ! Component: 2750 - total flux cleaned = 0.00322154 Jy ! Component: 2800 - total flux cleaned = 0.00322132 Jy ! Component: 2850 - total flux cleaned = 0.00315803 Jy ! Component: 2900 - total flux cleaned = 0.00311088 Jy ! Component: 2950 - total flux cleaned = 0.00309532 Jy ! Component: 3000 - total flux cleaned = 0.0030493 Jy ! Component: 3050 - total flux cleaned = 0.00303403 Jy ! Component: 3100 - total flux cleaned = 0.00298847 Jy ! Component: 3150 - total flux cleaned = 0.00297343 Jy ! Component: 3200 - total flux cleaned = 0.00294362 Jy ! Component: 3250 - total flux cleaned = 0.00291405 Jy ! Component: 3300 - total flux cleaned = 0.00288477 Jy ! Component: 3350 - total flux cleaned = 0.00285552 Jy ! Component: 3400 - total flux cleaned = 0.0028413 Jy ! Component: 3450 - total flux cleaned = 0.00279853 Jy ! Component: 3500 - total flux cleaned = 0.00278441 Jy ! Component: 3550 - total flux cleaned = 0.00274226 Jy ! Component: 3600 - total flux cleaned = 0.00272828 Jy ! Component: 3650 - total flux cleaned = 0.00268663 Jy ! Component: 3700 - total flux cleaned = 0.00261823 Jy ! Component: 3750 - total flux cleaned = 0.0026183 Jy ! Component: 3800 - total flux cleaned = 0.00256427 Jy ! Component: 3850 - total flux cleaned = 0.00252409 Jy ! Component: 3900 - total flux cleaned = 0.00252417 Jy ! Component: 3950 - total flux cleaned = 0.00249781 Jy ! Component: 4000 - total flux cleaned = 0.0024455 Jy ! Component: 4050 - total flux cleaned = 0.0024846 Jy ! Total flux subtracted in 4096 components = 0.00249757 Jy ! Clean residual min=-0.000749 max=0.000766 Jy/beam ! Clean residual mean=-0.000001 rms=0.000241 Jy/beam ! Combined flux in latest and established models = 0.217016 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 530 components and 0.217016 Jy ![Exited script file: muppet] wmap "J0128+6306_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.051 x 5.804 at 48.56 degrees (North through East) ! Clean map min=-0.0014948 max=0.1175 Jy/beam ! Writing clean map to FITS file: J0128+6306_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.1175 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000238172 device "J0128+6306_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0128+6306_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.608102 0.608102 1.2162 2.43241 4.86481 9.72963 19.4593 38.9185 77.837 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.117 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.051 x 5.804 at 48.56 degrees (North through East) ! Clean map min=-0.0014948 max=0.1175 Jy/beam quit ! Quitting program ! Log file J0128+6306_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:16:25 2016