! Started logfile: J0504-1512_S_2017_02_24_pus_uvs.log on Sat May 4 11:18:46 2019 obs J0504-1512_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0504-1512_S_2017_02_24_pus_uva.fits ! AN table 1: 192 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.892014 visibilities/baseline/integration-bin. ! Found source: J0504-1512 ! ! 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 30828 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 J0504-1512_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 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 144 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 690 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.884688Jy sigma=0.006596 ! Fit after self-cal, rms=0.872004Jy sigma=0.006512 ! 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.576 mas, bmaj=6.742 mas, bpa=-6.094 degrees ! Estimated noise=951.146 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.0999975 Jy ! Component: 100 - total flux cleaned = 0.123429 Jy ! Total flux subtracted in 100 components = 0.123429 Jy ! Clean residual min=-0.003951 max=0.009391 Jy/beam ! Clean residual mean=-0.000037 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.123429 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.123429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097488Jy sigma=0.000688 ! Fit after self-cal, rms=0.097484Jy sigma=0.000688 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105733 Jy ! Component: 100 - total flux cleaned = 0.0161911 Jy ! Total flux subtracted in 100 components = 0.0161911 Jy ! Clean residual min=-0.003170 max=0.003569 Jy/beam ! Clean residual mean=-0.000021 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.13962 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.13962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096066Jy sigma=0.000676 ! Fit after self-cal, rms=0.096074Jy sigma=0.000676 ! 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.162 mas, bmaj=7.963 mas, bpa=-5.046 degrees ! Estimated noise=586.705 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 (4.5, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00502109 Jy ! Component: 100 - total flux cleaned = 0.00791469 Jy ! Component: 150 - total flux cleaned = 0.00978642 Jy ! Component: 200 - total flux cleaned = 0.0104039 Jy ! Total flux subtracted in 200 components = 0.0104039 Jy ! Clean residual min=-0.002173 max=0.002901 Jy/beam ! Clean residual mean=-0.000010 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.150024 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 49 components and 0.150024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095783Jy sigma=0.000674 ! Fit after self-cal, rms=0.095791Jy sigma=0.000674 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.99 HN 1.05 KP 1.00 ! LA 0.98 MK 0.99 NL 1.00 OV 1.05 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.93 HN 1.07 KP 0.94 ! LA 0.94 MK 0.97 NL 0.97 OV 1.07 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.00 KP 1.01 ! LA 1.02 MK 1.00 NL 1.11 OV 0.97 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.95 HN 0.97 KP 1.00* ! LA 0.93 MK 1.04 NL 1.00* OV 1.04 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.095791Jy sigma=0.000674 ! Fit after self-cal, rms=0.095131Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.166 mas, bmaj=7.968 mas, bpa=-5.035 degrees ! Estimated noise=585.866 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.000344109 Jy ! Component: 100 - total flux cleaned = -0.000401984 Jy ! Component: 150 - total flux cleaned = -0.000401705 Jy ! Component: 200 - total flux cleaned = -0.000424911 Jy ! Total flux subtracted in 200 components = -0.000424911 Jy ! Clean residual min=-0.001958 max=0.002082 Jy/beam ! Clean residual mean=-0.000003 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.149599 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 62 components and 0.149599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095112Jy sigma=0.000672 ! Fit after self-cal, rms=0.095117Jy sigma=0.000672 ! 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.095117Jy sigma=0.000672 ! Fit after self-cal, rms=0.095489Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.165 mas, bmaj=7.979 mas, bpa=-4.959 degrees ! Estimated noise=587.753 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.30686e-05 Jy ! Component: 100 - total flux cleaned = 0.000165658 Jy ! Component: 150 - total flux cleaned = 0.000216716 Jy ! Component: 200 - total flux cleaned = 0.000232108 Jy ! Total flux subtracted in 200 components = 0.000232108 Jy ! Clean residual min=-0.001727 max=0.001629 Jy/beam ! Clean residual mean=-0.000002 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.149831 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 78 components and 0.149831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095481Jy sigma=0.000671 ! Fit after self-cal, rms=0.095490Jy sigma=0.000671 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.000140528 Jy ! Component: 100 - total flux cleaned = -0.00012569 Jy ! Component: 150 - total flux cleaned = -0.0001393 Jy ! Component: 200 - total flux cleaned = -0.0001388 Jy ! Total flux subtracted in 200 components = -0.0001388 Jy ! Clean residual min=-0.001731 max=0.001605 Jy/beam ! Clean residual mean=-0.000002 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.149692 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 83 components and 0.149692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095486Jy sigma=0.000670 ! Fit after self-cal, rms=0.095486Jy sigma=0.000670 ! 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.095486Jy sigma=0.000670 ! Fit after self-cal, rms=0.096089Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.165 mas, bmaj=7.981 mas, bpa=-4.926 degrees ! Estimated noise=587.545 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000243779 Jy ! Component: 100 - total flux cleaned = -0.000229666 Jy ! Component: 150 - total flux cleaned = -0.000192048 Jy ! Component: 200 - total flux cleaned = -0.000158288 Jy ! Total flux subtracted in 200 components = -0.000158288 Jy ! Clean residual min=-0.001554 max=0.001387 Jy/beam ! Clean residual mean=0.000000 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.149534 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 93 components and 0.149534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096085Jy sigma=0.000670 ! Fit after self-cal, rms=0.096094Jy sigma=0.000670 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.65086e-05 Jy ! Component: 100 - total flux cleaned = -3.51077e-05 Jy ! Component: 150 - total flux cleaned = -2.48522e-05 Jy ! Component: 200 - total flux cleaned = -2.49288e-05 Jy ! Total flux subtracted in 200 components = -2.49288e-05 Jy ! Clean residual min=-0.001564 max=0.001386 Jy/beam ! Clean residual mean=-0.000000 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.149509 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 98 components and 0.149509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096091Jy sigma=0.000670 ! Fit after self-cal, rms=0.096091Jy sigma=0.000670 ! 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.096091Jy sigma=0.000670 ! Fit after self-cal, rms=0.096189Jy sigma=0.000670 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.638 mas, bmaj=14.96 mas, bpa=0.6275 degrees ! Estimated noise=740.301 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000145047 Jy ! Component: 100 - total flux cleaned = 8.87075e-05 Jy ! Component: 150 - total flux cleaned = 5.44633e-05 Jy ! Component: 200 - total flux cleaned = 4.7395e-05 Jy ! Total flux subtracted in 200 components = 4.7395e-05 Jy ! Clean residual min=-0.001805 max=0.001608 Jy/beam ! Clean residual mean=-0.000000 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.149556 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 110 components and 0.149556 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096190Jy sigma=0.000670 ! Fit after self-cal, rms=0.096192Jy sigma=0.000670 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.59539e-05 Jy ! Component: 100 - total flux cleaned = -7.56712e-05 Jy ! Component: 150 - total flux cleaned = -9.60978e-05 Jy ! Component: 200 - total flux cleaned = -0.000109062 Jy ! Total flux subtracted in 200 components = -0.000109062 Jy ! Clean residual min=-0.001804 max=0.001591 Jy/beam ! Clean residual mean=-0.000000 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.149447 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 123 components and 0.149447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096192Jy sigma=0.000670 ! Fit after self-cal, rms=0.096192Jy sigma=0.000670 ! 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.166 mas, bmaj=7.98 mas, bpa=-4.899 degrees ! Estimated noise=587.517 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.166 x 7.98 at -4.899 degrees (North through East) ! Clean map min=-0.0015971 max=0.13206 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.57 mas, bmaj=6.744 mas, bpa=-5.999 degrees ! Estimated noise=945.003 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0999151 Jy ! Component: 100 - total flux cleaned = 0.123739 Jy ! Component: 150 - total flux cleaned = 0.134535 Jy ! Component: 200 - total flux cleaned = 0.140224 Jy ! Total flux subtracted in 200 components = 0.140224 Jy ! Clean residual min=-0.003146 max=0.002718 Jy/beam ! Clean residual mean=-0.000011 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.140224 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.140224 Jy ! Inverting map and beam ! Estimated beam: bmin=3.166 mas, bmaj=7.98 mas, bpa=-4.899 degrees ! Estimated noise=587.517 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.00427534 Jy ! Component: 100 - total flux cleaned = 0.00665252 Jy ! Component: 150 - total flux cleaned = 0.00770903 Jy ! Component: 200 - total flux cleaned = 0.00815668 Jy ! Total flux subtracted in 200 components = 0.00815668 Jy ! Clean residual min=-0.001588 max=0.001442 Jy/beam ! Clean residual mean=-0.000001 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.148381 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 49 components and 0.148381 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.638 mas, bmaj=14.96 mas, bpa=0.6275 degrees ! Estimated noise=740.301 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000879806 Jy ! Component: 100 - total flux cleaned = 0.00107558 Jy ! Component: 150 - total flux cleaned = 0.00116379 Jy ! Component: 200 - total flux cleaned = 0.00116399 Jy ! Total flux subtracted in 200 components = 0.00116399 Jy ! Clean residual min=-0.001847 max=0.001634 Jy/beam ! Clean residual mean=-0.000000 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.149545 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 = -1.44728e-05 Jy ! Component: 100 - total flux cleaned = -2.71308e-05 Jy ! Component: 150 - total flux cleaned = -3.8328e-05 Jy ! Component: 200 - total flux cleaned = -4.8488e-05 Jy ! Total flux subtracted in 200 components = -4.8488e-05 Jy ! Clean residual min=-0.001828 max=0.001622 Jy/beam ! Clean residual mean=-0.000000 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.149496 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 79 components and 0.149496 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.166 mas, bmaj=7.98 mas, bpa=-4.899 degrees ! Estimated noise=587.517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000304714 Jy ! Component: 100 - total flux cleaned = -0.000303997 Jy ! Component: 150 - total flux cleaned = -0.000282257 Jy ! Component: 200 - total flux cleaned = -0.00026105 Jy ! Total flux subtracted in 200 components = -0.00026105 Jy ! Clean residual min=-0.001591 max=0.001459 Jy/beam ! Clean residual mean=0.000000 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.149235 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 86 components and 0.149235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096205Jy sigma=0.000670 ! Fit after self-cal, rms=0.096200Jy sigma=0.000670 wmodel J0504-1512_S_2017_02_24_pus_map.mod ! Writing 86 model components to file: J0504-1512_S_2017_02_24_pus_map.mod wobs J0504-1512_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0504-1512_S_2017_02_24_pus_uvs.fits wwins J0504-1512_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J0504-1512_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.000649068 Jy ! Component: 100 - total flux cleaned = -0.000998512 Jy ! Component: 150 - total flux cleaned = -0.00138026 Jy ! Component: 200 - total flux cleaned = -0.00162385 Jy ! Component: 250 - total flux cleaned = -0.00186083 Jy ! Component: 300 - total flux cleaned = -0.00204458 Jy ! Component: 350 - total flux cleaned = -0.00226855 Jy ! Component: 400 - total flux cleaned = -0.00240028 Jy ! Component: 450 - total flux cleaned = -0.0025294 Jy ! Component: 500 - total flux cleaned = -0.00265545 Jy ! Component: 550 - total flux cleaned = -0.00271724 Jy ! Component: 600 - total flux cleaned = -0.00271752 Jy ! Component: 650 - total flux cleaned = -0.00273752 Jy ! Component: 700 - total flux cleaned = -0.00271802 Jy ! Component: 750 - total flux cleaned = -0.00266024 Jy ! Component: 800 - total flux cleaned = -0.00256535 Jy ! Component: 850 - total flux cleaned = -0.00249054 Jy ! Component: 900 - total flux cleaned = -0.00243518 Jy ! Component: 950 - total flux cleaned = -0.00234407 Jy ! Component: 1000 - total flux cleaned = -0.00223621 Jy ! Component: 1050 - total flux cleaned = -0.00223637 Jy ! Component: 1100 - total flux cleaned = -0.00213101 Jy ! Component: 1150 - total flux cleaned = -0.00200977 Jy ! Component: 1200 - total flux cleaned = -0.0019585 Jy ! Component: 1250 - total flux cleaned = -0.00185721 Jy ! Component: 1300 - total flux cleaned = -0.00182382 Jy ! Component: 1350 - total flux cleaned = -0.00165844 Jy ! Component: 1400 - total flux cleaned = -0.00160966 Jy ! Component: 1450 - total flux cleaned = -0.0015449 Jy ! Component: 1500 - total flux cleaned = -0.00146501 Jy ! Component: 1550 - total flux cleaned = -0.00133848 Jy ! Component: 1600 - total flux cleaned = -0.00124464 Jy ! Component: 1650 - total flux cleaned = -0.00115164 Jy ! Component: 1700 - total flux cleaned = -0.00105969 Jy ! Component: 1750 - total flux cleaned = -0.00101395 Jy ! Component: 1800 - total flux cleaned = -0.000923515 Jy ! Component: 1850 - total flux cleaned = -0.000819211 Jy ! Component: 1900 - total flux cleaned = -0.000775152 Jy ! Component: 1950 - total flux cleaned = -0.000716501 Jy ! Component: 2000 - total flux cleaned = -0.00064387 Jy ! Component: 2050 - total flux cleaned = -0.000572363 Jy ! Component: 2100 - total flux cleaned = -0.000586655 Jy ! Component: 2150 - total flux cleaned = -0.000487972 Jy ! Component: 2200 - total flux cleaned = -0.000487953 Jy ! Component: 2250 - total flux cleaned = -0.000460116 Jy ! Component: 2300 - total flux cleaned = -0.000391303 Jy ! Component: 2350 - total flux cleaned = -0.000363986 Jy ! Component: 2400 - total flux cleaned = -0.000404665 Jy ! Component: 2450 - total flux cleaned = -0.000323789 Jy ! Component: 2500 - total flux cleaned = -0.000350728 Jy ! Component: 2550 - total flux cleaned = -0.000324131 Jy ! Component: 2600 - total flux cleaned = -0.00031103 Jy ! Component: 2650 - total flux cleaned = -0.000232524 Jy ! Component: 2700 - total flux cleaned = -0.000154555 Jy ! Component: 2750 - total flux cleaned = -0.000167551 Jy ! Component: 2800 - total flux cleaned = -0.000116267 Jy ! Component: 2850 - total flux cleaned = -2.70695e-05 Jy ! Component: 2900 - total flux cleaned = -7.76212e-05 Jy ! Component: 2950 - total flux cleaned = -2.26393e-06 Jy ! Component: 3000 - total flux cleaned = 3.51749e-05 Jy ! Component: 3050 - total flux cleaned = 9.70191e-05 Jy ! Component: 3100 - total flux cleaned = 0.000109426 Jy ! Component: 3150 - total flux cleaned = 0.000146136 Jy ! Component: 3200 - total flux cleaned = 0.000170378 Jy ! Component: 3250 - total flux cleaned = 0.000279214 Jy ! Component: 3300 - total flux cleaned = 0.000231184 Jy ! Component: 3350 - total flux cleaned = 0.000255188 Jy ! Component: 3400 - total flux cleaned = 0.000290775 Jy ! Component: 3450 - total flux cleaned = 0.000349609 Jy ! Component: 3500 - total flux cleaned = 0.000373187 Jy ! Component: 3550 - total flux cleaned = 0.000396506 Jy ! Component: 3600 - total flux cleaned = 0.000408048 Jy ! Component: 3650 - total flux cleaned = 0.000431082 Jy ! Component: 3700 - total flux cleaned = 0.000431103 Jy ! Component: 3750 - total flux cleaned = 0.000465372 Jy ! Component: 3800 - total flux cleaned = 0.000521956 Jy ! Component: 3850 - total flux cleaned = 0.000465684 Jy ! Component: 3900 - total flux cleaned = 0.000499366 Jy ! Component: 3950 - total flux cleaned = 0.000532782 Jy ! Component: 4000 - total flux cleaned = 0.000543853 Jy ! Component: 4050 - total flux cleaned = 0.000598989 Jy ! Total flux subtracted in 4096 components = 0.000609979 Jy ! Clean residual min=-0.000643 max=0.000745 Jy/beam ! Clean residual mean=0.000001 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.149845 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 365 components and 0.149845 Jy ![Exited script file: muppet] wmap "J0504-1512_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.166 x 7.98 at -4.899 degrees (North through East) ! Clean map min=-0.0014926 max=0.13217 Jy/beam ! Writing clean map to FITS file: J0504-1512_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.132167 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204214 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.463536 0.463536 0.927072 1.85414 3.70829 7.41657 14.8331 29.6663 59.3326 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.132 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.166 x 7.98 at -4.899 degrees (North through East) ! Clean map min=-0.0014926 max=0.13217 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 J0504-1512_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:18:52 2019