! Started logfile: J0501-1355_S_2017_02_24_pus_uvs.log on Sat May 4 11:18:29 2019 obs J0501-1355_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0501-1355_S_2017_02_24_pus_uva.fits ! AN table 1: 171 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.665237 visibilities/baseline/integration-bin. ! Found source: J0501-1355 ! ! 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 20476 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 J0501-1355_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 560 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 573 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 563 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 938 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.923700Jy sigma=0.007027 ! Fit after self-cal, rms=0.911706Jy sigma=0.006955 ! 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.582 mas, bmaj=6.803 mas, bpa=-6.667 degrees ! Estimated noise=1115.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0691029 Jy ! Component: 100 - total flux cleaned = 0.090287 Jy ! Total flux subtracted in 100 components = 0.090287 Jy ! Clean residual min=-0.004201 max=0.008960 Jy/beam ! Clean residual mean=-0.000025 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.090287 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.090287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094250Jy sigma=0.000679 ! Fit after self-cal, rms=0.094184Jy sigma=0.000679 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.010231 Jy ! Component: 100 - total flux cleaned = 0.0152347 Jy ! Total flux subtracted in 100 components = 0.0152347 Jy ! Clean residual min=-0.003578 max=0.004115 Jy/beam ! Clean residual mean=-0.000007 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.105522 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 13 components and 0.105522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093008Jy sigma=0.000670 ! Fit after self-cal, rms=0.092975Jy sigma=0.000669 ! 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.182 mas, bmaj=8.019 mas, bpa=-4.346 degrees ! Estimated noise=714.028 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 (3, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00396477 Jy ! Component: 100 - total flux cleaned = 0.00586126 Jy ! Component: 150 - total flux cleaned = 0.00619368 Jy ! Component: 200 - total flux cleaned = 0.00633491 Jy ! Total flux subtracted in 200 components = 0.00633491 Jy ! Clean residual min=-0.002481 max=0.002592 Jy/beam ! Clean residual mean=-0.000005 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.111857 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 36 components and 0.111857 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092797Jy sigma=0.000668 ! Fit after self-cal, rms=0.092774Jy sigma=0.000668 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.99 HN 1.07 KP 1.00 ! LA 0.95 MK 0.97 NL 0.98 OV 1.07 ! PT 1.05 SC 0.94 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.92 HN 1.08 KP 0.96 ! LA 0.96 MK 0.99 NL 0.98 OV 1.09 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 1.03 KP 1.02 ! LA 1.03 MK 0.97 NL 1.06 OV 0.95 ! PT 1.01 SC 0.98 ! ! ! 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 1.01 HN 0.94 KP 1.00* ! LA 0.95 MK 0.94 NL 1.00* OV 0.97 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.092774Jy sigma=0.000668 ! Fit after self-cal, rms=0.091573Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.166 mas, bmaj=7.98 mas, bpa=-4.363 degrees ! Estimated noise=714.036 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.00102357 Jy ! Component: 100 - total flux cleaned = 0.000838225 Jy ! Component: 150 - total flux cleaned = 0.000710026 Jy ! Component: 200 - total flux cleaned = 0.000623625 Jy ! Total flux subtracted in 200 components = 0.000623625 Jy ! Clean residual min=-0.002138 max=0.002117 Jy/beam ! Clean residual mean=-0.000002 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.11248 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 52 components and 0.11248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091536Jy sigma=0.000665 ! Fit after self-cal, rms=0.091515Jy 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.091515Jy sigma=0.000665 ! Fit after self-cal, rms=0.091549Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.147 mas, bmaj=7.959 mas, bpa=-4.434 degrees ! Estimated noise=715.409 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000694743 Jy ! Component: 100 - total flux cleaned = 0.000637772 Jy ! Component: 150 - total flux cleaned = 0.000541391 Jy ! Component: 200 - total flux cleaned = 0.000497846 Jy ! Total flux subtracted in 200 components = 0.000497846 Jy ! Clean residual min=-0.001895 max=0.001893 Jy/beam ! Clean residual mean=-0.000001 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.112978 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 67 components and 0.112978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091528Jy sigma=0.000664 ! Fit after self-cal, rms=0.091525Jy sigma=0.000664 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.000218308 Jy ! Component: 100 - total flux cleaned = 0.000175931 Jy ! Component: 150 - total flux cleaned = 0.000117977 Jy ! Component: 200 - total flux cleaned = 0.000100021 Jy ! Total flux subtracted in 200 components = 0.000100021 Jy ! Clean residual min=-0.001898 max=0.001905 Jy/beam ! Clean residual mean=-0.000001 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.113078 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 75 components and 0.113078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091515Jy sigma=0.000664 ! Fit after self-cal, rms=0.091514Jy sigma=0.000664 ! 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.091514Jy sigma=0.000664 ! Fit after self-cal, rms=0.091112Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.133 mas, bmaj=7.94 mas, bpa=-4.532 degrees ! Estimated noise=713.118 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000435815 Jy ! Component: 100 - total flux cleaned = 0.000436722 Jy ! Component: 150 - total flux cleaned = 0.000452658 Jy ! Component: 200 - total flux cleaned = 0.000451951 Jy ! Total flux subtracted in 200 components = 0.000451951 Jy ! Clean residual min=-0.001863 max=0.001826 Jy/beam ! Clean residual mean=-0.000002 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.11353 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.11353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091104Jy sigma=0.000663 ! Fit after self-cal, rms=0.091107Jy 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 = 6.46641e-05 Jy ! Component: 100 - total flux cleaned = 4.93978e-05 Jy ! Component: 150 - total flux cleaned = 3.45757e-05 Jy ! Component: 200 - total flux cleaned = 6.27667e-06 Jy ! Total flux subtracted in 200 components = 6.27667e-06 Jy ! Clean residual min=-0.001864 max=0.001831 Jy/beam ! Clean residual mean=-0.000002 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.113536 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 0.113536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091103Jy sigma=0.000663 ! Fit after self-cal, rms=0.091102Jy sigma=0.000663 ! 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.091102Jy sigma=0.000663 ! Fit after self-cal, rms=0.090995Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.548 mas, bmaj=14.6 mas, bpa=0.6199 degrees ! Estimated noise=915.464 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000332095 Jy ! Component: 100 - total flux cleaned = 0.00034348 Jy ! Component: 150 - total flux cleaned = 0.000327207 Jy ! Component: 200 - total flux cleaned = 0.000319966 Jy ! Total flux subtracted in 200 components = 0.000319966 Jy ! Clean residual min=-0.002054 max=0.002191 Jy/beam ! Clean residual mean=-0.000006 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.113856 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 93 components and 0.113856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090995Jy sigma=0.000663 ! Fit after self-cal, rms=0.090996Jy 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 = 1.73861e-05 Jy ! Component: 100 - total flux cleaned = 1.74961e-05 Jy ! Component: 150 - total flux cleaned = 1.72565e-05 Jy ! Component: 200 - total flux cleaned = 1.72657e-05 Jy ! Total flux subtracted in 200 components = 1.72657e-05 Jy ! Clean residual min=-0.002069 max=0.002200 Jy/beam ! Clean residual mean=-0.000006 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.113874 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 102 components and 0.113874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090996Jy sigma=0.000663 ! Fit after self-cal, rms=0.090996Jy sigma=0.000663 ! 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.123 mas, bmaj=7.927 mas, bpa=-4.591 degrees ! Estimated noise=712.414 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.123 x 7.927 at -4.591 degrees (North through East) ! Clean map min=-0.0017828 max=0.088207 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.543 mas, bmaj=6.739 mas, bpa=-6.76 degrees ! Estimated noise=1007.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0670314 Jy ! Component: 100 - total flux cleaned = 0.0898431 Jy ! Component: 150 - total flux cleaned = 0.100032 Jy ! Component: 200 - total flux cleaned = 0.105558 Jy ! Total flux subtracted in 200 components = 0.105558 Jy ! Clean residual min=-0.002943 max=0.003218 Jy/beam ! Clean residual mean=-0.000009 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.105558 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.105558 Jy ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=7.927 mas, bpa=-4.591 degrees ! Estimated noise=712.414 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-3, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00473958 Jy ! Component: 100 - total flux cleaned = 0.0072337 Jy ! Component: 150 - total flux cleaned = 0.00805961 Jy ! Component: 200 - total flux cleaned = 0.00821077 Jy ! Total flux subtracted in 200 components = 0.00821077 Jy ! Clean residual min=-0.001872 max=0.001799 Jy/beam ! Clean residual mean=-0.000003 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.113769 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 46 components and 0.113769 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.548 mas, bmaj=14.6 mas, bpa=0.6199 degrees ! Estimated noise=915.464 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000615316 Jy ! Component: 100 - total flux cleaned = 0.00051973 Jy ! Component: 150 - total flux cleaned = 0.000417551 Jy ! Component: 200 - total flux cleaned = 0.000365785 Jy ! Total flux subtracted in 200 components = 0.000365785 Jy ! Clean residual min=-0.002079 max=0.002241 Jy/beam ! Clean residual mean=-0.000006 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.114135 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 = -4.59591e-05 Jy ! Component: 100 - total flux cleaned = -7.40094e-05 Jy ! Component: 150 - total flux cleaned = -0.00010053 Jy ! Component: 200 - total flux cleaned = -0.000125625 Jy ! Total flux subtracted in 200 components = -0.000125625 Jy ! Clean residual min=-0.002067 max=0.002216 Jy/beam ! Clean residual mean=-0.000006 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.114009 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 81 components and 0.114009 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.123 mas, bmaj=7.927 mas, bpa=-4.591 degrees ! Estimated noise=712.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000171919 Jy ! Component: 100 - total flux cleaned = 0.000174341 Jy ! Component: 150 - total flux cleaned = 0.00012391 Jy ! Component: 200 - total flux cleaned = 5.43753e-05 Jy ! Total flux subtracted in 200 components = 5.43753e-05 Jy ! Clean residual min=-0.001855 max=0.001784 Jy/beam ! Clean residual mean=-0.000002 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.114063 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 105 components and 0.114063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091000Jy sigma=0.000663 ! Fit after self-cal, rms=0.090999Jy sigma=0.000663 wmodel J0501-1355_S_2017_02_24_pus_map.mod ! Writing 105 model components to file: J0501-1355_S_2017_02_24_pus_map.mod wobs J0501-1355_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0501-1355_S_2017_02_24_pus_uvs.fits wwins J0501-1355_S_2017_02_24_pus_map.win ! wwins: Wrote 3 windows to J0501-1355_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.000235993 Jy ! Component: 100 - total flux cleaned = 0.000392456 Jy ! Component: 150 - total flux cleaned = 0.000481498 Jy ! Component: 200 - total flux cleaned = 0.000510799 Jy ! Component: 250 - total flux cleaned = 0.000620682 Jy ! Component: 300 - total flux cleaned = 0.000700368 Jy ! Component: 350 - total flux cleaned = 0.000674 Jy ! Component: 400 - total flux cleaned = 0.000623093 Jy ! Component: 450 - total flux cleaned = 0.00064831 Jy ! Component: 500 - total flux cleaned = 0.000697559 Jy ! Component: 550 - total flux cleaned = 0.000721368 Jy ! Component: 600 - total flux cleaned = 0.000721089 Jy ! Component: 650 - total flux cleaned = 0.000697979 Jy ! Component: 700 - total flux cleaned = 0.000675189 Jy ! Component: 750 - total flux cleaned = 0.000675243 Jy ! Component: 800 - total flux cleaned = 0.000653057 Jy ! Component: 850 - total flux cleaned = 0.000652648 Jy ! Component: 900 - total flux cleaned = 0.000609227 Jy ! Component: 950 - total flux cleaned = 0.000609352 Jy ! Component: 1000 - total flux cleaned = 0.000608754 Jy ! Component: 1050 - total flux cleaned = 0.000462716 Jy ! Component: 1100 - total flux cleaned = 0.000380155 Jy ! Component: 1150 - total flux cleaned = 0.000298925 Jy ! Component: 1200 - total flux cleaned = 0.000279093 Jy ! Component: 1250 - total flux cleaned = 0.000239014 Jy ! Component: 1300 - total flux cleaned = 8.14362e-05 Jy ! Component: 1350 - total flux cleaned = 4.28599e-05 Jy ! Component: 1400 - total flux cleaned = 4.4843e-06 Jy ! Component: 1450 - total flux cleaned = -5.29872e-05 Jy ! Component: 1500 - total flux cleaned = -9.07371e-05 Jy ! Component: 1550 - total flux cleaned = -0.000147002 Jy ! Component: 1600 - total flux cleaned = -0.000240387 Jy ! Component: 1650 - total flux cleaned = -0.000314202 Jy ! Component: 1700 - total flux cleaned = -0.000296045 Jy ! Component: 1750 - total flux cleaned = -0.00038665 Jy ! Component: 1800 - total flux cleaned = -0.000458433 Jy ! Component: 1850 - total flux cleaned = -0.000493892 Jy ! Component: 1900 - total flux cleaned = -0.000493965 Jy ! Component: 1950 - total flux cleaned = -0.000581667 Jy ! Component: 2000 - total flux cleaned = -0.000599083 Jy ! Component: 2050 - total flux cleaned = -0.000634024 Jy ! Component: 2100 - total flux cleaned = -0.000753659 Jy ! Component: 2150 - total flux cleaned = -0.000787452 Jy ! Component: 2200 - total flux cleaned = -0.000820936 Jy ! Component: 2250 - total flux cleaned = -0.000787324 Jy ! Component: 2300 - total flux cleaned = -0.000803904 Jy ! Component: 2350 - total flux cleaned = -0.000853533 Jy ! Component: 2400 - total flux cleaned = -0.000886322 Jy ! Component: 2450 - total flux cleaned = -0.00085384 Jy ! Component: 2500 - total flux cleaned = -0.000821693 Jy ! Component: 2550 - total flux cleaned = -0.00091785 Jy ! Component: 2600 - total flux cleaned = -0.00093362 Jy ! Component: 2650 - total flux cleaned = -0.000965252 Jy ! Component: 2700 - total flux cleaned = -0.00098096 Jy ! Component: 2750 - total flux cleaned = -0.00101228 Jy ! Component: 2800 - total flux cleaned = -0.00101216 Jy ! Component: 2850 - total flux cleaned = -0.0010737 Jy ! Component: 2900 - total flux cleaned = -0.00102784 Jy ! Component: 2950 - total flux cleaned = -0.00101287 Jy ! Component: 3000 - total flux cleaned = -0.00104317 Jy ! Component: 3050 - total flux cleaned = -0.00113327 Jy ! Component: 3100 - total flux cleaned = -0.00111798 Jy ! Component: 3150 - total flux cleaned = -0.00105892 Jy ! Component: 3200 - total flux cleaned = -0.00108837 Jy ! Component: 3250 - total flux cleaned = -0.00108837 Jy ! Component: 3300 - total flux cleaned = -0.00107387 Jy ! Component: 3350 - total flux cleaned = -0.00113158 Jy ! Component: 3400 - total flux cleaned = -0.0010741 Jy ! Component: 3450 - total flux cleaned = -0.00111693 Jy ! Component: 3500 - total flux cleaned = -0.00107435 Jy ! Component: 3550 - total flux cleaned = -0.00101812 Jy ! Component: 3600 - total flux cleaned = -0.00106033 Jy ! Component: 3650 - total flux cleaned = -0.00110196 Jy ! Component: 3700 - total flux cleaned = -0.00108802 Jy ! Component: 3750 - total flux cleaned = -0.00106052 Jy ! Component: 3800 - total flux cleaned = -0.00107414 Jy ! Component: 3850 - total flux cleaned = -0.00106054 Jy ! Component: 3900 - total flux cleaned = -0.00106061 Jy ! Component: 3950 - total flux cleaned = -0.00106054 Jy ! Component: 4000 - total flux cleaned = -0.00103376 Jy ! Component: 4050 - total flux cleaned = -0.00108693 Jy ! Total flux subtracted in 4096 components = -0.00111332 Jy ! Clean residual min=-0.000724 max=0.000814 Jy/beam ! Clean residual mean=-0.000001 rms=0.000245 Jy/beam ! Combined flux in latest and established models = 0.11295 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 396 components and 0.11295 Jy ![Exited script file: muppet] wmap "J0501-1355_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.123 x 7.927 at -4.591 degrees (North through East) ! Clean map min=-0.0014929 max=0.087727 Jy/beam ! Writing clean map to FITS file: J0501-1355_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.0877272 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000242186 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.828202 0.828202 1.6564 3.31281 6.62562 13.2512 26.5025 53.005 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.087 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.123 x 7.927 at -4.591 degrees (North through East) ! Clean map min=-0.0014929 max=0.087727 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 J0501-1355_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:18:34 2019