! Started logfile: J0612+6225_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:47:27 2016 obs J0612+6225_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0612+6225_S_2014_05_31_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.891865 visibilities/baseline/integration-bin. ! Found source: J0612+6225 ! ! 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 17980 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 J0612+6225_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 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.955662Jy sigma=0.010629 ! Fit after self-cal, rms=0.916995Jy sigma=0.010200 ! 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=3.11 mas, bmaj=7.989 mas, bpa=71.37 degrees ! Estimated noise=878.906 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.0651506 Jy ! Component: 100 - total flux cleaned = 0.0801864 Jy ! Total flux subtracted in 100 components = 0.0801864 Jy ! Clean residual min=-0.004213 max=0.005630 Jy/beam ! Clean residual mean=-0.000023 rms=0.001023 Jy/beam ! Combined flux in latest and established models = 0.0801864 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0801864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078890Jy sigma=0.000824 ! Fit after self-cal, rms=0.078872Jy sigma=0.000824 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00608622 Jy ! Component: 100 - total flux cleaned = 0.00903892 Jy ! Total flux subtracted in 100 components = 0.00903892 Jy ! Clean residual min=-0.003679 max=0.003771 Jy/beam ! Clean residual mean=-0.000009 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.0892253 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.0892253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078318Jy sigma=0.000818 ! Fit after self-cal, rms=0.078301Jy sigma=0.000818 ! 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.969 mas, bmaj=8.826 mas, bpa=71.46 degrees ! Estimated noise=481.552 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.0027869 Jy ! Component: 100 - total flux cleaned = 0.0043211 Jy ! Component: 150 - total flux cleaned = 0.00532495 Jy ! Component: 200 - total flux cleaned = 0.00600554 Jy ! Total flux subtracted in 200 components = 0.00600554 Jy ! Clean residual min=-0.001980 max=0.002149 Jy/beam ! Clean residual mean=0.000018 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.0952308 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 50 components and 0.0952309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078175Jy sigma=0.000817 ! Fit after self-cal, rms=0.078177Jy sigma=0.000817 ! 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.04 FD 0.85 HN 1.02 KP 1.06 ! LA 1.16 MK 1.04 NL 0.87 OV 0.91 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 1.02 KP 1.04 ! LA 1.11 MK 1.01 NL 1.01 OV 1.05 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.12 HN 1.02 KP 0.92 ! LA 0.90 MK 1.06 NL 0.96 OV 0.97 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.03 HN 0.99 KP 0.87 ! LA 0.87 MK 1.04 NL 1.06 OV 1.02 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.078177Jy sigma=0.000817 ! Fit after self-cal, rms=0.076115Jy sigma=0.000812 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.991 mas, bmaj=8.841 mas, bpa=71.5 degrees ! Estimated noise=481.237 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.000296006 Jy ! Component: 100 - total flux cleaned = -0.000329702 Jy ! Component: 150 - total flux cleaned = -0.000343541 Jy ! Component: 200 - total flux cleaned = -0.000343547 Jy ! Total flux subtracted in 200 components = -0.000343547 Jy ! Clean residual min=-0.001759 max=0.001998 Jy/beam ! Clean residual mean=0.000007 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.0948873 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 61 components and 0.0948873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076109Jy sigma=0.000812 ! Fit after self-cal, rms=0.076116Jy sigma=0.000811 ! 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.076116Jy sigma=0.000811 ! Fit after self-cal, rms=0.076402Jy sigma=0.000809 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.979 mas, bmaj=8.882 mas, bpa=71.38 degrees ! Estimated noise=482.654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000297527 Jy ! Component: 100 - total flux cleaned = -0.000324601 Jy ! Component: 150 - total flux cleaned = -0.000336454 Jy ! Component: 200 - total flux cleaned = -0.000355755 Jy ! Total flux subtracted in 200 components = -0.000355755 Jy ! Clean residual min=-0.001705 max=0.002059 Jy/beam ! Clean residual mean=0.000008 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.0945316 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 68 components and 0.0945316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076398Jy sigma=0.000809 ! Fit after self-cal, rms=0.076494Jy sigma=0.000809 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.000176841 Jy ! Component: 100 - total flux cleaned = -0.000168667 Jy ! Component: 150 - total flux cleaned = -0.000154202 Jy ! Component: 200 - total flux cleaned = -0.00014762 Jy ! Total flux subtracted in 200 components = -0.00014762 Jy ! Clean residual min=-0.001750 max=0.002141 Jy/beam ! Clean residual mean=0.000008 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0943839 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 71 components and 0.0943839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076492Jy sigma=0.000809 ! Fit after self-cal, rms=0.076493Jy sigma=0.000809 ! 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.076493Jy sigma=0.000809 ! Fit after self-cal, rms=0.077077Jy sigma=0.000809 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.979 mas, bmaj=8.887 mas, bpa=71.38 degrees ! Estimated noise=483.612 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00015331 Jy ! Component: 100 - total flux cleaned = -0.000132769 Jy ! Component: 150 - total flux cleaned = -0.000140527 Jy ! Component: 200 - total flux cleaned = -0.000147692 Jy ! Total flux subtracted in 200 components = -0.000147692 Jy ! Clean residual min=-0.001658 max=0.002250 Jy/beam ! Clean residual mean=0.000009 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.0942362 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 78 components and 0.0942362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077074Jy sigma=0.000809 ! Fit after self-cal, rms=0.077116Jy sigma=0.000809 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.08591e-05 Jy ! Component: 100 - total flux cleaned = -7.07239e-05 Jy ! Component: 150 - total flux cleaned = -7.05708e-05 Jy ! Component: 200 - total flux cleaned = -6.44055e-05 Jy ! Total flux subtracted in 200 components = -6.44055e-05 Jy ! Clean residual min=-0.001666 max=0.002267 Jy/beam ! Clean residual mean=0.000009 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.0941718 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 80 components and 0.0941719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077115Jy sigma=0.000809 ! Fit after self-cal, rms=0.077115Jy sigma=0.000809 ! 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.077115Jy sigma=0.000809 ! Fit after self-cal, rms=0.077453Jy sigma=0.000809 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.531 mas, bmaj=11.2 mas, bpa=80.07 degrees ! Estimated noise=558.275 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000601955 Jy ! Component: 100 - total flux cleaned = 0.000665691 Jy ! Component: 150 - total flux cleaned = 0.000678489 Jy ! Component: 200 - total flux cleaned = 0.000677762 Jy ! Total flux subtracted in 200 components = 0.000677762 Jy ! Clean residual min=-0.001765 max=0.002967 Jy/beam ! Clean residual mean=0.000019 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.0948496 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 88 components and 0.0948496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077454Jy sigma=0.000809 ! Fit after self-cal, rms=0.077468Jy sigma=0.000809 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 (66, 9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00276453 Jy ! Component: 100 - total flux cleaned = 0.0041862 Jy ! Component: 150 - total flux cleaned = 0.00486181 Jy ! Component: 200 - total flux cleaned = 0.00513452 Jy ! Total flux subtracted in 200 components = 0.00513452 Jy ! Clean residual min=-0.001583 max=0.002148 Jy/beam ! Clean residual mean=-0.000011 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.0999842 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 130 components and 0.0999842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077401Jy sigma=0.000807 ! Fit after self-cal, rms=0.077402Jy sigma=0.000807 ! 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.979 mas, bmaj=8.888 mas, bpa=71.38 degrees ! Estimated noise=484.498 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.979 x 8.888 at 71.38 degrees (North through East) ! Clean map min=-0.0017174 max=0.086074 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=3.108 mas, bmaj=8.065 mas, bpa=71.16 degrees ! Estimated noise=890.327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0658178 Jy ! Component: 100 - total flux cleaned = 0.0810226 Jy ! Component: 150 - total flux cleaned = 0.0869328 Jy ! Component: 200 - total flux cleaned = 0.0894253 Jy ! Total flux subtracted in 200 components = 0.0894253 Jy ! Clean residual min=-0.003761 max=0.003645 Jy/beam ! Clean residual mean=-0.000011 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.0894253 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0894253 Jy ! Inverting map and beam ! Estimated beam: bmin=3.979 mas, bmaj=8.888 mas, bpa=71.38 degrees ! Estimated noise=484.498 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.00331833 Jy ! Component: 100 - total flux cleaned = 0.00556756 Jy ! Component: 150 - total flux cleaned = 0.0071785 Jy ! Component: 200 - total flux cleaned = 0.00820616 Jy ! Total flux subtracted in 200 components = 0.00820616 Jy ! Clean residual min=-0.001862 max=0.002454 Jy/beam ! Clean residual mean=-0.000006 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0976315 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 45 components and 0.0976315 Jy ! Inverting map ! Added new window around map position (-39.5, -91). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211918 Jy ! Component: 100 - total flux cleaned = 0.00297255 Jy ! Component: 150 - total flux cleaned = 0.00322944 Jy ! Component: 200 - total flux cleaned = 0.00350393 Jy ! Total flux subtracted in 200 components = 0.00350393 Jy ! Clean residual min=-0.001674 max=0.002060 Jy/beam ! Clean residual mean=-0.000004 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.101135 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 77 components and 0.101135 Jy ! Inverting map ! Added new window around map position (18, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125536 Jy ! Component: 100 - total flux cleaned = 0.00125661 Jy ! Component: 150 - total flux cleaned = 0.00145388 Jy ! Component: 200 - total flux cleaned = 0.00159545 Jy ! Total flux subtracted in 200 components = 0.00159545 Jy ! Clean residual min=-0.001605 max=0.001846 Jy/beam ! Clean residual mean=-0.000003 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.102731 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 120 components and 0.102731 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.531 mas, bmaj=11.2 mas, bpa=80.07 degrees ! Estimated noise=558.275 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000773559 Jy ! Component: 100 - total flux cleaned = 0.00103989 Jy ! Component: 150 - total flux cleaned = 0.00110929 Jy ! Component: 200 - total flux cleaned = 0.00115167 Jy ! Total flux subtracted in 200 components = 0.00115167 Jy ! Clean residual min=-0.001477 max=0.001852 Jy/beam ! Clean residual mean=-0.000009 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.103883 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 = 1.97727e-05 Jy ! Component: 100 - total flux cleaned = 5.77356e-05 Jy ! Component: 150 - total flux cleaned = 5.703e-05 Jy ! Component: 200 - total flux cleaned = 7.46467e-05 Jy ! Total flux subtracted in 200 components = 7.46467e-05 Jy ! Clean residual min=-0.001437 max=0.001798 Jy/beam ! Clean residual mean=-0.000009 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.103957 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 175 components and 0.103957 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.979 mas, bmaj=8.888 mas, bpa=71.38 degrees ! Estimated noise=484.498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.29069e-05 Jy ! Component: 100 - total flux cleaned = -9.45751e-05 Jy ! Component: 150 - total flux cleaned = -0.000220791 Jy ! Component: 200 - total flux cleaned = -0.000315555 Jy ! Total flux subtracted in 200 components = -0.000315555 Jy ! Clean residual min=-0.001520 max=0.001669 Jy/beam ! Clean residual mean=-0.000004 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.103642 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 201 components and 0.103642 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077266Jy sigma=0.000805 ! Fit after self-cal, rms=0.077262Jy sigma=0.000805 wmodel J0612+6225_S_2014_05_31_pus_map.mod ! Writing 201 model components to file: J0612+6225_S_2014_05_31_pus_map.mod wobs J0612+6225_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0612+6225_S_2014_05_31_pus_uvs.fits wwins J0612+6225_S_2014_05_31_pus_map.win ! wwins: Wrote 4 windows to J0612+6225_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.000572441 Jy ! Component: 100 - total flux cleaned = 0.000745791 Jy ! Component: 150 - total flux cleaned = 0.00101802 Jy ! Component: 200 - total flux cleaned = 0.00125137 Jy ! Component: 250 - total flux cleaned = 0.0013262 Jy ! Component: 300 - total flux cleaned = 0.00149507 Jy ! Component: 350 - total flux cleaned = 0.00165923 Jy ! Component: 400 - total flux cleaned = 0.00186446 Jy ! Component: 450 - total flux cleaned = 0.0020429 Jy ! Component: 500 - total flux cleaned = 0.00226231 Jy ! Component: 550 - total flux cleaned = 0.00249843 Jy ! Component: 600 - total flux cleaned = 0.00268799 Jy ! Component: 650 - total flux cleaned = 0.00287395 Jy ! Component: 700 - total flux cleaned = 0.00301639 Jy ! Component: 750 - total flux cleaned = 0.00317633 Jy ! Component: 800 - total flux cleaned = 0.00333343 Jy ! Component: 850 - total flux cleaned = 0.00348859 Jy ! Component: 900 - total flux cleaned = 0.00362205 Jy ! Component: 950 - total flux cleaned = 0.00381036 Jy ! Component: 1000 - total flux cleaned = 0.00399561 Jy ! Component: 1050 - total flux cleaned = 0.00417831 Jy ! Component: 1100 - total flux cleaned = 0.00432218 Jy ! Component: 1150 - total flux cleaned = 0.00442895 Jy ! Component: 1200 - total flux cleaned = 0.00456953 Jy ! Component: 1250 - total flux cleaned = 0.00465645 Jy ! Component: 1300 - total flux cleaned = 0.00475967 Jy ! Component: 1350 - total flux cleaned = 0.0048789 Jy ! Component: 1400 - total flux cleaned = 0.00496334 Jy ! Component: 1450 - total flux cleaned = 0.00503019 Jy ! Component: 1500 - total flux cleaned = 0.0051624 Jy ! Component: 1550 - total flux cleaned = 0.00529306 Jy ! Component: 1600 - total flux cleaned = 0.00537403 Jy ! Component: 1650 - total flux cleaned = 0.00550218 Jy ! Component: 1700 - total flux cleaned = 0.00553398 Jy ! Component: 1750 - total flux cleaned = 0.00564431 Jy ! Component: 1800 - total flux cleaned = 0.00575332 Jy ! Component: 1850 - total flux cleaned = 0.00578429 Jy ! Component: 1900 - total flux cleaned = 0.00590692 Jy ! Component: 1950 - total flux cleaned = 0.00599822 Jy ! Component: 2000 - total flux cleaned = 0.00613364 Jy ! Component: 2050 - total flux cleaned = 0.00619322 Jy ! Component: 2100 - total flux cleaned = 0.00634111 Jy ! Component: 2150 - total flux cleaned = 0.00638499 Jy ! Component: 2200 - total flux cleaned = 0.00653039 Jy ! Component: 2250 - total flux cleaned = 0.00663141 Jy ! Component: 2300 - total flux cleaned = 0.0068031 Jy ! Component: 2350 - total flux cleaned = 0.00694483 Jy ! Component: 2400 - total flux cleaned = 0.00704332 Jy ! Component: 2450 - total flux cleaned = 0.00718305 Jy ! Component: 2500 - total flux cleaned = 0.00729394 Jy ! Component: 2550 - total flux cleaned = 0.00740412 Jy ! Component: 2600 - total flux cleaned = 0.00754076 Jy ! Component: 2650 - total flux cleaned = 0.00766293 Jy ! Component: 2700 - total flux cleaned = 0.00775728 Jy ! Component: 2750 - total flux cleaned = 0.00785093 Jy ! Component: 2800 - total flux cleaned = 0.00798366 Jy ! Component: 2850 - total flux cleaned = 0.00810252 Jy ! Component: 2900 - total flux cleaned = 0.00816799 Jy ! Component: 2950 - total flux cleaned = 0.00827236 Jy ! Component: 3000 - total flux cleaned = 0.00834987 Jy ! Component: 3050 - total flux cleaned = 0.00846551 Jy ! Component: 3100 - total flux cleaned = 0.00850382 Jy ! Component: 3150 - total flux cleaned = 0.0086054 Jy ! Component: 3200 - total flux cleaned = 0.00871896 Jy ! Component: 3250 - total flux cleaned = 0.00879429 Jy ! Component: 3300 - total flux cleaned = 0.00891891 Jy ! Component: 3350 - total flux cleaned = 0.00900564 Jy ! Component: 3400 - total flux cleaned = 0.0090795 Jy ! Component: 3450 - total flux cleaned = 0.00920185 Jy ! Component: 3500 - total flux cleaned = 0.00923838 Jy ! Component: 3550 - total flux cleaned = 0.00935933 Jy ! Component: 3600 - total flux cleaned = 0.00944339 Jy ! Component: 3650 - total flux cleaned = 0.00951504 Jy ! Component: 3700 - total flux cleaned = 0.00960999 Jy ! Component: 3750 - total flux cleaned = 0.00968091 Jy ! Component: 3800 - total flux cleaned = 0.00978659 Jy ! Component: 3850 - total flux cleaned = 0.00987997 Jy ! Component: 3900 - total flux cleaned = 0.00992654 Jy ! Component: 3950 - total flux cleaned = 0.0100305 Jy ! Component: 4000 - total flux cleaned = 0.0101222 Jy ! Component: 4050 - total flux cleaned = 0.0101794 Jy ! Total flux subtracted in 4096 components = 0.0102816 Jy ! Clean residual min=-0.000848 max=0.000741 Jy/beam ! Clean residual mean=-0.000001 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.113923 Jy keep ! Adding 320 model components to the UV plane model. ! The established model now contains 521 components and 0.113923 Jy ![Exited script file: muppet] wmap "J0612+6225_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.979 x 8.888 at 71.38 degrees (North through East) ! Clean map min=-0.0014067 max=0.085956 Jy/beam ! Writing clean map to FITS file: J0612+6225_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.0859564 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000216852 device "J0612+6225_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0612+6225_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.756843 0.756843 1.51369 3.02737 6.05474 12.1095 24.219 48.4379 96.8759 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.085 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.979 x 8.888 at 71.38 degrees (North through East) ! Clean map min=-0.0014067 max=0.085956 Jy/beam quit ! Quitting program ! Log file J0612+6225_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:47:33 2016