! Started logfile: J1715-1206_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:42:23 2016 obs J1715-1206_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1715-1206_S_2014_12_20_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.880624 visibilities/baseline/integration-bin. ! Found source: J1715-1206 ! ! 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 19180 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 J1715-1206_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 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003607Jy sigma=0.009515 ! Fit after self-cal, rms=0.964061Jy sigma=0.009156 ! 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.519 mas, bmaj=6.578 mas, bpa=-3.222 degrees ! Estimated noise=848.194 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.0302806 Jy ! Component: 100 - total flux cleaned = 0.0369202 Jy ! Total flux subtracted in 100 components = 0.0369202 Jy ! Clean residual min=-0.002948 max=0.002756 Jy/beam ! Clean residual mean=-0.000007 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.0369202 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0369202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083349Jy sigma=0.000742 ! Fit after self-cal, rms=0.081524Jy sigma=0.000724 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00482728 Jy ! Component: 100 - total flux cleaned = 0.0059275 Jy ! Total flux subtracted in 100 components = 0.0059275 Jy ! Clean residual min=-0.002579 max=0.002420 Jy/beam ! Clean residual mean=-0.000006 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.0428477 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 7 components and 0.0428477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081250Jy sigma=0.000722 ! Fit after self-cal, rms=0.081225Jy sigma=0.000722 ! 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.138 mas, bmaj=7.763 mas, bpa=-3.978 degrees ! Estimated noise=545.66 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.000308965 Jy ! Component: 100 - total flux cleaned = 0.000398672 Jy ! Component: 150 - total flux cleaned = 0.000413281 Jy ! Component: 200 - total flux cleaned = 0.000413618 Jy ! Total flux subtracted in 200 components = 0.000413618 Jy ! Clean residual min=-0.002086 max=0.002011 Jy/beam ! Clean residual mean=-0.000010 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0432613 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.0432613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081215Jy sigma=0.000722 ! Fit after self-cal, rms=0.081207Jy sigma=0.000722 ! 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.80 HN 0.96 KP 1.18 ! LA 1.00 MK 1.01 NL 0.98 OV 1.00 ! PT 1.12 SC 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.94 HN 1.02 KP 1.17 ! LA 1.01 MK 0.98 NL 0.89 OV 1.08 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.95 HN 1.06 KP 1.00 ! LA 0.78 MK 1.05 NL 1.06 OV 0.99 ! PT 1.09 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 0.97 KP 0.97 ! LA 0.81 MK 0.92 NL 1.00 OV 1.05 ! PT 1.11 SC 0.97 ! ! ! Fit before self-cal, rms=0.081207Jy sigma=0.000722 ! Fit after self-cal, rms=0.078290Jy sigma=0.000720 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.121 mas, bmaj=7.721 mas, bpa=-3.95 degrees ! Estimated noise=544.602 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.000324985 Jy ! Component: 100 - total flux cleaned = 0.000420533 Jy ! Component: 150 - total flux cleaned = 0.00047891 Jy ! Component: 200 - total flux cleaned = 0.000500082 Jy ! Total flux subtracted in 200 components = 0.000500082 Jy ! Clean residual min=-0.001858 max=0.001649 Jy/beam ! Clean residual mean=-0.000006 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0437614 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.0437614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078286Jy sigma=0.000720 ! Fit after self-cal, rms=0.078157Jy sigma=0.000719 ! 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.078157Jy sigma=0.000719 ! Fit after self-cal, rms=0.077504Jy sigma=0.000718 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=7.669 mas, bpa=-4.119 degrees ! Estimated noise=541.831 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00019044 Jy ! Component: 100 - total flux cleaned = 0.000254186 Jy ! Component: 150 - total flux cleaned = 0.000267458 Jy ! Component: 200 - total flux cleaned = 0.000279774 Jy ! Total flux subtracted in 200 components = 0.000279774 Jy ! Clean residual min=-0.001765 max=0.001573 Jy/beam ! Clean residual mean=-0.000004 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.0440412 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 30 components and 0.0440412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077499Jy sigma=0.000718 ! Fit after self-cal, rms=0.077485Jy sigma=0.000718 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.59665e-05 Jy ! Component: 100 - total flux cleaned = 9.48466e-05 Jy ! Component: 150 - total flux cleaned = 0.000120452 Jy ! Component: 200 - total flux cleaned = 0.000131794 Jy ! Total flux subtracted in 200 components = 0.000131794 Jy ! Clean residual min=-0.001667 max=0.001592 Jy/beam ! Clean residual mean=-0.000005 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.044173 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 31 components and 0.044173 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077481Jy sigma=0.000718 ! Fit after self-cal, rms=0.077474Jy sigma=0.000718 ! 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.077474Jy sigma=0.000718 ! Fit after self-cal, rms=0.077517Jy sigma=0.000718 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.11 mas, bmaj=7.643 mas, bpa=-4.234 degrees ! Estimated noise=541.054 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012215 Jy ! Component: 100 - total flux cleaned = 0.00020203 Jy ! Component: 150 - total flux cleaned = 0.000223813 Jy ! Component: 200 - total flux cleaned = 0.000233676 Jy ! Total flux subtracted in 200 components = 0.000233676 Jy ! Clean residual min=-0.001682 max=0.001650 Jy/beam ! Clean residual mean=-0.000004 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.0444067 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 35 components and 0.0444067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077513Jy sigma=0.000718 ! Fit after self-cal, rms=0.077520Jy sigma=0.000718 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.84312e-05 Jy ! Component: 100 - total flux cleaned = 4.97518e-05 Jy ! Component: 150 - total flux cleaned = 7.04253e-05 Jy ! Component: 200 - total flux cleaned = 8.89564e-05 Jy ! Total flux subtracted in 200 components = 8.89564e-05 Jy ! Clean residual min=-0.001693 max=0.001582 Jy/beam ! Clean residual mean=-0.000005 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0444956 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.0444956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077517Jy sigma=0.000718 ! Fit after self-cal, rms=0.077513Jy sigma=0.000718 ! 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.077513Jy sigma=0.000718 ! Fit after self-cal, rms=0.077493Jy sigma=0.000718 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.144 mas, bmaj=14.01 mas, bpa=-2.354 degrees ! Estimated noise=705.744 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000281649 Jy ! Component: 100 - total flux cleaned = 0.000315713 Jy ! Component: 150 - total flux cleaned = 0.000329165 Jy ! Component: 200 - total flux cleaned = 0.000347016 Jy ! Total flux subtracted in 200 components = 0.000347016 Jy ! Clean residual min=-0.001835 max=0.001686 Jy/beam ! Clean residual mean=-0.000009 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.0448426 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 0.0448426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077493Jy sigma=0.000718 ! Fit after self-cal, rms=0.077498Jy sigma=0.000718 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 = 4.95199e-05 Jy ! Component: 100 - total flux cleaned = 6.35596e-05 Jy ! Component: 150 - total flux cleaned = 6.98099e-05 Jy ! Component: 200 - total flux cleaned = 8.0405e-05 Jy ! Total flux subtracted in 200 components = 8.0405e-05 Jy ! Clean residual min=-0.001797 max=0.001668 Jy/beam ! Clean residual mean=-0.000009 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.044923 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 44 components and 0.044923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077498Jy sigma=0.000718 ! Fit after self-cal, rms=0.077496Jy sigma=0.000718 ! 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.105 mas, bmaj=7.627 mas, bpa=-4.34 degrees ! Estimated noise=540.114 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.105 x 7.627 at -4.34 degrees (North through East) ! Clean map min=-0.0015915 max=0.041599 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.496 mas, bmaj=6.499 mas, bpa=-3.496 degrees ! Estimated noise=832.646 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0332366 Jy ! Component: 100 - total flux cleaned = 0.0406473 Jy ! Component: 150 - total flux cleaned = 0.0424627 Jy ! Component: 200 - total flux cleaned = 0.0428423 Jy ! Total flux subtracted in 200 components = 0.0428423 Jy ! Clean residual min=-0.002632 max=0.002577 Jy/beam ! Clean residual mean=-0.000005 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.0428423 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0428423 Jy ! Inverting map and beam ! Estimated beam: bmin=3.105 mas, bmaj=7.627 mas, bpa=-4.34 degrees ! Estimated noise=540.114 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) ! Added new window around map position (-3, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163751 Jy ! Component: 100 - total flux cleaned = 0.00183332 Jy ! Component: 150 - total flux cleaned = 0.00176948 Jy ! Component: 200 - total flux cleaned = 0.00171444 Jy ! Total flux subtracted in 200 components = 0.00171444 Jy ! Clean residual min=-0.001686 max=0.001656 Jy/beam ! Clean residual mean=-0.000004 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.0445568 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 30 components and 0.0445568 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.144 mas, bmaj=14.01 mas, bpa=-2.354 degrees ! Estimated noise=705.744 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.97215e-05 Jy ! Component: 100 - total flux cleaned = 4.86523e-05 Jy ! Component: 150 - total flux cleaned = 4.84697e-05 Jy ! Component: 200 - total flux cleaned = 1.21246e-05 Jy ! Total flux subtracted in 200 components = 1.21246e-05 Jy ! Clean residual min=-0.001838 max=0.001598 Jy/beam ! Clean residual mean=-0.000009 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.0445689 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 = -2.21233e-05 Jy ! Component: 100 - total flux cleaned = -5.3226e-05 Jy ! Component: 150 - total flux cleaned = -8.14356e-05 Jy ! Component: 200 - total flux cleaned = -0.000107195 Jy ! Total flux subtracted in 200 components = -0.000107195 Jy ! Clean residual min=-0.001809 max=0.001581 Jy/beam ! Clean residual mean=-0.000009 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.0444617 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 50 components and 0.0444617 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.105 mas, bmaj=7.627 mas, bpa=-4.34 degrees ! Estimated noise=540.114 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.8697e-05 Jy ! Component: 100 - total flux cleaned = -5.87026e-05 Jy ! Component: 150 - total flux cleaned = -5.84591e-05 Jy ! Component: 200 - total flux cleaned = -5.92198e-05 Jy ! Total flux subtracted in 200 components = -5.92198e-05 Jy ! Clean residual min=-0.001806 max=0.001641 Jy/beam ! Clean residual mean=-0.000004 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0444025 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 60 components and 0.0444025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077483Jy sigma=0.000718 ! Fit after self-cal, rms=0.077481Jy sigma=0.000717 wmodel J1715-1206_S_2014_12_20_pus_map.mod ! Writing 60 model components to file: J1715-1206_S_2014_12_20_pus_map.mod wobs J1715-1206_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1715-1206_S_2014_12_20_pus_uvs.fits wwins J1715-1206_S_2014_12_20_pus_map.win ! wwins: Wrote 2 windows to J1715-1206_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 = 4.51161e-06 Jy ! Component: 100 - total flux cleaned = 0.000138518 Jy ! Component: 150 - total flux cleaned = 0.000239195 Jy ! Component: 200 - total flux cleaned = 0.000286729 Jy ! Component: 250 - total flux cleaned = 0.000332072 Jy ! Component: 300 - total flux cleaned = 0.000354194 Jy ! Component: 350 - total flux cleaned = 0.000375435 Jy ! Component: 400 - total flux cleaned = 0.000396036 Jy ! Component: 450 - total flux cleaned = 0.000416083 Jy ! Component: 500 - total flux cleaned = 0.00045441 Jy ! Component: 550 - total flux cleaned = 0.000416594 Jy ! Component: 600 - total flux cleaned = 0.000453465 Jy ! Component: 650 - total flux cleaned = 0.00048942 Jy ! Component: 700 - total flux cleaned = 0.00050685 Jy ! Component: 750 - total flux cleaned = 0.000541782 Jy ! Component: 800 - total flux cleaned = 0.000644162 Jy ! Component: 850 - total flux cleaned = 0.0006605 Jy ! Component: 900 - total flux cleaned = 0.000677165 Jy ! Component: 950 - total flux cleaned = 0.000758467 Jy ! Component: 1000 - total flux cleaned = 0.000774232 Jy ! Component: 1050 - total flux cleaned = 0.000836967 Jy ! Component: 1100 - total flux cleaned = 0.000852461 Jy ! Component: 1150 - total flux cleaned = 0.00091402 Jy ! Component: 1200 - total flux cleaned = 0.00103491 Jy ! Component: 1250 - total flux cleaned = 0.0010796 Jy ! Component: 1300 - total flux cleaned = 0.0011968 Jy ! Component: 1350 - total flux cleaned = 0.00124007 Jy ! Component: 1400 - total flux cleaned = 0.0012544 Jy ! Component: 1450 - total flux cleaned = 0.00132516 Jy ! Component: 1500 - total flux cleaned = 0.00135301 Jy ! Component: 1550 - total flux cleaned = 0.00140825 Jy ! Component: 1600 - total flux cleaned = 0.00146255 Jy ! Component: 1650 - total flux cleaned = 0.00146261 Jy ! Component: 1700 - total flux cleaned = 0.00146261 Jy ! Component: 1750 - total flux cleaned = 0.00154165 Jy ! Component: 1800 - total flux cleaned = 0.00154172 Jy ! Component: 1850 - total flux cleaned = 0.0015546 Jy ! Component: 1900 - total flux cleaned = 0.00160547 Jy ! Component: 1950 - total flux cleaned = 0.0016307 Jy ! Component: 2000 - total flux cleaned = 0.00164325 Jy ! Component: 2050 - total flux cleaned = 0.00161868 Jy ! Component: 2100 - total flux cleaned = 0.0016552 Jy ! Component: 2150 - total flux cleaned = 0.00160677 Jy ! Component: 2200 - total flux cleaned = 0.00159477 Jy ! Component: 2250 - total flux cleaned = 0.00161836 Jy ! Component: 2300 - total flux cleaned = 0.00160671 Jy ! Component: 2350 - total flux cleaned = 0.00159514 Jy ! Component: 2400 - total flux cleaned = 0.00159519 Jy ! Component: 2450 - total flux cleaned = 0.00157253 Jy ! Component: 2500 - total flux cleaned = 0.00165139 Jy ! Component: 2550 - total flux cleaned = 0.00165117 Jy ! Component: 2600 - total flux cleaned = 0.00164012 Jy ! Component: 2650 - total flux cleaned = 0.00165116 Jy ! Component: 2700 - total flux cleaned = 0.00168391 Jy ! Component: 2750 - total flux cleaned = 0.00168387 Jy ! Component: 2800 - total flux cleaned = 0.00169444 Jy ! Component: 2850 - total flux cleaned = 0.00171571 Jy ! Component: 2900 - total flux cleaned = 0.00172634 Jy ! Component: 2950 - total flux cleaned = 0.00176783 Jy ! Component: 3000 - total flux cleaned = 0.00171626 Jy ! Component: 3050 - total flux cleaned = 0.00172644 Jy ! Component: 3100 - total flux cleaned = 0.00171624 Jy ! Component: 3150 - total flux cleaned = 0.00171616 Jy ! Component: 3200 - total flux cleaned = 0.00172598 Jy ! Component: 3250 - total flux cleaned = 0.00172595 Jy ! Component: 3300 - total flux cleaned = 0.00170639 Jy ! Component: 3350 - total flux cleaned = 0.00176514 Jy ! Component: 3400 - total flux cleaned = 0.0017942 Jy ! Component: 3450 - total flux cleaned = 0.00178459 Jy ! Component: 3500 - total flux cleaned = 0.00184206 Jy ! Component: 3550 - total flux cleaned = 0.00187068 Jy ! Component: 3600 - total flux cleaned = 0.00188955 Jy ! Component: 3650 - total flux cleaned = 0.00190818 Jy ! Component: 3700 - total flux cleaned = 0.00193614 Jy ! Component: 3750 - total flux cleaned = 0.00194548 Jy ! Component: 3800 - total flux cleaned = 0.00192716 Jy ! Component: 3850 - total flux cleaned = 0.00193642 Jy ! Component: 3900 - total flux cleaned = 0.00195444 Jy ! Component: 3950 - total flux cleaned = 0.00195453 Jy ! Component: 4000 - total flux cleaned = 0.00196347 Jy ! Component: 4050 - total flux cleaned = 0.00194578 Jy ! Total flux subtracted in 4096 components = 0.00195457 Jy ! Clean residual min=-0.000493 max=0.000576 Jy/beam ! Clean residual mean=-0.000000 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.0463571 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 343 components and 0.0463571 Jy ![Exited script file: muppet] wmap "J1715-1206_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.105 x 7.627 at -4.34 degrees (North through East) ! Clean map min=-0.00097815 max=0.041353 Jy/beam ! Writing clean map to FITS file: J1715-1206_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.0413527 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000158912 device "J1715-1206_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1715-1206_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.15285 1.15285 2.3057 4.61141 9.22282 18.4456 36.8913 73.7826 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.041 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.105 x 7.627 at -4.34 degrees (North through East) ! Clean map min=-0.00097815 max=0.041353 Jy/beam quit ! Quitting program ! Log file J1715-1206_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:42:28 2016