! Started logfile: J0449-3911_S_2017_07_16_pus_uvs.log on Thu May 9 11:01:18 2019 obs J0449-3911_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J0449-3911_S_2017_07_16_pus_uva.fits ! AN table 1: 141 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.329236 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0449-3911 ! ! 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 815 lines of history. ! ! Reading 8356 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 J0449-3911_S_2017_07_16_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 570 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 570 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 713 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1410 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.732871Jy sigma=0.004660 ! Fit after self-cal, rms=0.608259Jy sigma=0.003817 ! 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=1.96 mas, bmaj=6.057 mas, bpa=-0.6248 degrees ! Estimated noise=2768.89 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.310198 Jy ! Component: 100 - total flux cleaned = 0.452023 Jy ! Total flux subtracted in 100 components = 0.452023 Jy ! Clean residual min=-0.045180 max=0.093846 Jy/beam ! Clean residual mean=-0.000755 rms=0.013618 Jy/beam ! Combined flux in latest and established models = 0.452023 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.452023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.188745Jy sigma=0.001207 ! Fit after self-cal, rms=0.187979Jy sigma=0.001202 ! Inverting map ! Added new window around map position (0.5, -11). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0885557 Jy ! Component: 100 - total flux cleaned = 0.13574 Jy ! Total flux subtracted in 100 components = 0.13574 Jy ! Clean residual min=-0.025326 max=0.029932 Jy/beam ! Clean residual mean=-0.000333 rms=0.006131 Jy/beam ! Combined flux in latest and established models = 0.587763 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 24 components and 0.587763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124386Jy sigma=0.000787 ! Fit after self-cal, rms=0.123535Jy sigma=0.000782 ! 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=2.47 mas, bmaj=6.759 mas, bpa=-2.028 degrees ! Estimated noise=1485.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.0435573 Jy ! Component: 100 - total flux cleaned = 0.0671659 Jy ! Component: 150 - total flux cleaned = 0.0803908 Jy ! Component: 200 - total flux cleaned = 0.0878863 Jy ! Total flux subtracted in 200 components = 0.0878863 Jy ! Clean residual min=-0.012875 max=0.018250 Jy/beam ! Clean residual mean=-0.000081 rms=0.003523 Jy/beam ! Combined flux in latest and established models = 0.675649 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 40 components and 0.675649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107690Jy sigma=0.000681 ! Fit after self-cal, rms=0.107540Jy sigma=0.000679 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.02 ! LA 1.03 MK 1.01 NL 1.00* OV 0.98 ! PT 1.02 SC 1.05 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 0.98 ! LA 0.98 MK 1.00 NL 1.00* OV 1.02 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 0.98 ! LA 1.00* MK 1.01 NL 1.00* OV 0.90 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.107540Jy sigma=0.000679 ! Fit after self-cal, rms=0.104998Jy sigma=0.000664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.481 mas, bmaj=6.772 mas, bpa=-2.117 degrees ! Estimated noise=1483.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 (16.5, -22.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0133192 Jy ! Component: 100 - total flux cleaned = 0.0133643 Jy ! Component: 150 - total flux cleaned = 0.0135974 Jy ! Component: 200 - total flux cleaned = 0.0134006 Jy ! Total flux subtracted in 200 components = 0.0134006 Jy ! Clean residual min=-0.007563 max=0.010637 Jy/beam ! Clean residual mean=-0.000069 rms=0.001922 Jy/beam ! Combined flux in latest and established models = 0.68905 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 59 components and 0.68905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102577Jy sigma=0.000647 ! Fit after self-cal, rms=0.102442Jy sigma=0.000646 ! Inverting map ! Added new window around map position (-11.5, 24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00669825 Jy ! Component: 100 - total flux cleaned = 0.00775839 Jy ! Component: 150 - total flux cleaned = 0.0076272 Jy ! Component: 200 - total flux cleaned = 0.00725704 Jy ! Total flux subtracted in 200 components = 0.00725704 Jy ! Clean residual min=-0.005491 max=0.006171 Jy/beam ! Clean residual mean=-0.000031 rms=0.001398 Jy/beam ! Combined flux in latest and established models = 0.696307 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.696307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101718Jy sigma=0.000641 ! Fit after self-cal, rms=0.101690Jy sigma=0.000641 ! 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.101690Jy sigma=0.000641 ! Fit after self-cal, rms=0.100457Jy sigma=0.000639 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.471 mas, bmaj=6.762 mas, bpa=-2.072 degrees ! Estimated noise=1471.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00265008 Jy ! Component: 100 - total flux cleaned = 0.00295641 Jy ! Component: 150 - total flux cleaned = 0.00271988 Jy ! Component: 200 - total flux cleaned = 0.00244058 Jy ! Total flux subtracted in 200 components = 0.00244058 Jy ! Clean residual min=-0.004162 max=0.004683 Jy/beam ! Clean residual mean=-0.000061 rms=0.001110 Jy/beam ! Combined flux in latest and established models = 0.698748 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.698748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100285Jy sigma=0.000638 ! Fit after self-cal, rms=0.100280Jy sigma=0.000638 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.000182594 Jy ! Component: 100 - total flux cleaned = -0.000420562 Jy ! Component: 150 - total flux cleaned = -0.000474859 Jy ! Component: 200 - total flux cleaned = -0.000475003 Jy ! Total flux subtracted in 200 components = -0.000475003 Jy ! Clean residual min=-0.003903 max=0.004186 Jy/beam ! Clean residual mean=-0.000064 rms=0.001057 Jy/beam ! Combined flux in latest and established models = 0.698273 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 101 components and 0.698273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100222Jy sigma=0.000637 ! Fit after self-cal, rms=0.100219Jy sigma=0.000637 ! 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.100219Jy sigma=0.000637 ! Fit after self-cal, rms=0.099895Jy sigma=0.000637 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.468 mas, bmaj=6.76 mas, bpa=-2.045 degrees ! Estimated noise=1467.89 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000658575 Jy ! Component: 100 - total flux cleaned = 0.000662745 Jy ! Component: 150 - total flux cleaned = 0.000665337 Jy ! Component: 200 - total flux cleaned = 0.000665445 Jy ! Total flux subtracted in 200 components = 0.000665445 Jy ! Clean residual min=-0.003480 max=0.003655 Jy/beam ! Clean residual mean=-0.000056 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.698938 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 116 components and 0.698938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099857Jy sigma=0.000637 ! Fit after self-cal, rms=0.099857Jy sigma=0.000637 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 = 1.29049e-05 Jy ! Component: 100 - total flux cleaned = -7.8636e-05 Jy ! Component: 150 - total flux cleaned = -0.000107239 Jy ! Component: 200 - total flux cleaned = -8.0786e-05 Jy ! Total flux subtracted in 200 components = -8.0786e-05 Jy ! Clean residual min=-0.003461 max=0.003429 Jy/beam ! Clean residual mean=-0.000057 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.698857 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 128 components and 0.698857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099840Jy sigma=0.000637 ! Fit after self-cal, rms=0.099840Jy sigma=0.000637 ! 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.099840Jy sigma=0.000637 ! Fit after self-cal, rms=0.099722Jy sigma=0.000637 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.189 mas, bmaj=24.12 mas, bpa=-6.244 degrees ! Estimated noise=2238.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000183582 Jy ! Component: 100 - total flux cleaned = 0.00022451 Jy ! Component: 150 - total flux cleaned = 0.000258046 Jy ! Component: 200 - total flux cleaned = 0.000268517 Jy ! Total flux subtracted in 200 components = 0.000268517 Jy ! Clean residual min=-0.004070 max=0.004831 Jy/beam ! Clean residual mean=-0.000124 rms=0.001637 Jy/beam ! Combined flux in latest and established models = 0.699126 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 134 components and 0.699126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099716Jy sigma=0.000637 ! Fit after self-cal, rms=0.099716Jy sigma=0.000637 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.22968e-05 Jy ! Component: 100 - total flux cleaned = -2.28812e-05 Jy ! Component: 150 - total flux cleaned = -4.81092e-06 Jy ! Component: 200 - total flux cleaned = 4.46526e-06 Jy ! Total flux subtracted in 200 components = 4.46526e-06 Jy ! Clean residual min=-0.004048 max=0.004787 Jy/beam ! Clean residual mean=-0.000124 rms=0.001632 Jy/beam ! Combined flux in latest and established models = 0.69913 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 136 components and 0.69913 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099714Jy sigma=0.000637 ! Fit after self-cal, rms=0.099714Jy sigma=0.000637 ! 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=2.467 mas, bmaj=6.758 mas, bpa=-2.013 degrees ! Estimated noise=1466.49 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.467 x 6.758 at -2.013 degrees (North through East) ! Clean map min=-0.0048672 max=0.4077 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=1.96 mas, bmaj=6.069 mas, bpa=-0.5521 degrees ! Estimated noise=2735.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.306771 Jy ! Component: 100 - total flux cleaned = 0.453911 Jy ! Component: 150 - total flux cleaned = 0.535232 Jy ! Component: 200 - total flux cleaned = 0.582952 Jy ! Total flux subtracted in 200 components = 0.582952 Jy ! Clean residual min=-0.025326 max=0.027516 Jy/beam ! Clean residual mean=-0.000392 rms=0.005957 Jy/beam ! Combined flux in latest and established models = 0.582952 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.582952 Jy ! Inverting map and beam ! Estimated beam: bmin=2.467 mas, bmaj=6.758 mas, bpa=-2.013 degrees ! Estimated noise=1466.49 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.0433766 Jy ! Component: 100 - total flux cleaned = 0.0694326 Jy ! Component: 150 - total flux cleaned = 0.0870779 Jy ! Component: 200 - total flux cleaned = 0.0993594 Jy ! Total flux subtracted in 200 components = 0.0993594 Jy ! Clean residual min=-0.010153 max=0.010078 Jy/beam ! Clean residual mean=-0.000106 rms=0.002338 Jy/beam ! Combined flux in latest and established models = 0.682311 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 53 components and 0.682311 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.189 mas, bmaj=24.12 mas, bpa=-6.244 degrees ! Estimated noise=2238.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132632 Jy ! Component: 100 - total flux cleaned = 0.0160533 Jy ! Component: 150 - total flux cleaned = 0.0164179 Jy ! Component: 200 - total flux cleaned = 0.0165375 Jy ! Total flux subtracted in 200 components = 0.0165375 Jy ! Clean residual min=-0.004363 max=0.005347 Jy/beam ! Clean residual mean=-0.000120 rms=0.001667 Jy/beam ! Combined flux in latest and established models = 0.698849 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 = -5.22822e-05 Jy ! Component: 100 - total flux cleaned = -8.07517e-06 Jy ! Component: 150 - total flux cleaned = -9.78769e-06 Jy ! Component: 200 - total flux cleaned = -8.45229e-06 Jy ! Total flux subtracted in 200 components = -8.45229e-06 Jy ! Clean residual min=-0.004102 max=0.005136 Jy/beam ! Clean residual mean=-0.000124 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 0.69884 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 83 components and 0.69884 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.467 mas, bmaj=6.758 mas, bpa=-2.013 degrees ! Estimated noise=1466.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000276998 Jy ! Component: 100 - total flux cleaned = -0.000702582 Jy ! Component: 150 - total flux cleaned = -0.000522037 Jy ! Component: 200 - total flux cleaned = -0.000393231 Jy ! Total flux subtracted in 200 components = -0.000393231 Jy ! Clean residual min=-0.005203 max=0.005656 Jy/beam ! Clean residual mean=-0.000047 rms=0.001238 Jy/beam ! Combined flux in latest and established models = 0.698447 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 105 components and 0.698447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100098Jy sigma=0.000639 ! Fit after self-cal, rms=0.100058Jy sigma=0.000639 wmodel J0449-3911_S_2017_07_16_pus_map.mod ! Writing 105 model components to file: J0449-3911_S_2017_07_16_pus_map.mod wobs J0449-3911_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J0449-3911_S_2017_07_16_pus_uvs.fits wwins J0449-3911_S_2017_07_16_pus_map.win ! wwins: Wrote 4 windows to J0449-3911_S_2017_07_16_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.000531221 Jy ! Component: 100 - total flux cleaned = 0.000365521 Jy ! Component: 150 - total flux cleaned = -0.000124981 Jy ! Component: 200 - total flux cleaned = -0.000387393 Jy ! Component: 250 - total flux cleaned = -0.000568671 Jy ! Component: 300 - total flux cleaned = -0.000739402 Jy ! Component: 350 - total flux cleaned = -0.000950317 Jy ! Component: 400 - total flux cleaned = -0.00104749 Jy ! Component: 450 - total flux cleaned = -0.00114018 Jy ! Component: 500 - total flux cleaned = -0.00118269 Jy ! Component: 550 - total flux cleaned = -0.00134976 Jy ! Component: 600 - total flux cleaned = -0.00155071 Jy ! Component: 650 - total flux cleaned = -0.00181907 Jy ! Component: 700 - total flux cleaned = -0.00207403 Jy ! Component: 750 - total flux cleaned = -0.00235377 Jy ! Component: 800 - total flux cleaned = -0.00252288 Jy ! Component: 850 - total flux cleaned = -0.00268638 Jy ! Component: 900 - total flux cleaned = -0.00275063 Jy ! Component: 950 - total flux cleaned = -0.00284252 Jy ! Component: 1000 - total flux cleaned = -0.00281281 Jy ! Component: 1050 - total flux cleaned = -0.00275485 Jy ! Component: 1100 - total flux cleaned = -0.00281133 Jy ! Component: 1150 - total flux cleaned = -0.00270186 Jy ! Component: 1200 - total flux cleaned = -0.00264855 Jy ! Component: 1250 - total flux cleaned = -0.00262274 Jy ! Component: 1300 - total flux cleaned = -0.00264759 Jy ! Component: 1350 - total flux cleaned = -0.00257224 Jy ! Component: 1400 - total flux cleaned = -0.00254804 Jy ! Component: 1450 - total flux cleaned = -0.00254826 Jy ! Component: 1500 - total flux cleaned = -0.00259563 Jy ! Component: 1550 - total flux cleaned = -0.00254954 Jy ! Component: 1600 - total flux cleaned = -0.00259532 Jy ! Component: 1650 - total flux cleaned = -0.00252789 Jy ! Component: 1700 - total flux cleaned = -0.00255039 Jy ! Component: 1750 - total flux cleaned = -0.00255031 Jy ! Component: 1800 - total flux cleaned = -0.00250693 Jy ! Component: 1850 - total flux cleaned = -0.00248567 Jy ! Component: 1900 - total flux cleaned = -0.00250701 Jy ! Component: 1950 - total flux cleaned = -0.00248619 Jy ! Component: 2000 - total flux cleaned = -0.0025689 Jy ! Component: 2050 - total flux cleaned = -0.00256877 Jy ! Component: 2100 - total flux cleaned = -0.00254834 Jy ! Component: 2150 - total flux cleaned = -0.00256844 Jy ! Component: 2200 - total flux cleaned = -0.00260828 Jy ! Component: 2250 - total flux cleaned = -0.0026871 Jy ! Component: 2300 - total flux cleaned = -0.00270666 Jy ! Component: 2350 - total flux cleaned = -0.00274564 Jy ! Component: 2400 - total flux cleaned = -0.00278427 Jy ! Component: 2450 - total flux cleaned = -0.0028225 Jy ! Component: 2500 - total flux cleaned = -0.00280325 Jy ! Component: 2550 - total flux cleaned = -0.00284101 Jy ! Component: 2600 - total flux cleaned = -0.00284088 Jy ! Component: 2650 - total flux cleaned = -0.00285963 Jy ! Component: 2700 - total flux cleaned = -0.00287826 Jy ! Component: 2750 - total flux cleaned = -0.00289695 Jy ! Component: 2800 - total flux cleaned = -0.0029343 Jy ! Component: 2850 - total flux cleaned = -0.00291569 Jy ! Component: 2900 - total flux cleaned = -0.00293421 Jy ! Component: 2950 - total flux cleaned = -0.00291587 Jy ! Component: 3000 - total flux cleaned = -0.0029159 Jy ! Component: 3050 - total flux cleaned = -0.00287913 Jy ! Component: 3100 - total flux cleaned = -0.00293418 Jy ! Component: 3150 - total flux cleaned = -0.00297089 Jy ! Component: 3200 - total flux cleaned = -0.00295262 Jy ! Component: 3250 - total flux cleaned = -0.00298919 Jy ! Component: 3300 - total flux cleaned = -0.00298923 Jy ! Component: 3350 - total flux cleaned = -0.00302579 Jy ! Component: 3400 - total flux cleaned = -0.00306232 Jy ! Component: 3450 - total flux cleaned = -0.00311701 Jy ! Component: 3500 - total flux cleaned = -0.00311712 Jy ! Component: 3550 - total flux cleaned = -0.00315366 Jy ! Component: 3600 - total flux cleaned = -0.0031902 Jy ! Component: 3650 - total flux cleaned = -0.00320852 Jy ! Component: 3700 - total flux cleaned = -0.00320862 Jy ! Component: 3750 - total flux cleaned = -0.00328205 Jy ! Component: 3800 - total flux cleaned = -0.00331895 Jy ! Component: 3850 - total flux cleaned = -0.00341113 Jy ! Component: 3900 - total flux cleaned = -0.00341113 Jy ! Component: 3950 - total flux cleaned = -0.00350363 Jy ! Component: 4000 - total flux cleaned = -0.00357783 Jy ! Component: 4050 - total flux cleaned = -0.00365226 Jy ! Total flux subtracted in 4096 components = -0.00365221 Jy ! Clean residual min=-0.001154 max=0.001046 Jy/beam ! Clean residual mean=-0.000016 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.694795 Jy keep ! Adding 220 model components to the UV plane model. ! The established model now contains 325 components and 0.694795 Jy ![Exited script file: muppet] wmap "J0449-3911_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.467 x 6.758 at -2.013 degrees (North through East) ! Clean map min=-0.0033014 max=0.40374 Jy/beam ! Writing clean map to FITS file: J0449-3911_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.403736 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00032022 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.237943 0.237943 0.475885 0.95177 1.90354 3.80708 7.61416 15.2283 30.4567 60.9133 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.403 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.467 x 6.758 at -2.013 degrees (North through East) ! Clean map min=-0.0033014 max=0.40374 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 J0449-3911_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:01:23 2019