! Started logfile: J0100+6808_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:13:13 2017 obs J0100+6808_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0100+6808_S_2014_01_04_pus_uva.fits ! AN table 1: 117 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.500712 visibilities/baseline/integration-bin. ! Found source: J0100+6808 ! ! 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 370 lines of history. ! ! Reading 8436 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 J0100+6808_S_2014_01_04_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 292 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 292 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 292 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 292 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.881937Jy sigma=0.011557 ! Fit after self-cal, rms=0.667104Jy sigma=0.009092 ! 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.393 mas, bmaj=10.12 mas, bpa=89.25 degrees ! Estimated noise=1397.48 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.305934 Jy ! Component: 100 - total flux cleaned = 0.407477 Jy ! Total flux subtracted in 100 components = 0.407477 Jy ! Clean residual min=-0.066748 max=0.129223 Jy/beam ! Clean residual mean=-0.000031 rms=0.022057 Jy/beam ! Combined flux in latest and established models = 0.407477 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.407477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.344728Jy sigma=0.004419 ! Fit after self-cal, rms=0.344867Jy sigma=0.004412 ! Inverting map ! Added new window around map position (-11.5, 8.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.117385 Jy ! Component: 100 - total flux cleaned = 0.180953 Jy ! Total flux subtracted in 100 components = 0.180953 Jy ! Clean residual min=-0.055237 max=0.071685 Jy/beam ! Clean residual mean=-0.000012 rms=0.016999 Jy/beam ! Combined flux in latest and established models = 0.58843 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 33 components and 0.58843 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.283426Jy sigma=0.003546 ! Fit after self-cal, rms=0.280199Jy sigma=0.003424 ! 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.049 mas, bmaj=11.15 mas, bpa=88.91 degrees ! Estimated noise=624.543 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.113892 Jy ! Component: 100 - total flux cleaned = 0.190213 Jy ! Component: 150 - total flux cleaned = 0.251881 Jy ! Component: 200 - total flux cleaned = 0.30336 Jy ! Total flux subtracted in 200 components = 0.30336 Jy ! Clean residual min=-0.056933 max=0.081855 Jy/beam ! Clean residual mean=0.000006 rms=0.020179 Jy/beam ! Combined flux in latest and established models = 0.891789 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 75 components and 0.891789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.209653Jy sigma=0.002511 ! Fit after self-cal, rms=0.208798Jy sigma=0.002441 ! 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.10 FD 1.00* KP 1.00* LA 0.87 ! MK 1.10 NL 1.08 OV 0.91 PT 0.76 ! SC 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.00* KP 1.00* LA 0.84 ! MK 1.10 NL 1.17 OV 0.94 PT 0.74 ! SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* KP 1.00* LA 0.70 ! MK 1.13 NL 1.14 OV 0.88 PT 0.73 ! SC 1.12 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 1.00* KP 1.00* LA 0.76 ! MK 1.14 NL 1.23 OV 0.96 PT 0.77 ! SC 1.12 ! ! ! Fit before self-cal, rms=0.208798Jy sigma=0.002441 ! Fit after self-cal, rms=0.146662Jy sigma=0.001670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.226 mas, bmaj=11.19 mas, bpa=89.34 degrees ! Estimated noise=613.78 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.0150548 Jy ! Component: 100 - total flux cleaned = 0.0144976 Jy ! Component: 150 - total flux cleaned = 0.0135114 Jy ! Component: 200 - total flux cleaned = 0.012232 Jy ! Total flux subtracted in 200 components = 0.012232 Jy ! Clean residual min=-0.037836 max=0.047517 Jy/beam ! Clean residual mean=-0.000013 rms=0.010088 Jy/beam ! Combined flux in latest and established models = 0.904021 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 100 components and 0.904021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139814Jy sigma=0.001568 ! Fit after self-cal, rms=0.139716Jy sigma=0.001550 ! 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.139716Jy sigma=0.001550 ! Fit after self-cal, rms=0.142233Jy sigma=0.001485 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=11.19 mas, bpa=89.34 degrees ! Estimated noise=622.685 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.57359e-05 Jy ! Component: 100 - total flux cleaned = 0.000422682 Jy ! Component: 150 - total flux cleaned = -0.000566112 Jy ! Component: 200 - total flux cleaned = -0.00118157 Jy ! Total flux subtracted in 200 components = -0.00118157 Jy ! Clean residual min=-0.040229 max=0.046354 Jy/beam ! Clean residual mean=-0.000008 rms=0.008737 Jy/beam ! Combined flux in latest and established models = 0.90284 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 115 components and 0.90284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140144Jy sigma=0.001455 ! Fit after self-cal, rms=0.140608Jy sigma=0.001452 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 (9.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00733415 Jy ! Component: 100 - total flux cleaned = -0.00272184 Jy ! Component: 150 - total flux cleaned = -0.00137893 Jy ! Component: 200 - total flux cleaned = -0.00134675 Jy ! Total flux subtracted in 200 components = -0.00134675 Jy ! Clean residual min=-0.022858 max=0.027631 Jy/beam ! Clean residual mean=-0.000007 rms=0.005958 Jy/beam ! Combined flux in latest and established models = 0.901493 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 139 components and 0.901493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123728Jy sigma=0.001216 ! Fit after self-cal, rms=0.120755Jy sigma=0.001195 ! Inverting map ! Added new window around map position (-6, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00283677 Jy ! Component: 100 - total flux cleaned = 0.00584739 Jy ! Component: 150 - total flux cleaned = 0.00693724 Jy ! Component: 200 - total flux cleaned = 0.00567698 Jy ! Total flux subtracted in 200 components = 0.00567698 Jy ! Clean residual min=-0.015918 max=0.019463 Jy/beam ! Clean residual mean=-0.000004 rms=0.004166 Jy/beam ! Combined flux in latest and established models = 0.90717 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 162 components and 0.90717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113030Jy sigma=0.001084 ! Fit after self-cal, rms=0.112431Jy sigma=0.001076 ! Inverting map ! Added new window around map position (-18, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0160129 Jy ! Component: 100 - total flux cleaned = 0.0177104 Jy ! Component: 150 - total flux cleaned = 0.0180817 Jy ! Component: 200 - total flux cleaned = 0.0180906 Jy ! Total flux subtracted in 200 components = 0.0180906 Jy ! Clean residual min=-0.012564 max=0.015503 Jy/beam ! Clean residual mean=-0.000005 rms=0.003404 Jy/beam ! Combined flux in latest and established models = 0.925261 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 197 components and 0.925261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107888Jy sigma=0.001033 ! Fit after self-cal, rms=0.107902Jy sigma=0.001031 ! Inverting map ! Added new window around map position (16.5, -19). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103955 Jy ! Component: 100 - total flux cleaned = 0.0141671 Jy ! Component: 150 - total flux cleaned = 0.0173864 Jy ! Component: 200 - total flux cleaned = 0.0198313 Jy ! Total flux subtracted in 200 components = 0.0198313 Jy ! Clean residual min=-0.010319 max=0.010776 Jy/beam ! Clean residual mean=-0.000006 rms=0.002545 Jy/beam ! Combined flux in latest and established models = 0.945092 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 221 components and 0.945092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103174Jy sigma=0.000987 ! Fit after self-cal, rms=0.103102Jy sigma=0.000984 ! Inverting map ! Added new window around map position (-35.5, 23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013655 Jy ! Component: 100 - total flux cleaned = 0.000454129 Jy ! Component: 150 - total flux cleaned = -0.000608707 Jy ! Component: 200 - total flux cleaned = -0.00157632 Jy ! Total flux subtracted in 200 components = -0.00157632 Jy ! Clean residual min=-0.007838 max=0.007480 Jy/beam ! Clean residual mean=-0.000006 rms=0.001921 Jy/beam ! Combined flux in latest and established models = 0.943516 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 249 components and 0.943516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100341Jy sigma=0.000960 ! Fit after self-cal, rms=0.100400Jy sigma=0.000960 ! 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.100400Jy sigma=0.000960 ! Fit after self-cal, rms=0.098184Jy sigma=0.000954 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.217 mas, bmaj=11.16 mas, bpa=89.32 degrees ! Estimated noise=617.205 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00419922 Jy ! Component: 100 - total flux cleaned = 0.00624711 Jy ! Component: 150 - total flux cleaned = 0.00755676 Jy ! Component: 200 - total flux cleaned = 0.00858712 Jy ! Total flux subtracted in 200 components = 0.00858712 Jy ! Clean residual min=-0.006947 max=0.006090 Jy/beam ! Clean residual mean=-0.000006 rms=0.001526 Jy/beam ! Combined flux in latest and established models = 0.952103 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 273 components and 0.952103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096978Jy sigma=0.000946 ! Fit after self-cal, rms=0.096950Jy sigma=0.000946 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.000303629 Jy ! Component: 100 - total flux cleaned = 0.00077199 Jy ! Component: 150 - total flux cleaned = 0.00136269 Jy ! Component: 200 - total flux cleaned = 0.00108863 Jy ! Total flux subtracted in 200 components = 0.00108863 Jy ! Clean residual min=-0.006239 max=0.005242 Jy/beam ! Clean residual mean=-0.000006 rms=0.001382 Jy/beam ! Combined flux in latest and established models = 0.953192 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 294 components and 0.953192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096241Jy sigma=0.000941 ! Fit after self-cal, rms=0.096229Jy sigma=0.000941 ! 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.096229Jy sigma=0.000941 ! Fit after self-cal, rms=0.095907Jy sigma=0.000941 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.162 mas, bmaj=13.46 mas, bpa=88.72 degrees ! Estimated noise=647.676 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.25091e-05 Jy ! Component: 100 - total flux cleaned = -0.000130582 Jy ! Component: 150 - total flux cleaned = -0.000349771 Jy ! Component: 200 - total flux cleaned = -0.000250457 Jy ! Total flux subtracted in 200 components = -0.000250457 Jy ! Clean residual min=-0.004484 max=0.005293 Jy/beam ! Clean residual mean=-0.000007 rms=0.001326 Jy/beam ! Combined flux in latest and established models = 0.952941 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 328 components and 0.952941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095701Jy sigma=0.000938 ! Fit after self-cal, rms=0.095667Jy sigma=0.000938 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.06877e-05 Jy ! Component: 100 - total flux cleaned = 0.000228195 Jy ! Component: 150 - total flux cleaned = 0.000227003 Jy ! Component: 200 - total flux cleaned = 0.000389037 Jy ! Total flux subtracted in 200 components = 0.000389037 Jy ! Clean residual min=-0.004147 max=0.004729 Jy/beam ! Clean residual mean=-0.000006 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.95333 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 353 components and 0.953331 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095540Jy sigma=0.000937 ! Fit after self-cal, rms=0.095496Jy sigma=0.000937 ! 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.216 mas, bmaj=11.16 mas, bpa=89.34 degrees ! Estimated noise=615.945 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.216 x 11.16 at 89.34 degrees (North through East) ! Clean map min=-0.023889 max=0.37558 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.48 mas, bmaj=9.991 mas, bpa=89.7 degrees ! Estimated noise=1450.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.330165 Jy ! Component: 100 - total flux cleaned = 0.470781 Jy ! Component: 150 - total flux cleaned = 0.558708 Jy ! Component: 200 - total flux cleaned = 0.614855 Jy ! Total flux subtracted in 200 components = 0.614855 Jy ! Clean residual min=-0.041490 max=0.048705 Jy/beam ! Clean residual mean=0.000002 rms=0.011951 Jy/beam ! Combined flux in latest and established models = 0.614855 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 56 model components to the UV plane model. ! The established model now contains 56 components and 0.614855 Jy ! Inverting map and beam ! Estimated beam: bmin=3.216 mas, bmaj=11.16 mas, bpa=89.34 degrees ! Estimated noise=615.945 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.0780765 Jy ! Component: 100 - total flux cleaned = 0.133369 Jy ! Component: 150 - total flux cleaned = 0.166957 Jy ! Component: 200 - total flux cleaned = 0.189685 Jy ! Total flux subtracted in 200 components = 0.189685 Jy ! Clean residual min=-0.030867 max=0.029664 Jy/beam ! Clean residual mean=-0.000003 rms=0.008499 Jy/beam ! Combined flux in latest and established models = 0.80454 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 101 components and 0.80454 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.162 mas, bmaj=13.46 mas, bpa=88.72 degrees ! Estimated noise=647.676 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0375676 Jy ! Component: 100 - total flux cleaned = 0.0595271 Jy ! Component: 150 - total flux cleaned = 0.078074 Jy ! Component: 200 - total flux cleaned = 0.0885302 Jy ! Total flux subtracted in 200 components = 0.0885302 Jy ! Clean residual min=-0.023362 max=0.018905 Jy/beam ! Clean residual mean=-0.000005 rms=0.006950 Jy/beam ! Combined flux in latest and established models = 0.89307 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.00968016 Jy ! Component: 100 - total flux cleaned = 0.019967 Jy ! Component: 150 - total flux cleaned = 0.0284914 Jy ! Component: 200 - total flux cleaned = 0.0360603 Jy ! Total flux subtracted in 200 components = 0.0360603 Jy ! Clean residual min=-0.016277 max=0.012795 Jy/beam ! Clean residual mean=-0.000005 rms=0.004552 Jy/beam ! Combined flux in latest and established models = 0.92913 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 177 components and 0.92913 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.216 mas, bmaj=11.16 mas, bpa=89.34 degrees ! Estimated noise=615.945 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0102961 Jy ! Component: 100 - total flux cleaned = 0.0140207 Jy ! Component: 150 - total flux cleaned = 0.0199533 Jy ! Component: 200 - total flux cleaned = 0.0252363 Jy ! Total flux subtracted in 200 components = 0.0252363 Jy ! Clean residual min=-0.012905 max=0.012947 Jy/beam ! Clean residual mean=-0.000003 rms=0.002882 Jy/beam ! Combined flux in latest and established models = 0.954367 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 218 components and 0.954366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103550Jy sigma=0.001014 ! Fit after self-cal, rms=0.102892Jy sigma=0.001008 wmodel J0100+6808_S_2014_01_04_pus_map.mod ! Writing 218 model components to file: J0100+6808_S_2014_01_04_pus_map.mod wobs J0100+6808_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0100+6808_S_2014_01_04_pus_uvs.fits wwins J0100+6808_S_2014_01_04_pus_map.win ! wwins: Wrote 7 windows to J0100+6808_S_2014_01_04_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.0020116 Jy ! Component: 100 - total flux cleaned = 0.00447118 Jy ! Component: 150 - total flux cleaned = 0.0071132 Jy ! Component: 200 - total flux cleaned = 0.00844676 Jy ! Component: 250 - total flux cleaned = 0.00908235 Jy ! Component: 300 - total flux cleaned = 0.00938683 Jy ! Component: 350 - total flux cleaned = 0.0093888 Jy ! Component: 400 - total flux cleaned = 0.00952467 Jy ! Component: 450 - total flux cleaned = 0.00951872 Jy ! Component: 500 - total flux cleaned = 0.0095169 Jy ! Component: 550 - total flux cleaned = 0.00952098 Jy ! Component: 600 - total flux cleaned = 0.0101183 Jy ! Component: 650 - total flux cleaned = 0.010459 Jy ! Component: 700 - total flux cleaned = 0.0107904 Jy ! Component: 750 - total flux cleaned = 0.0112198 Jy ! Component: 800 - total flux cleaned = 0.0112171 Jy ! Component: 850 - total flux cleaned = 0.0117239 Jy ! Component: 900 - total flux cleaned = 0.0120186 Jy ! Component: 950 - total flux cleaned = 0.0123066 Jy ! Component: 1000 - total flux cleaned = 0.0127692 Jy ! Component: 1050 - total flux cleaned = 0.0133033 Jy ! Component: 1100 - total flux cleaned = 0.013386 Jy ! Component: 1150 - total flux cleaned = 0.0137242 Jy ! Component: 1200 - total flux cleaned = 0.013805 Jy ! Component: 1250 - total flux cleaned = 0.0140454 Jy ! Component: 1300 - total flux cleaned = 0.0142007 Jy ! Component: 1350 - total flux cleaned = 0.0143502 Jy ! Component: 1400 - total flux cleaned = 0.0143501 Jy ! Component: 1450 - total flux cleaned = 0.0147118 Jy ! Component: 1500 - total flux cleaned = 0.0145703 Jy ! Component: 1550 - total flux cleaned = 0.0147095 Jy ! Component: 1600 - total flux cleaned = 0.0149797 Jy ! Component: 1650 - total flux cleaned = 0.0148475 Jy ! Component: 1700 - total flux cleaned = 0.0149772 Jy ! Component: 1750 - total flux cleaned = 0.0149149 Jy ! Component: 1800 - total flux cleaned = 0.0149148 Jy ! Component: 1850 - total flux cleaned = 0.0150967 Jy ! Component: 1900 - total flux cleaned = 0.0148594 Jy ! Component: 1950 - total flux cleaned = 0.0148015 Jy ! Component: 2000 - total flux cleaned = 0.0145178 Jy ! Component: 2050 - total flux cleaned = 0.0145166 Jy ! Component: 2100 - total flux cleaned = 0.0142444 Jy ! Component: 2150 - total flux cleaned = 0.0140839 Jy ! Component: 2200 - total flux cleaned = 0.0139804 Jy ! Component: 2250 - total flux cleaned = 0.0139804 Jy ! Component: 2300 - total flux cleaned = 0.0137794 Jy ! Component: 2350 - total flux cleaned = 0.013878 Jy ! Component: 2400 - total flux cleaned = 0.0136363 Jy ! Component: 2450 - total flux cleaned = 0.0136844 Jy ! Component: 2500 - total flux cleaned = 0.0135913 Jy ! Component: 2550 - total flux cleaned = 0.0135913 Jy ! Component: 2600 - total flux cleaned = 0.0136812 Jy ! Component: 2650 - total flux cleaned = 0.0137248 Jy ! Component: 2700 - total flux cleaned = 0.0136372 Jy ! Component: 2750 - total flux cleaned = 0.0135937 Jy ! Component: 2800 - total flux cleaned = 0.0136791 Jy ! Component: 2850 - total flux cleaned = 0.0137627 Jy ! Component: 2900 - total flux cleaned = 0.0135975 Jy ! Component: 2950 - total flux cleaned = 0.0135169 Jy ! Component: 3000 - total flux cleaned = 0.0135177 Jy ! Component: 3050 - total flux cleaned = 0.013637 Jy ! Component: 3100 - total flux cleaned = 0.0136369 Jy ! Component: 3150 - total flux cleaned = 0.0137156 Jy ! Component: 3200 - total flux cleaned = 0.0138693 Jy ! Component: 3250 - total flux cleaned = 0.0137554 Jy ! Component: 3300 - total flux cleaned = 0.0138317 Jy ! Component: 3350 - total flux cleaned = 0.0139437 Jy ! Component: 3400 - total flux cleaned = 0.0138699 Jy ! Component: 3450 - total flux cleaned = 0.0139428 Jy ! Component: 3500 - total flux cleaned = 0.0138702 Jy ! Component: 3550 - total flux cleaned = 0.0138342 Jy ! Component: 3600 - total flux cleaned = 0.01387 Jy ! Component: 3650 - total flux cleaned = 0.0138352 Jy ! Component: 3700 - total flux cleaned = 0.0138356 Jy ! Component: 3750 - total flux cleaned = 0.0139398 Jy ! Component: 3800 - total flux cleaned = 0.0138022 Jy ! Component: 3850 - total flux cleaned = 0.0137686 Jy ! Component: 3900 - total flux cleaned = 0.0138023 Jy ! Component: 3950 - total flux cleaned = 0.0136679 Jy ! Component: 4000 - total flux cleaned = 0.0136678 Jy ! Component: 4050 - total flux cleaned = 0.0135682 Jy ! Total flux subtracted in 4096 components = 0.0135355 Jy ! Clean residual min=-0.001707 max=0.001917 Jy/beam ! Clean residual mean=-0.000002 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.967902 Jy keep ! Adding 257 model components to the UV plane model. ! The established model now contains 473 components and 0.967902 Jy ![Exited script file: muppet] wmap "J0100+6808_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.216 x 11.16 at 89.34 degrees (North through East) ! Clean map min=-0.017001 max=0.38407 Jy/beam ! Writing clean map to FITS file: J0100+6808_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.384066 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000564351 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.440824 0.440824 0.881648 1.7633 3.52659 7.05318 14.1064 28.2127 56.4255 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.384 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.216 x 11.16 at 89.34 degrees (North through East) ! Clean map min=-0.017001 max=0.38407 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 J0100+6808_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:13:18 2017