! Started logfile: J0616-3456_S_2017_09_26_pus_uvs.log on Sat May 11 12:55:13 2019 obs J0616-3456_S_2017_09_26_pus_uva.fits ! Reading UV FITS file: J0616-3456_S_2017_09_26_pus_uva.fits ! AN table 1: 294 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.345333 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0616-3456 ! ! 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 674 lines of history. ! ! Reading 14620 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 J0616-3456_S_2017_09_26_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 1079 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1034 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1181 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1908 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.917185Jy sigma=0.005695 ! Fit after self-cal, rms=0.852738Jy sigma=0.005316 ! 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.991 mas, bmaj=30.06 mas, bpa=-14.82 degrees ! Estimated noise=3146.11 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.105294 Jy ! Component: 100 - total flux cleaned = 0.150207 Jy ! Total flux subtracted in 100 components = 0.150207 Jy ! Clean residual min=-0.032648 max=0.030020 Jy/beam ! Clean residual mean=-0.000677 rms=0.010764 Jy/beam ! Combined flux in latest and established models = 0.150207 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 31 components and 0.150207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178022Jy sigma=0.001088 ! Fit after self-cal, rms=0.177795Jy sigma=0.001086 ! 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.809 mas, bmaj=30.14 mas, bpa=-13.99 degrees ! Estimated noise=1118.12 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.0557071 Jy ! Component: 100 - total flux cleaned = 0.0927235 Jy ! Component: 150 - total flux cleaned = 0.119209 Jy ! Component: 200 - total flux cleaned = 0.138642 Jy ! Total flux subtracted in 200 components = 0.138642 Jy ! Clean residual min=-0.042794 max=0.040015 Jy/beam ! Clean residual mean=-0.001308 rms=0.014502 Jy/beam ! Combined flux in latest and established models = 0.288848 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 122 components and 0.288848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156403Jy sigma=0.000942 ! Fit after self-cal, rms=0.155805Jy sigma=0.000932 ! 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 0.95 FD 1.00* HN 1.23 KP 0.89 ! LA 0.98 MK 1.06 NL 1.00* OV 1.04 ! PT 1.00 ! ! ! 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.19 KP 0.81 ! LA 1.01 MK 1.06 NL 1.00* OV 1.06 ! PT 0.98 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.07 KP 0.82 ! LA 1.03 MK 1.13 NL 1.00* OV 0.92 ! PT 0.98 ! ! ! Correcting IF 4. ! A total of 738 telescope corrections were flagged in sub-array 1. ! 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* ! ! ! Fit before self-cal, rms=0.155805Jy sigma=0.000932 ! Fit after self-cal, rms=0.149198Jy sigma=0.000939 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.059 mas, bmaj=29.65 mas, bpa=-13.82 degrees ! Estimated noise=1093.93 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.00741143 Jy ! Component: 100 - total flux cleaned = 0.0101589 Jy ! Component: 150 - total flux cleaned = 0.0128422 Jy ! Component: 200 - total flux cleaned = 0.0150007 Jy ! Total flux subtracted in 200 components = 0.0150007 Jy ! Clean residual min=-0.037526 max=0.045312 Jy/beam ! Clean residual mean=-0.001579 rms=0.013679 Jy/beam ! Combined flux in latest and established models = 0.303849 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 159 components and 0.303849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147473Jy sigma=0.000928 ! Fit after self-cal, rms=0.147762Jy sigma=0.000927 ! 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.147762Jy sigma=0.000927 ! Fit after self-cal, rms=0.224560Jy sigma=0.000812 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.945 mas, bmaj=28.9 mas, bpa=-13.56 degrees ! Estimated noise=1162.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001294 Jy ! Component: 100 - total flux cleaned = 0.00127805 Jy ! Component: 150 - total flux cleaned = 0.000900353 Jy ! Component: 200 - total flux cleaned = 0.000540136 Jy ! Total flux subtracted in 200 components = 0.000540136 Jy ! Clean residual min=-0.032185 max=0.030596 Jy/beam ! Clean residual mean=-0.000194 rms=0.009129 Jy/beam ! Combined flux in latest and established models = 0.304389 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 185 components and 0.304389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.223753Jy sigma=0.000809 ! Fit after self-cal, rms=0.228346Jy sigma=0.000803 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.00124572 Jy ! Component: 100 - total flux cleaned = -0.0016497 Jy ! Component: 150 - total flux cleaned = -0.00188958 Jy ! Component: 200 - total flux cleaned = -0.00211047 Jy ! Total flux subtracted in 200 components = -0.00211047 Jy ! Clean residual min=-0.030976 max=0.030943 Jy/beam ! Clean residual mean=-0.000220 rms=0.008980 Jy/beam ! Combined flux in latest and established models = 0.302278 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 211 components and 0.302278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.228140Jy sigma=0.000802 ! Fit after self-cal, rms=0.228051Jy sigma=0.000802 ! 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.228051Jy sigma=0.000802 ! Fit after self-cal, rms=0.257279Jy sigma=0.000801 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.923 mas, bmaj=28.89 mas, bpa=-13.53 degrees ! Estimated noise=1165.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00113512 Jy ! Component: 100 - total flux cleaned = -0.00143966 Jy ! Component: 150 - total flux cleaned = -0.00171886 Jy ! Component: 200 - total flux cleaned = -0.00197194 Jy ! Total flux subtracted in 200 components = -0.00197194 Jy ! Clean residual min=-0.031655 max=0.030012 Jy/beam ! Clean residual mean=-0.000143 rms=0.008946 Jy/beam ! Combined flux in latest and established models = 0.300306 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 222 components and 0.300306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.256975Jy sigma=0.000800 ! Fit after self-cal, rms=0.257308Jy sigma=0.000800 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.000916821 Jy ! Component: 100 - total flux cleaned = -0.00115346 Jy ! Component: 150 - total flux cleaned = -0.00126659 Jy ! Component: 200 - total flux cleaned = -0.00138188 Jy ! Total flux subtracted in 200 components = -0.00138188 Jy ! Clean residual min=-0.031553 max=0.030109 Jy/beam ! Clean residual mean=-0.000152 rms=0.008946 Jy/beam ! Combined flux in latest and established models = 0.298925 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 235 components and 0.298925 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.257092Jy sigma=0.000799 ! Fit after self-cal, rms=0.257014Jy sigma=0.000799 ! 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.257014Jy sigma=0.000799 ! Fit after self-cal, rms=0.267623Jy sigma=0.000799 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.6 mas, bmaj=31.99 mas, bpa=-3.335 degrees ! Estimated noise=1331.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00173945 Jy ! Component: 100 - total flux cleaned = -0.00173938 Jy ! Component: 150 - total flux cleaned = -0.00174151 Jy ! Component: 200 - total flux cleaned = -0.0017472 Jy ! Total flux subtracted in 200 components = -0.0017472 Jy ! Clean residual min=-0.040011 max=0.035788 Jy/beam ! Clean residual mean=-0.000203 rms=0.012015 Jy/beam ! Combined flux in latest and established models = 0.297177 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 250 components and 0.297177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.267383Jy sigma=0.000798 ! Fit after self-cal, rms=0.267577Jy sigma=0.000798 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.00120689 Jy ! Component: 100 - total flux cleaned = -0.00166604 Jy ! Component: 150 - total flux cleaned = -0.00195642 Jy ! Component: 200 - total flux cleaned = -0.00223293 Jy ! Total flux subtracted in 200 components = -0.00223293 Jy ! Clean residual min=-0.040466 max=0.035793 Jy/beam ! Clean residual mean=-0.000226 rms=0.012074 Jy/beam ! Combined flux in latest and established models = 0.294944 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 266 components and 0.294944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.267304Jy sigma=0.000798 ! Fit after self-cal, rms=0.267269Jy sigma=0.000797 ! 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.915 mas, bmaj=28.94 mas, bpa=-13.51 degrees ! Estimated noise=1164.07 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.915 x 28.94 at -13.51 degrees (North through East) ! Clean map min=-0.032986 max=0.13501 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.065 mas, bmaj=27.66 mas, bpa=-14.32 degrees ! Estimated noise=3501.33 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.109913 Jy ! Component: 100 - total flux cleaned = 0.163017 Jy ! Component: 150 - total flux cleaned = 0.19772 Jy ! Component: 200 - total flux cleaned = 0.220816 Jy ! Total flux subtracted in 200 components = 0.220816 Jy ! Clean residual min=-0.030803 max=0.025583 Jy/beam ! Clean residual mean=-0.000238 rms=0.008290 Jy/beam ! Combined flux in latest and established models = 0.220816 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 48 model components to the UV plane model. ! The established model now contains 48 components and 0.220816 Jy ! Inverting map and beam ! Estimated beam: bmin=3.915 mas, bmaj=28.94 mas, bpa=-13.51 degrees ! Estimated noise=1164.07 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.0255972 Jy ! Component: 100 - total flux cleaned = 0.0410609 Jy ! Component: 150 - total flux cleaned = 0.0509781 Jy ! Component: 200 - total flux cleaned = 0.0574404 Jy ! Total flux subtracted in 200 components = 0.0574404 Jy ! Clean residual min=-0.033289 max=0.028337 Jy/beam ! Clean residual mean=-0.000225 rms=0.009335 Jy/beam ! Combined flux in latest and established models = 0.278256 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 97 components and 0.278256 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=10.6 mas, bmaj=31.99 mas, bpa=-3.335 degrees ! Estimated noise=1331.95 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00604366 Jy ! Component: 100 - total flux cleaned = 0.00661555 Jy ! Component: 150 - total flux cleaned = 0.00716507 Jy ! Component: 200 - total flux cleaned = 0.0075256 Jy ! Total flux subtracted in 200 components = 0.0075256 Jy ! Clean residual min=-0.040881 max=0.034723 Jy/beam ! Clean residual mean=-0.000300 rms=0.012484 Jy/beam ! Combined flux in latest and established models = 0.285782 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 = 0.000512158 Jy ! Component: 100 - total flux cleaned = 0.00100473 Jy ! Component: 150 - total flux cleaned = 0.00132178 Jy ! Component: 200 - total flux cleaned = 0.00178663 Jy ! Total flux subtracted in 200 components = 0.00178663 Jy ! Clean residual min=-0.040800 max=0.034686 Jy/beam ! Clean residual mean=-0.000286 rms=0.012398 Jy/beam ! Combined flux in latest and established models = 0.287568 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 121 components and 0.287568 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.915 mas, bmaj=28.94 mas, bpa=-13.51 degrees ! Estimated noise=1164.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000171121 Jy ! Component: 100 - total flux cleaned = 0.000353875 Jy ! Component: 150 - total flux cleaned = 0.000359638 Jy ! Component: 200 - total flux cleaned = 0.000240156 Jy ! Total flux subtracted in 200 components = 0.000240156 Jy ! Clean residual min=-0.032982 max=0.029513 Jy/beam ! Clean residual mean=-0.000183 rms=0.009145 Jy/beam ! Combined flux in latest and established models = 0.287809 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 152 components and 0.287809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.267484Jy sigma=0.000800 ! Fit after self-cal, rms=0.267956Jy sigma=0.000799 wmodel J0616-3456_S_2017_09_26_pus_map.mod ! Writing 152 model components to file: J0616-3456_S_2017_09_26_pus_map.mod wobs J0616-3456_S_2017_09_26_pus_uvs.fits ! Writing UV FITS file: J0616-3456_S_2017_09_26_pus_uvs.fits wwins J0616-3456_S_2017_09_26_pus_map.win ! wwins: Wrote 1 windows to J0616-3456_S_2017_09_26_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.00762047 Jy ! Component: 100 - total flux cleaned = -0.0114172 Jy ! Component: 150 - total flux cleaned = -0.0122426 Jy ! Component: 200 - total flux cleaned = -0.0129753 Jy ! Component: 250 - total flux cleaned = -0.0133253 Jy ! Component: 300 - total flux cleaned = -0.0155056 Jy ! Component: 350 - total flux cleaned = -0.0180822 Jy ! Component: 400 - total flux cleaned = -0.020734 Jy ! Component: 450 - total flux cleaned = -0.0227155 Jy ! Component: 500 - total flux cleaned = -0.0248111 Jy ! Component: 550 - total flux cleaned = -0.0252601 Jy ! Component: 600 - total flux cleaned = -0.0256854 Jy ! Component: 650 - total flux cleaned = -0.0258817 Jy ! Component: 700 - total flux cleaned = -0.0258795 Jy ! Component: 750 - total flux cleaned = -0.0258768 Jy ! Component: 800 - total flux cleaned = -0.0258759 Jy ! Component: 850 - total flux cleaned = -0.0265577 Jy ! Component: 900 - total flux cleaned = -0.0272154 Jy ! Component: 950 - total flux cleaned = -0.0280093 Jy ! Component: 1000 - total flux cleaned = -0.0287779 Jy ! Component: 1050 - total flux cleaned = -0.0296712 Jy ! Component: 1100 - total flux cleaned = -0.0302531 Jy ! Component: 1150 - total flux cleaned = -0.0309664 Jy ! Component: 1200 - total flux cleaned = -0.0316674 Jy ! Component: 1250 - total flux cleaned = -0.0324918 Jy ! Component: 1300 - total flux cleaned = -0.0328961 Jy ! Component: 1350 - total flux cleaned = -0.0335612 Jy ! Component: 1400 - total flux cleaned = -0.0340862 Jy ! Component: 1450 - total flux cleaned = -0.0348661 Jy ! Component: 1500 - total flux cleaned = -0.0355101 Jy ! Component: 1550 - total flux cleaned = -0.0364067 Jy ! Component: 1600 - total flux cleaned = -0.0371704 Jy ! Component: 1650 - total flux cleaned = -0.0380574 Jy ! Component: 1700 - total flux cleaned = -0.0389412 Jy ! Component: 1750 - total flux cleaned = -0.039822 Jy ! Component: 1800 - total flux cleaned = -0.0405752 Jy ! Component: 1850 - total flux cleaned = -0.041451 Jy ! Component: 1900 - total flux cleaned = -0.0418251 Jy ! Component: 1950 - total flux cleaned = -0.0424511 Jy ! Component: 2000 - total flux cleaned = -0.0428258 Jy ! Component: 2050 - total flux cleaned = -0.043454 Jy ! Component: 2100 - total flux cleaned = -0.0439565 Jy ! Component: 2150 - total flux cleaned = -0.0443369 Jy ! Component: 2200 - total flux cleaned = -0.0448432 Jy ! Component: 2250 - total flux cleaned = -0.0452239 Jy ! Component: 2300 - total flux cleaned = -0.0457344 Jy ! Component: 2350 - total flux cleaned = -0.0463761 Jy ! Component: 2400 - total flux cleaned = -0.0468919 Jy ! Component: 2450 - total flux cleaned = -0.0474113 Jy ! Component: 2500 - total flux cleaned = -0.0479334 Jy ! Component: 2550 - total flux cleaned = -0.0484601 Jy ! Component: 2600 - total flux cleaned = -0.0489879 Jy ! Component: 2650 - total flux cleaned = -0.0492534 Jy ! Component: 2700 - total flux cleaned = -0.0496556 Jy ! Component: 2750 - total flux cleaned = -0.0499257 Jy ! Component: 2800 - total flux cleaned = -0.0504698 Jy ! Component: 2850 - total flux cleaned = -0.0508807 Jy ! Component: 2900 - total flux cleaned = -0.0512945 Jy ! Component: 2950 - total flux cleaned = -0.0517106 Jy ! Component: 3000 - total flux cleaned = -0.0525509 Jy ! Component: 3050 - total flux cleaned = -0.0528349 Jy ! Component: 3100 - total flux cleaned = -0.0532634 Jy ! Component: 3150 - total flux cleaned = -0.053694 Jy ! Component: 3200 - total flux cleaned = -0.0538396 Jy ! Component: 3250 - total flux cleaned = -0.0545702 Jy ! Component: 3300 - total flux cleaned = -0.0551596 Jy ! Component: 3350 - total flux cleaned = -0.0556063 Jy ! Component: 3400 - total flux cleaned = -0.0562075 Jy ! Component: 3450 - total flux cleaned = -0.0568146 Jy ! Component: 3500 - total flux cleaned = -0.0572728 Jy ! Component: 3550 - total flux cleaned = -0.0577344 Jy ! Component: 3600 - total flux cleaned = -0.0580463 Jy ! Component: 3650 - total flux cleaned = -0.0585176 Jy ! Component: 3700 - total flux cleaned = -0.0586773 Jy ! Component: 3750 - total flux cleaned = -0.0588368 Jy ! Component: 3800 - total flux cleaned = -0.0593212 Jy ! Component: 3850 - total flux cleaned = -0.0589958 Jy ! Component: 3900 - total flux cleaned = -0.05949 Jy ! Component: 3950 - total flux cleaned = -0.0596585 Jy ! Component: 4000 - total flux cleaned = -0.0598283 Jy ! Component: 4050 - total flux cleaned = -0.0598283 Jy ! Total flux subtracted in 4096 components = -0.0598269 Jy ! Clean residual min=-0.009689 max=0.009926 Jy/beam ! Clean residual mean=-0.000154 rms=0.003234 Jy/beam ! Combined flux in latest and established models = 0.227982 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 462 components and 0.227982 Jy ![Exited script file: muppet] wmap "J0616-3456_S_2017_09_26_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.915 x 28.94 at -13.51 degrees (North through East) ! Clean map min=-0.037958 max=0.13619 Jy/beam ! Writing clean map to FITS file: J0616-3456_S_2017_09_26_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.136188 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00371384 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -8.18098 8.18098 16.362 32.7239 65.4478 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0111 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.136 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.915 x 28.94 at -13.51 degrees (North through East) ! Clean map min=-0.037958 max=0.13619 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 J0616-3456_S_2017_09_26_pus_uvs.log closed on Sat May 11 12:55:19 2019