! Started logfile: J1408-0752_S_2017_02_19_pus_uvs.log on Sat May 4 18:52:39 2019 obs J1408-0752_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1408-0752_S_2017_02_19_pus_uva.fits ! AN table 1: 8 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.705556 visibilities/baseline/integration-bin. ! Found source: J1408-0752 ! ! 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 482 lines of history. ! ! Reading 1016 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 J1408-0752_S_2017_02_19_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.566447Jy sigma=0.004519 ! Fit after self-cal, rms=0.562247Jy sigma=0.004491 ! 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.842 mas, bmaj=7.234 mas, bpa=-3.256 degrees ! Estimated noise=3562.62 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.344987 Jy ! Component: 100 - total flux cleaned = 0.423748 Jy ! Total flux subtracted in 100 components = 0.423748 Jy ! Clean residual min=-0.034717 max=0.069875 Jy/beam ! Clean residual mean=0.000003 rms=0.011353 Jy/beam ! Combined flux in latest and established models = 0.423748 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.423748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161533Jy sigma=0.001154 ! Fit after self-cal, rms=0.161517Jy sigma=0.001153 ! Inverting map ! Added new window around map position (-7.5, -2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0628221 Jy ! Component: 100 - total flux cleaned = 0.0969476 Jy ! Total flux subtracted in 100 components = 0.0969476 Jy ! Clean residual min=-0.026709 max=0.027779 Jy/beam ! Clean residual mean=0.000012 rms=0.007079 Jy/beam ! Combined flux in latest and established models = 0.520695 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 22 components and 0.520695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131011Jy sigma=0.000919 ! Fit after self-cal, rms=0.129288Jy sigma=0.000905 ! 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.277 mas, bmaj=7.404 mas, bpa=-0.5509 degrees ! Estimated noise=3167.59 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.0311948 Jy ! Component: 100 - total flux cleaned = 0.0508708 Jy ! Component: 150 - total flux cleaned = 0.0646641 Jy ! Component: 200 - total flux cleaned = 0.0749837 Jy ! Total flux subtracted in 200 components = 0.0749837 Jy ! Clean residual min=-0.022904 max=0.024063 Jy/beam ! Clean residual mean=0.000029 rms=0.005778 Jy/beam ! Combined flux in latest and established models = 0.595679 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 56 components and 0.595679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118916Jy sigma=0.000839 ! Fit after self-cal, rms=0.118586Jy sigma=0.000837 ! 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.97 FD 1.00 HN 0.99 KP 1.00 ! LA 0.98 MK 0.96 NL 0.96 OV 0.99 ! PT 1.00* SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.11 HN 1.03 KP 0.96 ! LA 0.93 MK 0.96 NL 1.10 OV 1.06 ! PT 1.00* SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.09 HN 1.00 KP 0.85 ! LA 0.73 MK 1.01 NL 1.26 OV 0.95 ! PT 1.00* SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.23 HN 1.01 KP 1.00* ! LA 0.76 MK 1.13 NL 1.00* OV 1.02 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.118586Jy sigma=0.000837 ! Fit after self-cal, rms=0.093510Jy sigma=0.000684 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.295 mas, bmaj=7.436 mas, bpa=-0.4314 degrees ! Estimated noise=3143.35 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 (-13.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0149958 Jy ! Component: 100 - total flux cleaned = 0.0210729 Jy ! Component: 150 - total flux cleaned = 0.0241771 Jy ! Component: 200 - total flux cleaned = 0.0254245 Jy ! Total flux subtracted in 200 components = 0.0254245 Jy ! Clean residual min=-0.006742 max=0.006546 Jy/beam ! Clean residual mean=-0.000002 rms=0.001718 Jy/beam ! Combined flux in latest and established models = 0.621103 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 94 components and 0.621103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091352Jy sigma=0.000666 ! Fit after self-cal, rms=0.091245Jy sigma=0.000665 ! 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.091245Jy sigma=0.000665 ! Fit after self-cal, rms=0.090772Jy sigma=0.000665 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.297 mas, bmaj=7.435 mas, bpa=-0.3959 degrees ! Estimated noise=3129.86 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121824 Jy ! Component: 100 - total flux cleaned = 0.0019506 Jy ! Component: 150 - total flux cleaned = 0.00248758 Jy ! Component: 200 - total flux cleaned = 0.00289339 Jy ! Total flux subtracted in 200 components = 0.00289339 Jy ! Clean residual min=-0.006328 max=0.006642 Jy/beam ! Clean residual mean=-0.000001 rms=0.001589 Jy/beam ! Combined flux in latest and established models = 0.623997 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 110 components and 0.623997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090620Jy sigma=0.000663 ! Fit after self-cal, rms=0.090605Jy sigma=0.000663 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.000442217 Jy ! Component: 100 - total flux cleaned = 0.000916225 Jy ! Component: 150 - total flux cleaned = 0.00113674 Jy ! Component: 200 - total flux cleaned = 0.00129398 Jy ! Total flux subtracted in 200 components = 0.00129398 Jy ! Clean residual min=-0.006083 max=0.006687 Jy/beam ! Clean residual mean=-0.000001 rms=0.001553 Jy/beam ! Combined flux in latest and established models = 0.625291 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 116 components and 0.625291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090531Jy sigma=0.000663 ! Fit after self-cal, rms=0.090526Jy sigma=0.000663 ! Inverting map ! Added new window around map position (54, -7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00642786 Jy ! Component: 100 - total flux cleaned = 0.00793684 Jy ! Component: 150 - total flux cleaned = 0.00845051 Jy ! Component: 200 - total flux cleaned = 0.00920458 Jy ! Total flux subtracted in 200 components = 0.00920458 Jy ! Clean residual min=-0.005968 max=0.004597 Jy/beam ! Clean residual mean=0.000002 rms=0.001310 Jy/beam ! Combined flux in latest and established models = 0.634495 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 136 components and 0.634495 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090040Jy sigma=0.000659 ! Fit after self-cal, rms=0.090030Jy sigma=0.000659 ! 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.090030Jy sigma=0.000659 ! Fit after self-cal, rms=0.089833Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=7.435 mas, bpa=-0.4261 degrees ! Estimated noise=3121.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117337 Jy ! Component: 100 - total flux cleaned = 0.00217021 Jy ! Component: 150 - total flux cleaned = 0.00286813 Jy ! Component: 200 - total flux cleaned = 0.00325685 Jy ! Total flux subtracted in 200 components = 0.00325685 Jy ! Clean residual min=-0.005541 max=0.004583 Jy/beam ! Clean residual mean=0.000001 rms=0.001241 Jy/beam ! Combined flux in latest and established models = 0.637752 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 148 components and 0.637752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089728Jy sigma=0.000658 ! Fit after self-cal, rms=0.089729Jy sigma=0.000658 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.000513174 Jy ! Component: 100 - total flux cleaned = 0.000866373 Jy ! Component: 150 - total flux cleaned = 0.00108993 Jy ! Component: 200 - total flux cleaned = 0.00135492 Jy ! Total flux subtracted in 200 components = 0.00135492 Jy ! Clean residual min=-0.005530 max=0.004500 Jy/beam ! Clean residual mean=0.000001 rms=0.001212 Jy/beam ! Combined flux in latest and established models = 0.639107 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 156 components and 0.639107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089666Jy sigma=0.000657 ! Fit after self-cal, rms=0.089665Jy sigma=0.000657 ! 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.089665Jy sigma=0.000657 ! Fit after self-cal, rms=0.089586Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.141 mas, bmaj=13.18 mas, bpa=15.23 degrees ! Estimated noise=3958.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000701081 Jy ! Component: 100 - total flux cleaned = 0.00121056 Jy ! Component: 150 - total flux cleaned = 0.00135086 Jy ! Component: 200 - total flux cleaned = 0.00144568 Jy ! Total flux subtracted in 200 components = 0.00144568 Jy ! Clean residual min=-0.004277 max=0.003987 Jy/beam ! Clean residual mean=0.000003 rms=0.001181 Jy/beam ! Combined flux in latest and established models = 0.640553 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 176 components and 0.640552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089577Jy sigma=0.000657 ! Fit after self-cal, rms=0.089572Jy sigma=0.000657 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 = -2.17699e-05 Jy ! Component: 100 - total flux cleaned = 6.62012e-05 Jy ! Component: 150 - total flux cleaned = 9.59495e-05 Jy ! Component: 200 - total flux cleaned = 0.000176206 Jy ! Total flux subtracted in 200 components = 0.000176206 Jy ! Clean residual min=-0.004141 max=0.004052 Jy/beam ! Clean residual mean=0.000002 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.640729 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 184 components and 0.640729 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089566Jy sigma=0.000657 ! Fit after self-cal, rms=0.089564Jy sigma=0.000657 ! 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.294 mas, bmaj=7.436 mas, bpa=-0.4465 degrees ! Estimated noise=3118.57 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.294 x 7.436 at -0.4465 degrees (North through East) ! Clean map min=-0.0052689 max=0.44933 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.849 mas, bmaj=7.221 mas, bpa=-3.162 degrees ! Estimated noise=3512.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.339419 Jy ! Component: 100 - total flux cleaned = 0.430861 Jy ! Component: 150 - total flux cleaned = 0.481576 Jy ! Component: 200 - total flux cleaned = 0.514544 Jy ! Total flux subtracted in 200 components = 0.514544 Jy ! Clean residual min=-0.015169 max=0.019181 Jy/beam ! Clean residual mean=-0.000007 rms=0.004778 Jy/beam ! Combined flux in latest and established models = 0.514544 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.514544 Jy ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=7.436 mas, bpa=-0.4465 degrees ! Estimated noise=3118.57 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.0261173 Jy ! Component: 100 - total flux cleaned = 0.0441554 Jy ! Component: 150 - total flux cleaned = 0.0575342 Jy ! Component: 200 - total flux cleaned = 0.0678915 Jy ! Total flux subtracted in 200 components = 0.0678915 Jy ! Clean residual min=-0.009058 max=0.009680 Jy/beam ! Clean residual mean=-0.000001 rms=0.002469 Jy/beam ! Combined flux in latest and established models = 0.582436 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 61 components and 0.582436 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.141 mas, bmaj=13.18 mas, bpa=15.23 degrees ! Estimated noise=3958.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141184 Jy ! Component: 100 - total flux cleaned = 0.0231628 Jy ! Component: 150 - total flux cleaned = 0.0295391 Jy ! Component: 200 - total flux cleaned = 0.0344786 Jy ! Total flux subtracted in 200 components = 0.0344786 Jy ! Clean residual min=-0.006755 max=0.004729 Jy/beam ! Clean residual mean=-0.000001 rms=0.001825 Jy/beam ! Combined flux in latest and established models = 0.616914 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.00396514 Jy ! Component: 100 - total flux cleaned = 0.00724479 Jy ! Component: 150 - total flux cleaned = 0.0100131 Jy ! Component: 200 - total flux cleaned = 0.0121335 Jy ! Total flux subtracted in 200 components = 0.0121335 Jy ! Clean residual min=-0.005325 max=0.003800 Jy/beam ! Clean residual mean=0.000002 rms=0.001381 Jy/beam ! Combined flux in latest and established models = 0.629048 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 140 components and 0.629048 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.294 mas, bmaj=7.436 mas, bpa=-0.4465 degrees ! Estimated noise=3118.57 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000558571 Jy ! Component: 100 - total flux cleaned = 0.000584286 Jy ! Component: 150 - total flux cleaned = 0.000818026 Jy ! Component: 200 - total flux cleaned = 0.00173428 Jy ! Total flux subtracted in 200 components = 0.00173428 Jy ! Clean residual min=-0.006433 max=0.004774 Jy/beam ! Clean residual mean=0.000000 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 0.630782 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 159 components and 0.630782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089822Jy sigma=0.000659 ! Fit after self-cal, rms=0.089798Jy sigma=0.000659 wmodel J1408-0752_S_2017_02_19_pus_map.mod ! Writing 159 model components to file: J1408-0752_S_2017_02_19_pus_map.mod wobs J1408-0752_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1408-0752_S_2017_02_19_pus_uvs.fits wwins J1408-0752_S_2017_02_19_pus_map.win ! wwins: Wrote 4 windows to J1408-0752_S_2017_02_19_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.00259701 Jy ! Component: 100 - total flux cleaned = -0.00303502 Jy ! Component: 150 - total flux cleaned = -0.00335365 Jy ! Component: 200 - total flux cleaned = -0.00350355 Jy ! Component: 250 - total flux cleaned = -0.00350202 Jy ! Component: 300 - total flux cleaned = -0.00364035 Jy ! Component: 350 - total flux cleaned = -0.00370573 Jy ! Component: 400 - total flux cleaned = -0.00376879 Jy ! Component: 450 - total flux cleaned = -0.00370582 Jy ! Component: 500 - total flux cleaned = -0.0035868 Jy ! Component: 550 - total flux cleaned = -0.00364477 Jy ! Component: 600 - total flux cleaned = -0.00370005 Jy ! Component: 650 - total flux cleaned = -0.00391631 Jy ! Component: 700 - total flux cleaned = -0.00407333 Jy ! Component: 750 - total flux cleaned = -0.00427936 Jy ! Component: 800 - total flux cleaned = -0.00438092 Jy ! Component: 850 - total flux cleaned = -0.00462844 Jy ! Component: 900 - total flux cleaned = -0.00467762 Jy ! Component: 950 - total flux cleaned = -0.00486838 Jy ! Component: 1000 - total flux cleaned = -0.00500727 Jy ! Component: 1050 - total flux cleaned = -0.00505205 Jy ! Component: 1100 - total flux cleaned = -0.00509706 Jy ! Component: 1150 - total flux cleaned = -0.00509748 Jy ! Component: 1200 - total flux cleaned = -0.00527012 Jy ! Component: 1250 - total flux cleaned = -0.00527059 Jy ! Component: 1300 - total flux cleaned = -0.00547896 Jy ! Component: 1350 - total flux cleaned = -0.00568396 Jy ! Component: 1400 - total flux cleaned = -0.0058867 Jy ! Component: 1450 - total flux cleaned = -0.006086 Jy ! Component: 1500 - total flux cleaned = -0.0061646 Jy ! Component: 1550 - total flux cleaned = -0.00639767 Jy ! Component: 1600 - total flux cleaned = -0.00662807 Jy ! Component: 1650 - total flux cleaned = -0.00693059 Jy ! Component: 1700 - total flux cleaned = -0.00719151 Jy ! Component: 1750 - total flux cleaned = -0.00733865 Jy ! Component: 1800 - total flux cleaned = -0.00748455 Jy ! Component: 1850 - total flux cleaned = -0.00780858 Jy ! Component: 1900 - total flux cleaned = -0.0080215 Jy ! Component: 1950 - total flux cleaned = -0.00823206 Jy ! Component: 2000 - total flux cleaned = -0.00854372 Jy ! Component: 2050 - total flux cleaned = -0.0086807 Jy ! Component: 2100 - total flux cleaned = -0.00891763 Jy ! Component: 2150 - total flux cleaned = -0.00911841 Jy ! Component: 2200 - total flux cleaned = -0.00935039 Jy ! Component: 2250 - total flux cleaned = -0.00961289 Jy ! Component: 2300 - total flux cleaned = -0.00983967 Jy ! Component: 2350 - total flux cleaned = -0.0100644 Jy ! Component: 2400 - total flux cleaned = -0.010319 Jy ! Component: 2450 - total flux cleaned = -0.010571 Jy ! Component: 2500 - total flux cleaned = -0.0108208 Jy ! Component: 2550 - total flux cleaned = -0.0110683 Jy ! Component: 2600 - total flux cleaned = -0.0112523 Jy ! Component: 2650 - total flux cleaned = -0.0115561 Jy ! Component: 2700 - total flux cleaned = -0.0117969 Jy ! Component: 2750 - total flux cleaned = -0.0120355 Jy ! Component: 2800 - total flux cleaned = -0.0122127 Jy ! Component: 2850 - total flux cleaned = -0.0124471 Jy ! Component: 2900 - total flux cleaned = -0.0126795 Jy ! Component: 2950 - total flux cleaned = -0.0129101 Jy ! Component: 3000 - total flux cleaned = -0.0131959 Jy ! Component: 3050 - total flux cleaned = -0.0134792 Jy ! Component: 3100 - total flux cleaned = -0.0137326 Jy ! Component: 3150 - total flux cleaned = -0.0139563 Jy ! Component: 3200 - total flux cleaned = -0.0142888 Jy ! Component: 3250 - total flux cleaned = -0.0145086 Jy ! Component: 3300 - total flux cleaned = -0.014727 Jy ! Component: 3350 - total flux cleaned = -0.0150526 Jy ! Component: 3400 - total flux cleaned = -0.015268 Jy ! Component: 3450 - total flux cleaned = -0.0154554 Jy ! Component: 3500 - total flux cleaned = -0.0157214 Jy ! Component: 3550 - total flux cleaned = -0.0159594 Jy ! Component: 3600 - total flux cleaned = -0.0162482 Jy ! Component: 3650 - total flux cleaned = -0.0164309 Jy ! Component: 3700 - total flux cleaned = -0.0166127 Jy ! Component: 3750 - total flux cleaned = -0.0168712 Jy ! Component: 3800 - total flux cleaned = -0.0170511 Jy ! Component: 3850 - total flux cleaned = -0.0172302 Jy ! Component: 3900 - total flux cleaned = -0.0174849 Jy ! Component: 3950 - total flux cleaned = -0.017637 Jy ! Component: 4000 - total flux cleaned = -0.0178892 Jy ! Component: 4050 - total flux cleaned = -0.0180396 Jy ! Total flux subtracted in 4096 components = -0.0182396 Jy ! Clean residual min=-0.001517 max=0.001519 Jy/beam ! Clean residual mean=-0.000004 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.612542 Jy keep ! Adding 221 model components to the UV plane model. ! The established model now contains 380 components and 0.612543 Jy ![Exited script file: muppet] wmap "J1408-0752_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.294 x 7.436 at -0.4465 degrees (North through East) ! Clean map min=-0.0044204 max=0.44617 Jy/beam ! Writing clean map to FITS file: J1408-0752_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.446173 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000397804 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.267477 0.267477 0.534954 1.06991 2.13981 4.27963 8.55926 17.1185 34.237 68.4741 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.446 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.294 x 7.436 at -0.4465 degrees (North through East) ! Clean map min=-0.0044204 max=0.44617 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 J1408-0752_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:52:44 2019