! Started logfile: J0755-4239_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:35:35 2019 obs J0755-4239_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0755-4239_S_2017_03_27_pus_uva.fits ! AN table 1: 146 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.31583 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0755-4239 ! ! 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 1684 lines of history. ! ! Reading 8300 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 J0755-4239_S_2017_03_27_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 690 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 690 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 617 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 897 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.915944Jy sigma=0.005275 ! Fit after self-cal, rms=0.876206Jy sigma=0.005050 ! 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=3.567 mas, bmaj=33.15 mas, bpa=6.824 degrees ! Estimated noise=3001.98 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.0883966 Jy ! Component: 100 - total flux cleaned = 0.119834 Jy ! Total flux subtracted in 100 components = 0.119834 Jy ! Clean residual min=-0.011021 max=0.013251 Jy/beam ! Clean residual mean=-0.000127 rms=0.003552 Jy/beam ! Combined flux in latest and established models = 0.119834 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 34 components and 0.119834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119500Jy sigma=0.000647 ! Fit after self-cal, rms=0.119283Jy sigma=0.000646 ! 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=5.855 mas, bmaj=43.54 mas, bpa=5.761 degrees ! Estimated noise=1570.37 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.0197127 Jy ! Component: 100 - total flux cleaned = 0.0275297 Jy ! Component: 150 - total flux cleaned = 0.0310072 Jy ! Component: 200 - total flux cleaned = 0.0317267 Jy ! Total flux subtracted in 200 components = 0.0317267 Jy ! Clean residual min=-0.005402 max=0.005772 Jy/beam ! Clean residual mean=-0.000107 rms=0.001894 Jy/beam ! Combined flux in latest and established models = 0.151561 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 97 components and 0.151561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116386Jy sigma=0.000629 ! Fit after self-cal, rms=0.116431Jy sigma=0.000628 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 1.00* KP 1.10 ! LA 1.00 MK 1.00* NL 1.00* OV 1.19 ! PT 0.98 SC 0.88 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.00* KP 1.02 ! LA 0.94 MK 1.00* NL 1.00* OV 1.14 ! PT 0.93 SC 0.93 ! ! ! 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.03 HN 1.00* KP 0.99 ! LA 0.96 MK 1.00* NL 1.10 OV 1.10 ! PT 0.94 SC 0.89 ! ! ! Correcting IF 4. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 1.00* KP 1.00* ! LA 0.90 MK 1.00* NL 1.00* OV 0.92 ! PT 0.93 SC 1.00* ! ! ! Fit before self-cal, rms=0.116431Jy sigma=0.000628 ! Fit after self-cal, rms=0.116804Jy sigma=0.000623 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.653 mas, bmaj=44.04 mas, bpa=6.19 degrees ! Estimated noise=1574.36 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.000850003 Jy ! Component: 100 - total flux cleaned = -0.00102992 Jy ! Component: 150 - total flux cleaned = -0.0010296 Jy ! Component: 200 - total flux cleaned = -0.00103249 Jy ! Total flux subtracted in 200 components = -0.00103249 Jy ! Clean residual min=-0.003850 max=0.003635 Jy/beam ! Clean residual mean=-0.000092 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.150528 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 107 components and 0.150528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116749Jy sigma=0.000623 ! Fit after self-cal, rms=0.116891Jy sigma=0.000622 ! 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.116891Jy sigma=0.000622 ! Fit after self-cal, rms=0.117129Jy sigma=0.000622 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.555 mas, bmaj=44.08 mas, bpa=6.285 degrees ! Estimated noise=1568.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000412373 Jy ! Component: 100 - total flux cleaned = 0.000374946 Jy ! Component: 150 - total flux cleaned = 0.000342169 Jy ! Component: 200 - total flux cleaned = 0.000314046 Jy ! Total flux subtracted in 200 components = 0.000314046 Jy ! Clean residual min=-0.003763 max=0.003018 Jy/beam ! Clean residual mean=-0.000056 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.150842 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 119 components and 0.150842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117104Jy sigma=0.000621 ! Fit after self-cal, rms=0.117144Jy sigma=0.000621 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.6048e-05 Jy ! Component: 100 - total flux cleaned = -0.000124869 Jy ! Component: 150 - total flux cleaned = -0.00012465 Jy ! Component: 200 - total flux cleaned = -0.000175877 Jy ! Total flux subtracted in 200 components = -0.000175877 Jy ! Clean residual min=-0.003786 max=0.003013 Jy/beam ! Clean residual mean=-0.000058 rms=0.000989 Jy/beam ! Combined flux in latest and established models = 0.150666 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 125 components and 0.150666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117129Jy sigma=0.000621 ! Fit after self-cal, rms=0.117127Jy sigma=0.000621 ! 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.117127Jy sigma=0.000621 ! Fit after self-cal, rms=0.116403Jy sigma=0.000621 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.404 mas, bmaj=43.86 mas, bpa=6.372 degrees ! Estimated noise=1553.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000508463 Jy ! Component: 100 - total flux cleaned = 0.000599554 Jy ! Component: 150 - total flux cleaned = 0.000599307 Jy ! Component: 200 - total flux cleaned = 0.000599918 Jy ! Total flux subtracted in 200 components = 0.000599918 Jy ! Clean residual min=-0.003870 max=0.002942 Jy/beam ! Clean residual mean=-0.000018 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.151266 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 144 components and 0.151266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116385Jy sigma=0.000621 ! Fit after self-cal, rms=0.116421Jy sigma=0.000621 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 = -8.57773e-06 Jy ! Component: 100 - total flux cleaned = -7.49133e-05 Jy ! Component: 150 - total flux cleaned = -7.52851e-05 Jy ! Component: 200 - total flux cleaned = -9.60167e-05 Jy ! Total flux subtracted in 200 components = -9.60167e-05 Jy ! Clean residual min=-0.003820 max=0.002928 Jy/beam ! Clean residual mean=-0.000021 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.15117 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 158 components and 0.15117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116411Jy sigma=0.000621 ! Fit after self-cal, rms=0.116414Jy sigma=0.000621 ! 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.116414Jy sigma=0.000621 ! Fit after self-cal, rms=0.115618Jy sigma=0.000621 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.52 mas, bmaj=60.47 mas, bpa=-2.721 degrees ! Estimated noise=1676.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000289023 Jy ! Component: 100 - total flux cleaned = 0.000374266 Jy ! Component: 150 - total flux cleaned = 0.000374166 Jy ! Component: 200 - total flux cleaned = 0.000373651 Jy ! Total flux subtracted in 200 components = 0.000373651 Jy ! Clean residual min=-0.003792 max=0.002300 Jy/beam ! Clean residual mean=-0.000020 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.151544 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 161 components and 0.151544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115613Jy sigma=0.000621 ! Fit after self-cal, rms=0.115607Jy sigma=0.000621 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.73953e-05 Jy ! Component: 100 - total flux cleaned = 1.45577e-05 Jy ! Component: 150 - total flux cleaned = 2.3832e-06 Jy ! Component: 200 - total flux cleaned = -9.25937e-06 Jy ! Total flux subtracted in 200 components = -9.25937e-06 Jy ! Clean residual min=-0.003768 max=0.002298 Jy/beam ! Clean residual mean=-0.000021 rms=0.000903 Jy/beam ! Combined flux in latest and established models = 0.151535 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 162 components and 0.151535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115602Jy sigma=0.000621 ! Fit after self-cal, rms=0.115599Jy sigma=0.000621 ! 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=5.282 mas, bmaj=43.65 mas, bpa=6.464 degrees ! Estimated noise=1539.15 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.282 x 43.65 at 6.464 degrees (North through East) ! Clean map min=-0.0037123 max=0.11759 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=3.286 mas, bmaj=34.84 mas, bpa=7.28 degrees ! Estimated noise=2747.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0831371 Jy ! Component: 100 - total flux cleaned = 0.117564 Jy ! Component: 150 - total flux cleaned = 0.134224 Jy ! Component: 200 - total flux cleaned = 0.143232 Jy ! Total flux subtracted in 200 components = 0.143232 Jy ! Clean residual min=-0.008361 max=0.007754 Jy/beam ! Clean residual mean=-0.000040 rms=0.002383 Jy/beam ! Combined flux in latest and established models = 0.143232 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 58 model components to the UV plane model. ! The established model now contains 58 components and 0.143232 Jy ! Inverting map and beam ! Estimated beam: bmin=5.282 mas, bmaj=43.65 mas, bpa=6.464 degrees ! Estimated noise=1539.15 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.00637128 Jy ! Component: 100 - total flux cleaned = 0.00860247 Jy ! Component: 150 - total flux cleaned = 0.0086622 Jy ! Component: 200 - total flux cleaned = 0.00871474 Jy ! Total flux subtracted in 200 components = 0.00871474 Jy ! Clean residual min=-0.004518 max=0.003156 Jy/beam ! Clean residual mean=-0.000023 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.151947 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 89 components and 0.151947 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=12.52 mas, bmaj=60.47 mas, bpa=-2.721 degrees ! Estimated noise=1676.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000246857 Jy ! Component: 100 - total flux cleaned = 0.00020854 Jy ! Component: 150 - total flux cleaned = 0.000172079 Jy ! Component: 200 - total flux cleaned = 0.000137533 Jy ! Total flux subtracted in 200 components = 0.000137533 Jy ! Clean residual min=-0.004305 max=0.002312 Jy/beam ! Clean residual mean=-0.000023 rms=0.000984 Jy/beam ! Combined flux in latest and established models = 0.152084 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.19652e-05 Jy ! Component: 100 - total flux cleaned = -6.23838e-05 Jy ! Component: 150 - total flux cleaned = -6.13954e-05 Jy ! Component: 200 - total flux cleaned = -9.06694e-05 Jy ! Total flux subtracted in 200 components = -9.06694e-05 Jy ! Clean residual min=-0.004208 max=0.002261 Jy/beam ! Clean residual mean=-0.000023 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.151994 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 106 components and 0.151994 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.282 mas, bmaj=43.65 mas, bpa=6.464 degrees ! Estimated noise=1539.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00011479 Jy ! Component: 100 - total flux cleaned = 8.1821e-05 Jy ! Component: 150 - total flux cleaned = 5.04264e-05 Jy ! Component: 200 - total flux cleaned = 4.97514e-05 Jy ! Total flux subtracted in 200 components = 4.97514e-05 Jy ! Clean residual min=-0.004195 max=0.002821 Jy/beam ! Clean residual mean=-0.000019 rms=0.000922 Jy/beam ! Combined flux in latest and established models = 0.152043 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 116 components and 0.152043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115669Jy sigma=0.000621 ! Fit after self-cal, rms=0.115635Jy sigma=0.000621 wmodel J0755-4239_S_2017_03_27_pus_map.mod ! Writing 116 model components to file: J0755-4239_S_2017_03_27_pus_map.mod wobs J0755-4239_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0755-4239_S_2017_03_27_pus_uvs.fits wwins J0755-4239_S_2017_03_27_pus_map.win ! wwins: Wrote 1 windows to J0755-4239_S_2017_03_27_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.0016047 Jy ! Component: 100 - total flux cleaned = -0.00190751 Jy ! Component: 150 - total flux cleaned = -0.00186684 Jy ! Component: 200 - total flux cleaned = -0.00190706 Jy ! Component: 250 - total flux cleaned = -0.00194643 Jy ! Component: 300 - total flux cleaned = -0.00201973 Jy ! Component: 350 - total flux cleaned = -0.00212232 Jy ! Component: 400 - total flux cleaned = -0.00225165 Jy ! Component: 450 - total flux cleaned = -0.00237494 Jy ! Component: 500 - total flux cleaned = -0.00249381 Jy ! Component: 550 - total flux cleaned = -0.00260789 Jy ! Component: 600 - total flux cleaned = -0.00269084 Jy ! Component: 650 - total flux cleaned = -0.0027981 Jy ! Component: 700 - total flux cleaned = -0.00295386 Jy ! Component: 750 - total flux cleaned = -0.00305449 Jy ! Component: 800 - total flux cleaned = -0.00317598 Jy ! Component: 850 - total flux cleaned = -0.00324692 Jy ! Component: 900 - total flux cleaned = -0.0033388 Jy ! Component: 950 - total flux cleaned = -0.00333842 Jy ! Component: 1000 - total flux cleaned = -0.00338227 Jy ! Component: 1050 - total flux cleaned = -0.00342468 Jy ! Component: 1100 - total flux cleaned = -0.00338273 Jy ! Component: 1150 - total flux cleaned = -0.00346467 Jy ! Component: 1200 - total flux cleaned = -0.00350438 Jy ! Component: 1250 - total flux cleaned = -0.00350413 Jy ! Component: 1300 - total flux cleaned = -0.00352382 Jy ! Component: 1350 - total flux cleaned = -0.00356162 Jy ! Component: 1400 - total flux cleaned = -0.00356146 Jy ! Component: 1450 - total flux cleaned = -0.00356141 Jy ! Component: 1500 - total flux cleaned = -0.00359685 Jy ! Component: 1550 - total flux cleaned = -0.00361389 Jy ! Component: 1600 - total flux cleaned = -0.00366562 Jy ! Component: 1650 - total flux cleaned = -0.00373346 Jy ! Component: 1700 - total flux cleaned = -0.00378355 Jy ! Component: 1750 - total flux cleaned = -0.00381675 Jy ! Component: 1800 - total flux cleaned = -0.0038981 Jy ! Component: 1850 - total flux cleaned = -0.00393006 Jy ! Component: 1900 - total flux cleaned = -0.00391414 Jy ! Component: 1950 - total flux cleaned = -0.00391434 Jy ! Component: 2000 - total flux cleaned = -0.00394519 Jy ! Component: 2050 - total flux cleaned = -0.00397575 Jy ! Component: 2100 - total flux cleaned = -0.00403607 Jy ! Component: 2150 - total flux cleaned = -0.00408084 Jy ! Component: 2200 - total flux cleaned = -0.00415482 Jy ! Component: 2250 - total flux cleaned = -0.00421331 Jy ! Component: 2300 - total flux cleaned = -0.00424239 Jy ! Component: 2350 - total flux cleaned = -0.00434317 Jy ! Component: 2400 - total flux cleaned = -0.00437177 Jy ! Component: 2450 - total flux cleaned = -0.00441436 Jy ! Component: 2500 - total flux cleaned = -0.00444251 Jy ! Component: 2550 - total flux cleaned = -0.00447027 Jy ! Component: 2600 - total flux cleaned = -0.00442876 Jy ! Component: 2650 - total flux cleaned = -0.00441511 Jy ! Component: 2700 - total flux cleaned = -0.00437395 Jy ! Component: 2750 - total flux cleaned = -0.00433317 Jy ! Component: 2800 - total flux cleaned = -0.00433314 Jy ! Component: 2850 - total flux cleaned = -0.00429255 Jy ! Component: 2900 - total flux cleaned = -0.00425218 Jy ! Component: 2950 - total flux cleaned = -0.00422546 Jy ! Component: 3000 - total flux cleaned = -0.00417231 Jy ! Component: 3050 - total flux cleaned = -0.00411932 Jy ! Component: 3100 - total flux cleaned = -0.00406658 Jy ! Component: 3150 - total flux cleaned = -0.00402713 Jy ! Component: 3200 - total flux cleaned = -0.00393537 Jy ! Component: 3250 - total flux cleaned = -0.00385695 Jy ! Component: 3300 - total flux cleaned = -0.00375272 Jy ! Component: 3350 - total flux cleaned = -0.00370075 Jy ! Component: 3400 - total flux cleaned = -0.0036748 Jy ! Component: 3450 - total flux cleaned = -0.00363586 Jy ! Component: 3500 - total flux cleaned = -0.00362297 Jy ! Component: 3550 - total flux cleaned = -0.00357108 Jy ! Component: 3600 - total flux cleaned = -0.00354518 Jy ! Component: 3650 - total flux cleaned = -0.00349346 Jy ! Component: 3700 - total flux cleaned = -0.00348058 Jy ! Component: 3750 - total flux cleaned = -0.00342887 Jy ! Component: 3800 - total flux cleaned = -0.00337722 Jy ! Component: 3850 - total flux cleaned = -0.0033772 Jy ! Component: 3900 - total flux cleaned = -0.00335124 Jy ! Component: 3950 - total flux cleaned = -0.00332543 Jy ! Component: 4000 - total flux cleaned = -0.0032737 Jy ! Component: 4050 - total flux cleaned = -0.00326072 Jy ! Total flux subtracted in 4096 components = -0.00324779 Jy ! Clean residual min=-0.000707 max=0.000726 Jy/beam ! Clean residual mean=-0.000001 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.148796 Jy keep ! Adding 245 model components to the UV plane model. ! The established model now contains 361 components and 0.148796 Jy ![Exited script file: muppet] wmap "J0755-4239_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.282 x 43.65 at 6.464 degrees (North through East) ! Clean map min=-0.0025618 max=0.1162 Jy/beam ! Writing clean map to FITS file: J0755-4239_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.116199 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000271918 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.702031 0.702031 1.40406 2.80812 5.61625 11.2325 22.465 44.93 89.8599 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.116 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.282 x 43.65 at 6.464 degrees (North through East) ! Clean map min=-0.0025618 max=0.1162 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 J0755-4239_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:35:41 2019