! Started logfile: J1608+4012_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:03:46 2016 obs J1608+4012_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1608+4012_S_2015_03_17_pus_uva.fits ! AN table 1: 104 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.692521 visibilities/baseline/integration-bin. ! Found source: J1608+4012 ! ! 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 330 lines of history. ! ! Reading 12964 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 J1608+4012_S_2015_03_17_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 169 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 169 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 169 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 169 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.896638Jy sigma=0.011352 ! Fit after self-cal, rms=0.871674Jy sigma=0.011054 ! 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.644 mas, bmaj=4.277 mas, bpa=-18.87 degrees ! Estimated noise=819.564 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.0944273 Jy ! Component: 100 - total flux cleaned = 0.116671 Jy ! Total flux subtracted in 100 components = 0.116671 Jy ! Clean residual min=-0.005446 max=0.009013 Jy/beam ! Clean residual mean=0.000004 rms=0.001374 Jy/beam ! Combined flux in latest and established models = 0.116671 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.116671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075583Jy sigma=0.000865 ! Fit after self-cal, rms=0.075566Jy sigma=0.000864 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00995044 Jy ! Component: 100 - total flux cleaned = 0.0153945 Jy ! Total flux subtracted in 100 components = 0.0153945 Jy ! Clean residual min=-0.004863 max=0.005067 Jy/beam ! Clean residual mean=-0.000000 rms=0.001122 Jy/beam ! Combined flux in latest and established models = 0.132066 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 16 components and 0.132066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073226Jy sigma=0.000841 ! Fit after self-cal, rms=0.073207Jy sigma=0.000841 ! 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.512 mas, bmaj=5.298 mas, bpa=-12.84 degrees ! Estimated noise=500.843 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.00567457 Jy ! Component: 100 - total flux cleaned = 0.00884281 Jy ! Component: 150 - total flux cleaned = 0.010769 Jy ! Component: 200 - total flux cleaned = 0.011951 Jy ! Total flux subtracted in 200 components = 0.011951 Jy ! Clean residual min=-0.005509 max=0.003725 Jy/beam ! Clean residual mean=-0.000008 rms=0.001046 Jy/beam ! Combined flux in latest and established models = 0.144017 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 34 components and 0.144017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072594Jy sigma=0.000837 ! Fit after self-cal, rms=0.072589Jy sigma=0.000837 ! 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.05 FD 0.88 HN 0.97 KP 1.16 ! LA 0.97 MK 1.02 NL 0.88 OV 1.03 ! PT 1.08 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.87 HN 1.05 KP 1.05 ! LA 0.96 MK 1.05 NL 1.07 OV 1.06 ! PT 1.05 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.90 HN 1.03 KP 0.95 ! LA 0.81 MK 1.07 NL 1.26 OV 0.97 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.91 HN 0.94 KP 0.94 ! LA 0.86 MK 1.10 NL 0.96 OV 1.00 ! PT 1.10 SC 0.95 ! ! ! Fit before self-cal, rms=0.072589Jy sigma=0.000837 ! Fit after self-cal, rms=0.067913Jy sigma=0.000814 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.563 mas, bmaj=5.341 mas, bpa=-11.88 degrees ! Estimated noise=500.885 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.001608 Jy ! Component: 100 - total flux cleaned = -0.00181717 Jy ! Component: 150 - total flux cleaned = -0.00194677 Jy ! Component: 200 - total flux cleaned = -0.00200086 Jy ! Total flux subtracted in 200 components = -0.00200086 Jy ! Clean residual min=-0.002078 max=0.002089 Jy/beam ! Clean residual mean=-0.000000 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.142016 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.142016 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067860Jy sigma=0.000813 ! Fit after self-cal, rms=0.067811Jy sigma=0.000813 ! 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.067811Jy sigma=0.000813 ! Fit after self-cal, rms=0.067843Jy sigma=0.000812 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.565 mas, bmaj=5.325 mas, bpa=-11.67 degrees ! Estimated noise=499.846 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00085182 Jy ! Component: 100 - total flux cleaned = -0.000979301 Jy ! Component: 150 - total flux cleaned = -0.00108817 Jy ! Component: 200 - total flux cleaned = -0.00116658 Jy ! Total flux subtracted in 200 components = -0.00116658 Jy ! Clean residual min=-0.001865 max=0.001957 Jy/beam ! Clean residual mean=0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.140849 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 47 components and 0.140849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067824Jy sigma=0.000811 ! Fit after self-cal, rms=0.067842Jy sigma=0.000811 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 = -7.85654e-05 Jy ! Component: 100 - total flux cleaned = -0.00010623 Jy ! Component: 150 - total flux cleaned = -0.000142688 Jy ! Component: 200 - total flux cleaned = -0.000153702 Jy ! Total flux subtracted in 200 components = -0.000153702 Jy ! Clean residual min=-0.001875 max=0.001964 Jy/beam ! Clean residual mean=0.000001 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.140696 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.140696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067837Jy sigma=0.000811 ! Fit after self-cal, rms=0.067836Jy sigma=0.000811 ! 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.067836Jy sigma=0.000811 ! Fit after self-cal, rms=0.067880Jy sigma=0.000811 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.574 mas, bmaj=5.334 mas, bpa=-11.45 degrees ! Estimated noise=499.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00051032 Jy ! Component: 100 - total flux cleaned = -0.000590898 Jy ! Component: 150 - total flux cleaned = -0.000662074 Jy ! Component: 200 - total flux cleaned = -0.000724797 Jy ! Total flux subtracted in 200 components = -0.000724797 Jy ! Clean residual min=-0.001849 max=0.001996 Jy/beam ! Clean residual mean=0.000001 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.139971 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.139971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067871Jy sigma=0.000811 ! Fit after self-cal, rms=0.067873Jy sigma=0.000811 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 (-35, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00168147 Jy ! Component: 100 - total flux cleaned = 0.00180958 Jy ! Component: 150 - total flux cleaned = 0.00184182 Jy ! Component: 200 - total flux cleaned = 0.00189363 Jy ! Total flux subtracted in 200 components = 0.00189363 Jy ! Clean residual min=-0.001779 max=0.001572 Jy/beam ! Clean residual mean=-0.000000 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.141864 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.141864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067817Jy sigma=0.000811 ! Fit after self-cal, rms=0.067815Jy sigma=0.000811 ! 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.067815Jy sigma=0.000811 ! Fit after self-cal, rms=0.067667Jy sigma=0.000810 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.743 mas, bmaj=9.948 mas, bpa=-54.7 degrees ! Estimated noise=622.685 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000287129 Jy ! Component: 100 - total flux cleaned = 0.000261001 Jy ! Component: 150 - total flux cleaned = 0.000239515 Jy ! Component: 200 - total flux cleaned = 0.000239379 Jy ! Total flux subtracted in 200 components = 0.000239379 Jy ! Clean residual min=-0.002101 max=0.001800 Jy/beam ! Clean residual mean=-0.000001 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.142104 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 75 components and 0.142104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067656Jy sigma=0.000810 ! Fit after self-cal, rms=0.067657Jy sigma=0.000810 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.000128938 Jy ! Component: 100 - total flux cleaned = 0.000111029 Jy ! Component: 150 - total flux cleaned = 9.42456e-05 Jy ! Component: 200 - total flux cleaned = 7.89711e-05 Jy ! Total flux subtracted in 200 components = 7.89711e-05 Jy ! Clean residual min=-0.002097 max=0.001803 Jy/beam ! Clean residual mean=-0.000001 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.142183 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.142183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067655Jy sigma=0.000810 ! Fit after self-cal, rms=0.067655Jy sigma=0.000810 ! 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.578 mas, bmaj=5.339 mas, bpa=-11.35 degrees ! Estimated noise=499.059 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.578 x 5.339 at -11.35 degrees (North through East) ! Clean map min=-0.0016509 max=0.12625 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.691 mas, bmaj=4.288 mas, bpa=-17.59 degrees ! Estimated noise=830.524 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0955123 Jy ! Component: 100 - total flux cleaned = 0.117093 Jy ! Component: 150 - total flux cleaned = 0.125722 Jy ! Component: 200 - total flux cleaned = 0.130332 Jy ! Total flux subtracted in 200 components = 0.130332 Jy ! Clean residual min=-0.002833 max=0.003355 Jy/beam ! Clean residual mean=0.000001 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.130332 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.130332 Jy ! Inverting map and beam ! Estimated beam: bmin=3.578 mas, bmaj=5.339 mas, bpa=-11.35 degrees ! Estimated noise=499.059 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.00475095 Jy ! Component: 100 - total flux cleaned = 0.00719663 Jy ! Component: 150 - total flux cleaned = 0.008803 Jy ! Component: 200 - total flux cleaned = 0.0094222 Jy ! Total flux subtracted in 200 components = 0.0094222 Jy ! Clean residual min=-0.001836 max=0.001790 Jy/beam ! Clean residual mean=0.000002 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.139754 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 45 components and 0.139754 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.743 mas, bmaj=9.948 mas, bpa=-54.7 degrees ! Estimated noise=622.685 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146307 Jy ! Component: 100 - total flux cleaned = 0.00160613 Jy ! Component: 150 - total flux cleaned = 0.00175244 Jy ! Component: 200 - total flux cleaned = 0.00189868 Jy ! Total flux subtracted in 200 components = 0.00189868 Jy ! Clean residual min=-0.002105 max=0.001808 Jy/beam ! Clean residual mean=0.000000 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.141653 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.000103502 Jy ! Component: 100 - total flux cleaned = 0.000140524 Jy ! Component: 150 - total flux cleaned = 0.000175653 Jy ! Component: 200 - total flux cleaned = 0.000208297 Jy ! Total flux subtracted in 200 components = 0.000208297 Jy ! Clean residual min=-0.002062 max=0.001828 Jy/beam ! Clean residual mean=-0.000001 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.141861 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 66 components and 0.141861 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.578 mas, bmaj=5.339 mas, bpa=-11.35 degrees ! Estimated noise=499.059 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000173229 Jy ! Component: 100 - total flux cleaned = -0.000174715 Jy ! Component: 150 - total flux cleaned = -0.000133973 Jy ! Component: 200 - total flux cleaned = -7.90158e-05 Jy ! Total flux subtracted in 200 components = -7.90158e-05 Jy ! Clean residual min=-0.001643 max=0.001640 Jy/beam ! Clean residual mean=-0.000000 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.141782 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 82 components and 0.141782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067648Jy sigma=0.000810 ! Fit after self-cal, rms=0.067647Jy sigma=0.000810 wmodel J1608+4012_S_2015_03_17_pus_map.mod ! Writing 82 model components to file: J1608+4012_S_2015_03_17_pus_map.mod wobs J1608+4012_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1608+4012_S_2015_03_17_pus_uvs.fits wwins J1608+4012_S_2015_03_17_pus_map.win ! wwins: Wrote 2 windows to J1608+4012_S_2015_03_17_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 = -9.8823e-05 Jy ! Component: 100 - total flux cleaned = 4.07181e-05 Jy ! Component: 150 - total flux cleaned = 0.000145181 Jy ! Component: 200 - total flux cleaned = 0.000146525 Jy ! Component: 250 - total flux cleaned = 0.000170525 Jy ! Component: 300 - total flux cleaned = 0.000169923 Jy ! Component: 350 - total flux cleaned = 0.000148445 Jy ! Component: 400 - total flux cleaned = 0.000127967 Jy ! Component: 450 - total flux cleaned = 8.722e-05 Jy ! Component: 500 - total flux cleaned = 4.74443e-05 Jy ! Component: 550 - total flux cleaned = 2.8246e-05 Jy ! Component: 600 - total flux cleaned = -9.16459e-06 Jy ! Component: 650 - total flux cleaned = -2.73855e-05 Jy ! Component: 700 - total flux cleaned = -9.9028e-05 Jy ! Component: 750 - total flux cleaned = -0.000152083 Jy ! Component: 800 - total flux cleaned = -0.000203844 Jy ! Component: 850 - total flux cleaned = -0.000204011 Jy ! Component: 900 - total flux cleaned = -0.000286685 Jy ! Component: 950 - total flux cleaned = -0.000335265 Jy ! Component: 1000 - total flux cleaned = -0.000382669 Jy ! Component: 1050 - total flux cleaned = -0.000398036 Jy ! Component: 1100 - total flux cleaned = -0.000382953 Jy ! Component: 1150 - total flux cleaned = -0.000383156 Jy ! Component: 1200 - total flux cleaned = -0.000398365 Jy ! Component: 1250 - total flux cleaned = -0.000383504 Jy ! Component: 1300 - total flux cleaned = -0.000339989 Jy ! Component: 1350 - total flux cleaned = -0.000354219 Jy ! Component: 1400 - total flux cleaned = -0.000312102 Jy ! Component: 1450 - total flux cleaned = -0.000284445 Jy ! Component: 1500 - total flux cleaned = -0.000256944 Jy ! Component: 1550 - total flux cleaned = -0.000229985 Jy ! Component: 1600 - total flux cleaned = -0.000176912 Jy ! Component: 1650 - total flux cleaned = -0.000111363 Jy ! Component: 1700 - total flux cleaned = -8.53564e-05 Jy ! Component: 1750 - total flux cleaned = 3.88425e-06 Jy ! Component: 1800 - total flux cleaned = 9.19677e-05 Jy ! Component: 1850 - total flux cleaned = 0.000104333 Jy ! Component: 1900 - total flux cleaned = 0.000165425 Jy ! Component: 1950 - total flux cleaned = 0.000201656 Jy ! Component: 2000 - total flux cleaned = 0.000237435 Jy ! Component: 2050 - total flux cleaned = 0.000272785 Jy ! Component: 2100 - total flux cleaned = 0.000307748 Jy ! Component: 2150 - total flux cleaned = 0.000330631 Jy ! Component: 2200 - total flux cleaned = 0.000319485 Jy ! Component: 2250 - total flux cleaned = 0.000319604 Jy ! Component: 2300 - total flux cleaned = 0.000397211 Jy ! Component: 2350 - total flux cleaned = 0.000430069 Jy ! Component: 2400 - total flux cleaned = 0.000419394 Jy ! Component: 2450 - total flux cleaned = 0.000505181 Jy ! Component: 2500 - total flux cleaned = 0.000484068 Jy ! Component: 2550 - total flux cleaned = 0.000494819 Jy ! Component: 2600 - total flux cleaned = 0.000546864 Jy ! Component: 2650 - total flux cleaned = 0.000567604 Jy ! Component: 2700 - total flux cleaned = 0.000588108 Jy ! Component: 2750 - total flux cleaned = 0.000618249 Jy ! Component: 2800 - total flux cleaned = 0.000638234 Jy ! Component: 2850 - total flux cleaned = 0.000658152 Jy ! Component: 2900 - total flux cleaned = 0.000638666 Jy ! Component: 2950 - total flux cleaned = 0.000716495 Jy ! Component: 3000 - total flux cleaned = 0.000726068 Jy ! Component: 3050 - total flux cleaned = 0.000745138 Jy ! Component: 3100 - total flux cleaned = 0.000782892 Jy ! Component: 3150 - total flux cleaned = 0.000773502 Jy ! Component: 3200 - total flux cleaned = 0.000838488 Jy ! Component: 3250 - total flux cleaned = 0.000847672 Jy ! Component: 3300 - total flux cleaned = 0.000847701 Jy ! Component: 3350 - total flux cleaned = 0.000874758 Jy ! Component: 3400 - total flux cleaned = 0.00089262 Jy ! Component: 3450 - total flux cleaned = 0.000901503 Jy ! Component: 3500 - total flux cleaned = 0.000936643 Jy ! Component: 3550 - total flux cleaned = 0.000927876 Jy ! Component: 3600 - total flux cleaned = 0.000971274 Jy ! Component: 3650 - total flux cleaned = 0.000919693 Jy ! Component: 3700 - total flux cleaned = 0.000936936 Jy ! Component: 3750 - total flux cleaned = 0.000962397 Jy ! Component: 3800 - total flux cleaned = 0.000987632 Jy ! Component: 3850 - total flux cleaned = 0.000970936 Jy ! Component: 3900 - total flux cleaned = 0.000979286 Jy ! Component: 3950 - total flux cleaned = 0.000979373 Jy ! Component: 4000 - total flux cleaned = 0.000995744 Jy ! Component: 4050 - total flux cleaned = 0.00100387 Jy ! Total flux subtracted in 4096 components = 0.000979709 Jy ! Clean residual min=-0.000572 max=0.000523 Jy/beam ! Clean residual mean=0.000001 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.142762 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 396 components and 0.142762 Jy ![Exited script file: muppet] wmap "J1608+4012_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.578 x 5.339 at -11.35 degrees (North through East) ! Clean map min=-0.0011264 max=0.12656 Jy/beam ! Writing clean map to FITS file: J1608+4012_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.126558 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000144087 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.341553 0.341553 0.683106 1.36621 2.73242 5.46485 10.9297 21.8594 43.7188 87.4376 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.126 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.578 x 5.339 at -11.35 degrees (North through East) ! Clean map min=-0.0011264 max=0.12656 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J1608+4012_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:03:51 2016