! Started logfile: J0209+6437_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:17:54 2016 obs J0209+6437_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0209+6437_S_2014_12_20_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.778571 visibilities/baseline/integration-bin. ! Found source: J0209+6437 ! ! 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 11772 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 J0209+6437_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 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 109 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916946Jy sigma=0.010373 ! Fit after self-cal, rms=0.900277Jy sigma=0.010217 ! 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.329 mas, bmaj=4.81 mas, bpa=58.51 degrees ! Estimated noise=939.72 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.0741709 Jy ! Component: 100 - total flux cleaned = 0.0965928 Jy ! Total flux subtracted in 100 components = 0.0965928 Jy ! Clean residual min=-0.006611 max=0.010207 Jy/beam ! Clean residual mean=-0.000109 rms=0.001708 Jy/beam ! Combined flux in latest and established models = 0.0965928 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0965928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080225Jy sigma=0.000847 ! Fit after self-cal, rms=0.080137Jy sigma=0.000846 ! Inverting map ! Added new window around map position (-0.5, -4.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0121451 Jy ! Component: 100 - total flux cleaned = 0.0196893 Jy ! Total flux subtracted in 100 components = 0.0196893 Jy ! Clean residual min=-0.004992 max=0.005490 Jy/beam ! Clean residual mean=-0.000080 rms=0.001338 Jy/beam ! Combined flux in latest and established models = 0.116282 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 32 components and 0.116282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077259Jy sigma=0.000813 ! Fit after self-cal, rms=0.077178Jy sigma=0.000812 ! 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.065 mas, bmaj=5.611 mas, bpa=57.75 degrees ! Estimated noise=584.6 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.00936243 Jy ! Component: 100 - total flux cleaned = 0.0150836 Jy ! Component: 150 - total flux cleaned = 0.0191655 Jy ! Component: 200 - total flux cleaned = 0.022185 Jy ! Total flux subtracted in 200 components = 0.022185 Jy ! Clean residual min=-0.004789 max=0.007014 Jy/beam ! Clean residual mean=-0.000080 rms=0.001221 Jy/beam ! Combined flux in latest and established models = 0.138467 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 68 components and 0.138467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075755Jy sigma=0.000798 ! Fit after self-cal, rms=0.075689Jy sigma=0.000797 ! Inverting map ! Added new window around map position (1, -17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0069411 Jy ! Component: 100 - total flux cleaned = 0.0110982 Jy ! Component: 150 - total flux cleaned = 0.0141055 Jy ! Component: 200 - total flux cleaned = 0.016476 Jy ! Total flux subtracted in 200 components = 0.016476 Jy ! Clean residual min=-0.003674 max=0.004174 Jy/beam ! Clean residual mean=-0.000051 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.154943 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 101 components and 0.154943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074933Jy sigma=0.000788 ! Fit after self-cal, rms=0.074851Jy sigma=0.000787 ! 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.98 FD 0.90 HN 1.01 KP 1.06 ! LA 0.98 MK 1.08 NL 0.96 OV 0.97 ! PT 1.13 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.07 HN 1.05 KP 1.04 ! LA 0.92 MK 0.98 NL 1.01 OV 1.01 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.17 HN 1.01 KP 0.93 ! LA 0.77 MK 1.02 NL 1.19 OV 0.97 ! PT 0.95 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.03 HN 1.00 KP 0.92 ! LA 0.83 MK 0.91 NL 1.03 OV 0.96 ! PT 0.93 SC 0.97 ! ! ! Fit before self-cal, rms=0.074851Jy sigma=0.000787 ! Fit after self-cal, rms=0.071660Jy sigma=0.000775 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.079 mas, bmaj=5.633 mas, bpa=57.84 degrees ! Estimated noise=578.025 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.002437 Jy ! Component: 100 - total flux cleaned = 0.00320018 Jy ! Component: 150 - total flux cleaned = 0.00379123 Jy ! Component: 200 - total flux cleaned = 0.00407531 Jy ! Total flux subtracted in 200 components = 0.00407531 Jy ! Clean residual min=-0.002078 max=0.002691 Jy/beam ! Clean residual mean=-0.000012 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.159018 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 136 components and 0.159018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071557Jy sigma=0.000774 ! Fit after self-cal, rms=0.071523Jy sigma=0.000773 ! 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.071523Jy sigma=0.000773 ! Fit after self-cal, rms=0.071742Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.057 mas, bmaj=5.643 mas, bpa=58.03 degrees ! Estimated noise=577.712 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113214 Jy ! Component: 100 - total flux cleaned = 0.00155897 Jy ! Component: 150 - total flux cleaned = 0.00168369 Jy ! Component: 200 - total flux cleaned = 0.00181671 Jy ! Total flux subtracted in 200 components = 0.00181671 Jy ! Clean residual min=-0.001930 max=0.002257 Jy/beam ! Clean residual mean=-0.000001 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.160835 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 149 components and 0.160835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071707Jy sigma=0.000771 ! Fit after self-cal, rms=0.071717Jy 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) ! Added new window around map position (73, 73.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00191901 Jy ! Component: 100 - total flux cleaned = 0.00271775 Jy ! Component: 150 - total flux cleaned = 0.00323886 Jy ! Component: 200 - total flux cleaned = 0.0035772 Jy ! Total flux subtracted in 200 components = 0.0035772 Jy ! Clean residual min=-0.001682 max=0.001809 Jy/beam ! Clean residual mean=-0.000003 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.164412 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 175 components and 0.164412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071664Jy sigma=0.000771 ! Fit after self-cal, rms=0.071656Jy 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.071656Jy sigma=0.000771 ! Fit after self-cal, rms=0.071758Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.056 mas, bmaj=5.647 mas, bpa=58.07 degrees ! Estimated noise=577.153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000520558 Jy ! Component: 100 - total flux cleaned = 0.00067051 Jy ! Component: 150 - total flux cleaned = 0.000805963 Jy ! Component: 200 - total flux cleaned = 0.00088887 Jy ! Total flux subtracted in 200 components = 0.00088887 Jy ! Clean residual min=-0.001655 max=0.001767 Jy/beam ! Clean residual mean=-0.000004 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.165301 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 185 components and 0.165301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071742Jy sigma=0.000770 ! Fit after self-cal, rms=0.071747Jy 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.000171965 Jy ! Component: 100 - total flux cleaned = 0.000209724 Jy ! Component: 150 - total flux cleaned = 0.000227705 Jy ! Component: 200 - total flux cleaned = 0.000244741 Jy ! Total flux subtracted in 200 components = 0.000244741 Jy ! Clean residual min=-0.001665 max=0.001740 Jy/beam ! Clean residual mean=-0.000004 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.165546 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 194 components and 0.165546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071738Jy sigma=0.000770 ! Fit after self-cal, rms=0.071737Jy 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.071737Jy sigma=0.000770 ! Fit after self-cal, rms=0.071715Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.773 mas, bmaj=8.95 mas, bpa=53.82 degrees ! Estimated noise=695.138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000476955 Jy ! Component: 100 - total flux cleaned = 0.000690923 Jy ! Component: 150 - total flux cleaned = 0.000707778 Jy ! Component: 200 - total flux cleaned = 0.00070923 Jy ! Total flux subtracted in 200 components = 0.00070923 Jy ! Clean residual min=-0.001723 max=0.001793 Jy/beam ! Clean residual mean=-0.000010 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.166255 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 211 components and 0.166255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071710Jy sigma=0.000770 ! Fit after self-cal, rms=0.071711Jy 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.000244769 Jy ! Component: 100 - total flux cleaned = 0.000230225 Jy ! Component: 150 - total flux cleaned = 0.000217337 Jy ! Component: 200 - total flux cleaned = 0.000217313 Jy ! Total flux subtracted in 200 components = 0.000217313 Jy ! Clean residual min=-0.001708 max=0.001756 Jy/beam ! Clean residual mean=-0.000010 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.166472 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 215 components and 0.166472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071710Jy sigma=0.000770 ! Fit after self-cal, rms=0.071708Jy 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.055 mas, bmaj=5.651 mas, bpa=58.12 degrees ! Estimated noise=576.55 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.055 x 5.651 at 58.12 degrees (North through East) ! Clean map min=-0.0016084 max=0.097444 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.303 mas, bmaj=4.841 mas, bpa=59.04 degrees ! Estimated noise=929.897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0733661 Jy ! Component: 100 - total flux cleaned = 0.0973305 Jy ! Component: 150 - total flux cleaned = 0.1095 Jy ! Component: 200 - total flux cleaned = 0.117224 Jy ! Total flux subtracted in 200 components = 0.117224 Jy ! Clean residual min=-0.004019 max=0.004969 Jy/beam ! Clean residual mean=-0.000077 rms=0.001096 Jy/beam ! Combined flux in latest and established models = 0.117224 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.117224 Jy ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=5.651 mas, bpa=58.12 degrees ! Estimated noise=576.55 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) ! Added new window around map position (0.5, -9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00950588 Jy ! Component: 100 - total flux cleaned = 0.0163025 Jy ! Component: 150 - total flux cleaned = 0.0213994 Jy ! Component: 200 - total flux cleaned = 0.0254329 Jy ! Total flux subtracted in 200 components = 0.0254329 Jy ! Clean residual min=-0.002591 max=0.002575 Jy/beam ! Clean residual mean=-0.000044 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.142657 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 92 components and 0.142657 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.773 mas, bmaj=8.95 mas, bpa=53.82 degrees ! Estimated noise=695.138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0056746 Jy ! Component: 100 - total flux cleaned = 0.00943446 Jy ! Component: 150 - total flux cleaned = 0.0121922 Jy ! Component: 200 - total flux cleaned = 0.0142764 Jy ! Total flux subtracted in 200 components = 0.0142764 Jy ! Clean residual min=-0.002385 max=0.002339 Jy/beam ! Clean residual mean=-0.000037 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.156933 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.00161199 Jy ! Component: 100 - total flux cleaned = 0.00290838 Jy ! Component: 150 - total flux cleaned = 0.00398884 Jy ! Component: 200 - total flux cleaned = 0.00465976 Jy ! Total flux subtracted in 200 components = 0.00465976 Jy ! Clean residual min=-0.002057 max=0.002113 Jy/beam ! Clean residual mean=-0.000023 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.161593 Jy ! Adding 122 model components to the UV plane model. ! The established model now contains 189 components and 0.161593 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=5.651 mas, bpa=58.12 degrees ! Estimated noise=576.55 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000623475 Jy ! Component: 100 - total flux cleaned = 0.00106241 Jy ! Component: 150 - total flux cleaned = 0.00142444 Jy ! Component: 200 - total flux cleaned = 0.00170198 Jy ! Total flux subtracted in 200 components = 0.00170198 Jy ! Clean residual min=-0.001641 max=0.001665 Jy/beam ! Clean residual mean=-0.000008 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.163295 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 214 components and 0.163295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071731Jy sigma=0.000770 ! Fit after self-cal, rms=0.071716Jy sigma=0.000770 wmodel J0209+6437_S_2014_12_20_pus_map.mod ! Writing 214 model components to file: J0209+6437_S_2014_12_20_pus_map.mod wobs J0209+6437_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0209+6437_S_2014_12_20_pus_uvs.fits wwins J0209+6437_S_2014_12_20_pus_map.win ! wwins: Wrote 5 windows to J0209+6437_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 = 6.68248e-05 Jy ! Component: 100 - total flux cleaned = -7.5608e-05 Jy ! Component: 150 - total flux cleaned = -0.000103477 Jy ! Component: 200 - total flux cleaned = -0.000182494 Jy ! Component: 250 - total flux cleaned = -0.000208319 Jy ! Component: 300 - total flux cleaned = -0.000355601 Jy ! Component: 350 - total flux cleaned = -0.000403078 Jy ! Component: 400 - total flux cleaned = -0.000426947 Jy ! Component: 450 - total flux cleaned = -0.00040475 Jy ! Component: 500 - total flux cleaned = -0.000360443 Jy ! Component: 550 - total flux cleaned = -0.000316584 Jy ! Component: 600 - total flux cleaned = -0.000337708 Jy ! Component: 650 - total flux cleaned = -0.000295194 Jy ! Component: 700 - total flux cleaned = -0.000336152 Jy ! Component: 750 - total flux cleaned = -0.000274892 Jy ! Component: 800 - total flux cleaned = -0.000275117 Jy ! Component: 850 - total flux cleaned = -0.000216304 Jy ! Component: 900 - total flux cleaned = -0.000274467 Jy ! Component: 950 - total flux cleaned = -0.000274579 Jy ! Component: 1000 - total flux cleaned = -0.000331041 Jy ! Component: 1050 - total flux cleaned = -0.000386481 Jy ! Component: 1100 - total flux cleaned = -0.000404331 Jy ! Component: 1150 - total flux cleaned = -0.000422244 Jy ! Component: 1200 - total flux cleaned = -0.000493533 Jy ! Component: 1250 - total flux cleaned = -0.000511055 Jy ! Component: 1300 - total flux cleaned = -0.000580348 Jy ! Component: 1350 - total flux cleaned = -0.000580278 Jy ! Component: 1400 - total flux cleaned = -0.000596939 Jy ! Component: 1450 - total flux cleaned = -0.000613659 Jy ! Component: 1500 - total flux cleaned = -0.000597234 Jy ! Component: 1550 - total flux cleaned = -0.000630112 Jy ! Component: 1600 - total flux cleaned = -0.000630011 Jy ! Component: 1650 - total flux cleaned = -0.000662074 Jy ! Component: 1700 - total flux cleaned = -0.000646278 Jy ! Component: 1750 - total flux cleaned = -0.000662033 Jy ! Component: 1800 - total flux cleaned = -0.000693338 Jy ! Component: 1850 - total flux cleaned = -0.000693577 Jy ! Component: 1900 - total flux cleaned = -0.000693785 Jy ! Component: 1950 - total flux cleaned = -0.000708955 Jy ! Component: 2000 - total flux cleaned = -0.000738679 Jy ! Component: 2050 - total flux cleaned = -0.000694537 Jy ! Component: 2100 - total flux cleaned = -0.000679927 Jy ! Component: 2150 - total flux cleaned = -0.000708667 Jy ! Component: 2200 - total flux cleaned = -0.000637259 Jy ! Component: 2250 - total flux cleaned = -0.000651484 Jy ! Component: 2300 - total flux cleaned = -0.000637473 Jy ! Component: 2350 - total flux cleaned = -0.000637452 Jy ! Component: 2400 - total flux cleaned = -0.000609944 Jy ! Component: 2450 - total flux cleaned = -0.000623453 Jy ! Component: 2500 - total flux cleaned = -0.000596629 Jy ! Component: 2550 - total flux cleaned = -0.000596649 Jy ! Component: 2600 - total flux cleaned = -0.000649751 Jy ! Component: 2650 - total flux cleaned = -0.000583962 Jy ! Component: 2700 - total flux cleaned = -0.000597186 Jy ! Component: 2750 - total flux cleaned = -0.000597376 Jy ! Component: 2800 - total flux cleaned = -0.000648792 Jy ! Component: 2850 - total flux cleaned = -0.000635966 Jy ! Component: 2900 - total flux cleaned = -0.000610684 Jy ! Component: 2950 - total flux cleaned = -0.000610597 Jy ! Component: 3000 - total flux cleaned = -0.000598341 Jy ! Component: 3050 - total flux cleaned = -0.000610635 Jy ! Component: 3100 - total flux cleaned = -0.000561766 Jy ! Component: 3150 - total flux cleaned = -0.000549845 Jy ! Component: 3200 - total flux cleaned = -0.000598047 Jy ! Component: 3250 - total flux cleaned = -0.000586141 Jy ! Component: 3300 - total flux cleaned = -0.000586124 Jy ! Component: 3350 - total flux cleaned = -0.000586203 Jy ! Component: 3400 - total flux cleaned = -0.000609478 Jy ! Component: 3450 - total flux cleaned = -0.000539984 Jy ! Component: 3500 - total flux cleaned = -0.000540013 Jy ! Component: 3550 - total flux cleaned = -0.000517034 Jy ! Component: 3600 - total flux cleaned = -0.000460285 Jy ! Component: 3650 - total flux cleaned = -0.000516774 Jy ! Component: 3700 - total flux cleaned = -0.000494292 Jy ! Component: 3750 - total flux cleaned = -0.000472061 Jy ! Component: 3800 - total flux cleaned = -0.000471935 Jy ! Component: 3850 - total flux cleaned = -0.000416979 Jy ! Component: 3900 - total flux cleaned = -0.000460711 Jy ! Component: 3950 - total flux cleaned = -0.000449842 Jy ! Component: 4000 - total flux cleaned = -0.000439086 Jy ! Component: 4050 - total flux cleaned = -0.000439004 Jy ! Total flux subtracted in 4096 components = -0.000470956 Jy ! Clean residual min=-0.000718 max=0.000690 Jy/beam ! Clean residual mean=-0.000002 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.162824 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 519 components and 0.162824 Jy ![Exited script file: muppet] wmap "J0209+6437_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.055 x 5.651 at 58.12 degrees (North through East) ! Clean map min=-0.0011912 max=0.097569 Jy/beam ! Writing clean map to FITS file: J0209+6437_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.0975687 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000194087 device "J0209+6437_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0209+6437_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.596769 0.596769 1.19354 2.38708 4.77415 9.54831 19.0966 38.1932 76.3864 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.097 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.055 x 5.651 at 58.12 degrees (North through East) ! Clean map min=-0.0011912 max=0.097569 Jy/beam quit ! Quitting program ! Log file J0209+6437_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:18:00 2016