! Started logfile: J0743-3803_S_2017_03_23_pus_uvs.log on Mon May 13 09:53:18 2019 obs J0743-3803_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0743-3803_S_2017_03_23_pus_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.558467 visibilities/baseline/integration-bin. ! Found source: J0743-3803 ! ! 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 481 lines of history. ! ! Reading 14576 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 J0743-3803_S_2017_03_23_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 450 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 478 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 380 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 898 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.890284Jy sigma=0.005086 ! Fit after self-cal, rms=0.845097Jy sigma=0.004836 ! 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.374 mas, bmaj=5.864 mas, bpa=-1.135 degrees ! Estimated noise=2297.49 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.0959455 Jy ! Component: 100 - total flux cleaned = 0.14746 Jy ! Total flux subtracted in 100 components = 0.14746 Jy ! Clean residual min=-0.012178 max=0.029754 Jy/beam ! Clean residual mean=0.000048 rms=0.004789 Jy/beam ! Combined flux in latest and established models = 0.14746 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 40 components and 0.14746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161868Jy sigma=0.000856 ! Fit after self-cal, rms=0.161229Jy sigma=0.000853 ! Inverting map ! Added new window around map position (-3, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0355161 Jy ! Component: 100 - total flux cleaned = 0.0583853 Jy ! Total flux subtracted in 100 components = 0.0583853 Jy ! Clean residual min=-0.008779 max=0.017340 Jy/beam ! Clean residual mean=0.000022 rms=0.003130 Jy/beam ! Combined flux in latest and established models = 0.205846 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 62 components and 0.205846 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143559Jy sigma=0.000740 ! Fit after self-cal, rms=0.143219Jy sigma=0.000738 ! 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.321 mas, bmaj=7.841 mas, bpa=-0.6092 degrees ! Estimated noise=1237.44 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.0347854 Jy ! Component: 100 - total flux cleaned = 0.0524295 Jy ! Component: 150 - total flux cleaned = 0.0616827 Jy ! Component: 200 - total flux cleaned = 0.0665357 Jy ! Total flux subtracted in 200 components = 0.0665357 Jy ! Clean residual min=-0.009252 max=0.017594 Jy/beam ! Clean residual mean=-0.000107 rms=0.003288 Jy/beam ! Combined flux in latest and established models = 0.272381 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 79 components and 0.272381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134887Jy sigma=0.000688 ! Fit after self-cal, rms=0.134531Jy sigma=0.000685 ! 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.09 FD 0.93 HN 1.00* KP 1.04 ! LA 1.00 MK 1.12 NL 1.28 OV 1.06 ! PT 0.96 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.06 HN 1.00* KP 0.99 ! LA 0.95 MK 1.15 NL 1.29 OV 1.12 ! PT 0.93 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.01 HN 1.00* KP 0.86 ! LA 0.73 MK 1.10 NL 1.72 OV 0.99 ! PT 0.93 SC 1.13 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 0.97 HN 1.00* KP 1.00* ! LA 0.73 MK 0.89 NL 1.00* OV 1.30 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.134531Jy sigma=0.000685 ! Fit after self-cal, rms=0.144482Jy sigma=0.000654 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.401 mas, bmaj=7.937 mas, bpa=0.04714 degrees ! Estimated noise=1276.69 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.000316038 Jy ! Component: 100 - total flux cleaned = 0.000245164 Jy ! Component: 150 - total flux cleaned = 0.000184064 Jy ! Component: 200 - total flux cleaned = 0.000241035 Jy ! Total flux subtracted in 200 components = 0.000241035 Jy ! Clean residual min=-0.004475 max=0.006954 Jy/beam ! Clean residual mean=-0.000020 rms=0.001446 Jy/beam ! Combined flux in latest and established models = 0.272622 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 92 components and 0.272622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144410Jy sigma=0.000653 ! Fit after self-cal, rms=0.145025Jy 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.145025Jy sigma=0.000652 ! Fit after self-cal, rms=0.148889Jy sigma=0.000650 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.349 mas, bmaj=7.742 mas, bpa=-0.1729 degrees ! Estimated noise=1258.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000860311 Jy ! Component: 100 - total flux cleaned = 0.000812728 Jy ! Component: 150 - total flux cleaned = 0.000813559 Jy ! Component: 200 - total flux cleaned = 0.000870315 Jy ! Total flux subtracted in 200 components = 0.000870315 Jy ! Clean residual min=-0.003659 max=0.005055 Jy/beam ! Clean residual mean=-0.000008 rms=0.001208 Jy/beam ! Combined flux in latest and established models = 0.273492 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 100 components and 0.273492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148858Jy sigma=0.000650 ! Fit after self-cal, rms=0.148933Jy sigma=0.000649 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.000364674 Jy ! Component: 100 - total flux cleaned = 0.000369843 Jy ! Component: 150 - total flux cleaned = 0.000369232 Jy ! Component: 200 - total flux cleaned = 0.000369175 Jy ! Total flux subtracted in 200 components = 0.000369175 Jy ! Clean residual min=-0.003607 max=0.004992 Jy/beam ! Clean residual mean=-0.000008 rms=0.001191 Jy/beam ! Combined flux in latest and established models = 0.273862 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 105 components and 0.273862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148910Jy sigma=0.000649 ! Fit after self-cal, rms=0.148918Jy sigma=0.000649 ! 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.148918Jy sigma=0.000649 ! Fit after self-cal, rms=0.149435Jy sigma=0.000649 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.313 mas, bmaj=7.636 mas, bpa=-0.2565 degrees ! Estimated noise=1246.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000924929 Jy ! Component: 100 - total flux cleaned = 0.000958171 Jy ! Component: 150 - total flux cleaned = 0.000981189 Jy ! Component: 200 - total flux cleaned = 0.00100498 Jy ! Total flux subtracted in 200 components = 0.00100498 Jy ! Clean residual min=-0.003585 max=0.004984 Jy/beam ! Clean residual mean=-0.000007 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.274867 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 107 components and 0.274867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149414Jy sigma=0.000649 ! Fit after self-cal, rms=0.149419Jy sigma=0.000649 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.000304274 Jy ! Component: 100 - total flux cleaned = 0.000307842 Jy ! Component: 150 - total flux cleaned = 0.000309903 Jy ! Component: 200 - total flux cleaned = 0.000334302 Jy ! Total flux subtracted in 200 components = 0.000334302 Jy ! Clean residual min=-0.003544 max=0.004951 Jy/beam ! Clean residual mean=-0.000007 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.275201 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 110 components and 0.275201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.149404Jy sigma=0.000649 ! Fit after self-cal, rms=0.149389Jy sigma=0.000649 ! 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.149389Jy sigma=0.000649 ! Fit after self-cal, rms=0.148626Jy sigma=0.000649 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.669 mas, bmaj=27.04 mas, bpa=2.055 degrees ! Estimated noise=1532.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00222047 Jy ! Component: 100 - total flux cleaned = 0.00238958 Jy ! Component: 150 - total flux cleaned = 0.00250694 Jy ! Component: 200 - total flux cleaned = 0.00261566 Jy ! Total flux subtracted in 200 components = 0.00261566 Jy ! Clean residual min=-0.004060 max=0.005705 Jy/beam ! Clean residual mean=-0.000010 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 0.277817 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 111 components and 0.277817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148604Jy sigma=0.000649 ! Fit after self-cal, rms=0.148626Jy sigma=0.000649 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.00046607 Jy ! Component: 100 - total flux cleaned = 0.000466499 Jy ! Component: 150 - total flux cleaned = 0.000496271 Jy ! Component: 200 - total flux cleaned = 0.000582049 Jy ! Total flux subtracted in 200 components = 0.000582049 Jy ! Clean residual min=-0.004018 max=0.005477 Jy/beam ! Clean residual mean=-0.000009 rms=0.001618 Jy/beam ! Combined flux in latest and established models = 0.278399 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 113 components and 0.278399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148620Jy sigma=0.000649 ! Fit after self-cal, rms=0.148642Jy sigma=0.000649 ! 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.287 mas, bmaj=7.59 mas, bpa=-0.3938 degrees ! Estimated noise=1238.66 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.287 x 7.59 at -0.3938 degrees (North through East) ! Clean map min=-0.0033012 max=0.10247 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.317 mas, bmaj=5.681 mas, bpa=-1.379 degrees ! Estimated noise=2296.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0970085 Jy ! Component: 100 - total flux cleaned = 0.153915 Jy ! Component: 150 - total flux cleaned = 0.191468 Jy ! Component: 200 - total flux cleaned = 0.216364 Jy ! Total flux subtracted in 200 components = 0.216364 Jy ! Clean residual min=-0.007081 max=0.013575 Jy/beam ! Clean residual mean=0.000020 rms=0.002265 Jy/beam ! Combined flux in latest and established models = 0.216364 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 46 model components to the UV plane model. ! The established model now contains 46 components and 0.216364 Jy ! Inverting map and beam ! Estimated beam: bmin=3.287 mas, bmaj=7.59 mas, bpa=-0.3938 degrees ! Estimated noise=1238.66 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.029197 Jy ! Component: 100 - total flux cleaned = 0.043072 Jy ! Component: 150 - total flux cleaned = 0.0500972 Jy ! Component: 200 - total flux cleaned = 0.053677 Jy ! Total flux subtracted in 200 components = 0.053677 Jy ! Clean residual min=-0.004344 max=0.006101 Jy/beam ! Clean residual mean=-0.000008 rms=0.001299 Jy/beam ! Combined flux in latest and established models = 0.27004 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 85 components and 0.27004 Jy ! Inverting map ! Added new window around map position (7.5, -7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00541154 Jy ! Component: 100 - total flux cleaned = 0.00788113 Jy ! Component: 150 - total flux cleaned = 0.00852514 Jy ! Component: 200 - total flux cleaned = 0.0089569 Jy ! Total flux subtracted in 200 components = 0.0089569 Jy ! Clean residual min=-0.003848 max=0.004597 Jy/beam ! Clean residual mean=-0.000003 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.278997 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 103 components and 0.278997 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=9.669 mas, bmaj=27.04 mas, bpa=2.055 degrees ! Estimated noise=1532.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00176303 Jy ! Component: 100 - total flux cleaned = 0.00196092 Jy ! Component: 150 - total flux cleaned = 0.00200302 Jy ! Component: 200 - total flux cleaned = 0.00203995 Jy ! Total flux subtracted in 200 components = 0.00203995 Jy ! Clean residual min=-0.004520 max=0.004798 Jy/beam ! Clean residual mean=-0.000003 rms=0.001548 Jy/beam ! Combined flux in latest and established models = 0.281037 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 = 3.45533e-05 Jy ! Component: 100 - total flux cleaned = 6.75524e-05 Jy ! Component: 150 - total flux cleaned = 0.000100919 Jy ! Component: 200 - total flux cleaned = 0.000129528 Jy ! Total flux subtracted in 200 components = 0.000129528 Jy ! Clean residual min=-0.004413 max=0.004767 Jy/beam ! Clean residual mean=-0.000003 rms=0.001532 Jy/beam ! Combined flux in latest and established models = 0.281167 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 117 components and 0.281167 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.287 mas, bmaj=7.59 mas, bpa=-0.3938 degrees ! Estimated noise=1238.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00031724 Jy ! Component: 100 - total flux cleaned = -0.000557928 Jy ! Component: 150 - total flux cleaned = -0.000715052 Jy ! Component: 200 - total flux cleaned = -0.000803185 Jy ! Total flux subtracted in 200 components = -0.000803185 Jy ! Clean residual min=-0.003635 max=0.004600 Jy/beam ! Clean residual mean=-0.000002 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.280364 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 128 components and 0.280364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148605Jy sigma=0.000648 ! Fit after self-cal, rms=0.148438Jy sigma=0.000648 wmodel J0743-3803_S_2017_03_23_pus_map.mod ! Writing 128 model components to file: J0743-3803_S_2017_03_23_pus_map.mod wobs J0743-3803_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0743-3803_S_2017_03_23_pus_uvs.fits wwins J0743-3803_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J0743-3803_S_2017_03_23_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.00187021 Jy ! Component: 100 - total flux cleaned = 0.00251308 Jy ! Component: 150 - total flux cleaned = 0.00257329 Jy ! Component: 200 - total flux cleaned = 0.00274085 Jy ! Component: 250 - total flux cleaned = 0.00290002 Jy ! Component: 300 - total flux cleaned = 0.0031021 Jy ! Component: 350 - total flux cleaned = 0.00329509 Jy ! Component: 400 - total flux cleaned = 0.00357568 Jy ! Component: 450 - total flux cleaned = 0.00380004 Jy ! Component: 500 - total flux cleaned = 0.00410558 Jy ! Component: 550 - total flux cleaned = 0.0044424 Jy ! Component: 600 - total flux cleaned = 0.0046875 Jy ! Component: 650 - total flux cleaned = 0.00496446 Jy ! Component: 700 - total flux cleaned = 0.00515672 Jy ! Component: 750 - total flux cleaned = 0.00530593 Jy ! Component: 800 - total flux cleaned = 0.00552238 Jy ! Component: 850 - total flux cleaned = 0.00562787 Jy ! Component: 900 - total flux cleaned = 0.00572998 Jy ! Component: 950 - total flux cleaned = 0.00566349 Jy ! Component: 1000 - total flux cleaned = 0.00569716 Jy ! Component: 1050 - total flux cleaned = 0.00579301 Jy ! Component: 1100 - total flux cleaned = 0.00582426 Jy ! Component: 1150 - total flux cleaned = 0.00588538 Jy ! Component: 1200 - total flux cleaned = 0.00594583 Jy ! Component: 1250 - total flux cleaned = 0.00597526 Jy ! Component: 1300 - total flux cleaned = 0.00606218 Jy ! Component: 1350 - total flux cleaned = 0.00606123 Jy ! Component: 1400 - total flux cleaned = 0.00606137 Jy ! Component: 1450 - total flux cleaned = 0.00606154 Jy ! Component: 1500 - total flux cleaned = 0.00608867 Jy ! Component: 1550 - total flux cleaned = 0.00614121 Jy ! Component: 1600 - total flux cleaned = 0.00608899 Jy ! Component: 1650 - total flux cleaned = 0.00606344 Jy ! Component: 1700 - total flux cleaned = 0.00603896 Jy ! Component: 1750 - total flux cleaned = 0.00606342 Jy ! Component: 1800 - total flux cleaned = 0.00606297 Jy ! Component: 1850 - total flux cleaned = 0.0060149 Jy ! Component: 1900 - total flux cleaned = 0.00599182 Jy ! Component: 1950 - total flux cleaned = 0.00594565 Jy ! Component: 2000 - total flux cleaned = 0.00592312 Jy ! Component: 2050 - total flux cleaned = 0.00596819 Jy ! Component: 2100 - total flux cleaned = 0.00599023 Jy ! Component: 2150 - total flux cleaned = 0.00594594 Jy ! Component: 2200 - total flux cleaned = 0.00598949 Jy ! Component: 2250 - total flux cleaned = 0.00605354 Jy ! Component: 2300 - total flux cleaned = 0.00607496 Jy ! Component: 2350 - total flux cleaned = 0.00613796 Jy ! Component: 2400 - total flux cleaned = 0.00613758 Jy ! Component: 2450 - total flux cleaned = 0.00621878 Jy ! Component: 2500 - total flux cleaned = 0.00619861 Jy ! Component: 2550 - total flux cleaned = 0.00617869 Jy ! Component: 2600 - total flux cleaned = 0.00615893 Jy ! Component: 2650 - total flux cleaned = 0.00610078 Jy ! Component: 2700 - total flux cleaned = 0.00612014 Jy ! Component: 2750 - total flux cleaned = 0.00610104 Jy ! Component: 2800 - total flux cleaned = 0.00610102 Jy ! Component: 2850 - total flux cleaned = 0.00606392 Jy ! Component: 2900 - total flux cleaned = 0.00610068 Jy ! Component: 2950 - total flux cleaned = 0.00606423 Jy ! Component: 3000 - total flux cleaned = 0.00604611 Jy ! Component: 3050 - total flux cleaned = 0.00597482 Jy ! Component: 3100 - total flux cleaned = 0.00597494 Jy ! Component: 3150 - total flux cleaned = 0.00597487 Jy ! Component: 3200 - total flux cleaned = 0.00599211 Jy ! Component: 3250 - total flux cleaned = 0.00597496 Jy ! Component: 3300 - total flux cleaned = 0.0059921 Jy ! Component: 3350 - total flux cleaned = 0.00599202 Jy ! Component: 3400 - total flux cleaned = 0.00602555 Jy ! Component: 3450 - total flux cleaned = 0.00602559 Jy ! Component: 3500 - total flux cleaned = 0.00607506 Jy ! Component: 3550 - total flux cleaned = 0.00609154 Jy ! Component: 3600 - total flux cleaned = 0.00610788 Jy ! Component: 3650 - total flux cleaned = 0.00614029 Jy ! Component: 3700 - total flux cleaned = 0.00610809 Jy ! Component: 3750 - total flux cleaned = 0.00612422 Jy ! Component: 3800 - total flux cleaned = 0.00614028 Jy ! Component: 3850 - total flux cleaned = 0.00615607 Jy ! Component: 3900 - total flux cleaned = 0.00615609 Jy ! Component: 3950 - total flux cleaned = 0.00615618 Jy ! Component: 4000 - total flux cleaned = 0.00615621 Jy ! Component: 4050 - total flux cleaned = 0.00615628 Jy ! Total flux subtracted in 4096 components = 0.00618714 Jy ! Clean residual min=-0.001048 max=0.000964 Jy/beam ! Clean residual mean=-0.000002 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.286551 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 392 components and 0.286551 Jy ![Exited script file: muppet] wmap "J0743-3803_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.287 x 7.59 at -0.3938 degrees (North through East) ! Clean map min=-0.0026077 max=0.10751 Jy/beam ! Writing clean map to FITS file: J0743-3803_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.107508 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000280676 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.783225 0.783225 1.56645 3.1329 6.2658 12.5316 25.0632 50.1264 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.107 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.287 x 7.59 at -0.3938 degrees (North through East) ! Clean map min=-0.0026077 max=0.10751 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 J0743-3803_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:53:26 2019