! Started logfile: J0429+2724_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:20:50 2016 obs J0429+2724_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0429+2724_S_2014_12_20_pus_uva.fits ! AN table 1: 14 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.930159 visibilities/baseline/integration-bin. ! Found source: J0429+2724 ! ! 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 2344 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 J0429+2724_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 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.651863Jy sigma=0.008908 ! Fit after self-cal, rms=0.648910Jy sigma=0.008869 ! 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.616 mas, bmaj=7.524 mas, bpa=-5.879 degrees ! Estimated noise=1260.82 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.277473 Jy ! Component: 100 - total flux cleaned = 0.349593 Jy ! Total flux subtracted in 100 components = 0.349593 Jy ! Clean residual min=-0.026998 max=0.069212 Jy/beam ! Clean residual mean=0.000140 rms=0.008690 Jy/beam ! Combined flux in latest and established models = 0.349593 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.349593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131996Jy sigma=0.001724 ! Fit after self-cal, rms=0.131997Jy sigma=0.001723 ! Inverting map ! Added new window around map position (-6.5, -3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0609293 Jy ! Component: 100 - total flux cleaned = 0.0904684 Jy ! Total flux subtracted in 100 components = 0.0904684 Jy ! Clean residual min=-0.020323 max=0.032949 Jy/beam ! Clean residual mean=0.000080 rms=0.005164 Jy/beam ! Combined flux in latest and established models = 0.440061 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.440061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098120Jy sigma=0.001231 ! Fit after self-cal, rms=0.092127Jy sigma=0.001145 ! 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.043 mas, bmaj=8.09 mas, bpa=-6.78 degrees ! Estimated noise=1088.83 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.0293698 Jy ! Component: 100 - total flux cleaned = 0.0439506 Jy ! Component: 150 - total flux cleaned = 0.0539952 Jy ! Component: 200 - total flux cleaned = 0.0612555 Jy ! Total flux subtracted in 200 components = 0.0612555 Jy ! Clean residual min=-0.016759 max=0.014812 Jy/beam ! Clean residual mean=0.000040 rms=0.003212 Jy/beam ! Combined flux in latest and established models = 0.501317 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 45 components and 0.501317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081024Jy sigma=0.001008 ! Fit after self-cal, rms=0.079866Jy sigma=0.000990 ! 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.86 HN 1.01 KP 1.07 ! LA 0.99 MK 1.03 NL 1.12 OV 0.97 ! PT 1.06 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 1.04 KP 1.04 ! LA 0.96 MK 1.03 NL 1.08 OV 1.02 ! PT 1.04 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.15 HN 1.03 KP 0.93 ! LA 0.76 MK 1.04 NL 1.32 OV 0.93 ! PT 1.01 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 HN 0.96 KP 0.91 ! LA 0.80 MK 1.03 NL 1.07 OV 1.01 ! PT 1.01 SC 1.01 ! ! ! Fit before self-cal, rms=0.079866Jy sigma=0.000990 ! Fit after self-cal, rms=0.063961Jy sigma=0.000795 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.076 mas, bmaj=8.145 mas, bpa=-6.689 degrees ! Estimated noise=1110.25 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.000521852 Jy ! Component: 100 - total flux cleaned = 1.38694e-05 Jy ! Component: 150 - total flux cleaned = -0.000325481 Jy ! Component: 200 - total flux cleaned = -0.000625171 Jy ! Total flux subtracted in 200 components = -0.000625171 Jy ! Clean residual min=-0.004314 max=0.005132 Jy/beam ! Clean residual mean=0.000000 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.500692 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 62 components and 0.500692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063662Jy sigma=0.000792 ! Fit after self-cal, rms=0.063635Jy sigma=0.000791 ! 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.063635Jy sigma=0.000791 ! Fit after self-cal, rms=0.063719Jy sigma=0.000791 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.081 mas, bmaj=8.153 mas, bpa=-6.683 degrees ! Estimated noise=1112.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000435804 Jy ! Component: 100 - total flux cleaned = 1.29273e-05 Jy ! Component: 150 - total flux cleaned = -0.000170951 Jy ! Component: 200 - total flux cleaned = -0.000278376 Jy ! Total flux subtracted in 200 components = -0.000278376 Jy ! Clean residual min=-0.004315 max=0.004890 Jy/beam ! Clean residual mean=-0.000000 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.500413 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.500413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063563Jy sigma=0.000789 ! Fit after self-cal, rms=0.063550Jy sigma=0.000789 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 (55.5, 120.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00340419 Jy ! Component: 100 - total flux cleaned = 0.00336052 Jy ! Component: 150 - total flux cleaned = 0.00304351 Jy ! Component: 200 - total flux cleaned = 0.00281634 Jy ! Total flux subtracted in 200 components = 0.00281634 Jy ! Clean residual min=-0.003921 max=0.003666 Jy/beam ! Clean residual mean=-0.000004 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.50323 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 80 components and 0.50323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063224Jy sigma=0.000786 ! Fit after self-cal, rms=0.063221Jy sigma=0.000786 ! 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.063221Jy sigma=0.000786 ! Fit after self-cal, rms=0.063237Jy sigma=0.000786 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.084 mas, bmaj=8.154 mas, bpa=-6.654 degrees ! Estimated noise=1113.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000713955 Jy ! Component: 100 - total flux cleaned = 0.000825198 Jy ! Component: 150 - total flux cleaned = 0.00072898 Jy ! Component: 200 - total flux cleaned = 0.000590855 Jy ! Total flux subtracted in 200 components = 0.000590855 Jy ! Clean residual min=-0.003783 max=0.003535 Jy/beam ! Clean residual mean=-0.000003 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.50382 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 98 components and 0.50382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063143Jy sigma=0.000785 ! Fit after self-cal, rms=0.063140Jy sigma=0.000784 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.000287553 Jy ! Component: 100 - total flux cleaned = 0.000288874 Jy ! Component: 150 - total flux cleaned = 0.000159797 Jy ! Component: 200 - total flux cleaned = 0.000119407 Jy ! Total flux subtracted in 200 components = 0.000119407 Jy ! Clean residual min=-0.003696 max=0.003485 Jy/beam ! Clean residual mean=-0.000003 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.50394 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 105 components and 0.50394 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063079Jy sigma=0.000784 ! Fit after self-cal, rms=0.063078Jy sigma=0.000784 ! 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.063078Jy sigma=0.000784 ! Fit after self-cal, rms=0.063104Jy sigma=0.000784 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.384 mas, bmaj=10.34 mas, bpa=-5.73 degrees ! Estimated noise=1378.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.6076e-05 Jy ! Component: 100 - total flux cleaned = -0.000142 Jy ! Component: 150 - total flux cleaned = -0.000262598 Jy ! Component: 200 - total flux cleaned = -0.000296889 Jy ! Total flux subtracted in 200 components = -0.000296889 Jy ! Clean residual min=-0.003887 max=0.003299 Jy/beam ! Clean residual mean=-0.000003 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.503643 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 125 components and 0.503643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063092Jy sigma=0.000784 ! Fit after self-cal, rms=0.063089Jy sigma=0.000784 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.000151714 Jy ! Component: 100 - total flux cleaned = 5.83554e-05 Jy ! Component: 150 - total flux cleaned = 1.03594e-06 Jy ! Component: 200 - total flux cleaned = -8.01891e-05 Jy ! Total flux subtracted in 200 components = -8.01891e-05 Jy ! Clean residual min=-0.003795 max=0.003198 Jy/beam ! Clean residual mean=-0.000004 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.503562 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 134 components and 0.503562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063087Jy sigma=0.000784 ! Fit after self-cal, rms=0.063087Jy sigma=0.000784 ! 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.086 mas, bmaj=8.156 mas, bpa=-6.639 degrees ! Estimated noise=1113.81 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.086 x 8.156 at -6.639 degrees (North through East) ! Clean map min=-0.0033943 max=0.33514 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.655 mas, bmaj=7.587 mas, bpa=-5.793 degrees ! Estimated noise=1288.51 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.284383 Jy ! Component: 100 - total flux cleaned = 0.373023 Jy ! Component: 150 - total flux cleaned = 0.418561 Jy ! Component: 200 - total flux cleaned = 0.44512 Jy ! Total flux subtracted in 200 components = 0.44512 Jy ! Clean residual min=-0.007733 max=0.013534 Jy/beam ! Clean residual mean=0.000040 rms=0.002483 Jy/beam ! Combined flux in latest and established models = 0.44512 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.44512 Jy ! Inverting map and beam ! Estimated beam: bmin=3.086 mas, bmaj=8.156 mas, bpa=-6.639 degrees ! Estimated noise=1113.81 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.0197363 Jy ! Component: 100 - total flux cleaned = 0.0316979 Jy ! Component: 150 - total flux cleaned = 0.0399239 Jy ! Component: 200 - total flux cleaned = 0.0458019 Jy ! Total flux subtracted in 200 components = 0.0458019 Jy ! Clean residual min=-0.004823 max=0.004309 Jy/beam ! Clean residual mean=0.000009 rms=0.001067 Jy/beam ! Combined flux in latest and established models = 0.490922 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 48 components and 0.490922 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.384 mas, bmaj=10.34 mas, bpa=-5.73 degrees ! Estimated noise=1378.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00645474 Jy ! Component: 100 - total flux cleaned = 0.009875 Jy ! Component: 150 - total flux cleaned = 0.01116 Jy ! Component: 200 - total flux cleaned = 0.011736 Jy ! Total flux subtracted in 200 components = 0.011736 Jy ! Clean residual min=-0.004278 max=0.003088 Jy/beam ! Clean residual mean=-0.000003 rms=0.000978 Jy/beam ! Combined flux in latest and established models = 0.502658 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.00042906 Jy ! Component: 100 - total flux cleaned = 0.000617351 Jy ! Component: 150 - total flux cleaned = 0.000747846 Jy ! Component: 200 - total flux cleaned = 0.000868624 Jy ! Total flux subtracted in 200 components = 0.000868624 Jy ! Clean residual min=-0.004143 max=0.003038 Jy/beam ! Clean residual mean=-0.000006 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.503527 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 99 components and 0.503527 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.086 mas, bmaj=8.156 mas, bpa=-6.639 degrees ! Estimated noise=1113.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000431563 Jy ! Component: 100 - total flux cleaned = 0.000361088 Jy ! Component: 150 - total flux cleaned = 0.000475316 Jy ! Component: 200 - total flux cleaned = 0.000474465 Jy ! Total flux subtracted in 200 components = 0.000474465 Jy ! Clean residual min=-0.003781 max=0.003153 Jy/beam ! Clean residual mean=-0.000004 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.504001 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 119 components and 0.504001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063090Jy sigma=0.000783 ! Fit after self-cal, rms=0.063057Jy sigma=0.000783 wmodel J0429+2724_S_2014_12_20_pus_map.mod ! Writing 119 model components to file: J0429+2724_S_2014_12_20_pus_map.mod wobs J0429+2724_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0429+2724_S_2014_12_20_pus_uvs.fits wwins J0429+2724_S_2014_12_20_pus_map.win ! wwins: Wrote 3 windows to J0429+2724_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.00130104 Jy ! Component: 100 - total flux cleaned = -0.000986452 Jy ! Component: 150 - total flux cleaned = -0.00048274 Jy ! Component: 200 - total flux cleaned = -0.000293522 Jy ! Component: 250 - total flux cleaned = -0.000112645 Jy ! Component: 300 - total flux cleaned = 1.64798e-05 Jy ! Component: 350 - total flux cleaned = 1.66401e-05 Jy ! Component: 400 - total flux cleaned = 9.79486e-05 Jy ! Component: 450 - total flux cleaned = 0.000176055 Jy ! Component: 500 - total flux cleaned = 0.000364402 Jy ! Component: 550 - total flux cleaned = 0.000363857 Jy ! Component: 600 - total flux cleaned = 0.000435814 Jy ! Component: 650 - total flux cleaned = 0.000576258 Jy ! Component: 700 - total flux cleaned = 0.000712626 Jy ! Component: 750 - total flux cleaned = 0.00084604 Jy ! Component: 800 - total flux cleaned = 0.00100806 Jy ! Component: 850 - total flux cleaned = 0.00107167 Jy ! Component: 900 - total flux cleaned = 0.00125963 Jy ! Component: 950 - total flux cleaned = 0.00135147 Jy ! Component: 1000 - total flux cleaned = 0.00147265 Jy ! Component: 1050 - total flux cleaned = 0.0016499 Jy ! Component: 1100 - total flux cleaned = 0.00170805 Jy ! Component: 1150 - total flux cleaned = 0.00188035 Jy ! Component: 1200 - total flux cleaned = 0.00207724 Jy ! Component: 1250 - total flux cleaned = 0.00207693 Jy ! Component: 1300 - total flux cleaned = 0.00218626 Jy ! Component: 1350 - total flux cleaned = 0.00232102 Jy ! Component: 1400 - total flux cleaned = 0.00229443 Jy ! Component: 1450 - total flux cleaned = 0.00239926 Jy ! Component: 1500 - total flux cleaned = 0.00242517 Jy ! Component: 1550 - total flux cleaned = 0.00242581 Jy ! Component: 1600 - total flux cleaned = 0.00260178 Jy ! Component: 1650 - total flux cleaned = 0.00257642 Jy ! Component: 1700 - total flux cleaned = 0.00262525 Jy ! Component: 1750 - total flux cleaned = 0.00252836 Jy ! Component: 1800 - total flux cleaned = 0.00257664 Jy ! Component: 1850 - total flux cleaned = 0.00252943 Jy ! Component: 1900 - total flux cleaned = 0.00248293 Jy ! Component: 1950 - total flux cleaned = 0.00257513 Jy ! Component: 2000 - total flux cleaned = 0.00255229 Jy ! Component: 2050 - total flux cleaned = 0.00250673 Jy ! Component: 2100 - total flux cleaned = 0.00255094 Jy ! Component: 2150 - total flux cleaned = 0.00252888 Jy ! Component: 2200 - total flux cleaned = 0.00250723 Jy ! Component: 2250 - total flux cleaned = 0.00255063 Jy ! Component: 2300 - total flux cleaned = 0.00252929 Jy ! Component: 2350 - total flux cleaned = 0.0024659 Jy ! Component: 2400 - total flux cleaned = 0.00242391 Jy ! Component: 2450 - total flux cleaned = 0.00238229 Jy ! Component: 2500 - total flux cleaned = 0.00238214 Jy ! Component: 2550 - total flux cleaned = 0.00232103 Jy ! Component: 2600 - total flux cleaned = 0.00215994 Jy ! Component: 2650 - total flux cleaned = 0.00218014 Jy ! Component: 2700 - total flux cleaned = 0.00214036 Jy ! Component: 2750 - total flux cleaned = 0.00210133 Jy ! Component: 2800 - total flux cleaned = 0.00206232 Jy ! Component: 2850 - total flux cleaned = 0.00204288 Jy ! Component: 2900 - total flux cleaned = 0.00204283 Jy ! Component: 2950 - total flux cleaned = 0.00198602 Jy ! Component: 3000 - total flux cleaned = 0.00196748 Jy ! Component: 3050 - total flux cleaned = 0.00196747 Jy ! Component: 3100 - total flux cleaned = 0.00191202 Jy ! Component: 3150 - total flux cleaned = 0.00189379 Jy ! Component: 3200 - total flux cleaned = 0.00189383 Jy ! Component: 3250 - total flux cleaned = 0.00184014 Jy ! Component: 3300 - total flux cleaned = 0.001858 Jy ! Component: 3350 - total flux cleaned = 0.00185789 Jy ! Component: 3400 - total flux cleaned = 0.00182268 Jy ! Component: 3450 - total flux cleaned = 0.00178785 Jy ! Component: 3500 - total flux cleaned = 0.00173579 Jy ! Component: 3550 - total flux cleaned = 0.00175298 Jy ! Component: 3600 - total flux cleaned = 0.00170144 Jy ! Component: 3650 - total flux cleaned = 0.00163308 Jy ! Component: 3700 - total flux cleaned = 0.00158219 Jy ! Component: 3750 - total flux cleaned = 0.00154836 Jy ! Component: 3800 - total flux cleaned = 0.0014644 Jy ! Component: 3850 - total flux cleaned = 0.00139784 Jy ! Component: 3900 - total flux cleaned = 0.00143107 Jy ! Component: 3950 - total flux cleaned = 0.00133224 Jy ! Component: 4000 - total flux cleaned = 0.00125039 Jy ! Component: 4050 - total flux cleaned = 0.00126672 Jy ! Total flux subtracted in 4096 components = 0.00118553 Jy ! Clean residual min=-0.000963 max=0.000946 Jy/beam ! Clean residual mean=0.000001 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.505187 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 406 components and 0.505187 Jy ![Exited script file: muppet] wmap "J0429+2724_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.086 x 8.156 at -6.639 degrees (North through East) ! Clean map min=-0.0020135 max=0.33276 Jy/beam ! Writing clean map to FITS file: J0429+2724_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.332764 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00028909 device "J0429+2724_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0429+2724_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.260626 0.260626 0.521253 1.04251 2.08501 4.17002 8.34004 16.6801 33.3602 66.7204 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.332 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.086 x 8.156 at -6.639 degrees (North through East) ! Clean map min=-0.0020135 max=0.33276 Jy/beam quit ! Quitting program ! Log file J0429+2724_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:20:56 2016