! Started logfile: J0155+0438_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:01:40 2019 obs J0155+0438_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J0155+0438_S_2017_01_16_pus_uva.fits ! AN table 1: 203 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.673454 visibilities/baseline/integration-bin. ! Found source: J0155+0438 ! ! 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 622 lines of history. ! ! Reading 24608 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 J0155+0438_S_2017_01_16_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 484 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 484 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 484 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 774 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.938689Jy sigma=0.006878 ! Fit after self-cal, rms=0.917226Jy sigma=0.006757 ! 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.679 mas, bmaj=9.004 mas, bpa=18.3 degrees ! Estimated noise=1033.17 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.0827924 Jy ! Component: 100 - total flux cleaned = 0.103043 Jy ! Total flux subtracted in 100 components = 0.103043 Jy ! Clean residual min=-0.004520 max=0.008402 Jy/beam ! Clean residual mean=0.000005 rms=0.001319 Jy/beam ! Combined flux in latest and established models = 0.103043 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.103043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.249941Jy sigma=0.000677 ! Fit after self-cal, rms=0.250022Jy sigma=0.000677 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00944724 Jy ! Component: 100 - total flux cleaned = 0.0142646 Jy ! Total flux subtracted in 100 components = 0.0142646 Jy ! Clean residual min=-0.003800 max=0.004770 Jy/beam ! Clean residual mean=0.000004 rms=0.001015 Jy/beam ! Combined flux in latest and established models = 0.117308 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.117308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.249353Jy sigma=0.000669 ! Fit after self-cal, rms=0.249396Jy sigma=0.000668 ! 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=4.367 mas, bmaj=9.774 mas, bpa=17.45 degrees ! Estimated noise=651.607 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 (6.5, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0049274 Jy ! Component: 100 - total flux cleaned = 0.00782686 Jy ! Component: 150 - total flux cleaned = 0.0098892 Jy ! Component: 200 - total flux cleaned = 0.0109073 Jy ! Total flux subtracted in 200 components = 0.0109073 Jy ! Clean residual min=-0.003123 max=0.002950 Jy/beam ! Clean residual mean=-0.000005 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.128215 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 54 components and 0.128215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.249191Jy sigma=0.000666 ! Fit after self-cal, rms=0.249170Jy sigma=0.000666 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.93 HN 0.97 KP 0.98 ! LA 1.01 MK 1.00* NL 0.94 OV 1.02 ! PT 1.00 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.99 HN 0.99 KP 0.96 ! LA 0.98 MK 1.00* NL 1.06 OV 1.03 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 1.00 KP 0.98 ! LA 1.02 MK 1.00* NL 1.02 OV 0.93 ! PT 1.04 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 0.96 KP 0.67 ! LA 0.96 MK 1.00* NL 1.00* OV 0.97 ! PT 1.04 SC 0.88 ! ! ! Fit before self-cal, rms=0.249170Jy sigma=0.000666 ! Fit after self-cal, rms=0.180000Jy sigma=0.000664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.372 mas, bmaj=9.754 mas, bpa=17.05 degrees ! Estimated noise=649.906 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.00140683 Jy ! Component: 100 - total flux cleaned = 0.00155618 Jy ! Component: 150 - total flux cleaned = 0.00159691 Jy ! Component: 200 - total flux cleaned = 0.0016688 Jy ! Total flux subtracted in 200 components = 0.0016688 Jy ! Clean residual min=-0.002685 max=0.002624 Jy/beam ! Clean residual mean=-0.000006 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.129884 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 70 components and 0.129884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179965Jy sigma=0.000664 ! Fit after self-cal, rms=0.179849Jy sigma=0.000664 ! 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.179849Jy sigma=0.000664 ! Fit after self-cal, rms=0.117444Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.363 mas, bmaj=9.716 mas, bpa=16.88 degrees ! Estimated noise=650.251 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000758697 Jy ! Component: 100 - total flux cleaned = 0.000722927 Jy ! Component: 150 - total flux cleaned = 0.000690512 Jy ! Component: 200 - total flux cleaned = 0.000664495 Jy ! Total flux subtracted in 200 components = 0.000664495 Jy ! Clean residual min=-0.001611 max=0.001688 Jy/beam ! Clean residual mean=-0.000009 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.130548 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 79 components and 0.130548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117425Jy sigma=0.000658 ! Fit after self-cal, rms=0.117367Jy sigma=0.000657 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.73047e-05 Jy ! Component: 100 - total flux cleaned = 5.05875e-05 Jy ! Component: 150 - total flux cleaned = 7.35769e-05 Jy ! Component: 200 - total flux cleaned = 7.38135e-05 Jy ! Total flux subtracted in 200 components = 7.38135e-05 Jy ! Clean residual min=-0.001613 max=0.001627 Jy/beam ! Clean residual mean=-0.000010 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.130622 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.130622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117358Jy sigma=0.000657 ! Fit after self-cal, rms=0.117358Jy sigma=0.000657 ! 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.117358Jy sigma=0.000657 ! Fit after self-cal, rms=0.115322Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.357 mas, bmaj=9.7 mas, bpa=16.8 degrees ! Estimated noise=651.179 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000680637 Jy ! Component: 100 - total flux cleaned = 0.000681797 Jy ! Component: 150 - total flux cleaned = 0.000722818 Jy ! Component: 200 - total flux cleaned = 0.000759749 Jy ! Total flux subtracted in 200 components = 0.000759749 Jy ! Clean residual min=-0.001599 max=0.001627 Jy/beam ! Clean residual mean=-0.000009 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.131382 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 100 components and 0.131382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115312Jy sigma=0.000657 ! Fit after self-cal, rms=0.115300Jy sigma=0.000657 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 = 4.52013e-06 Jy ! Component: 100 - total flux cleaned = 4.77359e-06 Jy ! Component: 150 - total flux cleaned = 3.55589e-05 Jy ! Component: 200 - total flux cleaned = 5.03457e-05 Jy ! Total flux subtracted in 200 components = 5.03457e-05 Jy ! Clean residual min=-0.001599 max=0.001608 Jy/beam ! Clean residual mean=-0.000009 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.131432 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 106 components and 0.131432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115296Jy sigma=0.000657 ! Fit after self-cal, rms=0.115295Jy sigma=0.000657 ! 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.115295Jy sigma=0.000657 ! Fit after self-cal, rms=0.115400Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.996 mas, bmaj=11.86 mas, bpa=8.369 degrees ! Estimated noise=756.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000646942 Jy ! Component: 100 - total flux cleaned = 0.00082861 Jy ! Component: 150 - total flux cleaned = 0.000884697 Jy ! Component: 200 - total flux cleaned = 0.000894214 Jy ! Total flux subtracted in 200 components = 0.000894214 Jy ! Clean residual min=-0.001755 max=0.001642 Jy/beam ! Clean residual mean=-0.000015 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.132327 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 122 components and 0.132327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115397Jy sigma=0.000657 ! Fit after self-cal, rms=0.115396Jy sigma=0.000657 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.000142899 Jy ! Component: 100 - total flux cleaned = 0.000133455 Jy ! Component: 150 - total flux cleaned = 0.00012472 Jy ! Component: 200 - total flux cleaned = 0.000125101 Jy ! Total flux subtracted in 200 components = 0.000125101 Jy ! Clean residual min=-0.001749 max=0.001644 Jy/beam ! Clean residual mean=-0.000015 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.132452 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 140 components and 0.132452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115396Jy sigma=0.000657 ! Fit after self-cal, rms=0.115396Jy sigma=0.000657 ! 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=4.352 mas, bmaj=9.689 mas, bpa=16.74 degrees ! Estimated noise=652.184 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.352 x 9.689 at 16.74 degrees (North through East) ! Clean map min=-0.0015818 max=0.1066 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.677 mas, bmaj=8.952 mas, bpa=17.73 degrees ! Estimated noise=1023.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.081751 Jy ! Component: 100 - total flux cleaned = 0.102908 Jy ! Component: 150 - total flux cleaned = 0.113323 Jy ! Component: 200 - total flux cleaned = 0.119479 Jy ! Total flux subtracted in 200 components = 0.119479 Jy ! Clean residual min=-0.002515 max=0.003152 Jy/beam ! Clean residual mean=-0.000000 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.119479 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.119479 Jy ! Inverting map and beam ! Estimated beam: bmin=4.352 mas, bmaj=9.689 mas, bpa=16.74 degrees ! Estimated noise=652.184 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.00472439 Jy ! Component: 100 - total flux cleaned = 0.00735174 Jy ! Component: 150 - total flux cleaned = 0.00911718 Jy ! Component: 200 - total flux cleaned = 0.0104231 Jy ! Total flux subtracted in 200 components = 0.0104231 Jy ! Clean residual min=-0.001671 max=0.001913 Jy/beam ! Clean residual mean=-0.000010 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.129902 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 37 components and 0.129902 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.996 mas, bmaj=11.86 mas, bpa=8.369 degrees ! Estimated noise=756.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126352 Jy ! Component: 100 - total flux cleaned = 0.00176271 Jy ! Component: 150 - total flux cleaned = 0.00203177 Jy ! Component: 200 - total flux cleaned = 0.00212526 Jy ! Total flux subtracted in 200 components = 0.00212526 Jy ! Clean residual min=-0.001852 max=0.001834 Jy/beam ! Clean residual mean=-0.000015 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.132027 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.000104018 Jy ! Component: 100 - total flux cleaned = 0.000178078 Jy ! Component: 150 - total flux cleaned = 0.000261824 Jy ! Component: 200 - total flux cleaned = 0.000323465 Jy ! Total flux subtracted in 200 components = 0.000323465 Jy ! Clean residual min=-0.001823 max=0.001725 Jy/beam ! Clean residual mean=-0.000015 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.132351 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 73 components and 0.132351 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.352 mas, bmaj=9.689 mas, bpa=16.74 degrees ! Estimated noise=652.184 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00019683 Jy ! Component: 100 - total flux cleaned = 0.000197084 Jy ! Component: 150 - total flux cleaned = 0.000197728 Jy ! Component: 200 - total flux cleaned = 0.00022188 Jy ! Total flux subtracted in 200 components = 0.00022188 Jy ! Clean residual min=-0.001532 max=0.001649 Jy/beam ! Clean residual mean=-0.000009 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.132572 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 83 components and 0.132572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115420Jy sigma=0.000657 ! Fit after self-cal, rms=0.115409Jy sigma=0.000657 wmodel J0155+0438_S_2017_01_16_pus_map.mod ! Writing 83 model components to file: J0155+0438_S_2017_01_16_pus_map.mod wobs J0155+0438_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J0155+0438_S_2017_01_16_pus_uvs.fits wwins J0155+0438_S_2017_01_16_pus_map.win ! wwins: Wrote 2 windows to J0155+0438_S_2017_01_16_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000111169 Jy ! Component: 100 - total flux cleaned = -0.000193246 Jy ! Component: 150 - total flux cleaned = -0.000426692 Jy ! Component: 200 - total flux cleaned = -0.000476309 Jy ! Component: 250 - total flux cleaned = -0.000548846 Jy ! Component: 300 - total flux cleaned = -0.000549789 Jy ! Component: 350 - total flux cleaned = -0.000550119 Jy ! Component: 400 - total flux cleaned = -0.000616383 Jy ! Component: 450 - total flux cleaned = -0.000616128 Jy ! Component: 500 - total flux cleaned = -0.000616185 Jy ! Component: 550 - total flux cleaned = -0.000595167 Jy ! Component: 600 - total flux cleaned = -0.00053334 Jy ! Component: 650 - total flux cleaned = -0.000512998 Jy ! Component: 700 - total flux cleaned = -0.000453167 Jy ! Component: 750 - total flux cleaned = -0.000414055 Jy ! Component: 800 - total flux cleaned = -0.000376037 Jy ! Component: 850 - total flux cleaned = -0.000338763 Jy ! Component: 900 - total flux cleaned = -0.000301516 Jy ! Component: 950 - total flux cleaned = -0.000245909 Jy ! Component: 1000 - total flux cleaned = -0.000209494 Jy ! Component: 1050 - total flux cleaned = -0.000155391 Jy ! Component: 1100 - total flux cleaned = -4.93276e-05 Jy ! Component: 1150 - total flux cleaned = -6.70527e-05 Jy ! Component: 1200 - total flux cleaned = -8.44614e-05 Jy ! Component: 1250 - total flux cleaned = -0.000101521 Jy ! Component: 1300 - total flux cleaned = -0.000118303 Jy ! Component: 1350 - total flux cleaned = -0.000101595 Jy ! Component: 1400 - total flux cleaned = -0.000134716 Jy ! Component: 1450 - total flux cleaned = -0.000216831 Jy ! Component: 1500 - total flux cleaned = -0.000216601 Jy ! Component: 1550 - total flux cleaned = -0.000232701 Jy ! Component: 1600 - total flux cleaned = -0.000232526 Jy ! Component: 1650 - total flux cleaned = -0.000201062 Jy ! Component: 1700 - total flux cleaned = -0.000232272 Jy ! Component: 1750 - total flux cleaned = -0.000201446 Jy ! Component: 1800 - total flux cleaned = -0.00020154 Jy ! Component: 1850 - total flux cleaned = -0.00014108 Jy ! Component: 1900 - total flux cleaned = -0.000171404 Jy ! Component: 1950 - total flux cleaned = -0.000186226 Jy ! Component: 2000 - total flux cleaned = -0.000156722 Jy ! Component: 2050 - total flux cleaned = -0.000171652 Jy ! Component: 2100 - total flux cleaned = -0.000142884 Jy ! Component: 2150 - total flux cleaned = -0.000229169 Jy ! Component: 2200 - total flux cleaned = -0.000157983 Jy ! Component: 2250 - total flux cleaned = -0.000257042 Jy ! Component: 2300 - total flux cleaned = -0.000201078 Jy ! Component: 2350 - total flux cleaned = -0.000201177 Jy ! Component: 2400 - total flux cleaned = -0.000269926 Jy ! Component: 2450 - total flux cleaned = -0.000228686 Jy ! Component: 2500 - total flux cleaned = -0.000160954 Jy ! Component: 2550 - total flux cleaned = -0.000174494 Jy ! Component: 2600 - total flux cleaned = -0.000214393 Jy ! Component: 2650 - total flux cleaned = -0.000201228 Jy ! Component: 2700 - total flux cleaned = -0.000214385 Jy ! Component: 2750 - total flux cleaned = -0.000175362 Jy ! Component: 2800 - total flux cleaned = -0.000162482 Jy ! Component: 2850 - total flux cleaned = -0.000123918 Jy ! Component: 2900 - total flux cleaned = -0.00013677 Jy ! Component: 2950 - total flux cleaned = -0.000124049 Jy ! Component: 3000 - total flux cleaned = -9.90498e-05 Jy ! Component: 3050 - total flux cleaned = -6.15861e-05 Jy ! Component: 3100 - total flux cleaned = -0.000160644 Jy ! Component: 3150 - total flux cleaned = -9.92877e-05 Jy ! Component: 3200 - total flux cleaned = -0.000111587 Jy ! Component: 3250 - total flux cleaned = -0.000123787 Jy ! Component: 3300 - total flux cleaned = -8.74966e-05 Jy ! Component: 3350 - total flux cleaned = -3.95813e-05 Jy ! Component: 3400 - total flux cleaned = -9.90657e-05 Jy ! Component: 3450 - total flux cleaned = -5.19197e-05 Jy ! Component: 3500 - total flux cleaned = -5.18927e-05 Jy ! Component: 3550 - total flux cleaned = -5.18241e-05 Jy ! Component: 3600 - total flux cleaned = -2.86537e-05 Jy ! Component: 3650 - total flux cleaned = -5.77255e-06 Jy ! Component: 3700 - total flux cleaned = -1.711e-05 Jy ! Component: 3750 - total flux cleaned = -5.9356e-06 Jy ! Component: 3800 - total flux cleaned = -2.85162e-05 Jy ! Component: 3850 - total flux cleaned = -6.2121e-05 Jy ! Component: 3900 - total flux cleaned = -6.33878e-06 Jy ! Component: 3950 - total flux cleaned = -1.74595e-05 Jy ! Component: 4000 - total flux cleaned = -6.43443e-06 Jy ! Component: 4050 - total flux cleaned = -2.84508e-05 Jy ! Total flux subtracted in 4096 components = 4.2499e-06 Jy ! Clean residual min=-0.000659 max=0.000773 Jy/beam ! Clean residual mean=-0.000003 rms=0.000214 Jy/beam ! Combined flux in latest and established models = 0.132577 Jy keep ! Adding 316 model components to the UV plane model. ! The established model now contains 399 components and 0.132577 Jy ![Exited script file: muppet] wmap "J0155+0438_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.352 x 9.689 at 16.74 degrees (North through East) ! Clean map min=-0.001218 max=0.10643 Jy/beam ! Writing clean map to FITS file: J0155+0438_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.10643 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000213514 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.601844 0.601844 1.20369 2.40737 4.81475 9.6295 19.259 38.518 77.036 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.106 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.352 x 9.689 at 16.74 degrees (North through East) ! Clean map min=-0.001218 max=0.10643 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 J0155+0438_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:01:47 2019