! Started logfile: J0207-2402_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:42:26 2016 obs J0207-2402_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0207-2402_S_2015_03_17_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.892463 visibilities/baseline/integration-bin. ! Found source: J0207-2402 ! ! 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 22972 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 J0207-2402_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 92 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 92 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 92 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 92 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.959992Jy sigma=0.008766 ! Fit after self-cal, rms=0.917689Jy sigma=0.008401 ! 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.277 mas, bmaj=6.48 mas, bpa=-8.804 degrees ! Estimated noise=908.52 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.0578096 Jy ! Component: 100 - total flux cleaned = 0.0766555 Jy ! Total flux subtracted in 100 components = 0.0766555 Jy ! Clean residual min=-0.003641 max=0.008074 Jy/beam ! Clean residual mean=0.000020 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.0766555 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0766555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094259Jy sigma=0.000801 ! Fit after self-cal, rms=0.094128Jy sigma=0.000800 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00980647 Jy ! Component: 100 - total flux cleaned = 0.0160382 Jy ! Total flux subtracted in 100 components = 0.0160382 Jy ! Clean residual min=-0.002920 max=0.003683 Jy/beam ! Clean residual mean=0.000009 rms=0.000785 Jy/beam ! Combined flux in latest and established models = 0.0926936 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 40 components and 0.0926936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091996Jy sigma=0.000782 ! Fit after self-cal, rms=0.091957Jy 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=3.001 mas, bmaj=7.838 mas, bpa=-8.238 degrees ! Estimated noise=518.964 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.00877001 Jy ! Component: 100 - total flux cleaned = 0.0133923 Jy ! Component: 150 - total flux cleaned = 0.0159769 Jy ! Component: 200 - total flux cleaned = 0.0174676 Jy ! Total flux subtracted in 200 components = 0.0174676 Jy ! Clean residual min=-0.002918 max=0.002280 Jy/beam ! Clean residual mean=-0.000003 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.110161 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 80 components and 0.110161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090989Jy sigma=0.000775 ! Fit after self-cal, rms=0.090964Jy sigma=0.000775 ! 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.00 FD 0.87 HN 1.08 KP 1.11 ! LA 0.96 MK 1.02 NL 0.94 OV 1.00 ! PT 1.08 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.87 HN 1.09 KP 1.02 ! LA 0.93 MK 0.94 NL 1.06 OV 1.08 ! PT 1.04 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.92 HN 1.13 KP 0.95 ! LA 0.79 MK 1.07 NL 1.11 OV 0.96 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.93 HN 1.05 KP 0.92 ! LA 0.89 MK 1.02 NL 1.06 OV 1.06 ! PT 1.05 SC 0.98 ! ! ! Fit before self-cal, rms=0.090964Jy sigma=0.000775 ! Fit after self-cal, rms=0.088912Jy sigma=0.000770 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.031 mas, bmaj=7.876 mas, bpa=-8.088 degrees ! Estimated noise=520.619 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.000220409 Jy ! Component: 100 - total flux cleaned = -0.000254382 Jy ! Component: 150 - total flux cleaned = -0.000254528 Jy ! Component: 200 - total flux cleaned = -0.000254605 Jy ! Total flux subtracted in 200 components = -0.000254605 Jy ! Clean residual min=-0.001597 max=0.001532 Jy/beam ! Clean residual mean=0.000002 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.109907 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 83 components and 0.109907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088907Jy sigma=0.000770 ! Fit after self-cal, rms=0.088864Jy sigma=0.000770 ! 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.088864Jy sigma=0.000770 ! Fit after self-cal, rms=0.088865Jy sigma=0.000769 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.032 mas, bmaj=7.869 mas, bpa=-8.002 degrees ! Estimated noise=520.654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109924 Jy ! Component: 100 - total flux cleaned = 0.000110418 Jy ! Component: 150 - total flux cleaned = 0.000110366 Jy ! Component: 200 - total flux cleaned = 0.00010274 Jy ! Total flux subtracted in 200 components = 0.00010274 Jy ! Clean residual min=-0.001591 max=0.001452 Jy/beam ! Clean residual mean=-0.000000 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.110009 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 85 components and 0.110009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088863Jy sigma=0.000769 ! Fit after self-cal, rms=0.088868Jy sigma=0.000769 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 = -1.58958e-05 Jy ! Component: 100 - total flux cleaned = -1.63882e-05 Jy ! Component: 150 - total flux cleaned = -1.63389e-05 Jy ! Component: 200 - total flux cleaned = -2.16101e-05 Jy ! Total flux subtracted in 200 components = -2.16101e-05 Jy ! Clean residual min=-0.001602 max=0.001450 Jy/beam ! Clean residual mean=0.000000 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.109988 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 85 components and 0.109988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088867Jy sigma=0.000769 ! Fit after self-cal, rms=0.088867Jy sigma=0.000769 ! 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.088867Jy sigma=0.000769 ! Fit after self-cal, rms=0.088963Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.032 mas, bmaj=7.854 mas, bpa=-7.918 degrees ! Estimated noise=520.741 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000106562 Jy ! Component: 100 - total flux cleaned = 0.000106662 Jy ! Component: 150 - total flux cleaned = 0.000111669 Jy ! Component: 200 - total flux cleaned = 0.000107228 Jy ! Total flux subtracted in 200 components = 0.000107228 Jy ! Clean residual min=-0.001612 max=0.001422 Jy/beam ! Clean residual mean=-0.000001 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.110095 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 88 components and 0.110095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088963Jy sigma=0.000769 ! Fit after self-cal, rms=0.088967Jy sigma=0.000769 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.53046e-06 Jy ! Component: 100 - total flux cleaned = -1.07383e-05 Jy ! Component: 150 - total flux cleaned = -1.4662e-05 Jy ! Component: 200 - total flux cleaned = -1.85597e-05 Jy ! Total flux subtracted in 200 components = -1.85597e-05 Jy ! Clean residual min=-0.001611 max=0.001416 Jy/beam ! Clean residual mean=-0.000001 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.110076 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 91 components and 0.110076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088966Jy sigma=0.000769 ! Fit after self-cal, rms=0.088966Jy sigma=0.000769 ! 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.088966Jy sigma=0.000769 ! Fit after self-cal, rms=0.089009Jy sigma=0.000769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.838 mas, bmaj=17.22 mas, bpa=-1.894 degrees ! Estimated noise=677.638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00029104 Jy ! Component: 100 - total flux cleaned = 0.00029179 Jy ! Component: 150 - total flux cleaned = 0.000288007 Jy ! Component: 200 - total flux cleaned = 0.000284732 Jy ! Total flux subtracted in 200 components = 0.000284732 Jy ! Clean residual min=-0.001691 max=0.001540 Jy/beam ! Clean residual mean=-0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.110361 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 97 components and 0.110361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089010Jy sigma=0.000769 ! Fit after self-cal, rms=0.089010Jy sigma=0.000769 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 = 1.64079e-05 Jy ! Component: 100 - total flux cleaned = 1.63784e-05 Jy ! Component: 150 - total flux cleaned = 1.23631e-05 Jy ! Component: 200 - total flux cleaned = 8.87061e-06 Jy ! Total flux subtracted in 200 components = 8.87061e-06 Jy ! Clean residual min=-0.001692 max=0.001541 Jy/beam ! Clean residual mean=-0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.11037 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 102 components and 0.11037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089011Jy sigma=0.000769 ! Fit after self-cal, rms=0.089011Jy sigma=0.000769 ! 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.03 mas, bmaj=7.843 mas, bpa=-7.874 degrees ! Estimated noise=520.841 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.03 x 7.843 at -7.874 degrees (North through East) ! Clean map min=-0.0015546 max=0.080514 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.287 mas, bmaj=6.459 mas, bpa=-8.336 degrees ! Estimated noise=919.596 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0579216 Jy ! Component: 100 - total flux cleaned = 0.0775539 Jy ! Component: 150 - total flux cleaned = 0.0875343 Jy ! Component: 200 - total flux cleaned = 0.0939404 Jy ! Total flux subtracted in 200 components = 0.0939404 Jy ! Clean residual min=-0.002949 max=0.004080 Jy/beam ! Clean residual mean=0.000010 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.0939403 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 41 model components to the UV plane model. ! The established model now contains 41 components and 0.0939403 Jy ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=7.843 mas, bpa=-7.874 degrees ! Estimated noise=520.841 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.00771409 Jy ! Component: 100 - total flux cleaned = 0.0115688 Jy ! Component: 150 - total flux cleaned = 0.0136277 Jy ! Component: 200 - total flux cleaned = 0.0147397 Jy ! Total flux subtracted in 200 components = 0.0147397 Jy ! Clean residual min=-0.001692 max=0.001399 Jy/beam ! Clean residual mean=0.000000 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.10868 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 72 components and 0.10868 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.838 mas, bmaj=17.22 mas, bpa=-1.894 degrees ! Estimated noise=677.638 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103771 Jy ! Component: 100 - total flux cleaned = 0.00135201 Jy ! Component: 150 - total flux cleaned = 0.00141598 Jy ! Component: 200 - total flux cleaned = 0.00142421 Jy ! Total flux subtracted in 200 components = 0.00142421 Jy ! Clean residual min=-0.001706 max=0.001527 Jy/beam ! Clean residual mean=-0.000002 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.110104 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 = 8.27855e-06 Jy ! Component: 100 - total flux cleaned = 1.23731e-05 Jy ! Component: 150 - total flux cleaned = 1.65123e-05 Jy ! Component: 200 - total flux cleaned = 2.41475e-05 Jy ! Total flux subtracted in 200 components = 2.41475e-05 Jy ! Clean residual min=-0.001704 max=0.001530 Jy/beam ! Clean residual mean=-0.000002 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.110128 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 86 components and 0.110128 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=7.843 mas, bpa=-7.874 degrees ! Estimated noise=520.841 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000277102 Jy ! Component: 100 - total flux cleaned = -0.000254732 Jy ! Component: 150 - total flux cleaned = -0.000255105 Jy ! Component: 200 - total flux cleaned = -0.000255426 Jy ! Total flux subtracted in 200 components = -0.000255426 Jy ! Clean residual min=-0.001707 max=0.001416 Jy/beam ! Clean residual mean=-0.000001 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.109873 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 93 components and 0.109873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089018Jy sigma=0.000769 ! Fit after self-cal, rms=0.089014Jy sigma=0.000769 wmodel J0207-2402_S_2015_03_17_pus_map.mod ! Writing 93 model components to file: J0207-2402_S_2015_03_17_pus_map.mod wobs J0207-2402_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0207-2402_S_2015_03_17_pus_uvs.fits wwins J0207-2402_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0207-2402_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.000273475 Jy ! Component: 100 - total flux cleaned = -0.000499642 Jy ! Component: 150 - total flux cleaned = -0.00064118 Jy ! Component: 200 - total flux cleaned = -0.000730916 Jy ! Component: 250 - total flux cleaned = -0.000710087 Jy ! Component: 300 - total flux cleaned = -0.00066831 Jy ! Component: 350 - total flux cleaned = -0.000647648 Jy ! Component: 400 - total flux cleaned = -0.000607657 Jy ! Component: 450 - total flux cleaned = -0.000588151 Jy ! Component: 500 - total flux cleaned = -0.000588418 Jy ! Component: 550 - total flux cleaned = -0.000551564 Jy ! Component: 600 - total flux cleaned = -0.000551615 Jy ! Component: 650 - total flux cleaned = -0.000461617 Jy ! Component: 700 - total flux cleaned = -0.000373597 Jy ! Component: 750 - total flux cleaned = -0.00039062 Jy ! Component: 800 - total flux cleaned = -0.000373298 Jy ! Component: 850 - total flux cleaned = -0.00030606 Jy ! Component: 900 - total flux cleaned = -0.000289508 Jy ! Component: 950 - total flux cleaned = -0.000273159 Jy ! Component: 1000 - total flux cleaned = -0.000240983 Jy ! Component: 1050 - total flux cleaned = -0.000257067 Jy ! Component: 1100 - total flux cleaned = -0.000304247 Jy ! Component: 1150 - total flux cleaned = -0.000257589 Jy ! Component: 1200 - total flux cleaned = -0.000272755 Jy ! Component: 1250 - total flux cleaned = -0.000227183 Jy ! Component: 1300 - total flux cleaned = -0.000272222 Jy ! Component: 1350 - total flux cleaned = -0.000257231 Jy ! Component: 1400 - total flux cleaned = -0.000316026 Jy ! Component: 1450 - total flux cleaned = -0.000301323 Jy ! Component: 1500 - total flux cleaned = -0.000330011 Jy ! Component: 1550 - total flux cleaned = -0.000315705 Jy ! Component: 1600 - total flux cleaned = -0.000315531 Jy ! Component: 1650 - total flux cleaned = -0.000315236 Jy ! Component: 1700 - total flux cleaned = -0.000315041 Jy ! Component: 1750 - total flux cleaned = -0.000315037 Jy ! Component: 1800 - total flux cleaned = -0.000301486 Jy ! Component: 1850 - total flux cleaned = -0.000328366 Jy ! Component: 1900 - total flux cleaned = -0.000315166 Jy ! Component: 1950 - total flux cleaned = -0.000341539 Jy ! Component: 2000 - total flux cleaned = -0.0003805 Jy ! Component: 2050 - total flux cleaned = -0.0004192 Jy ! Component: 2100 - total flux cleaned = -0.000380673 Jy ! Component: 2150 - total flux cleaned = -0.000330211 Jy ! Component: 2200 - total flux cleaned = -0.000355281 Jy ! Component: 2250 - total flux cleaned = -0.00037996 Jy ! Component: 2300 - total flux cleaned = -0.000355357 Jy ! Component: 2350 - total flux cleaned = -0.000379697 Jy ! Component: 2400 - total flux cleaned = -0.000392 Jy ! Component: 2450 - total flux cleaned = -0.000416093 Jy ! Component: 2500 - total flux cleaned = -0.00043985 Jy ! Component: 2550 - total flux cleaned = -0.000416132 Jy ! Component: 2600 - total flux cleaned = -0.000416236 Jy ! Component: 2650 - total flux cleaned = -0.00039305 Jy ! Component: 2700 - total flux cleaned = -0.000427896 Jy ! Component: 2750 - total flux cleaned = -0.000439378 Jy ! Component: 2800 - total flux cleaned = -0.000416595 Jy ! Component: 2850 - total flux cleaned = -0.000473152 Jy ! Component: 2900 - total flux cleaned = -0.000462018 Jy ! Component: 2950 - total flux cleaned = -0.000495538 Jy ! Component: 3000 - total flux cleaned = -0.000462367 Jy ! Component: 3050 - total flux cleaned = -0.00046238 Jy ! Component: 3100 - total flux cleaned = -0.000440522 Jy ! Component: 3150 - total flux cleaned = -0.00045149 Jy ! Component: 3200 - total flux cleaned = -0.000408574 Jy ! Component: 3250 - total flux cleaned = -0.000451294 Jy ! Component: 3300 - total flux cleaned = -0.000514925 Jy ! Component: 3350 - total flux cleaned = -0.000504444 Jy ! Component: 3400 - total flux cleaned = -0.000494029 Jy ! Component: 3450 - total flux cleaned = -0.0005148 Jy ! Component: 3500 - total flux cleaned = -0.000525287 Jy ! Component: 3550 - total flux cleaned = -0.000515062 Jy ! Component: 3600 - total flux cleaned = -0.000535359 Jy ! Component: 3650 - total flux cleaned = -0.000586012 Jy ! Component: 3700 - total flux cleaned = -0.000606159 Jy ! Component: 3750 - total flux cleaned = -0.00059609 Jy ! Component: 3800 - total flux cleaned = -0.000625861 Jy ! Component: 3850 - total flux cleaned = -0.000635696 Jy ! Component: 3900 - total flux cleaned = -0.000635719 Jy ! Component: 3950 - total flux cleaned = -0.000645442 Jy ! Component: 4000 - total flux cleaned = -0.000655133 Jy ! Component: 4050 - total flux cleaned = -0.000655111 Jy ! Total flux subtracted in 4096 components = -0.000645521 Jy ! Clean residual min=-0.000713 max=0.000607 Jy/beam ! Clean residual mean=-0.000001 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.109227 Jy keep ! Adding 307 model components to the UV plane model. ! The established model now contains 400 components and 0.109227 Jy ![Exited script file: muppet] wmap "J0207-2402_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.03 x 7.843 at -7.874 degrees (North through East) ! Clean map min=-0.0013265 max=0.080736 Jy/beam ! Writing clean map to FITS file: J0207-2402_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.0807365 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177567 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.659802 0.659802 1.3196 2.63921 5.27841 10.5568 21.1137 42.2273 84.4546 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.08 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.03 x 7.843 at -7.874 degrees (North through East) ! Clean map min=-0.0013265 max=0.080736 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 J0207-2402_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:42:33 2016