! Started logfile: J2204-0616_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:38:33 2016 obs J2204-0616_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J2204-0616_S_2014_05_31_pus_uva.fits ! AN table 1: 128 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.981944 visibilities/baseline/integration-bin. ! Found source: J2204-0616 ! ! 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 336 lines of history. ! ! Reading 22624 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 J2204-0616_S_2014_05_31_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.996810Jy sigma=0.010753 ! Fit after self-cal, rms=0.959982Jy sigma=0.010373 ! 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.765 mas, bmaj=6.765 mas, bpa=-5.126 degrees ! Estimated noise=703.475 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.0330112 Jy ! Component: 100 - total flux cleaned = 0.0404438 Jy ! Total flux subtracted in 100 components = 0.0404438 Jy ! Clean residual min=-0.002792 max=0.002669 Jy/beam ! Clean residual mean=0.000002 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.0404438 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0404438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077103Jy sigma=0.000778 ! Fit after self-cal, rms=0.076033Jy sigma=0.000767 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00385728 Jy ! Component: 100 - total flux cleaned = 0.00560707 Jy ! Total flux subtracted in 100 components = 0.00560707 Jy ! Clean residual min=-0.002259 max=0.002509 Jy/beam ! Clean residual mean=-0.000000 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0460509 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 10 components and 0.0460509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075821Jy sigma=0.000765 ! Fit after self-cal, rms=0.075807Jy sigma=0.000764 ! 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.331 mas, bmaj=7.792 mas, bpa=-4.555 degrees ! Estimated noise=443.512 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.00109146 Jy ! Component: 100 - total flux cleaned = 0.00130108 Jy ! Component: 150 - total flux cleaned = 0.00128436 Jy ! Component: 200 - total flux cleaned = 0.00125364 Jy ! Total flux subtracted in 200 components = 0.00125364 Jy ! Clean residual min=-0.001256 max=0.001568 Jy/beam ! Clean residual mean=-0.000002 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0473045 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 15 components and 0.0473045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075785Jy sigma=0.000764 ! Fit after self-cal, rms=0.075778Jy sigma=0.000764 ! 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.97 FD 0.76 HN 1.00 KP 1.07 ! LA 1.11 MK 1.06 NL 1.04 OV 1.20 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 1.00 KP 1.02 ! LA 1.07 MK 0.94 NL 1.00 OV 1.25 ! PT 1.05 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.07 HN 1.02 KP 0.95 ! LA 0.90 MK 1.02 NL 0.99 OV 1.03 ! PT 0.97 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 HN 0.97 KP 0.91 ! LA 0.85 MK 1.02 NL 0.97 OV 0.95 ! PT 1.00 SC 0.98 ! ! ! Fit before self-cal, rms=0.075778Jy sigma=0.000764 ! Fit after self-cal, rms=0.074213Jy sigma=0.000763 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.334 mas, bmaj=7.78 mas, bpa=-4.455 degrees ! Estimated noise=443.007 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.000257744 Jy ! Component: 100 - total flux cleaned = 0.000233659 Jy ! Component: 150 - total flux cleaned = 0.000212437 Jy ! Component: 200 - total flux cleaned = 0.000193298 Jy ! Total flux subtracted in 200 components = 0.000193298 Jy ! Clean residual min=-0.001267 max=0.001311 Jy/beam ! Clean residual mean=-0.000003 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.0474978 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 22 components and 0.0474978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074208Jy sigma=0.000763 ! Fit after self-cal, rms=0.074185Jy sigma=0.000762 ! 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.074185Jy sigma=0.000762 ! Fit after self-cal, rms=0.074327Jy sigma=0.000762 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.33 mas, bmaj=7.769 mas, bpa=-4.394 degrees ! Estimated noise=443.099 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000145441 Jy ! Component: 100 - total flux cleaned = 0.000126471 Jy ! Component: 150 - total flux cleaned = 0.000110639 Jy ! Component: 200 - total flux cleaned = 8.91212e-05 Jy ! Total flux subtracted in 200 components = 8.91212e-05 Jy ! Clean residual min=-0.001171 max=0.001253 Jy/beam ! Clean residual mean=-0.000002 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.0475869 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 26 components and 0.0475869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074324Jy sigma=0.000762 ! Fit after self-cal, rms=0.074335Jy sigma=0.000761 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 (-53, -80). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000561863 Jy ! Component: 100 - total flux cleaned = 0.000645357 Jy ! Component: 150 - total flux cleaned = 0.000644384 Jy ! Component: 200 - total flux cleaned = 0.000626816 Jy ! Total flux subtracted in 200 components = 0.000626816 Jy ! Clean residual min=-0.001198 max=0.001169 Jy/beam ! Clean residual mean=-0.000002 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.0482137 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 42 components and 0.0482137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074311Jy sigma=0.000761 ! Fit after self-cal, rms=0.074307Jy sigma=0.000761 ! 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.074307Jy sigma=0.000761 ! Fit after self-cal, rms=0.074501Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.326 mas, bmaj=7.766 mas, bpa=-4.356 degrees ! Estimated noise=443.844 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000396601 Jy ! Component: 100 - total flux cleaned = 0.000436591 Jy ! Component: 150 - total flux cleaned = 0.000452505 Jy ! Component: 200 - total flux cleaned = 0.000452926 Jy ! Total flux subtracted in 200 components = 0.000452926 Jy ! Clean residual min=-0.001196 max=0.001150 Jy/beam ! Clean residual mean=-0.000002 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.0486667 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 49 components and 0.0486667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074489Jy sigma=0.000761 ! Fit after self-cal, rms=0.074494Jy sigma=0.000761 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.000159067 Jy ! Component: 100 - total flux cleaned = 0.000159337 Jy ! Component: 150 - total flux cleaned = 0.0001732 Jy ! Component: 200 - total flux cleaned = 0.000161106 Jy ! Total flux subtracted in 200 components = 0.000161106 Jy ! Clean residual min=-0.001180 max=0.001153 Jy/beam ! Clean residual mean=-0.000002 rms=0.000285 Jy/beam ! Combined flux in latest and established models = 0.0488278 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 53 components and 0.0488278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074487Jy sigma=0.000761 ! Fit after self-cal, rms=0.074485Jy sigma=0.000761 ! 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.074485Jy sigma=0.000761 ! Fit after self-cal, rms=0.074627Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.585 mas, bmaj=12.72 mas, bpa=-2.281 degrees ! Estimated noise=556.687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000158024 Jy ! Component: 100 - total flux cleaned = 0.000220135 Jy ! Component: 150 - total flux cleaned = 0.000255775 Jy ! Component: 200 - total flux cleaned = 0.000237121 Jy ! Total flux subtracted in 200 components = 0.000237121 Jy ! Clean residual min=-0.001174 max=0.001231 Jy/beam ! Clean residual mean=-0.000004 rms=0.000349 Jy/beam ! Combined flux in latest and established models = 0.0490649 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 68 components and 0.0490649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074626Jy sigma=0.000761 ! Fit after self-cal, rms=0.074627Jy sigma=0.000761 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 = 2.42545e-05 Jy ! Component: 100 - total flux cleaned = 4.7966e-05 Jy ! Component: 150 - total flux cleaned = 3.89401e-05 Jy ! Component: 200 - total flux cleaned = 2.30943e-05 Jy ! Total flux subtracted in 200 components = 2.30943e-05 Jy ! Clean residual min=-0.001181 max=0.001239 Jy/beam ! Clean residual mean=-0.000004 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.049088 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 74 components and 0.049088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074628Jy sigma=0.000761 ! Fit after self-cal, rms=0.074628Jy sigma=0.000761 ! 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.322 mas, bmaj=7.762 mas, bpa=-4.351 degrees ! Estimated noise=444.643 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.322 x 7.762 at -4.351 degrees (North through East) ! Clean map min=-0.0011631 max=0.044533 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.761 mas, bmaj=6.744 mas, bpa=-4.806 degrees ! Estimated noise=701.947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.034183 Jy ! Component: 100 - total flux cleaned = 0.0422518 Jy ! Component: 150 - total flux cleaned = 0.0460113 Jy ! Component: 200 - total flux cleaned = 0.0475216 Jy ! Total flux subtracted in 200 components = 0.0475216 Jy ! Clean residual min=-0.002029 max=0.002075 Jy/beam ! Clean residual mean=0.000001 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.0475216 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0475216 Jy ! Inverting map and beam ! Estimated beam: bmin=3.322 mas, bmaj=7.762 mas, bpa=-4.351 degrees ! Estimated noise=444.643 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.00133514 Jy ! Component: 100 - total flux cleaned = 0.00170101 Jy ! Component: 150 - total flux cleaned = 0.00176401 Jy ! Component: 200 - total flux cleaned = 0.00179145 Jy ! Total flux subtracted in 200 components = 0.00179145 Jy ! Clean residual min=-0.001286 max=0.001130 Jy/beam ! Clean residual mean=-0.000002 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.049313 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 32 components and 0.049313 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.585 mas, bmaj=12.72 mas, bpa=-2.281 degrees ! Estimated noise=556.687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.19704e-05 Jy ! Component: 100 - total flux cleaned = 4.99131e-05 Jy ! Component: 150 - total flux cleaned = -5.36021e-06 Jy ! Component: 200 - total flux cleaned = -5.37482e-05 Jy ! Total flux subtracted in 200 components = -5.37482e-05 Jy ! Clean residual min=-0.001217 max=0.001234 Jy/beam ! Clean residual mean=-0.000003 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.0492593 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.86677e-05 Jy ! Component: 100 - total flux cleaned = -6.66202e-05 Jy ! Component: 150 - total flux cleaned = -8.93091e-05 Jy ! Component: 200 - total flux cleaned = -9.94552e-05 Jy ! Total flux subtracted in 200 components = -9.94552e-05 Jy ! Clean residual min=-0.001211 max=0.001247 Jy/beam ! Clean residual mean=-0.000003 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.0491598 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 58 components and 0.0491598 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.322 mas, bmaj=7.762 mas, bpa=-4.351 degrees ! Estimated noise=444.643 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000179126 Jy ! Component: 100 - total flux cleaned = 0.000136521 Jy ! Component: 150 - total flux cleaned = 6.25483e-05 Jy ! Component: 200 - total flux cleaned = 6.27254e-05 Jy ! Total flux subtracted in 200 components = 6.27254e-05 Jy ! Clean residual min=-0.001190 max=0.001137 Jy/beam ! Clean residual mean=-0.000002 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.0492225 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 75 components and 0.0492225 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074633Jy sigma=0.000761 ! Fit after self-cal, rms=0.074633Jy sigma=0.000761 wmodel J2204-0616_S_2014_05_31_pus_map.mod ! Writing 75 model components to file: J2204-0616_S_2014_05_31_pus_map.mod wobs J2204-0616_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J2204-0616_S_2014_05_31_pus_uvs.fits wwins J2204-0616_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J2204-0616_S_2014_05_31_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.000262562 Jy ! Component: 100 - total flux cleaned = -0.000340535 Jy ! Component: 150 - total flux cleaned = -0.000395993 Jy ! Component: 200 - total flux cleaned = -0.000413723 Jy ! Component: 250 - total flux cleaned = -0.0004137 Jy ! Component: 300 - total flux cleaned = -0.000430515 Jy ! Component: 350 - total flux cleaned = -0.000413515 Jy ! Component: 400 - total flux cleaned = -0.000365227 Jy ! Component: 450 - total flux cleaned = -0.000349397 Jy ! Component: 500 - total flux cleaned = -0.000333983 Jy ! Component: 550 - total flux cleaned = -0.000288543 Jy ! Component: 600 - total flux cleaned = -0.000348217 Jy ! Component: 650 - total flux cleaned = -0.000289477 Jy ! Component: 700 - total flux cleaned = -0.000260904 Jy ! Component: 750 - total flux cleaned = -0.000289312 Jy ! Component: 800 - total flux cleaned = -0.00033102 Jy ! Component: 850 - total flux cleaned = -0.000344379 Jy ! Component: 900 - total flux cleaned = -0.000304147 Jy ! Component: 950 - total flux cleaned = -0.000330845 Jy ! Component: 1000 - total flux cleaned = -0.00033109 Jy ! Component: 1050 - total flux cleaned = -0.000343967 Jy ! Component: 1100 - total flux cleaned = -0.000394995 Jy ! Component: 1150 - total flux cleaned = -0.000369742 Jy ! Component: 1200 - total flux cleaned = -0.000406921 Jy ! Component: 1250 - total flux cleaned = -0.000406845 Jy ! Component: 1300 - total flux cleaned = -0.000382601 Jy ! Component: 1350 - total flux cleaned = -0.000382506 Jy ! Component: 1400 - total flux cleaned = -0.000370769 Jy ! Component: 1450 - total flux cleaned = -0.000324138 Jy ! Component: 1500 - total flux cleaned = -0.000335586 Jy ! Component: 1550 - total flux cleaned = -0.000324212 Jy ! Component: 1600 - total flux cleaned = -0.000335381 Jy ! Component: 1650 - total flux cleaned = -0.000312985 Jy ! Component: 1700 - total flux cleaned = -0.000313203 Jy ! Component: 1750 - total flux cleaned = -0.000324153 Jy ! Component: 1800 - total flux cleaned = -0.000334985 Jy ! Component: 1850 - total flux cleaned = -0.000303044 Jy ! Component: 1900 - total flux cleaned = -0.000313607 Jy ! Component: 1950 - total flux cleaned = -0.000324163 Jy ! Component: 2000 - total flux cleaned = -0.000334667 Jy ! Component: 2050 - total flux cleaned = -0.000385953 Jy ! Component: 2100 - total flux cleaned = -0.000345234 Jy ! Component: 2150 - total flux cleaned = -0.000325066 Jy ! Component: 2200 - total flux cleaned = -0.000335196 Jy ! Component: 2250 - total flux cleaned = -0.000315344 Jy ! Component: 2300 - total flux cleaned = -0.000266357 Jy ! Component: 2350 - total flux cleaned = -0.000256698 Jy ! Component: 2400 - total flux cleaned = -0.000227793 Jy ! Component: 2450 - total flux cleaned = -0.000199045 Jy ! Component: 2500 - total flux cleaned = -0.000161055 Jy ! Component: 2550 - total flux cleaned = -0.000151784 Jy ! Component: 2600 - total flux cleaned = -0.000142467 Jy ! Component: 2650 - total flux cleaned = -0.00011484 Jy ! Component: 2700 - total flux cleaned = -8.74489e-05 Jy ! Component: 2750 - total flux cleaned = -4.2024e-05 Jy ! Component: 2800 - total flux cleaned = -2.38998e-05 Jy ! Component: 2850 - total flux cleaned = 2.08441e-05 Jy ! Component: 2900 - total flux cleaned = 2.96421e-05 Jy ! Component: 2950 - total flux cleaned = 3.83971e-05 Jy ! Component: 3000 - total flux cleaned = 9.06849e-05 Jy ! Component: 3050 - total flux cleaned = 9.93716e-05 Jy ! Component: 3100 - total flux cleaned = 0.000108038 Jy ! Component: 3150 - total flux cleaned = 0.000116576 Jy ! Component: 3200 - total flux cleaned = 0.000150586 Jy ! Component: 3250 - total flux cleaned = 0.000184199 Jy ! Component: 3300 - total flux cleaned = 0.000184238 Jy ! Component: 3350 - total flux cleaned = 0.000209301 Jy ! Component: 3400 - total flux cleaned = 0.000250499 Jy ! Component: 3450 - total flux cleaned = 0.000258631 Jy ! Component: 3500 - total flux cleaned = 0.000242284 Jy ! Component: 3550 - total flux cleaned = 0.000266534 Jy ! Component: 3600 - total flux cleaned = 0.0002907 Jy ! Component: 3650 - total flux cleaned = 0.000282696 Jy ! Component: 3700 - total flux cleaned = 0.000306423 Jy ! Component: 3750 - total flux cleaned = 0.000322207 Jy ! Component: 3800 - total flux cleaned = 0.000322127 Jy ! Component: 3850 - total flux cleaned = 0.000322184 Jy ! Component: 3900 - total flux cleaned = 0.000384065 Jy ! Component: 3950 - total flux cleaned = 0.000414794 Jy ! Component: 4000 - total flux cleaned = 0.000391839 Jy ! Component: 4050 - total flux cleaned = 0.000422227 Jy ! Total flux subtracted in 4096 components = 0.000422247 Jy ! Clean residual min=-0.000540 max=0.000407 Jy/beam ! Clean residual mean=-0.000001 rms=0.000141 Jy/beam ! Combined flux in latest and established models = 0.0496448 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 362 components and 0.0496448 Jy ![Exited script file: muppet] wmap "J2204-0616_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.322 x 7.762 at -4.351 degrees (North through East) ! Clean map min=-0.0011904 max=0.044438 Jy/beam ! Writing clean map to FITS file: J2204-0616_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0444384 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000140249 device "J2204-0616_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J2204-0616_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.946809 0.946809 1.89362 3.78724 7.57447 15.1489 30.2979 60.5958 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 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.322 x 7.762 at -4.351 degrees (North through East) ! Clean map min=-0.0011904 max=0.044438 Jy/beam quit ! Quitting program ! Log file J2204-0616_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:38:39 2016