! Started logfile: J0935+3633_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:23:29 2017 obs J0935+3633_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0935+3633_S_2014_01_04_pus_uva.fits ! AN table 1: 108 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0935+3633 ! ! 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 370 lines of history. ! ! Reading 9072 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 J0935+3633_S_2014_01_04_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 216 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 216 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 216 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 216 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.797443Jy sigma=0.011877 ! Fit after self-cal, rms=0.780388Jy sigma=0.011671 ! 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.683 mas, bmaj=4.235 mas, bpa=46.6 degrees ! Estimated noise=1064.66 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.166607 Jy ! Component: 100 - total flux cleaned = 0.219999 Jy ! Total flux subtracted in 100 components = 0.219999 Jy ! Clean residual min=-0.015577 max=0.026660 Jy/beam ! Clean residual mean=0.000015 rms=0.004208 Jy/beam ! Combined flux in latest and established models = 0.219999 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.219999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091721Jy sigma=0.001176 ! Fit after self-cal, rms=0.091320Jy sigma=0.001171 ! Inverting map ! Added new window around map position (-4, 3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0302447 Jy ! Component: 100 - total flux cleaned = 0.0467656 Jy ! Total flux subtracted in 100 components = 0.0467656 Jy ! Clean residual min=-0.010013 max=0.009860 Jy/beam ! Clean residual mean=0.000013 rms=0.002413 Jy/beam ! Combined flux in latest and established models = 0.266764 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 17 components and 0.266764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078079Jy sigma=0.001018 ! Fit after self-cal, rms=0.077877Jy sigma=0.001017 ! 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.696 mas, bmaj=5.009 mas, bpa=51.72 degrees ! Estimated noise=526.738 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.0132425 Jy ! Component: 100 - total flux cleaned = 0.0215577 Jy ! Component: 150 - total flux cleaned = 0.0273832 Jy ! Component: 200 - total flux cleaned = 0.0315436 Jy ! Total flux subtracted in 200 components = 0.0315436 Jy ! Clean residual min=-0.007179 max=0.007874 Jy/beam ! Clean residual mean=0.000016 rms=0.001718 Jy/beam ! Combined flux in latest and established models = 0.298308 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.298308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074170Jy sigma=0.000992 ! Fit after self-cal, rms=0.074038Jy sigma=0.000992 ! 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.05 FD 0.84 KP 1.00* LA 1.04 ! MK 0.95 NL 0.94 OV 0.96 PT 1.01 ! SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00 KP 1.00* LA 0.99 ! MK 0.98 NL 1.02 OV 1.02 PT 0.99 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.11 KP 1.00* LA 0.84 ! MK 0.99 NL 0.98 OV 0.93 PT 0.98 ! SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 0.93 KP 1.00* LA 0.89 ! MK 1.04 NL 1.06 OV 1.01 PT 1.03 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.074038Jy sigma=0.000992 ! Fit after self-cal, rms=0.068444Jy sigma=0.000929 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.727 mas, bmaj=4.992 mas, bpa=48.89 degrees ! Estimated noise=528.152 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.000957957 Jy ! Component: 100 - total flux cleaned = -0.00163973 Jy ! Component: 150 - total flux cleaned = -0.00241188 Jy ! Component: 200 - total flux cleaned = -0.00267444 Jy ! Total flux subtracted in 200 components = -0.00267444 Jy ! Clean residual min=-0.004021 max=0.003364 Jy/beam ! Clean residual mean=0.000003 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.295633 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.295633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068077Jy sigma=0.000924 ! Fit after self-cal, rms=0.067868Jy sigma=0.000924 ! 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.067868Jy sigma=0.000924 ! Fit after self-cal, rms=0.067795Jy sigma=0.000921 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.718 mas, bmaj=4.992 mas, bpa=48.82 degrees ! Estimated noise=529.107 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.67418e-05 Jy ! Component: 100 - total flux cleaned = -0.000701467 Jy ! Component: 150 - total flux cleaned = -0.000849687 Jy ! Component: 200 - total flux cleaned = -0.000985766 Jy ! Total flux subtracted in 200 components = -0.000985766 Jy ! Clean residual min=-0.003915 max=0.003026 Jy/beam ! Clean residual mean=0.000002 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.294648 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 43 components and 0.294648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067591Jy sigma=0.000919 ! Fit after self-cal, rms=0.067566Jy sigma=0.000919 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.000152652 Jy ! Component: 100 - total flux cleaned = -0.000402651 Jy ! Component: 150 - total flux cleaned = -0.000571346 Jy ! Component: 200 - total flux cleaned = -0.000678378 Jy ! Total flux subtracted in 200 components = -0.000678378 Jy ! Clean residual min=-0.003452 max=0.002946 Jy/beam ! Clean residual mean=0.000002 rms=0.000731 Jy/beam ! Combined flux in latest and established models = 0.293969 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 43 components and 0.293969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067445Jy sigma=0.000918 ! Fit after self-cal, rms=0.067431Jy sigma=0.000917 ! 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.067431Jy sigma=0.000917 ! Fit after self-cal, rms=0.067261Jy sigma=0.000917 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.703 mas, bmaj=4.987 mas, bpa=48.21 degrees ! Estimated noise=529.381 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.47221e-05 Jy ! Component: 100 - total flux cleaned = -0.000171044 Jy ! Component: 150 - total flux cleaned = -0.000268557 Jy ! Component: 200 - total flux cleaned = -0.00036157 Jy ! Total flux subtracted in 200 components = -0.00036157 Jy ! Clean residual min=-0.003409 max=0.002801 Jy/beam ! Clean residual mean=-0.000002 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.293608 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 47 components and 0.293608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067165Jy sigma=0.000916 ! Fit after self-cal, rms=0.067141Jy sigma=0.000916 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.000131342 Jy ! Component: 100 - total flux cleaned = -0.000302753 Jy ! Component: 150 - total flux cleaned = -0.000379936 Jy ! Component: 200 - total flux cleaned = -0.000453512 Jy ! Total flux subtracted in 200 components = -0.000453512 Jy ! Clean residual min=-0.003086 max=0.002753 Jy/beam ! Clean residual mean=-0.000002 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.293154 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 49 components and 0.293154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067080Jy sigma=0.000916 ! Fit after self-cal, rms=0.067072Jy sigma=0.000916 ! 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.067072Jy sigma=0.000916 ! Fit after self-cal, rms=0.066957Jy sigma=0.000916 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.354 mas, bmaj=10.16 mas, bpa=31.24 degrees ! Estimated noise=615.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000772688 Jy ! Component: 100 - total flux cleaned = -0.000703935 Jy ! Component: 150 - total flux cleaned = -0.000615591 Jy ! Component: 200 - total flux cleaned = -0.000585265 Jy ! Total flux subtracted in 200 components = -0.000585265 Jy ! Clean residual min=-0.002344 max=0.002328 Jy/beam ! Clean residual mean=-0.000007 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.292569 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.292569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066944Jy sigma=0.000915 ! Fit after self-cal, rms=0.066909Jy sigma=0.000915 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.000243854 Jy ! Component: 100 - total flux cleaned = -0.000138102 Jy ! Component: 150 - total flux cleaned = -8.47556e-05 Jy ! Component: 200 - total flux cleaned = -5.46028e-05 Jy ! Total flux subtracted in 200 components = -5.46028e-05 Jy ! Clean residual min=-0.002243 max=0.002367 Jy/beam ! Clean residual mean=-0.000007 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.292514 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 69 components and 0.292514 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066907Jy sigma=0.000915 ! Fit after self-cal, rms=0.066885Jy sigma=0.000915 ! 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.692 mas, bmaj=4.98 mas, bpa=47.91 degrees ! Estimated noise=529.481 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.692 x 4.98 at 47.91 degrees (North through East) ! Clean map min=-0.0033416 max=0.19022 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.663 mas, bmaj=4.215 mas, bpa=45.05 degrees ! Estimated noise=1070.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.168708 Jy ! Component: 100 - total flux cleaned = 0.222675 Jy ! Component: 150 - total flux cleaned = 0.25004 Jy ! Component: 200 - total flux cleaned = 0.265221 Jy ! Total flux subtracted in 200 components = 0.265221 Jy ! Clean residual min=-0.007052 max=0.008075 Jy/beam ! Clean residual mean=0.000002 rms=0.001843 Jy/beam ! Combined flux in latest and established models = 0.265221 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.265221 Jy ! Inverting map and beam ! Estimated beam: bmin=4.692 mas, bmaj=4.98 mas, bpa=47.91 degrees ! Estimated noise=529.481 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.0111216 Jy ! Component: 100 - total flux cleaned = 0.0176342 Jy ! Component: 150 - total flux cleaned = 0.0219962 Jy ! Component: 200 - total flux cleaned = 0.0235451 Jy ! Total flux subtracted in 200 components = 0.0235451 Jy ! Clean residual min=-0.003412 max=0.003377 Jy/beam ! Clean residual mean=-0.000003 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.288766 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 46 components and 0.288766 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=8.354 mas, bmaj=10.16 mas, bpa=31.24 degrees ! Estimated noise=615.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00221426 Jy ! Component: 100 - total flux cleaned = 0.00281421 Jy ! Component: 150 - total flux cleaned = 0.00302054 Jy ! Component: 200 - total flux cleaned = 0.00319157 Jy ! Total flux subtracted in 200 components = 0.00319157 Jy ! Clean residual min=-0.002352 max=0.002698 Jy/beam ! Clean residual mean=-0.000007 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.291958 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 = 5.34344e-05 Jy ! Component: 100 - total flux cleaned = 0.000104261 Jy ! Component: 150 - total flux cleaned = 0.000128864 Jy ! Component: 200 - total flux cleaned = 0.000152218 Jy ! Total flux subtracted in 200 components = 0.000152218 Jy ! Clean residual min=-0.002320 max=0.002675 Jy/beam ! Clean residual mean=-0.000007 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.29211 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 61 components and 0.29211 Jy ! Inverting map ! Added new window around map position (17, -27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200409 Jy ! Component: 100 - total flux cleaned = 0.00262482 Jy ! Component: 150 - total flux cleaned = 0.0028225 Jy ! Component: 200 - total flux cleaned = 0.00303248 Jy ! Total flux subtracted in 200 components = 0.00303248 Jy ! Clean residual min=-0.002008 max=0.001788 Jy/beam ! Clean residual mean=0.000004 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.295142 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 82 components and 0.295142 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.692 mas, bmaj=4.98 mas, bpa=47.91 degrees ! Estimated noise=529.481 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00114663 Jy ! Component: 100 - total flux cleaned = -0.00143024 Jy ! Component: 150 - total flux cleaned = -0.00111317 Jy ! Component: 200 - total flux cleaned = -0.000816456 Jy ! Total flux subtracted in 200 components = -0.000816456 Jy ! Clean residual min=-0.002616 max=0.002501 Jy/beam ! Clean residual mean=0.000002 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.294326 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 106 components and 0.294326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067020Jy sigma=0.000915 ! Fit after self-cal, rms=0.066996Jy sigma=0.000915 wmodel J0935+3633_S_2014_01_04_pus_map.mod ! Writing 106 model components to file: J0935+3633_S_2014_01_04_pus_map.mod wobs J0935+3633_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0935+3633_S_2014_01_04_pus_uvs.fits wwins J0935+3633_S_2014_01_04_pus_map.win ! wwins: Wrote 3 windows to J0935+3633_S_2014_01_04_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.000554883 Jy ! Component: 100 - total flux cleaned = -0.00066977 Jy ! Component: 150 - total flux cleaned = -0.000740853 Jy ! Component: 200 - total flux cleaned = -0.000775318 Jy ! Component: 250 - total flux cleaned = -0.000775189 Jy ! Component: 300 - total flux cleaned = -0.000617039 Jy ! Component: 350 - total flux cleaned = -0.000556092 Jy ! Component: 400 - total flux cleaned = -0.000436954 Jy ! Component: 450 - total flux cleaned = -0.00040841 Jy ! Component: 500 - total flux cleaned = -0.000437579 Jy ! Component: 550 - total flux cleaned = -0.000493214 Jy ! Component: 600 - total flux cleaned = -0.00062645 Jy ! Component: 650 - total flux cleaned = -0.000703163 Jy ! Component: 700 - total flux cleaned = -0.000702606 Jy ! Component: 750 - total flux cleaned = -0.000727969 Jy ! Component: 800 - total flux cleaned = -0.000848297 Jy ! Component: 850 - total flux cleaned = -0.000919128 Jy ! Component: 900 - total flux cleaned = -0.00103422 Jy ! Component: 950 - total flux cleaned = -0.00112366 Jy ! Component: 1000 - total flux cleaned = -0.00116826 Jy ! Component: 1050 - total flux cleaned = -0.00121107 Jy ! Component: 1100 - total flux cleaned = -0.00127385 Jy ! Component: 1150 - total flux cleaned = -0.00129416 Jy ! Component: 1200 - total flux cleaned = -0.00135381 Jy ! Component: 1250 - total flux cleaned = -0.00139247 Jy ! Component: 1300 - total flux cleaned = -0.00141132 Jy ! Component: 1350 - total flux cleaned = -0.00154292 Jy ! Component: 1400 - total flux cleaned = -0.00154251 Jy ! Component: 1450 - total flux cleaned = -0.00165095 Jy ! Component: 1500 - total flux cleaned = -0.00166831 Jy ! Component: 1550 - total flux cleaned = -0.00168558 Jy ! Component: 1600 - total flux cleaned = -0.00170339 Jy ! Component: 1650 - total flux cleaned = -0.00177131 Jy ! Component: 1700 - total flux cleaned = -0.00180478 Jy ! Component: 1750 - total flux cleaned = -0.00188647 Jy ! Component: 1800 - total flux cleaned = -0.00190261 Jy ! Component: 1850 - total flux cleaned = -0.00196598 Jy ! Component: 1900 - total flux cleaned = -0.00201265 Jy ! Component: 1950 - total flux cleaned = -0.00205873 Jy ! Component: 2000 - total flux cleaned = -0.00208932 Jy ! Component: 2050 - total flux cleaned = -0.00210445 Jy ! Component: 2100 - total flux cleaned = -0.0021784 Jy ! Component: 2150 - total flux cleaned = -0.00222181 Jy ! Component: 2200 - total flux cleaned = -0.00229354 Jy ! Component: 2250 - total flux cleaned = -0.00233595 Jy ! Component: 2300 - total flux cleaned = -0.00239194 Jy ! Component: 2350 - total flux cleaned = -0.00243343 Jy ! Component: 2400 - total flux cleaned = -0.00248804 Jy ! Component: 2450 - total flux cleaned = -0.00254185 Jy ! Component: 2500 - total flux cleaned = -0.002635 Jy ! Component: 2550 - total flux cleaned = -0.00267439 Jy ! Component: 2600 - total flux cleaned = -0.00275237 Jy ! Component: 2650 - total flux cleaned = -0.00273941 Jy ! Component: 2700 - total flux cleaned = -0.00281583 Jy ! Component: 2750 - total flux cleaned = -0.00281589 Jy ! Component: 2800 - total flux cleaned = -0.00286569 Jy ! Component: 2850 - total flux cleaned = -0.00290255 Jy ! Component: 2900 - total flux cleaned = -0.00292687 Jy ! Component: 2950 - total flux cleaned = -0.00295109 Jy ! Component: 3000 - total flux cleaned = -0.00301079 Jy ! Component: 3050 - total flux cleaned = -0.00305798 Jy ! Component: 3100 - total flux cleaned = -0.00308149 Jy ! Component: 3150 - total flux cleaned = -0.0031163 Jy ! Component: 3200 - total flux cleaned = -0.00315096 Jy ! Component: 3250 - total flux cleaned = -0.00318508 Jy ! Component: 3300 - total flux cleaned = -0.00325285 Jy ! Component: 3350 - total flux cleaned = -0.00327529 Jy ! Component: 3400 - total flux cleaned = -0.00331971 Jy ! Component: 3450 - total flux cleaned = -0.00334162 Jy ! Component: 3500 - total flux cleaned = -0.00338515 Jy ! Component: 3550 - total flux cleaned = -0.00343924 Jy ! Component: 3600 - total flux cleaned = -0.00344991 Jy ! Component: 3650 - total flux cleaned = -0.00345003 Jy ! Component: 3700 - total flux cleaned = -0.00348185 Jy ! Component: 3750 - total flux cleaned = -0.00356589 Jy ! Component: 3800 - total flux cleaned = -0.00356585 Jy ! Component: 3850 - total flux cleaned = -0.0035865 Jy ! Component: 3900 - total flux cleaned = -0.00365847 Jy ! Component: 3950 - total flux cleaned = -0.00369928 Jy ! Component: 4000 - total flux cleaned = -0.00372961 Jy ! Component: 4050 - total flux cleaned = -0.00376984 Jy ! Total flux subtracted in 4096 components = -0.00382993 Jy ! Clean residual min=-0.000629 max=0.000619 Jy/beam ! Clean residual mean=0.000000 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.290496 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 382 components and 0.290496 Jy ![Exited script file: muppet] wmap "J0935+3633_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.692 x 4.98 at 47.91 degrees (North through East) ! Clean map min=-0.0019373 max=0.19356 Jy/beam ! Writing clean map to FITS file: J0935+3633_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.19356 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000189669 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.293968 0.293968 0.587937 1.17587 2.35175 4.7035 9.40699 18.814 37.628 75.2559 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.193 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.692 x 4.98 at 47.91 degrees (North through East) ! Clean map min=-0.0019373 max=0.19356 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 J0935+3633_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:23:34 2017