! Started logfile: J0444+1042_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:46:33 2016 obs J0444+1042_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0444+1042_S_2015_03_17_pus_uva.fits ! AN table 1: 103 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.968716 visibilities/baseline/integration-bin. ! Found source: J0444+1042 ! ! 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 17960 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 J0444+1042_S_2015_03_17_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.861683Jy sigma=0.010055 ! Fit after self-cal, rms=0.816999Jy sigma=0.009548 ! 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.687 mas, bmaj=6.399 mas, bpa=-4.352 degrees ! Estimated noise=782.856 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.134512 Jy ! Component: 100 - total flux cleaned = 0.188007 Jy ! Total flux subtracted in 100 components = 0.188007 Jy ! Clean residual min=-0.013219 max=0.026520 Jy/beam ! Clean residual mean=0.000047 rms=0.004204 Jy/beam ! Combined flux in latest and established models = 0.188007 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.188007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123149Jy sigma=0.001325 ! Fit after self-cal, rms=0.122962Jy sigma=0.001323 ! Inverting map ! Added new window around map position (-2.5, 2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0328206 Jy ! Component: 100 - total flux cleaned = 0.0550186 Jy ! Total flux subtracted in 100 components = 0.0550186 Jy ! Clean residual min=-0.011734 max=0.013336 Jy/beam ! Clean residual mean=0.000036 rms=0.003209 Jy/beam ! Combined flux in latest and established models = 0.243025 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 61 components and 0.243025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108924Jy sigma=0.001175 ! Fit after self-cal, rms=0.108804Jy sigma=0.001175 ! 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.294 mas, bmaj=7.254 mas, bpa=-4.231 degrees ! Estimated noise=463.075 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.0219438 Jy ! Component: 100 - total flux cleaned = 0.036628 Jy ! Component: 150 - total flux cleaned = 0.0471093 Jy ! Component: 200 - total flux cleaned = 0.0547005 Jy ! Total flux subtracted in 200 components = 0.0547005 Jy ! Clean residual min=-0.014280 max=0.016418 Jy/beam ! Clean residual mean=0.000031 rms=0.004345 Jy/beam ! Combined flux in latest and established models = 0.297726 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 109 components and 0.297726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102452Jy sigma=0.001117 ! Fit after self-cal, rms=0.102272Jy sigma=0.001116 ! 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.06 FD 0.84 HN 0.92 KP 1.43 ! LA 0.87 MK 1.09 NL 0.84 OV 1.02 ! PT 0.94 SC 1.05 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.88 HN 0.98 KP 1.39 ! LA 0.85 MK 1.08 NL 0.95 OV 1.04 ! PT 0.92 SC 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.91 HN 0.97 KP 1.22 ! LA 0.70 MK 1.12 NL 1.08 OV 0.97 ! PT 0.91 SC 1.09 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.95 HN 0.97 KP 1.21 ! LA 0.76 MK 1.16 NL 0.95 OV 1.03 ! PT 0.95 SC 1.03 ! ! ! Fit before self-cal, rms=0.102272Jy sigma=0.001116 ! Fit after self-cal, rms=0.097307Jy sigma=0.001010 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.397 mas, bmaj=7.448 mas, bpa=-4.288 degrees ! Estimated noise=465.738 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.00243507 Jy ! Component: 100 - total flux cleaned = -0.00233519 Jy ! Component: 150 - total flux cleaned = -0.0021811 Jy ! Component: 200 - total flux cleaned = -0.00211532 Jy ! Total flux subtracted in 200 components = -0.00211532 Jy ! Clean residual min=-0.010900 max=0.012128 Jy/beam ! Clean residual mean=0.000058 rms=0.003448 Jy/beam ! Combined flux in latest and established models = 0.29561 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 121 components and 0.29561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097100Jy sigma=0.001009 ! Fit after self-cal, rms=0.097116Jy sigma=0.001008 ! 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.097116Jy sigma=0.001008 ! Fit after self-cal, rms=0.113031Jy sigma=0.000857 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.4 mas, bmaj=7.409 mas, bpa=-4.772 degrees ! Estimated noise=464.932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000616001 Jy ! Component: 100 - total flux cleaned = 0.000700114 Jy ! Component: 150 - total flux cleaned = 0.000697522 Jy ! Component: 200 - total flux cleaned = 0.000696546 Jy ! Total flux subtracted in 200 components = 0.000696546 Jy ! Clean residual min=-0.004001 max=0.007795 Jy/beam ! Clean residual mean=0.000017 rms=0.001262 Jy/beam ! Combined flux in latest and established models = 0.296307 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 129 components and 0.296307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112919Jy sigma=0.000855 ! Fit after self-cal, rms=0.113256Jy sigma=0.000854 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 (-7, 13). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00810735 Jy ! Component: 100 - total flux cleaned = 0.013123 Jy ! Component: 150 - total flux cleaned = 0.0166879 Jy ! Component: 200 - total flux cleaned = 0.0181177 Jy ! Total flux subtracted in 200 components = 0.0181177 Jy ! Clean residual min=-0.003487 max=0.004991 Jy/beam ! Clean residual mean=0.000008 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.314425 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 170 components and 0.314425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112571Jy sigma=0.000841 ! Fit after self-cal, rms=0.112538Jy sigma=0.000840 ! Inverting map ! Added new window around map position (1, 12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00441888 Jy ! Component: 100 - total flux cleaned = 0.00619818 Jy ! Component: 150 - total flux cleaned = 0.00712242 Jy ! Component: 200 - total flux cleaned = 0.00761254 Jy ! Total flux subtracted in 200 components = 0.00761254 Jy ! Clean residual min=-0.002913 max=0.004434 Jy/beam ! Clean residual mean=0.000004 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.322037 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 193 components and 0.322037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112313Jy sigma=0.000836 ! Fit after self-cal, rms=0.112296Jy sigma=0.000836 ! Inverting map ! Added new window around map position (-1.5, 30.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00368571 Jy ! Component: 100 - total flux cleaned = 0.00470394 Jy ! Component: 150 - total flux cleaned = 0.00520815 Jy ! Component: 200 - total flux cleaned = 0.00542486 Jy ! Total flux subtracted in 200 components = 0.00542486 Jy ! Clean residual min=-0.002819 max=0.002674 Jy/beam ! Clean residual mean=0.000002 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.327462 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 221 components and 0.327462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112156Jy sigma=0.000834 ! Fit after self-cal, rms=0.112158Jy sigma=0.000833 ! 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.112158Jy sigma=0.000833 ! Fit after self-cal, rms=0.113504Jy sigma=0.000831 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=7.397 mas, bpa=-4.582 degrees ! Estimated noise=462.053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00259176 Jy ! Component: 100 - total flux cleaned = 0.00363668 Jy ! Component: 150 - total flux cleaned = 0.00450108 Jy ! Component: 200 - total flux cleaned = 0.00489841 Jy ! Total flux subtracted in 200 components = 0.00489841 Jy ! Clean residual min=-0.001970 max=0.002023 Jy/beam ! Clean residual mean=0.000003 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.332361 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 245 components and 0.33236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113412Jy sigma=0.000830 ! Fit after self-cal, rms=0.113402Jy sigma=0.000829 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.000675657 Jy ! Component: 100 - total flux cleaned = 0.00104213 Jy ! Component: 150 - total flux cleaned = 0.00128581 Jy ! Component: 200 - total flux cleaned = 0.00134752 Jy ! Total flux subtracted in 200 components = 0.00134752 Jy ! Clean residual min=-0.001866 max=0.002001 Jy/beam ! Clean residual mean=0.000002 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.333708 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 264 components and 0.333708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113372Jy sigma=0.000829 ! Fit after self-cal, rms=0.113372Jy sigma=0.000829 ! 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.113372Jy sigma=0.000829 ! Fit after self-cal, rms=0.113837Jy sigma=0.000829 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.247 mas, bmaj=10.96 mas, bpa=-4.492 degrees ! Estimated noise=573.962 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00193968 Jy ! Component: 100 - total flux cleaned = 0.00221531 Jy ! Component: 150 - total flux cleaned = 0.00233325 Jy ! Component: 200 - total flux cleaned = 0.00239626 Jy ! Total flux subtracted in 200 components = 0.00239626 Jy ! Clean residual min=-0.002278 max=0.002175 Jy/beam ! Clean residual mean=0.000005 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.336104 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 299 components and 0.336104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113814Jy sigma=0.000828 ! Fit after self-cal, rms=0.113812Jy sigma=0.000828 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 = 5.89551e-05 Jy ! Component: 100 - total flux cleaned = 0.000155373 Jy ! Component: 150 - total flux cleaned = 0.00018074 Jy ! Component: 200 - total flux cleaned = 0.000204231 Jy ! Total flux subtracted in 200 components = 0.000204231 Jy ! Clean residual min=-0.002190 max=0.002034 Jy/beam ! Clean residual mean=0.000005 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.336309 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 327 components and 0.336309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113806Jy sigma=0.000828 ! Fit after self-cal, rms=0.113803Jy sigma=0.000828 ! 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.407 mas, bmaj=7.398 mas, bpa=-4.446 degrees ! Estimated noise=462.255 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.407 x 7.398 at -4.446 degrees (North through East) ! Clean map min=-0.0015692 max=0.17421 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.783 mas, bmaj=6.52 mas, bpa=-4.596 degrees ! Estimated noise=795.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.135115 Jy ! Component: 100 - total flux cleaned = 0.186672 Jy ! Component: 150 - total flux cleaned = 0.217124 Jy ! Component: 200 - total flux cleaned = 0.237503 Jy ! Total flux subtracted in 200 components = 0.237503 Jy ! Clean residual min=-0.005936 max=0.011373 Jy/beam ! Clean residual mean=0.000026 rms=0.001948 Jy/beam ! Combined flux in latest and established models = 0.237503 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 49 model components to the UV plane model. ! The established model now contains 49 components and 0.237503 Jy ! Inverting map and beam ! Estimated beam: bmin=3.407 mas, bmaj=7.398 mas, bpa=-4.446 degrees ! Estimated noise=462.255 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.0205818 Jy ! Component: 100 - total flux cleaned = 0.034692 Jy ! Component: 150 - total flux cleaned = 0.0453578 Jy ! Component: 200 - total flux cleaned = 0.0536602 Jy ! Total flux subtracted in 200 components = 0.0536602 Jy ! Clean residual min=-0.003499 max=0.004898 Jy/beam ! Clean residual mean=0.000021 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.291163 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 129 components and 0.291163 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.247 mas, bmaj=10.96 mas, bpa=-4.492 degrees ! Estimated noise=573.962 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0117298 Jy ! Component: 100 - total flux cleaned = 0.0196523 Jy ! Component: 150 - total flux cleaned = 0.0253901 Jy ! Component: 200 - total flux cleaned = 0.029687 Jy ! Total flux subtracted in 200 components = 0.029687 Jy ! Clean residual min=-0.002979 max=0.003670 Jy/beam ! Clean residual mean=0.000019 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.32085 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 = 0.00327612 Jy ! Component: 100 - total flux cleaned = 0.00582414 Jy ! Component: 150 - total flux cleaned = 0.00784158 Jy ! Component: 200 - total flux cleaned = 0.00946291 Jy ! Total flux subtracted in 200 components = 0.00946291 Jy ! Clean residual min=-0.002392 max=0.002381 Jy/beam ! Clean residual mean=0.000011 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.330313 Jy ! Adding 177 model components to the UV plane model. ! The established model now contains 288 components and 0.330313 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.407 mas, bmaj=7.398 mas, bpa=-4.446 degrees ! Estimated noise=462.255 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000476104 Jy ! Component: 100 - total flux cleaned = 0.00131258 Jy ! Component: 150 - total flux cleaned = 0.00193616 Jy ! Component: 200 - total flux cleaned = 0.00239689 Jy ! Total flux subtracted in 200 components = 0.00239689 Jy ! Clean residual min=-0.001964 max=0.002066 Jy/beam ! Clean residual mean=0.000004 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.33271 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 308 components and 0.33271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113866Jy sigma=0.000829 ! Fit after self-cal, rms=0.113841Jy sigma=0.000829 wmodel J0444+1042_S_2015_03_17_pus_map.mod ! Writing 308 model components to file: J0444+1042_S_2015_03_17_pus_map.mod wobs J0444+1042_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0444+1042_S_2015_03_17_pus_uvs.fits wwins J0444+1042_S_2015_03_17_pus_map.win ! wwins: Wrote 5 windows to J0444+1042_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.000388792 Jy ! Component: 100 - total flux cleaned = 0.000286605 Jy ! Component: 150 - total flux cleaned = 0.000318351 Jy ! Component: 200 - total flux cleaned = 0.000471759 Jy ! Component: 250 - total flux cleaned = 0.000679834 Jy ! Component: 300 - total flux cleaned = 0.000708448 Jy ! Component: 350 - total flux cleaned = 0.000820088 Jy ! Component: 400 - total flux cleaned = 0.000792681 Jy ! Component: 450 - total flux cleaned = 0.000819413 Jy ! Component: 500 - total flux cleaned = 0.000793949 Jy ! Component: 550 - total flux cleaned = 0.000870237 Jy ! Component: 600 - total flux cleaned = 0.000870267 Jy ! Component: 650 - total flux cleaned = 0.000845506 Jy ! Component: 700 - total flux cleaned = 0.000750032 Jy ! Component: 750 - total flux cleaned = 0.000703462 Jy ! Component: 800 - total flux cleaned = 0.000634811 Jy ! Component: 850 - total flux cleaned = 0.000634604 Jy ! Component: 900 - total flux cleaned = 0.000523069 Jy ! Component: 950 - total flux cleaned = 0.000501248 Jy ! Component: 1000 - total flux cleaned = 0.0004583 Jy ! Component: 1050 - total flux cleaned = 0.000415911 Jy ! Component: 1100 - total flux cleaned = 0.000436187 Jy ! Component: 1150 - total flux cleaned = 0.000312822 Jy ! Component: 1200 - total flux cleaned = 0.000312584 Jy ! Component: 1250 - total flux cleaned = 0.000272459 Jy ! Component: 1300 - total flux cleaned = 0.000193841 Jy ! Component: 1350 - total flux cleaned = 7.83244e-05 Jy ! Component: 1400 - total flux cleaned = 0.000154856 Jy ! Component: 1450 - total flux cleaned = 7.94362e-05 Jy ! Component: 1500 - total flux cleaned = 6.07894e-05 Jy ! Component: 1550 - total flux cleaned = 5.80185e-06 Jy ! Component: 1600 - total flux cleaned = -3.05155e-05 Jy ! Component: 1650 - total flux cleaned = -0.000101901 Jy ! Component: 1700 - total flux cleaned = -0.000102042 Jy ! Component: 1750 - total flux cleaned = -0.000189166 Jy ! Component: 1800 - total flux cleaned = -0.000292468 Jy ! Component: 1850 - total flux cleaned = -0.00036019 Jy ! Component: 1900 - total flux cleaned = -0.000460985 Jy ! Component: 1950 - total flux cleaned = -0.000511185 Jy ! Component: 2000 - total flux cleaned = -0.00057698 Jy ! Component: 2050 - total flux cleaned = -0.000658613 Jy ! Component: 2100 - total flux cleaned = -0.000755032 Jy ! Component: 2150 - total flux cleaned = -0.000818784 Jy ! Component: 2200 - total flux cleaned = -0.000944821 Jy ! Component: 2250 - total flux cleaned = -0.000991426 Jy ! Component: 2300 - total flux cleaned = -0.001115 Jy ! Component: 2350 - total flux cleaned = -0.00120647 Jy ! Component: 2400 - total flux cleaned = -0.00125178 Jy ! Component: 2450 - total flux cleaned = -0.00131186 Jy ! Component: 2500 - total flux cleaned = -0.00141568 Jy ! Component: 2550 - total flux cleaned = -0.00148909 Jy ! Component: 2600 - total flux cleaned = -0.00151796 Jy ! Component: 2650 - total flux cleaned = -0.00160444 Jy ! Component: 2700 - total flux cleaned = -0.00156155 Jy ! Component: 2750 - total flux cleaned = -0.00164656 Jy ! Component: 2800 - total flux cleaned = -0.00166066 Jy ! Component: 2850 - total flux cleaned = -0.00173036 Jy ! Component: 2900 - total flux cleaned = -0.00174408 Jy ! Component: 2950 - total flux cleaned = -0.00181254 Jy ! Component: 3000 - total flux cleaned = -0.00182626 Jy ! Component: 3050 - total flux cleaned = -0.00181279 Jy ! Component: 3100 - total flux cleaned = -0.00186622 Jy ! Component: 3150 - total flux cleaned = -0.00185312 Jy ! Component: 3200 - total flux cleaned = -0.00183998 Jy ! Component: 3250 - total flux cleaned = -0.00183977 Jy ! Component: 3300 - total flux cleaned = -0.00185268 Jy ! Component: 3350 - total flux cleaned = -0.00183986 Jy ! Component: 3400 - total flux cleaned = -0.00189067 Jy ! Component: 3450 - total flux cleaned = -0.00186558 Jy ! Component: 3500 - total flux cleaned = -0.00184052 Jy ! Component: 3550 - total flux cleaned = -0.00186537 Jy ! Component: 3600 - total flux cleaned = -0.00180396 Jy ! Component: 3650 - total flux cleaned = -0.00184071 Jy ! Component: 3700 - total flux cleaned = -0.00187699 Jy ! Component: 3750 - total flux cleaned = -0.00182885 Jy ! Component: 3800 - total flux cleaned = -0.00181676 Jy ! Component: 3850 - total flux cleaned = -0.0017813 Jy ! Component: 3900 - total flux cleaned = -0.00178129 Jy ! Component: 3950 - total flux cleaned = -0.00179293 Jy ! Component: 4000 - total flux cleaned = -0.00170007 Jy ! Component: 4050 - total flux cleaned = -0.00171171 Jy ! Total flux subtracted in 4096 components = -0.00173456 Jy ! Clean residual min=-0.000815 max=0.000651 Jy/beam ! Clean residual mean=0.000002 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.330975 Jy keep ! Adding 295 model components to the UV plane model. ! The established model now contains 603 components and 0.330975 Jy ![Exited script file: muppet] wmap "J0444+1042_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.407 x 7.398 at -4.446 degrees (North through East) ! Clean map min=-0.0013154 max=0.17714 Jy/beam ! Writing clean map to FITS file: J0444+1042_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.177145 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00021546 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.364889 0.364889 0.729777 1.45955 2.91911 5.83822 11.6764 23.3529 46.7057 93.4115 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.177 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.407 x 7.398 at -4.446 degrees (North through East) ! Clean map min=-0.0013154 max=0.17714 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 J0444+1042_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:46:41 2016