! Started logfile: J0601-2004_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:49:13 2016 obs J0601-2004_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0601-2004_S_2015_03_17_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.973622 visibilities/baseline/integration-bin. ! Found source: J0601-2004 ! ! 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 21556 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 J0601-2004_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.924663Jy sigma=0.009130 ! Fit after self-cal, rms=0.905070Jy sigma=0.008944 ! 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.465 mas, bmaj=6.704 mas, bpa=-6.588 degrees ! Estimated noise=735.807 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.0730053 Jy ! Component: 100 - total flux cleaned = 0.0915181 Jy ! Total flux subtracted in 100 components = 0.0915181 Jy ! Clean residual min=-0.003165 max=0.007558 Jy/beam ! Clean residual mean=-0.000007 rms=0.000905 Jy/beam ! Combined flux in latest and established models = 0.0915181 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0915181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085538Jy sigma=0.000790 ! Fit after self-cal, rms=0.085495Jy sigma=0.000790 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00822303 Jy ! Component: 100 - total flux cleaned = 0.0128226 Jy ! Total flux subtracted in 100 components = 0.0128226 Jy ! Clean residual min=-0.002577 max=0.002788 Jy/beam ! Clean residual mean=-0.000003 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.104341 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 37 components and 0.104341 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084382Jy sigma=0.000782 ! Fit after self-cal, rms=0.084359Jy sigma=0.000782 ! 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=2.95 mas, bmaj=7.586 mas, bpa=-6.013 degrees ! Estimated noise=495.44 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.00378491 Jy ! Component: 100 - total flux cleaned = 0.0057603 Jy ! Component: 150 - total flux cleaned = 0.00684635 Jy ! Component: 200 - total flux cleaned = 0.00722879 Jy ! Total flux subtracted in 200 components = 0.00722879 Jy ! Clean residual min=-0.002586 max=0.002073 Jy/beam ! Clean residual mean=-0.000001 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.11157 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 65 components and 0.11157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084119Jy sigma=0.000781 ! Fit after self-cal, rms=0.084110Jy sigma=0.000781 ! 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.03 FD 0.84 HN 1.00 KP 1.14 ! LA 1.00 MK 0.97 NL 0.90 OV 1.02 ! PT 1.07 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.87 HN 1.09 KP 1.07 ! LA 0.98 MK 1.01 NL 1.02 OV 1.05 ! PT 1.04 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.89 HN 1.02 KP 0.99 ! LA 0.78 MK 1.05 NL 1.17 OV 0.99 ! PT 1.04 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.93 HN 0.99 KP 0.95 ! LA 0.87 MK 1.06 NL 1.00 OV 1.03 ! PT 1.04 SC 0.98 ! ! ! Fit before self-cal, rms=0.084110Jy sigma=0.000781 ! Fit after self-cal, rms=0.081514Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.975 mas, bmaj=7.65 mas, bpa=-5.933 degrees ! Estimated noise=498.939 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.000109539 Jy ! Component: 100 - total flux cleaned = -0.000154465 Jy ! Component: 150 - total flux cleaned = -0.000181521 Jy ! Component: 200 - total flux cleaned = -0.000173264 Jy ! Total flux subtracted in 200 components = -0.000173264 Jy ! Clean residual min=-0.001522 max=0.001460 Jy/beam ! Clean residual mean=-0.000003 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.111396 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 72 components and 0.111396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081511Jy sigma=0.000774 ! Fit after self-cal, rms=0.081461Jy sigma=0.000773 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081461Jy sigma=0.000773 ! Fit after self-cal, rms=0.081450Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.981 mas, bmaj=7.654 mas, bpa=-5.906 degrees ! Estimated noise=499.224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00011079 Jy ! Component: 100 - total flux cleaned = -0.000134905 Jy ! Component: 150 - total flux cleaned = -0.00014206 Jy ! Component: 200 - total flux cleaned = -0.000142209 Jy ! Total flux subtracted in 200 components = -0.000142209 Jy ! Clean residual min=-0.001458 max=0.001353 Jy/beam ! Clean residual mean=-0.000002 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.111254 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 75 components and 0.111254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081449Jy sigma=0.000773 ! Fit after self-cal, rms=0.081451Jy sigma=0.000773 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 = -9.96076e-06 Jy ! Component: 100 - total flux cleaned = 1.00418e-06 Jy ! Component: 150 - total flux cleaned = 5.97429e-06 Jy ! Component: 200 - total flux cleaned = 1.07697e-05 Jy ! Total flux subtracted in 200 components = 1.07697e-05 Jy ! Clean residual min=-0.001457 max=0.001352 Jy/beam ! Clean residual mean=-0.000002 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.111265 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 78 components and 0.111265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081450Jy sigma=0.000773 ! Fit after self-cal, rms=0.081450Jy sigma=0.000773 ! 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.081450Jy sigma=0.000773 ! Fit after self-cal, rms=0.081501Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.986 mas, bmaj=7.659 mas, bpa=-5.844 degrees ! Estimated noise=499.451 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000133391 Jy ! Component: 100 - total flux cleaned = -0.000153498 Jy ! Component: 150 - total flux cleaned = -0.000170513 Jy ! Component: 200 - total flux cleaned = -0.000170427 Jy ! Total flux subtracted in 200 components = -0.000170427 Jy ! Clean residual min=-0.001446 max=0.001342 Jy/beam ! Clean residual mean=-0.000002 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.111094 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.111094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081500Jy sigma=0.000773 ! Fit after self-cal, rms=0.081502Jy sigma=0.000773 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.27377e-06 Jy ! Component: 100 - total flux cleaned = -7.80194e-06 Jy ! Component: 150 - total flux cleaned = -7.91478e-06 Jy ! Component: 200 - total flux cleaned = -7.70762e-06 Jy ! Total flux subtracted in 200 components = -7.70762e-06 Jy ! Clean residual min=-0.001441 max=0.001338 Jy/beam ! Clean residual mean=-0.000002 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.111087 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 85 components and 0.111087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081501Jy sigma=0.000773 ! Fit after self-cal, rms=0.081501Jy sigma=0.000773 ! 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.081501Jy sigma=0.000773 ! Fit after self-cal, rms=0.081521Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.409 mas, bmaj=15.74 mas, bpa=-1.055 degrees ! Estimated noise=659.521 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000440114 Jy ! Component: 100 - total flux cleaned = -0.000454839 Jy ! Component: 150 - total flux cleaned = -0.000475847 Jy ! Component: 200 - total flux cleaned = -0.000489007 Jy ! Total flux subtracted in 200 components = -0.000489007 Jy ! Clean residual min=-0.001811 max=0.001946 Jy/beam ! Clean residual mean=-0.000004 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.110598 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 87 components and 0.110598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081522Jy sigma=0.000773 ! Fit after self-cal, rms=0.081521Jy sigma=0.000773 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 = -6.99433e-05 Jy ! Component: 100 - total flux cleaned = -6.29202e-05 Jy ! Component: 150 - total flux cleaned = -5.67734e-05 Jy ! Component: 200 - total flux cleaned = -5.66091e-05 Jy ! Total flux subtracted in 200 components = -5.66091e-05 Jy ! Clean residual min=-0.001808 max=0.001943 Jy/beam ! Clean residual mean=-0.000004 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.110541 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 88 components and 0.110541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081523Jy sigma=0.000773 ! Fit after self-cal, rms=0.081522Jy sigma=0.000773 ! 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=2.99 mas, bmaj=7.663 mas, bpa=-5.774 degrees ! Estimated noise=499.665 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.99 x 7.663 at -5.774 degrees (North through East) ! Clean map min=-0.0013639 max=0.095755 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.494 mas, bmaj=6.735 mas, bpa=-6.339 degrees ! Estimated noise=740.971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0733231 Jy ! Component: 100 - total flux cleaned = 0.0915791 Jy ! Component: 150 - total flux cleaned = 0.0993827 Jy ! Component: 200 - total flux cleaned = 0.103659 Jy ! Total flux subtracted in 200 components = 0.103659 Jy ! Clean residual min=-0.002140 max=0.002240 Jy/beam ! Clean residual mean=-0.000003 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.103659 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.103659 Jy ! Inverting map and beam ! Estimated beam: bmin=2.99 mas, bmaj=7.663 mas, bpa=-5.774 degrees ! Estimated noise=499.665 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.00346855 Jy ! Component: 100 - total flux cleaned = 0.00521905 Jy ! Component: 150 - total flux cleaned = 0.00615039 Jy ! Component: 200 - total flux cleaned = 0.00665238 Jy ! Total flux subtracted in 200 components = 0.00665238 Jy ! Clean residual min=-0.001435 max=0.001365 Jy/beam ! Clean residual mean=-0.000002 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.110311 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 55 components and 0.110311 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.409 mas, bmaj=15.74 mas, bpa=-1.055 degrees ! Estimated noise=659.521 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000141091 Jy ! Component: 100 - total flux cleaned = 0.000152799 Jy ! Component: 150 - total flux cleaned = 0.000171971 Jy ! Component: 200 - total flux cleaned = 0.000186999 Jy ! Total flux subtracted in 200 components = 0.000186999 Jy ! Clean residual min=-0.001819 max=0.001944 Jy/beam ! Clean residual mean=-0.000004 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.110498 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 = 6.35063e-06 Jy ! Component: 100 - total flux cleaned = 9.46796e-07 Jy ! Component: 150 - total flux cleaned = 7.65607e-07 Jy ! Component: 200 - total flux cleaned = -4.44491e-06 Jy ! Total flux subtracted in 200 components = -4.44491e-06 Jy ! Clean residual min=-0.001815 max=0.001944 Jy/beam ! Clean residual mean=-0.000004 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.110494 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 60 components and 0.110494 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.99 mas, bmaj=7.663 mas, bpa=-5.774 degrees ! Estimated noise=499.665 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000279529 Jy ! Component: 100 - total flux cleaned = 0.000265794 Jy ! Component: 150 - total flux cleaned = 0.000217942 Jy ! Component: 200 - total flux cleaned = 0.000226151 Jy ! Total flux subtracted in 200 components = 0.000226151 Jy ! Clean residual min=-0.001418 max=0.001329 Jy/beam ! Clean residual mean=-0.000002 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.11072 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 72 components and 0.11072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081521Jy sigma=0.000773 ! Fit after self-cal, rms=0.081521Jy sigma=0.000773 wmodel J0601-2004_S_2015_03_17_pus_map.mod ! Writing 72 model components to file: J0601-2004_S_2015_03_17_pus_map.mod wobs J0601-2004_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0601-2004_S_2015_03_17_pus_uvs.fits wwins J0601-2004_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0601-2004_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 = -0.000194526 Jy ! Component: 100 - total flux cleaned = -0.000194351 Jy ! Component: 150 - total flux cleaned = -0.000171407 Jy ! Component: 200 - total flux cleaned = -0.000172146 Jy ! Component: 250 - total flux cleaned = -0.000194081 Jy ! Component: 300 - total flux cleaned = -0.000194167 Jy ! Component: 350 - total flux cleaned = -0.000193869 Jy ! Component: 400 - total flux cleaned = -0.000153591 Jy ! Component: 450 - total flux cleaned = -0.000153767 Jy ! Component: 500 - total flux cleaned = -0.000153308 Jy ! Component: 550 - total flux cleaned = -0.000115348 Jy ! Component: 600 - total flux cleaned = -2.38759e-05 Jy ! Component: 650 - total flux cleaned = 1.16994e-05 Jy ! Component: 700 - total flux cleaned = 0.000116758 Jy ! Component: 750 - total flux cleaned = 0.000150449 Jy ! Component: 800 - total flux cleaned = 0.000217897 Jy ! Component: 850 - total flux cleaned = 0.00030061 Jy ! Component: 900 - total flux cleaned = 0.000333066 Jy ! Component: 950 - total flux cleaned = 0.000349175 Jy ! Component: 1000 - total flux cleaned = 0.000412597 Jy ! Component: 1050 - total flux cleaned = 0.000443667 Jy ! Component: 1100 - total flux cleaned = 0.000413271 Jy ! Component: 1150 - total flux cleaned = 0.000504012 Jy ! Component: 1200 - total flux cleaned = 0.000473942 Jy ! Component: 1250 - total flux cleaned = 0.000488719 Jy ! Component: 1300 - total flux cleaned = 0.00045969 Jy ! Component: 1350 - total flux cleaned = 0.00043076 Jy ! Component: 1400 - total flux cleaned = 0.000359722 Jy ! Component: 1450 - total flux cleaned = 0.000317603 Jy ! Component: 1500 - total flux cleaned = 0.000289797 Jy ! Component: 1550 - total flux cleaned = 0.000248662 Jy ! Component: 1600 - total flux cleaned = 0.000167229 Jy ! Component: 1650 - total flux cleaned = 0.000113627 Jy ! Component: 1700 - total flux cleaned = 8.71286e-05 Jy ! Component: 1750 - total flux cleaned = -3.089e-05 Jy ! Component: 1800 - total flux cleaned = -4.37154e-05 Jy ! Component: 1850 - total flux cleaned = -9.52614e-05 Jy ! Component: 1900 - total flux cleaned = -0.000108013 Jy ! Component: 1950 - total flux cleaned = -0.000108089 Jy ! Component: 2000 - total flux cleaned = -0.000145681 Jy ! Component: 2050 - total flux cleaned = -0.000207362 Jy ! Component: 2100 - total flux cleaned = -0.000219638 Jy ! Component: 2150 - total flux cleaned = -0.000280238 Jy ! Component: 2200 - total flux cleaned = -0.000316197 Jy ! Component: 2250 - total flux cleaned = -0.000316096 Jy ! Component: 2300 - total flux cleaned = -0.000339712 Jy ! Component: 2350 - total flux cleaned = -0.000339534 Jy ! Component: 2400 - total flux cleaned = -0.000385743 Jy ! Component: 2450 - total flux cleaned = -0.000385664 Jy ! Component: 2500 - total flux cleaned = -0.000442497 Jy ! Component: 2550 - total flux cleaned = -0.000419901 Jy ! Component: 2600 - total flux cleaned = -0.0004534 Jy ! Component: 2650 - total flux cleaned = -0.000464383 Jy ! Component: 2700 - total flux cleaned = -0.000486313 Jy ! Component: 2750 - total flux cleaned = -0.00048625 Jy ! Component: 2800 - total flux cleaned = -0.00051863 Jy ! Component: 2850 - total flux cleaned = -0.000604333 Jy ! Component: 2900 - total flux cleaned = -0.000561746 Jy ! Component: 2950 - total flux cleaned = -0.000572277 Jy ! Component: 3000 - total flux cleaned = -0.000656188 Jy ! Component: 3050 - total flux cleaned = -0.00065623 Jy ! Component: 3100 - total flux cleaned = -0.000676834 Jy ! Component: 3150 - total flux cleaned = -0.000676793 Jy ! Component: 3200 - total flux cleaned = -0.000737883 Jy ! Component: 3250 - total flux cleaned = -0.000778188 Jy ! Component: 3300 - total flux cleaned = -0.000798037 Jy ! Component: 3350 - total flux cleaned = -0.000788084 Jy ! Component: 3400 - total flux cleaned = -0.000857162 Jy ! Component: 3450 - total flux cleaned = -0.000866945 Jy ! Component: 3500 - total flux cleaned = -0.000915554 Jy ! Component: 3550 - total flux cleaned = -0.000905893 Jy ! Component: 3600 - total flux cleaned = -0.000963392 Jy ! Component: 3650 - total flux cleaned = -0.000953967 Jy ! Component: 3700 - total flux cleaned = -0.00102019 Jy ! Component: 3750 - total flux cleaned = -0.00103886 Jy ! Component: 3800 - total flux cleaned = -0.00103882 Jy ! Component: 3850 - total flux cleaned = -0.00105737 Jy ! Component: 3900 - total flux cleaned = -0.0010758 Jy ! Component: 3950 - total flux cleaned = -0.00107577 Jy ! Component: 4000 - total flux cleaned = -0.00112104 Jy ! Component: 4050 - total flux cleaned = -0.00113005 Jy ! Total flux subtracted in 4096 components = -0.00116591 Jy ! Clean residual min=-0.000600 max=0.000670 Jy/beam ! Clean residual mean=-0.000001 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.109554 Jy keep ! Adding 348 model components to the UV plane model. ! The established model now contains 420 components and 0.109554 Jy ![Exited script file: muppet] wmap "J0601-2004_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.99 x 7.663 at -5.774 degrees (North through East) ! Clean map min=-0.00095234 max=0.095772 Jy/beam ! Writing clean map to FITS file: J0601-2004_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.0957715 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000168938 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.529191 0.529191 1.05838 2.11677 4.23353 8.46706 16.9341 33.8682 67.7365 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.095 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.99 x 7.663 at -5.774 degrees (North through East) ! Clean map min=-0.00095234 max=0.095772 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 J0601-2004_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:49:19 2016