! Started logfile: J1308+6544_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:36:07 2016 obs J1308+6544_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1308+6544_S_2014_12_20_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.980692 visibilities/baseline/integration-bin. ! Found source: J1308+6544 ! ! 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 21536 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 J1308+6544_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.960226Jy sigma=0.010666 ! Fit after self-cal, rms=0.927539Jy sigma=0.010323 ! 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.896 mas, bmaj=4.659 mas, bpa=-82.99 degrees ! Estimated noise=755.468 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.049721 Jy ! Component: 100 - total flux cleaned = 0.0760873 Jy ! Total flux subtracted in 100 components = 0.0760873 Jy ! Clean residual min=-0.009782 max=0.018992 Jy/beam ! Clean residual mean=-0.000263 rms=0.003109 Jy/beam ! Combined flux in latest and established models = 0.0760873 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0760873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119873Jy sigma=0.001259 ! Fit after self-cal, rms=0.119298Jy sigma=0.001253 ! Inverting map ! Added new window around map position (0.5, 4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0211453 Jy ! Component: 100 - total flux cleaned = 0.0371091 Jy ! Total flux subtracted in 100 components = 0.0371091 Jy ! Clean residual min=-0.008681 max=0.016302 Jy/beam ! Clean residual mean=-0.000217 rms=0.002565 Jy/beam ! Combined flux in latest and established models = 0.113196 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 53 components and 0.113196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111339Jy sigma=0.001164 ! Fit after self-cal, rms=0.111014Jy sigma=0.001161 ! 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.612 mas, bmaj=5.647 mas, bpa=-86.73 degrees ! Estimated noise=441.227 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.0251978 Jy ! Component: 100 - total flux cleaned = 0.0428003 Jy ! Component: 150 - total flux cleaned = 0.055478 Jy ! Component: 200 - total flux cleaned = 0.0646551 Jy ! Total flux subtracted in 200 components = 0.0646551 Jy ! Clean residual min=-0.011463 max=0.019000 Jy/beam ! Clean residual mean=-0.000190 rms=0.003439 Jy/beam ! Combined flux in latest and established models = 0.177851 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 87 components and 0.177851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103011Jy sigma=0.001081 ! Fit after self-cal, rms=0.102474Jy sigma=0.001076 ! 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.48 FD 0.89 HN 1.11 KP 0.85 ! LA 0.85 MK 1.09 NL 1.22 OV 1.10 ! PT 1.19 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.45 FD 0.91 HN 1.03 KP 0.74 ! LA 0.74 MK 1.31 NL 1.65 OV 1.76 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.29 HN 1.23 KP 0.71 ! LA 0.66 MK 1.26 NL 1.52 OV 0.88 ! PT 0.96 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.59 FD 0.87 HN 1.09 KP 0.89 ! LA 0.76 MK 1.17 NL 1.25 OV 1.26 ! PT 0.69 SC 1.07 ! ! ! Fit before self-cal, rms=0.102474Jy sigma=0.001076 ! Fit after self-cal, rms=0.105820Jy sigma=0.000993 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.776 mas, bmaj=5.829 mas, bpa=-88.12 degrees ! Estimated noise=473.605 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.0011622 Jy ! Component: 100 - total flux cleaned = 0.00141375 Jy ! Component: 150 - total flux cleaned = 0.00169569 Jy ! Component: 200 - total flux cleaned = 0.00200557 Jy ! Total flux subtracted in 200 components = 0.00200557 Jy ! Clean residual min=-0.008558 max=0.012077 Jy/beam ! Clean residual mean=-0.000120 rms=0.002572 Jy/beam ! Combined flux in latest and established models = 0.179857 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 97 components and 0.179857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105676Jy sigma=0.000992 ! Fit after self-cal, rms=0.106450Jy sigma=0.000987 ! 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.106450Jy sigma=0.000987 ! Fit after self-cal, rms=0.123616Jy sigma=0.000930 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.743 mas, bmaj=5.718 mas, bpa=-88.38 degrees ! Estimated noise=486.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0011521 Jy ! Component: 100 - total flux cleaned = 0.00143426 Jy ! Component: 150 - total flux cleaned = 0.00163069 Jy ! Component: 200 - total flux cleaned = 0.00176278 Jy ! Total flux subtracted in 200 components = 0.00176278 Jy ! Clean residual min=-0.007450 max=0.009940 Jy/beam ! Clean residual mean=-0.000019 rms=0.002216 Jy/beam ! Combined flux in latest and established models = 0.18162 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 102 components and 0.18162 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123527Jy sigma=0.000929 ! Fit after self-cal, rms=0.124309Jy sigma=0.000927 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 (0, 30). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00889265 Jy ! Component: 100 - total flux cleaned = 0.0129636 Jy ! Component: 150 - total flux cleaned = 0.0144997 Jy ! Component: 200 - total flux cleaned = 0.0148352 Jy ! Total flux subtracted in 200 components = 0.0148352 Jy ! Clean residual min=-0.006636 max=0.008716 Jy/beam ! Clean residual mean=0.000029 rms=0.001963 Jy/beam ! Combined flux in latest and established models = 0.196455 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 137 components and 0.196455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123545Jy sigma=0.000919 ! Fit after self-cal, rms=0.123272Jy sigma=0.000917 ! Inverting map ! Added new window around map position (-99.5, 121.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00920443 Jy ! Component: 100 - total flux cleaned = 0.0144193 Jy ! Component: 150 - total flux cleaned = 0.0171314 Jy ! Component: 200 - total flux cleaned = 0.0183397 Jy ! Total flux subtracted in 200 components = 0.0183397 Jy ! Clean residual min=-0.005634 max=0.005666 Jy/beam ! Clean residual mean=0.000047 rms=0.001642 Jy/beam ! Combined flux in latest and established models = 0.214795 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 195 components and 0.214795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122365Jy sigma=0.000908 ! Fit after self-cal, rms=0.122259Jy sigma=0.000906 ! 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.122259Jy sigma=0.000906 ! Fit after self-cal, rms=0.123489Jy sigma=0.000901 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.714 mas, bmaj=5.655 mas, bpa=-89.57 degrees ! Estimated noise=472.258 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00435158 Jy ! Component: 100 - total flux cleaned = 0.00707939 Jy ! Component: 150 - total flux cleaned = 0.00804841 Jy ! Component: 200 - total flux cleaned = 0.00862394 Jy ! Total flux subtracted in 200 components = 0.00862394 Jy ! Clean residual min=-0.005258 max=0.005602 Jy/beam ! Clean residual mean=0.000013 rms=0.001463 Jy/beam ! Combined flux in latest and established models = 0.223419 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 233 components and 0.223419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123148Jy sigma=0.000899 ! Fit after self-cal, rms=0.123237Jy sigma=0.000899 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.00166927 Jy ! Component: 100 - total flux cleaned = 0.00221554 Jy ! Component: 150 - total flux cleaned = 0.00276226 Jy ! Component: 200 - total flux cleaned = 0.00319078 Jy ! Total flux subtracted in 200 components = 0.00319078 Jy ! Clean residual min=-0.005188 max=0.005439 Jy/beam ! Clean residual mean=0.000002 rms=0.001460 Jy/beam ! Combined flux in latest and established models = 0.226609 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 249 components and 0.226609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123068Jy sigma=0.000898 ! Fit after self-cal, rms=0.123071Jy sigma=0.000898 ! 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.123071Jy sigma=0.000898 ! Fit after self-cal, rms=0.126238Jy sigma=0.000897 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.158 mas, bmaj=10.7 mas, bpa=79.81 degrees ! Estimated noise=561.677 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00251495 Jy ! Component: 100 - total flux cleaned = 0.00359909 Jy ! Component: 150 - total flux cleaned = 0.004209 Jy ! Component: 200 - total flux cleaned = 0.00472494 Jy ! Total flux subtracted in 200 components = 0.00472494 Jy ! Clean residual min=-0.008243 max=0.009642 Jy/beam ! Clean residual mean=0.000027 rms=0.002580 Jy/beam ! Combined flux in latest and established models = 0.231334 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 277 components and 0.231334 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126080Jy sigma=0.000897 ! Fit after self-cal, rms=0.126205Jy sigma=0.000897 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.000520275 Jy ! Component: 100 - total flux cleaned = 0.000801249 Jy ! Component: 150 - total flux cleaned = 0.000985009 Jy ! Component: 200 - total flux cleaned = 0.00109416 Jy ! Total flux subtracted in 200 components = 0.00109416 Jy ! Clean residual min=-0.008214 max=0.009530 Jy/beam ! Clean residual mean=0.000014 rms=0.002584 Jy/beam ! Combined flux in latest and established models = 0.232429 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 294 components and 0.232429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126117Jy sigma=0.000897 ! Fit after self-cal, rms=0.126174Jy sigma=0.000897 ! 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.714 mas, bmaj=5.642 mas, bpa=89.41 degrees ! Estimated noise=473.055 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.714 x 5.642 at 89.41 degrees (North through East) ! Clean map min=-0.0051158 max=0.058271 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.945 mas, bmaj=4.608 mas, bpa=-88.13 degrees ! Estimated noise=838.658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0547958 Jy ! Component: 100 - total flux cleaned = 0.0859611 Jy ! Component: 150 - total flux cleaned = 0.107531 Jy ! Component: 200 - total flux cleaned = 0.12419 Jy ! Total flux subtracted in 200 components = 0.12419 Jy ! Clean residual min=-0.007951 max=0.010542 Jy/beam ! Clean residual mean=-0.000147 rms=0.002318 Jy/beam ! Combined flux in latest and established models = 0.12419 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 47 model components to the UV plane model. ! The established model now contains 47 components and 0.12419 Jy ! Inverting map and beam ! Estimated beam: bmin=3.714 mas, bmaj=5.642 mas, bpa=89.41 degrees ! Estimated noise=473.055 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.0202073 Jy ! Component: 100 - total flux cleaned = 0.034763 Jy ! Component: 150 - total flux cleaned = 0.0466803 Jy ! Component: 200 - total flux cleaned = 0.0565537 Jy ! Total flux subtracted in 200 components = 0.0565537 Jy ! Clean residual min=-0.008711 max=0.008027 Jy/beam ! Clean residual mean=-0.000048 rms=0.002141 Jy/beam ! Combined flux in latest and established models = 0.180743 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 105 components and 0.180744 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=8.158 mas, bmaj=10.7 mas, bpa=79.81 degrees ! Estimated noise=561.677 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0147468 Jy ! Component: 100 - total flux cleaned = 0.0250099 Jy ! Component: 150 - total flux cleaned = 0.0325226 Jy ! Component: 200 - total flux cleaned = 0.0362317 Jy ! Total flux subtracted in 200 components = 0.0362317 Jy ! Clean residual min=-0.011057 max=0.009375 Jy/beam ! Clean residual mean=0.000023 rms=0.002786 Jy/beam ! Combined flux in latest and established models = 0.216975 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.00262722 Jy ! Component: 100 - total flux cleaned = 0.00436627 Jy ! Component: 150 - total flux cleaned = 0.00573024 Jy ! Component: 200 - total flux cleaned = 0.0069172 Jy ! Total flux subtracted in 200 components = 0.0069172 Jy ! Clean residual min=-0.009269 max=0.009505 Jy/beam ! Clean residual mean=0.000055 rms=0.002616 Jy/beam ! Combined flux in latest and established models = 0.223892 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 179 components and 0.223892 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.714 mas, bmaj=5.642 mas, bpa=89.41 degrees ! Estimated noise=473.055 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00114901 Jy ! Component: 100 - total flux cleaned = 0.002098 Jy ! Component: 150 - total flux cleaned = 0.00290416 Jy ! Component: 200 - total flux cleaned = 0.00359675 Jy ! Total flux subtracted in 200 components = 0.00359675 Jy ! Clean residual min=-0.005261 max=0.005509 Jy/beam ! Clean residual mean=-0.000002 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.227489 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 196 components and 0.227489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.126288Jy sigma=0.000901 ! Fit after self-cal, rms=0.126275Jy sigma=0.000899 wmodel J1308+6544_S_2014_12_20_pus_map.mod ! Writing 196 model components to file: J1308+6544_S_2014_12_20_pus_map.mod wobs J1308+6544_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1308+6544_S_2014_12_20_pus_uvs.fits wwins J1308+6544_S_2014_12_20_pus_map.win ! wwins: Wrote 4 windows to J1308+6544_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.000529282 Jy ! Component: 100 - total flux cleaned = 0.00025137 Jy ! Component: 150 - total flux cleaned = 0.000419963 Jy ! Component: 200 - total flux cleaned = 0.000910889 Jy ! Component: 250 - total flux cleaned = 0.00114765 Jy ! Component: 300 - total flux cleaned = 0.00152708 Jy ! Component: 350 - total flux cleaned = 0.0018181 Jy ! Component: 400 - total flux cleaned = 0.00195852 Jy ! Component: 450 - total flux cleaned = 0.00209587 Jy ! Component: 500 - total flux cleaned = 0.00222823 Jy ! Component: 550 - total flux cleaned = 0.00235451 Jy ! Component: 600 - total flux cleaned = 0.00235334 Jy ! Component: 650 - total flux cleaned = 0.00253523 Jy ! Component: 700 - total flux cleaned = 0.00283066 Jy ! Component: 750 - total flux cleaned = 0.00317687 Jy ! Component: 800 - total flux cleaned = 0.0035149 Jy ! Component: 850 - total flux cleaned = 0.00379299 Jy ! Component: 900 - total flux cleaned = 0.00428256 Jy ! Component: 950 - total flux cleaned = 0.00460086 Jy ! Component: 1000 - total flux cleaned = 0.0047574 Jy ! Component: 1050 - total flux cleaned = 0.00501465 Jy ! Component: 1100 - total flux cleaned = 0.00521786 Jy ! Component: 1150 - total flux cleaned = 0.00551695 Jy ! Component: 1200 - total flux cleaned = 0.0057621 Jy ! Component: 1250 - total flux cleaned = 0.00614748 Jy ! Component: 1300 - total flux cleaned = 0.00638487 Jy ! Component: 1350 - total flux cleaned = 0.00666529 Jy ! Component: 1400 - total flux cleaned = 0.00703424 Jy ! Component: 1450 - total flux cleaned = 0.00717069 Jy ! Component: 1500 - total flux cleaned = 0.00766482 Jy ! Component: 1550 - total flux cleaned = 0.0080188 Jy ! Component: 1600 - total flux cleaned = 0.00832453 Jy ! Component: 1650 - total flux cleaned = 0.00858426 Jy ! Component: 1700 - total flux cleaned = 0.00892632 Jy ! Component: 1750 - total flux cleaned = 0.00939048 Jy ! Component: 1800 - total flux cleaned = 0.00959843 Jy ! Component: 1850 - total flux cleaned = 0.00992795 Jy ! Component: 1900 - total flux cleaned = 0.0102536 Jy ! Component: 1950 - total flux cleaned = 0.0106156 Jy ! Component: 2000 - total flux cleaned = 0.0108553 Jy ! Component: 2050 - total flux cleaned = 0.0111699 Jy ! Component: 2100 - total flux cleaned = 0.0113652 Jy ! Component: 2150 - total flux cleaned = 0.0116752 Jy ! Component: 2200 - total flux cleaned = 0.0119822 Jy ! Component: 2250 - total flux cleaned = 0.0124375 Jy ! Component: 2300 - total flux cleaned = 0.0127757 Jy ! Component: 2350 - total flux cleaned = 0.0131111 Jy ! Component: 2400 - total flux cleaned = 0.0134065 Jy ! Component: 2450 - total flux cleaned = 0.0136624 Jy ! Component: 2500 - total flux cleaned = 0.0138442 Jy ! Component: 2550 - total flux cleaned = 0.0140605 Jy ! Component: 2600 - total flux cleaned = 0.0143105 Jy ! Component: 2650 - total flux cleaned = 0.0146646 Jy ! Component: 2700 - total flux cleaned = 0.0148751 Jy ! Component: 2750 - total flux cleaned = 0.0151537 Jy ! Component: 2800 - total flux cleaned = 0.0152572 Jy ! Component: 2850 - total flux cleaned = 0.0155998 Jy ! Component: 2900 - total flux cleaned = 0.0157018 Jy ! Component: 2950 - total flux cleaned = 0.0161065 Jy ! Component: 3000 - total flux cleaned = 0.0162733 Jy ! Component: 3050 - total flux cleaned = 0.0163734 Jy ! Component: 3100 - total flux cleaned = 0.0165056 Jy ! Component: 3150 - total flux cleaned = 0.0168332 Jy ! Component: 3200 - total flux cleaned = 0.0169306 Jy ! Component: 3250 - total flux cleaned = 0.0171248 Jy ! Component: 3300 - total flux cleaned = 0.0173172 Jy ! Component: 3350 - total flux cleaned = 0.0176031 Jy ! Component: 3400 - total flux cleaned = 0.0175399 Jy ! Component: 3450 - total flux cleaned = 0.0176339 Jy ! Component: 3500 - total flux cleaned = 0.017696 Jy ! Component: 3550 - total flux cleaned = 0.0177272 Jy ! Component: 3600 - total flux cleaned = 0.0177887 Jy ! Component: 3650 - total flux cleaned = 0.0177884 Jy ! Component: 3700 - total flux cleaned = 0.0177584 Jy ! Component: 3750 - total flux cleaned = 0.0177887 Jy ! Component: 3800 - total flux cleaned = 0.0178187 Jy ! Component: 3850 - total flux cleaned = 0.0179384 Jy ! Component: 3900 - total flux cleaned = 0.0177898 Jy ! Component: 3950 - total flux cleaned = 0.0178786 Jy ! Component: 4000 - total flux cleaned = 0.0179083 Jy ! Component: 4050 - total flux cleaned = 0.0179963 Jy ! Total flux subtracted in 4096 components = 0.0179965 Jy ! Clean residual min=-0.001521 max=0.001829 Jy/beam ! Clean residual mean=-0.000006 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.245486 Jy keep ! Adding 458 model components to the UV plane model. ! The established model now contains 654 components and 0.245486 Jy ![Exited script file: muppet] wmap "J1308+6544_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.714 x 5.642 at 89.41 degrees (North through East) ! Clean map min=-0.0032958 max=0.060513 Jy/beam ! Writing clean map to FITS file: J1308+6544_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.060513 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000592053 device "J1308+6544_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1308+6544_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.93517 2.93517 5.87034 11.7407 23.4814 46.9627 93.9254 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.06 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.714 x 5.642 at 89.41 degrees (North through East) ! Clean map min=-0.0032958 max=0.060513 Jy/beam quit ! Quitting program ! Log file J1308+6544_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:36:14 2016