! Started logfile: J2212+2355_S_2017_02_24_pus_uvs.log on Sat May 4 11:35:51 2019 obs J2212+2355_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2212+2355_S_2017_02_24_pus_uva.fits ! AN table 1: 8 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.877778 visibilities/baseline/integration-bin. ! Found source: J2212+2355 ! ! 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 823 lines of history. ! ! Reading 1264 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 J2212+2355_S_2017_02_24_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 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 32 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.268900Jy sigma=0.002368 ! Fit after self-cal, rms=0.265579Jy sigma=0.002338 ! 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.567 mas, bmaj=7.472 mas, bpa=-8.571 degrees ! Estimated noise=3135.33 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.580992 Jy ! Component: 100 - total flux cleaned = 0.71711 Jy ! Total flux subtracted in 100 components = 0.71711 Jy ! Clean residual min=-0.021566 max=0.052134 Jy/beam ! Clean residual mean=0.000084 rms=0.007507 Jy/beam ! Combined flux in latest and established models = 0.71711 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.71711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122613Jy sigma=0.001097 ! Fit after self-cal, rms=0.122607Jy sigma=0.001097 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0542044 Jy ! Component: 100 - total flux cleaned = 0.0784362 Jy ! Total flux subtracted in 100 components = 0.0784362 Jy ! Clean residual min=-0.016498 max=0.025468 Jy/beam ! Clean residual mean=0.000036 rms=0.004291 Jy/beam ! Combined flux in latest and established models = 0.795546 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 13 components and 0.795546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095432Jy sigma=0.000830 ! Fit after self-cal, rms=0.095406Jy sigma=0.000829 ! 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.123 mas, bmaj=8.172 mas, bpa=-6.578 degrees ! Estimated noise=2350.57 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 (-60, 72.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0205671 Jy ! Component: 100 - total flux cleaned = 0.0263696 Jy ! Component: 150 - total flux cleaned = 0.0278715 Jy ! Component: 200 - total flux cleaned = 0.0294102 Jy ! Total flux subtracted in 200 components = 0.0294102 Jy ! Clean residual min=-0.012639 max=0.017347 Jy/beam ! Clean residual mean=0.000057 rms=0.003153 Jy/beam ! Combined flux in latest and established models = 0.824956 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 33 components and 0.824956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090270Jy sigma=0.000786 ! Fit after self-cal, rms=0.089682Jy sigma=0.000780 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.04 HN 1.07 KP 0.97 ! LA 0.97 MK 0.97 NL 0.99 OV 1.02 ! PT 1.01 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 1.07 KP 0.95 ! LA 0.93 MK 0.95 NL 0.97 OV 1.05 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 1.02 KP 1.02 ! LA 1.03 MK 0.99 NL 1.11 OV 0.97 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 0.98 KP 1.00* ! LA 0.99 MK 1.16 NL 1.00* OV 1.01 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.089682Jy sigma=0.000780 ! Fit after self-cal, rms=0.075589Jy sigma=0.000658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=8.173 mas, bpa=-6.247 degrees ! Estimated noise=2342.66 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.00138932 Jy ! Component: 100 - total flux cleaned = -0.00206037 Jy ! Component: 150 - total flux cleaned = -0.00181004 Jy ! Component: 200 - total flux cleaned = -0.00148513 Jy ! Total flux subtracted in 200 components = -0.00148513 Jy ! Clean residual min=-0.005140 max=0.006581 Jy/beam ! Clean residual mean=0.000017 rms=0.001471 Jy/beam ! Combined flux in latest and established models = 0.823471 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 54 components and 0.823471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074957Jy sigma=0.000652 ! Fit after self-cal, rms=0.074928Jy sigma=0.000652 ! 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.074928Jy sigma=0.000652 ! Fit after self-cal, rms=0.074904Jy sigma=0.000652 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=8.178 mas, bpa=-6.215 degrees ! Estimated noise=2341 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00142809 Jy ! Component: 100 - total flux cleaned = -0.00153591 Jy ! Component: 150 - total flux cleaned = -0.00145431 Jy ! Component: 200 - total flux cleaned = -0.00138268 Jy ! Total flux subtracted in 200 components = -0.00138268 Jy ! Clean residual min=-0.004744 max=0.006008 Jy/beam ! Clean residual mean=0.000016 rms=0.001390 Jy/beam ! Combined flux in latest and established models = 0.822088 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 67 components and 0.822088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074671Jy sigma=0.000650 ! Fit after self-cal, rms=0.074652Jy sigma=0.000650 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 (19, 12.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00509043 Jy ! Component: 100 - total flux cleaned = 0.00615547 Jy ! Component: 150 - total flux cleaned = 0.00633548 Jy ! Component: 200 - total flux cleaned = 0.00665286 Jy ! Total flux subtracted in 200 components = 0.00665286 Jy ! Clean residual min=-0.004363 max=0.005230 Jy/beam ! Clean residual mean=0.000013 rms=0.001225 Jy/beam ! Combined flux in latest and established models = 0.828741 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 88 components and 0.828741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074155Jy sigma=0.000646 ! Fit after self-cal, rms=0.074141Jy sigma=0.000646 ! Inverting map ! Added new window around map position (69, -48). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00380932 Jy ! Component: 100 - total flux cleaned = 0.00535046 Jy ! Component: 150 - total flux cleaned = 0.0060819 Jy ! Component: 200 - total flux cleaned = 0.00652506 Jy ! Total flux subtracted in 200 components = 0.00652506 Jy ! Clean residual min=-0.004172 max=0.004468 Jy/beam ! Clean residual mean=0.000006 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.835267 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 111 components and 0.835266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073796Jy sigma=0.000643 ! Fit after self-cal, rms=0.073790Jy sigma=0.000643 ! 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.073790Jy sigma=0.000643 ! Fit after self-cal, rms=0.073806Jy sigma=0.000642 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=8.181 mas, bpa=-6.204 degrees ! Estimated noise=2340.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00091975 Jy ! Component: 100 - total flux cleaned = 0.00160311 Jy ! Component: 150 - total flux cleaned = 0.00194152 Jy ! Component: 200 - total flux cleaned = 0.00213067 Jy ! Total flux subtracted in 200 components = 0.00213067 Jy ! Clean residual min=-0.004215 max=0.004256 Jy/beam ! Clean residual mean=0.000005 rms=0.001029 Jy/beam ! Combined flux in latest and established models = 0.837397 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 131 components and 0.837397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073642Jy sigma=0.000641 ! Fit after self-cal, rms=0.073644Jy sigma=0.000641 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.00010714 Jy ! Component: 100 - total flux cleaned = 0.000226651 Jy ! Component: 150 - total flux cleaned = 0.000284781 Jy ! Component: 200 - total flux cleaned = 0.000340259 Jy ! Total flux subtracted in 200 components = 0.000340259 Jy ! Clean residual min=-0.004217 max=0.004171 Jy/beam ! Clean residual mean=0.000004 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.837737 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 141 components and 0.837737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073544Jy sigma=0.000640 ! Fit after self-cal, rms=0.073547Jy sigma=0.000640 ! 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.073547Jy sigma=0.000640 ! Fit after self-cal, rms=0.073544Jy sigma=0.000640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.602 mas, bmaj=10.65 mas, bpa=0.5825 degrees ! Estimated noise=2875.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000169108 Jy ! Component: 100 - total flux cleaned = -0.000274536 Jy ! Component: 150 - total flux cleaned = -0.000181994 Jy ! Component: 200 - total flux cleaned = -9.18627e-06 Jy ! Total flux subtracted in 200 components = -9.18627e-06 Jy ! Clean residual min=-0.004089 max=0.003941 Jy/beam ! Clean residual mean=0.000009 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.837728 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 155 components and 0.837728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073534Jy sigma=0.000640 ! Fit after self-cal, rms=0.073531Jy sigma=0.000640 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.000211687 Jy ! Component: 100 - total flux cleaned = -8.73077e-05 Jy ! Component: 150 - total flux cleaned = -9.44683e-06 Jy ! Component: 200 - total flux cleaned = 6.41446e-05 Jy ! Total flux subtracted in 200 components = 6.41446e-05 Jy ! Clean residual min=-0.003970 max=0.003837 Jy/beam ! Clean residual mean=0.000008 rms=0.001089 Jy/beam ! Combined flux in latest and established models = 0.837792 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 167 components and 0.837792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073521Jy sigma=0.000640 ! Fit after self-cal, rms=0.073521Jy sigma=0.000640 ! 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.113 mas, bmaj=8.183 mas, bpa=-6.203 degrees ! Estimated noise=2338.94 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.113 x 8.183 at -6.203 degrees (North through East) ! Clean map min=-0.0041088 max=0.75253 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073521Jy sigma=0.000640 ! Fit after self-cal, rms=0.069209Jy sigma=0.000598 ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=8.183 mas, bpa=-6.204 degrees ! Estimated noise=2338.08 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000480353 Jy ! Component: 100 - total flux cleaned = 0.000714827 Jy ! Component: 150 - total flux cleaned = 0.000715688 Jy ! Component: 200 - total flux cleaned = 0.000763947 Jy ! Total flux subtracted in 200 components = 0.000763947 Jy ! Clean residual min=-0.004263 max=0.003961 Jy/beam ! Clean residual mean=0.000005 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.838556 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 181 components and 0.838556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069101Jy sigma=0.000597 ! Fit after self-cal, rms=0.069104Jy sigma=0.000597 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.49928e-05 Jy ! Component: 100 - total flux cleaned = 0.000103019 Jy ! Component: 150 - total flux cleaned = 0.000104345 Jy ! Component: 200 - total flux cleaned = 0.000148177 Jy ! Total flux subtracted in 200 components = 0.000148177 Jy ! Clean residual min=-0.004198 max=0.003862 Jy/beam ! Clean residual mean=0.000005 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.838704 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 189 components and 0.838705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069034Jy sigma=0.000597 ! Fit after self-cal, rms=0.069037Jy sigma=0.000597 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069037Jy sigma=0.000597 ! Fit after self-cal, rms=0.069035Jy sigma=0.000597 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.558 mas, bmaj=7.464 mas, bpa=-8.159 degrees ! Estimated noise=3133.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.580651 Jy ! Component: 100 - total flux cleaned = 0.715383 Jy ! Component: 150 - total flux cleaned = 0.767681 Jy ! Component: 200 - total flux cleaned = 0.791155 Jy ! Total flux subtracted in 200 components = 0.791155 Jy ! Clean residual min=-0.009500 max=0.010427 Jy/beam ! Clean residual mean=0.000021 rms=0.002431 Jy/beam ! Combined flux in latest and established models = 0.791155 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.791155 Jy ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=8.184 mas, bpa=-6.202 degrees ! Estimated noise=2337.18 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) ! Added new window around map position (3.5, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0144866 Jy ! Component: 100 - total flux cleaned = 0.0237921 Jy ! Component: 150 - total flux cleaned = 0.0304713 Jy ! Component: 200 - total flux cleaned = 0.0338274 Jy ! Total flux subtracted in 200 components = 0.0338274 Jy ! Clean residual min=-0.005168 max=0.005055 Jy/beam ! Clean residual mean=0.000017 rms=0.001354 Jy/beam ! Combined flux in latest and established models = 0.824983 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 46 components and 0.824983 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.603 mas, bmaj=10.65 mas, bpa=0.5902 degrees ! Estimated noise=2872.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00556663 Jy ! Component: 100 - total flux cleaned = 0.00901195 Jy ! Component: 150 - total flux cleaned = 0.0103892 Jy ! Component: 200 - total flux cleaned = 0.0113243 Jy ! Total flux subtracted in 200 components = 0.0113243 Jy ! Clean residual min=-0.004167 max=0.004186 Jy/beam ! Clean residual mean=0.000012 rms=0.001260 Jy/beam ! Combined flux in latest and established models = 0.836307 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.000714936 Jy ! Component: 100 - total flux cleaned = 0.00126549 Jy ! Component: 150 - total flux cleaned = 0.00168307 Jy ! Component: 200 - total flux cleaned = 0.00193459 Jy ! Total flux subtracted in 200 components = 0.00193459 Jy ! Clean residual min=-0.003766 max=0.003759 Jy/beam ! Clean residual mean=0.000006 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 0.838242 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 93 components and 0.838241 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.113 mas, bmaj=8.184 mas, bpa=-6.202 degrees ! Estimated noise=2337.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000971576 Jy ! Component: 100 - total flux cleaned = -0.000628455 Jy ! Component: 150 - total flux cleaned = -0.000522253 Jy ! Component: 200 - total flux cleaned = -0.000423027 Jy ! Total flux subtracted in 200 components = -0.000423027 Jy ! Clean residual min=-0.004103 max=0.004726 Jy/beam ! Clean residual mean=0.000006 rms=0.001031 Jy/beam ! Combined flux in latest and established models = 0.837818 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 120 components and 0.837818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069550Jy sigma=0.000600 ! Fit after self-cal, rms=0.069508Jy sigma=0.000599 wmodel J2212+2355_S_2017_02_24_pus_map.mod ! Writing 120 model components to file: J2212+2355_S_2017_02_24_pus_map.mod wobs J2212+2355_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2212+2355_S_2017_02_24_pus_uvs.fits wwins J2212+2355_S_2017_02_24_pus_map.win ! wwins: Wrote 5 windows to J2212+2355_S_2017_02_24_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.000699729 Jy ! Component: 100 - total flux cleaned = 0.00014843 Jy ! Component: 150 - total flux cleaned = 8.74498e-05 Jy ! Component: 200 - total flux cleaned = -0.000158838 Jy ! Component: 250 - total flux cleaned = -4.02254e-05 Jy ! Component: 300 - total flux cleaned = -4.05789e-05 Jy ! Component: 350 - total flux cleaned = -9.5867e-05 Jy ! Component: 400 - total flux cleaned = -0.000204483 Jy ! Component: 450 - total flux cleaned = -0.000468906 Jy ! Component: 500 - total flux cleaned = -0.000674746 Jy ! Component: 550 - total flux cleaned = -0.000926954 Jy ! Component: 600 - total flux cleaned = -0.00112459 Jy ! Component: 650 - total flux cleaned = -0.00136536 Jy ! Component: 700 - total flux cleaned = -0.00131627 Jy ! Component: 750 - total flux cleaned = -0.00140994 Jy ! Component: 800 - total flux cleaned = -0.00168595 Jy ! Component: 850 - total flux cleaned = -0.001686 Jy ! Component: 900 - total flux cleaned = -0.001642 Jy ! Component: 950 - total flux cleaned = -0.0016868 Jy ! Component: 1000 - total flux cleaned = -0.00160098 Jy ! Component: 1050 - total flux cleaned = -0.00151581 Jy ! Component: 1100 - total flux cleaned = -0.00138924 Jy ! Component: 1150 - total flux cleaned = -0.00147153 Jy ! Component: 1200 - total flux cleaned = -0.00126694 Jy ! Component: 1250 - total flux cleaned = -0.00110592 Jy ! Component: 1300 - total flux cleaned = -0.000907329 Jy ! Component: 1350 - total flux cleaned = -0.000828461 Jy ! Component: 1400 - total flux cleaned = -0.000595378 Jy ! Component: 1450 - total flux cleaned = -0.00025026 Jy ! Component: 1500 - total flux cleaned = -0.000212272 Jy ! Component: 1550 - total flux cleaned = 1.30907e-05 Jy ! Component: 1600 - total flux cleaned = 0.000198723 Jy ! Component: 1650 - total flux cleaned = 0.000529853 Jy ! Component: 1700 - total flux cleaned = 0.000748434 Jy ! Component: 1750 - total flux cleaned = 0.000928381 Jy ! Component: 1800 - total flux cleaned = 0.00107105 Jy ! Component: 1850 - total flux cleaned = 0.00128385 Jy ! Component: 1900 - total flux cleaned = 0.0013888 Jy ! Component: 1950 - total flux cleaned = 0.00145854 Jy ! Component: 2000 - total flux cleaned = 0.00163106 Jy ! Component: 2050 - total flux cleaned = 0.0017339 Jy ! Component: 2100 - total flux cleaned = 0.00180189 Jy ! Component: 2150 - total flux cleaned = 0.00193694 Jy ! Component: 2200 - total flux cleaned = 0.00200416 Jy ! Component: 2250 - total flux cleaned = 0.00207078 Jy ! Component: 2300 - total flux cleaned = 0.002236 Jy ! Component: 2350 - total flux cleaned = 0.00226897 Jy ! Component: 2400 - total flux cleaned = 0.00226899 Jy ! Component: 2450 - total flux cleaned = 0.00239861 Jy ! Component: 2500 - total flux cleaned = 0.00243105 Jy ! Component: 2550 - total flux cleaned = 0.00255947 Jy ! Component: 2600 - total flux cleaned = 0.00271865 Jy ! Component: 2650 - total flux cleaned = 0.00281356 Jy ! Component: 2700 - total flux cleaned = 0.00303385 Jy ! Component: 2750 - total flux cleaned = 0.00315894 Jy ! Component: 2800 - total flux cleaned = 0.00328356 Jy ! Component: 2850 - total flux cleaned = 0.00340719 Jy ! Component: 2900 - total flux cleaned = 0.00353068 Jy ! Component: 2950 - total flux cleaned = 0.00371465 Jy ! Component: 3000 - total flux cleaned = 0.0038061 Jy ! Component: 3050 - total flux cleaned = 0.00395793 Jy ! Component: 3100 - total flux cleaned = 0.00407897 Jy ! Component: 3150 - total flux cleaned = 0.00431974 Jy ! Component: 3200 - total flux cleaned = 0.00446931 Jy ! Component: 3250 - total flux cleaned = 0.00458875 Jy ! Component: 3300 - total flux cleaned = 0.00479683 Jy ! Component: 3350 - total flux cleaned = 0.00491507 Jy ! Component: 3400 - total flux cleaned = 0.00506249 Jy ! Component: 3450 - total flux cleaned = 0.00512151 Jy ! Component: 3500 - total flux cleaned = 0.00529742 Jy ! Component: 3550 - total flux cleaned = 0.00544332 Jy ! Component: 3600 - total flux cleaned = 0.00558871 Jy ! Component: 3650 - total flux cleaned = 0.00573354 Jy ! Component: 3700 - total flux cleaned = 0.00582035 Jy ! Component: 3750 - total flux cleaned = 0.00587801 Jy ! Component: 3800 - total flux cleaned = 0.00607906 Jy ! Component: 3850 - total flux cleaned = 0.006165 Jy ! Component: 3900 - total flux cleaned = 0.00630766 Jy ! Component: 3950 - total flux cleaned = 0.00639303 Jy ! Component: 4000 - total flux cleaned = 0.00653517 Jy ! Component: 4050 - total flux cleaned = 0.00659183 Jy ! Total flux subtracted in 4096 components = 0.00664858 Jy ! Clean residual min=-0.001988 max=0.002396 Jy/beam ! Clean residual mean=0.000002 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.844467 Jy keep ! Adding 260 model components to the UV plane model. ! The established model now contains 379 components and 0.844467 Jy ![Exited script file: muppet] wmap "J2212+2355_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.113 x 8.184 at -6.202 degrees (North through East) ! Clean map min=-0.0033434 max=0.75014 Jy/beam ! Writing clean map to FITS file: J2212+2355_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.750136 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000472536 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.18898 0.18898 0.377961 0.755921 1.51184 3.02369 6.04737 12.0947 24.1895 48.379 96.7579 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.75 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.113 x 8.184 at -6.202 degrees (North through East) ! Clean map min=-0.0033434 max=0.75014 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 J2212+2355_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:35:56 2019