! Started logfile: J0021+7150_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:48:52 2016 obs J0021+7150_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0021+7150_S_2014_08_09_pus_uva.fits ! AN table 1: 104 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.774573 visibilities/baseline/integration-bin. ! Found source: J0021+7150 ! ! 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 342 lines of history. ! ! Reading 14500 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 J0021+7150_S_2014_08_09_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 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 125 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.910739Jy sigma=0.010312 ! Fit after self-cal, rms=0.877096Jy sigma=0.010001 ! 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.563 mas, bmaj=6.654 mas, bpa=61.93 degrees ! Estimated noise=785.744 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.0953997 Jy ! Component: 100 - total flux cleaned = 0.116303 Jy ! Total flux subtracted in 100 components = 0.116303 Jy ! Clean residual min=-0.003872 max=0.006563 Jy/beam ! Clean residual mean=-0.000030 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.116303 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.116303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075355Jy sigma=0.000789 ! Fit after self-cal, rms=0.075345Jy sigma=0.000789 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00708359 Jy ! Component: 100 - total flux cleaned = 0.0107466 Jy ! Total flux subtracted in 100 components = 0.0107466 Jy ! Clean residual min=-0.003739 max=0.003775 Jy/beam ! Clean residual mean=-0.000013 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.127049 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.127049 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074422Jy sigma=0.000780 ! Fit after self-cal, rms=0.074428Jy sigma=0.000780 ! 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.411 mas, bmaj=7.832 mas, bpa=62.46 degrees ! Estimated noise=524.1 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.00301393 Jy ! Component: 100 - total flux cleaned = 0.00443435 Jy ! Component: 150 - total flux cleaned = 0.00521665 Jy ! Component: 200 - total flux cleaned = 0.0054699 Jy ! Total flux subtracted in 200 components = 0.0054699 Jy ! Clean residual min=-0.002754 max=0.002276 Jy/beam ! Clean residual mean=-0.000013 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.132519 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 22 components and 0.132519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074267Jy sigma=0.000779 ! Fit after self-cal, rms=0.074270Jy sigma=0.000779 ! 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.00 FD 0.88 HN 0.97 KP 1.03 ! LA 1.11 MK 1.00* NL 0.99 OV 0.99 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.06 HN 1.03 KP 1.04 ! LA 1.07 MK 1.00* NL 1.04 OV 1.02 ! PT 1.02 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.18 HN 1.04 KP 0.89 ! LA 0.85 MK 1.00* NL 1.00 OV 0.95 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.01 HN 0.99 KP 0.87 ! LA 0.80 MK 1.00* NL 1.11 OV 1.01 ! PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.074270Jy sigma=0.000779 ! Fit after self-cal, rms=0.071834Jy sigma=0.000766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.415 mas, bmaj=7.84 mas, bpa=62.44 degrees ! Estimated noise=523.663 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.0010972 Jy ! Component: 100 - total flux cleaned = -0.00130792 Jy ! Component: 150 - total flux cleaned = -0.00132229 Jy ! Component: 200 - total flux cleaned = -0.00133417 Jy ! Total flux subtracted in 200 components = -0.00133417 Jy ! Clean residual min=-0.001645 max=0.001850 Jy/beam ! Clean residual mean=-0.000014 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.131185 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 25 components and 0.131185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071813Jy sigma=0.000766 ! Fit after self-cal, rms=0.071804Jy sigma=0.000765 ! 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.071804Jy sigma=0.000765 ! Fit after self-cal, rms=0.071790Jy sigma=0.000765 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.427 mas, bmaj=7.834 mas, bpa=62.27 degrees ! Estimated noise=523.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00055904 Jy ! Component: 100 - total flux cleaned = -0.000642348 Jy ! Component: 150 - total flux cleaned = -0.000654186 Jy ! Component: 200 - total flux cleaned = -0.000673895 Jy ! Total flux subtracted in 200 components = -0.000673895 Jy ! Clean residual min=-0.001409 max=0.001661 Jy/beam ! Clean residual mean=-0.000011 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.130511 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 31 components and 0.130511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071780Jy sigma=0.000765 ! Fit after self-cal, rms=0.071782Jy sigma=0.000765 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 (117, 1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166355 Jy ! Component: 100 - total flux cleaned = 0.00229024 Jy ! Component: 150 - total flux cleaned = 0.00256724 Jy ! Component: 200 - total flux cleaned = 0.00279883 Jy ! Total flux subtracted in 200 components = 0.00279883 Jy ! Clean residual min=-0.001210 max=0.001301 Jy/beam ! Clean residual mean=-0.000010 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.13331 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 47 components and 0.13331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071739Jy sigma=0.000764 ! Fit after self-cal, rms=0.071739Jy sigma=0.000764 ! 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.071739Jy sigma=0.000764 ! Fit after self-cal, rms=0.071715Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.432 mas, bmaj=7.839 mas, bpa=62.22 degrees ! Estimated noise=523.011 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000424243 Jy ! Component: 100 - total flux cleaned = 0.000459881 Jy ! Component: 150 - total flux cleaned = 0.000489278 Jy ! Component: 200 - total flux cleaned = 0.00051574 Jy ! Total flux subtracted in 200 components = 0.00051574 Jy ! Clean residual min=-0.001173 max=0.001292 Jy/beam ! Clean residual mean=-0.000008 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.133826 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 65 components and 0.133826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071706Jy sigma=0.000764 ! Fit after self-cal, rms=0.071709Jy sigma=0.000764 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 = 8.57858e-05 Jy ! Component: 100 - total flux cleaned = 0.000109621 Jy ! Component: 150 - total flux cleaned = 0.000120738 Jy ! Component: 200 - total flux cleaned = 0.000142285 Jy ! Total flux subtracted in 200 components = 0.000142285 Jy ! Clean residual min=-0.001169 max=0.001288 Jy/beam ! Clean residual mean=-0.000007 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.133968 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 79 components and 0.133968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071705Jy sigma=0.000764 ! Fit after self-cal, rms=0.071704Jy sigma=0.000764 ! 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.071704Jy sigma=0.000764 ! Fit after self-cal, rms=0.071725Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.085 mas, bmaj=10.89 mas, bpa=71.14 degrees ! Estimated noise=603.142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000266116 Jy ! Component: 100 - total flux cleaned = 0.000299608 Jy ! Component: 150 - total flux cleaned = 0.000308394 Jy ! Component: 200 - total flux cleaned = 0.000316373 Jy ! Total flux subtracted in 200 components = 0.000316373 Jy ! Clean residual min=-0.001158 max=0.001305 Jy/beam ! Clean residual mean=-0.000011 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.134284 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 96 components and 0.134284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071723Jy sigma=0.000764 ! Fit after self-cal, rms=0.071724Jy sigma=0.000764 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 = 3.23915e-05 Jy ! Component: 100 - total flux cleaned = 3.3528e-05 Jy ! Component: 150 - total flux cleaned = 4.07602e-05 Jy ! Component: 200 - total flux cleaned = 4.75354e-05 Jy ! Total flux subtracted in 200 components = 4.75354e-05 Jy ! Clean residual min=-0.001152 max=0.001289 Jy/beam ! Clean residual mean=-0.000011 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.134332 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 106 components and 0.134332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071723Jy sigma=0.000764 ! Fit after self-cal, rms=0.071723Jy sigma=0.000764 ! 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.434 mas, bmaj=7.842 mas, bpa=62.18 degrees ! Estimated noise=522.908 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.434 x 7.842 at 62.18 degrees (North through East) ! Clean map min=-0.0011064 max=0.12433 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.564 mas, bmaj=6.649 mas, bpa=61.77 degrees ! Estimated noise=787.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.095565 Jy ! Component: 100 - total flux cleaned = 0.116495 Jy ! Component: 150 - total flux cleaned = 0.12349 Jy ! Component: 200 - total flux cleaned = 0.127075 Jy ! Total flux subtracted in 200 components = 0.127075 Jy ! Clean residual min=-0.002594 max=0.002535 Jy/beam ! Clean residual mean=-0.000010 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.127075 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.127075 Jy ! Inverting map and beam ! Estimated beam: bmin=4.434 mas, bmaj=7.842 mas, bpa=62.18 degrees ! Estimated noise=522.908 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.00244324 Jy ! Component: 100 - total flux cleaned = 0.00363773 Jy ! Component: 150 - total flux cleaned = 0.00435767 Jy ! Component: 200 - total flux cleaned = 0.00486072 Jy ! Total flux subtracted in 200 components = 0.00486072 Jy ! Clean residual min=-0.001327 max=0.001365 Jy/beam ! Clean residual mean=-0.000013 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.131936 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 35 components and 0.131936 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.085 mas, bmaj=10.89 mas, bpa=71.14 degrees ! Estimated noise=603.142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00100344 Jy ! Component: 100 - total flux cleaned = 0.00151538 Jy ! Component: 150 - total flux cleaned = 0.00171096 Jy ! Component: 200 - total flux cleaned = 0.00181215 Jy ! Total flux subtracted in 200 components = 0.00181215 Jy ! Clean residual min=-0.001184 max=0.001342 Jy/beam ! Clean residual mean=-0.000015 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.133748 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 = 4.55897e-05 Jy ! Component: 100 - total flux cleaned = 0.000115224 Jy ! Component: 150 - total flux cleaned = 0.000166583 Jy ! Component: 200 - total flux cleaned = 0.000202616 Jy ! Total flux subtracted in 200 components = 0.000202616 Jy ! Clean residual min=-0.001172 max=0.001326 Jy/beam ! Clean residual mean=-0.000014 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.133951 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 74 components and 0.133951 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.434 mas, bmaj=7.842 mas, bpa=62.18 degrees ! Estimated noise=522.908 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000423313 Jy ! Component: 100 - total flux cleaned = -0.000474625 Jy ! Component: 150 - total flux cleaned = -0.000407074 Jy ! Component: 200 - total flux cleaned = -0.000345779 Jy ! Total flux subtracted in 200 components = -0.000345779 Jy ! Clean residual min=-0.001180 max=0.001392 Jy/beam ! Clean residual mean=-0.000008 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.133605 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 86 components and 0.133605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071741Jy sigma=0.000764 ! Fit after self-cal, rms=0.071738Jy sigma=0.000764 wmodel J0021+7150_S_2014_08_09_pus_map.mod ! Writing 86 model components to file: J0021+7150_S_2014_08_09_pus_map.mod wobs J0021+7150_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0021+7150_S_2014_08_09_pus_uvs.fits wwins J0021+7150_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J0021+7150_S_2014_08_09_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.000495646 Jy ! Component: 100 - total flux cleaned = 0.000758698 Jy ! Component: 150 - total flux cleaned = 0.000988692 Jy ! Component: 200 - total flux cleaned = 0.00112964 Jy ! Component: 250 - total flux cleaned = 0.00120813 Jy ! Component: 300 - total flux cleaned = 0.00134073 Jy ! Component: 350 - total flux cleaned = 0.00143276 Jy ! Component: 400 - total flux cleaned = 0.00150437 Jy ! Component: 450 - total flux cleaned = 0.00155661 Jy ! Component: 500 - total flux cleaned = 0.00159083 Jy ! Component: 550 - total flux cleaned = 0.0016077 Jy ! Component: 600 - total flux cleaned = 0.0016563 Jy ! Component: 650 - total flux cleaned = 0.00167238 Jy ! Component: 700 - total flux cleaned = 0.00173471 Jy ! Component: 750 - total flux cleaned = 0.00174982 Jy ! Component: 800 - total flux cleaned = 0.00181036 Jy ! Component: 850 - total flux cleaned = 0.00185497 Jy ! Component: 900 - total flux cleaned = 0.00192817 Jy ! Component: 950 - total flux cleaned = 0.00195697 Jy ! Component: 1000 - total flux cleaned = 0.00199979 Jy ! Component: 1050 - total flux cleaned = 0.00202787 Jy ! Component: 1100 - total flux cleaned = 0.00205527 Jy ! Component: 1150 - total flux cleaned = 0.002096 Jy ! Component: 1200 - total flux cleaned = 0.00213631 Jy ! Component: 1250 - total flux cleaned = 0.00214975 Jy ! Component: 1300 - total flux cleaned = 0.00213678 Jy ! Component: 1350 - total flux cleaned = 0.00221421 Jy ! Component: 1400 - total flux cleaned = 0.00225243 Jy ! Component: 1450 - total flux cleaned = 0.00227749 Jy ! Component: 1500 - total flux cleaned = 0.00227744 Jy ! Component: 1550 - total flux cleaned = 0.00226525 Jy ! Component: 1600 - total flux cleaned = 0.00226524 Jy ! Component: 1650 - total flux cleaned = 0.00226538 Jy ! Component: 1700 - total flux cleaned = 0.00225362 Jy ! Component: 1750 - total flux cleaned = 0.00221844 Jy ! Component: 1800 - total flux cleaned = 0.00219525 Jy ! Component: 1850 - total flux cleaned = 0.00220654 Jy ! Component: 1900 - total flux cleaned = 0.00210437 Jy ! Component: 1950 - total flux cleaned = 0.00212701 Jy ! Component: 2000 - total flux cleaned = 0.00208241 Jy ! Component: 2050 - total flux cleaned = 0.00204946 Jy ! Component: 2100 - total flux cleaned = 0.00200587 Jy ! Component: 2150 - total flux cleaned = 0.00200584 Jy ! Component: 2200 - total flux cleaned = 0.00194148 Jy ! Component: 2250 - total flux cleaned = 0.00190968 Jy ! Component: 2300 - total flux cleaned = 0.00190951 Jy ! Component: 2350 - total flux cleaned = 0.00184698 Jy ! Component: 2400 - total flux cleaned = 0.00183651 Jy ! Component: 2450 - total flux cleaned = 0.00181615 Jy ! Component: 2500 - total flux cleaned = 0.00177569 Jy ! Component: 2550 - total flux cleaned = 0.00180567 Jy ! Component: 2600 - total flux cleaned = 0.00172618 Jy ! Component: 2650 - total flux cleaned = 0.00176552 Jy ! Component: 2700 - total flux cleaned = 0.00171667 Jy ! Component: 2750 - total flux cleaned = 0.00175548 Jy ! Component: 2800 - total flux cleaned = 0.0017649 Jy ! Component: 2850 - total flux cleaned = 0.00169823 Jy ! Component: 2900 - total flux cleaned = 0.00171712 Jy ! Component: 2950 - total flux cleaned = 0.0017359 Jy ! Component: 3000 - total flux cleaned = 0.00175455 Jy ! Component: 3050 - total flux cleaned = 0.00174519 Jy ! Component: 3100 - total flux cleaned = 0.00174524 Jy ! Component: 3150 - total flux cleaned = 0.00173631 Jy ! Component: 3200 - total flux cleaned = 0.00176333 Jy ! Component: 3250 - total flux cleaned = 0.00180812 Jy ! Component: 3300 - total flux cleaned = 0.00181697 Jy ! Component: 3350 - total flux cleaned = 0.00181695 Jy ! Component: 3400 - total flux cleaned = 0.00186081 Jy ! Component: 3450 - total flux cleaned = 0.00186069 Jy ! Component: 3500 - total flux cleaned = 0.00187797 Jy ! Component: 3550 - total flux cleaned = 0.00186938 Jy ! Component: 3600 - total flux cleaned = 0.00188647 Jy ! Component: 3650 - total flux cleaned = 0.00190338 Jy ! Component: 3700 - total flux cleaned = 0.00191183 Jy ! Component: 3750 - total flux cleaned = 0.00193693 Jy ! Component: 3800 - total flux cleaned = 0.00192027 Jy ! Component: 3850 - total flux cleaned = 0.00195336 Jy ! Component: 3900 - total flux cleaned = 0.00194514 Jy ! Component: 3950 - total flux cleaned = 0.00197786 Jy ! Component: 4000 - total flux cleaned = 0.001986 Jy ! Component: 4050 - total flux cleaned = 0.00199408 Jy ! Total flux subtracted in 4096 components = 0.00201817 Jy ! Clean residual min=-0.000458 max=0.000497 Jy/beam ! Clean residual mean=-0.000002 rms=0.000150 Jy/beam ! Combined flux in latest and established models = 0.135623 Jy keep ! Adding 311 model components to the UV plane model. ! The established model now contains 396 components and 0.135623 Jy ![Exited script file: muppet] wmap "J0021+7150_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.434 x 7.842 at 62.18 degrees (North through East) ! Clean map min=-0.00082602 max=0.12474 Jy/beam ! Writing clean map to FITS file: J0021+7150_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.124736 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000148463 device "J0021+7150_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0021+7150_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.357066 0.357066 0.714131 1.42826 2.85652 5.71305 11.4261 22.8522 45.7044 91.4088 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.124 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.434 x 7.842 at 62.18 degrees (North through East) ! Clean map min=-0.00082602 max=0.12474 Jy/beam quit ! Quitting program ! Log file J0021+7150_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:48:58 2016