! Started logfile: J0555+3922_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:07:11 2017 obs J0555+3922_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0555+3922_S_2015_01_23_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.97561 visibilities/baseline/integration-bin. ! Found source: J0555+3922 ! ! 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 338 lines of history. ! ! Reading 21600 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 J0555+3922_S_2015_01_23_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.765800Jy sigma=0.008468 ! Fit after self-cal, rms=0.716372Jy sigma=0.007974 ! 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.88 mas, bmaj=4.5 mas, bpa=-6.289 degrees ! Estimated noise=934.211 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.241365 Jy ! Component: 100 - total flux cleaned = 0.301361 Jy ! Total flux subtracted in 100 components = 0.301361 Jy ! Clean residual min=-0.014746 max=0.036157 Jy/beam ! Clean residual mean=0.000047 rms=0.004433 Jy/beam ! Combined flux in latest and established models = 0.301361 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.301361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.229571Jy sigma=0.001355 ! Fit after self-cal, rms=0.229523Jy sigma=0.001355 ! Inverting map ! Added new window around map position (5.5, 5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0358683 Jy ! Component: 100 - total flux cleaned = 0.0585658 Jy ! Total flux subtracted in 100 components = 0.0585658 Jy ! Clean residual min=-0.011715 max=0.013762 Jy/beam ! Clean residual mean=0.000037 rms=0.003140 Jy/beam ! Combined flux in latest and established models = 0.359927 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 32 components and 0.359927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.222321Jy sigma=0.001141 ! Fit after self-cal, rms=0.221990Jy sigma=0.001135 ! 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.633 mas, bmaj=5.376 mas, bpa=-5.454 degrees ! Estimated noise=447.212 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.0272207 Jy ! Component: 100 - total flux cleaned = 0.0443213 Jy ! Component: 150 - total flux cleaned = 0.0564148 Jy ! Component: 200 - total flux cleaned = 0.0653959 Jy ! Total flux subtracted in 200 components = 0.0653959 Jy ! Clean residual min=-0.009986 max=0.014034 Jy/beam ! Clean residual mean=0.000064 rms=0.003117 Jy/beam ! Combined flux in latest and established models = 0.425323 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 69 components and 0.425323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219441Jy sigma=0.001018 ! Fit after self-cal, rms=0.219180Jy sigma=0.001013 ! 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 0.95 FD 1.52 HN 0.95 KP 1.08 ! LA 0.96 MK 1.01 NL 1.00 OV 0.96 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.85 HN 1.01 KP 1.00 ! LA 0.94 MK 1.02 NL 1.18 OV 0.98 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 2.18 HN 1.00 KP 0.86 ! LA 0.76 MK 1.04 NL 1.41 OV 0.91 ! PT 0.98 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.71 HN 0.97 KP 0.80 ! LA 0.81 MK 1.04 NL 0.99 OV 0.94 ! PT 1.01 SC 1.01 ! ! ! Fit before self-cal, rms=0.219180Jy sigma=0.001013 ! Fit after self-cal, rms=0.352509Jy sigma=0.000814 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.672 mas, bmaj=5.432 mas, bpa=-5.55 degrees ! Estimated noise=445.244 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 (12, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00540495 Jy ! Component: 100 - total flux cleaned = 0.00824556 Jy ! Component: 150 - total flux cleaned = 0.00908155 Jy ! Component: 200 - total flux cleaned = 0.00928549 Jy ! Total flux subtracted in 200 components = 0.00928549 Jy ! Clean residual min=-0.003626 max=0.003858 Jy/beam ! Clean residual mean=0.000008 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.434609 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 94 components and 0.434609 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.352399Jy sigma=0.000808 ! Fit after self-cal, rms=0.352486Jy sigma=0.000808 ! 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.352486Jy sigma=0.000808 ! Fit after self-cal, rms=0.240673Jy sigma=0.000791 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.666 mas, bmaj=5.43 mas, bpa=-5.062 degrees ! Estimated noise=444.699 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00164481 Jy ! Component: 100 - total flux cleaned = 0.00185559 Jy ! Component: 150 - total flux cleaned = 0.00191033 Jy ! Component: 200 - total flux cleaned = 0.0019078 Jy ! Total flux subtracted in 200 components = 0.0019078 Jy ! Clean residual min=-0.001957 max=0.002077 Jy/beam ! Clean residual mean=-0.000001 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.436516 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 119 components and 0.436516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.240640Jy sigma=0.000790 ! Fit after self-cal, rms=0.240629Jy sigma=0.000789 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) ! Added new window around map position (47.5, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00179172 Jy ! Component: 100 - total flux cleaned = 0.00232364 Jy ! Component: 150 - total flux cleaned = 0.00254787 Jy ! Component: 200 - total flux cleaned = 0.00264697 Jy ! Total flux subtracted in 200 components = 0.00264697 Jy ! Clean residual min=-0.001711 max=0.001764 Jy/beam ! Clean residual mean=-0.000002 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.439163 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 138 components and 0.439163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.240600Jy sigma=0.000789 ! Fit after self-cal, rms=0.240598Jy sigma=0.000789 ! 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.240598Jy sigma=0.000789 ! Fit after self-cal, rms=0.240131Jy sigma=0.000789 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.666 mas, bmaj=5.429 mas, bpa=-5.086 degrees ! Estimated noise=444.305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.03061e-05 Jy ! Component: 100 - total flux cleaned = 8.34479e-05 Jy ! Component: 150 - total flux cleaned = 0.000145399 Jy ! Component: 200 - total flux cleaned = 0.000173635 Jy ! Total flux subtracted in 200 components = 0.000173635 Jy ! Clean residual min=-0.001615 max=0.001586 Jy/beam ! Clean residual mean=-0.000003 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.439337 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 146 components and 0.439337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.240123Jy sigma=0.000788 ! Fit after self-cal, rms=0.240122Jy sigma=0.000788 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.000302093 Jy ! Component: 100 - total flux cleaned = 0.000355442 Jy ! Component: 150 - total flux cleaned = 0.000453616 Jy ! Component: 200 - total flux cleaned = 0.000500175 Jy ! Total flux subtracted in 200 components = 0.000500175 Jy ! Clean residual min=-0.001553 max=0.001569 Jy/beam ! Clean residual mean=-0.000003 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.439837 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 154 components and 0.439837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.240115Jy sigma=0.000788 ! Fit after self-cal, rms=0.240115Jy sigma=0.000788 ! 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.240115Jy sigma=0.000788 ! Fit after self-cal, rms=0.239875Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.292 mas, bmaj=9.09 mas, bpa=-3.476 degrees ! Estimated noise=570.831 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000209511 Jy ! Component: 100 - total flux cleaned = 5.78491e-05 Jy ! Component: 150 - total flux cleaned = 5.31663e-05 Jy ! Component: 200 - total flux cleaned = -1.08741e-05 Jy ! Total flux subtracted in 200 components = -1.08741e-05 Jy ! Clean residual min=-0.001739 max=0.001697 Jy/beam ! Clean residual mean=-0.000008 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.439826 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 167 components and 0.439826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239873Jy sigma=0.000788 ! Fit after self-cal, rms=0.239871Jy sigma=0.000788 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.000127503 Jy ! Component: 100 - total flux cleaned = 0.000237336 Jy ! Component: 150 - total flux cleaned = 0.000223665 Jy ! Component: 200 - total flux cleaned = 0.00018397 Jy ! Total flux subtracted in 200 components = 0.00018397 Jy ! Clean residual min=-0.001692 max=0.001578 Jy/beam ! Clean residual mean=-0.000007 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.44001 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 175 components and 0.44001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239869Jy sigma=0.000788 ! Fit after self-cal, rms=0.239868Jy sigma=0.000788 ! 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.666 mas, bmaj=5.43 mas, bpa=-5.086 degrees ! Estimated noise=444.182 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.666 x 5.43 at -5.086 degrees (North through East) ! Clean map min=-0.0014219 max=0.31647 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.903 mas, bmaj=4.534 mas, bpa=-6.21 degrees ! Estimated noise=928.235 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.239556 Jy ! Component: 100 - total flux cleaned = 0.300442 Jy ! Component: 150 - total flux cleaned = 0.333759 Jy ! Component: 200 - total flux cleaned = 0.35556 Jy ! Total flux subtracted in 200 components = 0.35556 Jy ! Clean residual min=-0.006150 max=0.012012 Jy/beam ! Clean residual mean=0.000015 rms=0.001978 Jy/beam ! Combined flux in latest and established models = 0.35556 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.35556 Jy ! Inverting map and beam ! Estimated beam: bmin=3.666 mas, bmaj=5.43 mas, bpa=-5.086 degrees ! Estimated noise=444.182 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.0234252 Jy ! Component: 100 - total flux cleaned = 0.0383438 Jy ! Component: 150 - total flux cleaned = 0.048718 Jy ! Component: 200 - total flux cleaned = 0.056142 Jy ! Total flux subtracted in 200 components = 0.056142 Jy ! Clean residual min=-0.002615 max=0.004212 Jy/beam ! Clean residual mean=0.000005 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.411702 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 81 components and 0.411702 Jy ! Inverting map ! Added new window around map position (3, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00557328 Jy ! Component: 100 - total flux cleaned = 0.00986173 Jy ! Component: 150 - total flux cleaned = 0.013189 Jy ! Component: 200 - total flux cleaned = 0.0158063 Jy ! Total flux subtracted in 200 components = 0.0158063 Jy ! Clean residual min=-0.001714 max=0.002049 Jy/beam ! Clean residual mean=0.000001 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.427508 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 122 components and 0.427508 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.292 mas, bmaj=9.09 mas, bpa=-3.476 degrees ! Estimated noise=570.831 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00369984 Jy ! Component: 100 - total flux cleaned = 0.00598415 Jy ! Component: 150 - total flux cleaned = 0.00762137 Jy ! Component: 200 - total flux cleaned = 0.00883495 Jy ! Total flux subtracted in 200 components = 0.00883495 Jy ! Clean residual min=-0.001795 max=0.001679 Jy/beam ! Clean residual mean=-0.000004 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.436343 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.000922764 Jy ! Component: 100 - total flux cleaned = 0.00147127 Jy ! Component: 150 - total flux cleaned = 0.00184018 Jy ! Component: 200 - total flux cleaned = 0.00214158 Jy ! Total flux subtracted in 200 components = 0.00214158 Jy ! Clean residual min=-0.001695 max=0.001638 Jy/beam ! Clean residual mean=-0.000006 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.438485 Jy ! Adding 91 model components to the UV plane model. ! The established model now contains 197 components and 0.438485 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.666 mas, bmaj=5.43 mas, bpa=-5.086 degrees ! Estimated noise=444.182 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000181663 Jy ! Component: 100 - total flux cleaned = 1.9969e-06 Jy ! Component: 150 - total flux cleaned = 0.000218346 Jy ! Component: 200 - total flux cleaned = 0.000341616 Jy ! Total flux subtracted in 200 components = 0.000341616 Jy ! Clean residual min=-0.001442 max=0.001552 Jy/beam ! Clean residual mean=-0.000003 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.438826 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 224 components and 0.438826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239870Jy sigma=0.000788 ! Fit after self-cal, rms=0.239871Jy sigma=0.000788 wmodel J0555+3922_S_2015_01_23_pus_map.mod ! Writing 224 model components to file: J0555+3922_S_2015_01_23_pus_map.mod wobs J0555+3922_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0555+3922_S_2015_01_23_pus_uvs.fits wwins J0555+3922_S_2015_01_23_pus_map.win ! wwins: Wrote 5 windows to J0555+3922_S_2015_01_23_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 = 7.24455e-05 Jy ! Component: 100 - total flux cleaned = -0.000260208 Jy ! Component: 150 - total flux cleaned = -0.000405508 Jy ! Component: 200 - total flux cleaned = -0.000544416 Jy ! Component: 250 - total flux cleaned = -0.000655961 Jy ! Component: 300 - total flux cleaned = -0.000742399 Jy ! Component: 350 - total flux cleaned = -0.000847661 Jy ! Component: 400 - total flux cleaned = -0.00097061 Jy ! Component: 450 - total flux cleaned = -0.00113072 Jy ! Component: 500 - total flux cleaned = -0.00124827 Jy ! Component: 550 - total flux cleaned = -0.00140144 Jy ! Component: 600 - total flux cleaned = -0.00155122 Jy ! Component: 650 - total flux cleaned = -0.00164339 Jy ! Component: 700 - total flux cleaned = -0.00177041 Jy ! Component: 750 - total flux cleaned = -0.0018599 Jy ! Component: 800 - total flux cleaned = -0.00196548 Jy ! Component: 850 - total flux cleaned = -0.00203487 Jy ! Component: 900 - total flux cleaned = -0.00210307 Jy ! Component: 950 - total flux cleaned = -0.00220396 Jy ! Component: 1000 - total flux cleaned = -0.00222042 Jy ! Component: 1050 - total flux cleaned = -0.00222081 Jy ! Component: 1100 - total flux cleaned = -0.00231837 Jy ! Component: 1150 - total flux cleaned = -0.00235023 Jy ! Component: 1200 - total flux cleaned = -0.00242934 Jy ! Component: 1250 - total flux cleaned = -0.0025227 Jy ! Component: 1300 - total flux cleaned = -0.00258441 Jy ! Component: 1350 - total flux cleaned = -0.00267617 Jy ! Component: 1400 - total flux cleaned = -0.00279733 Jy ! Component: 1450 - total flux cleaned = -0.00291726 Jy ! Component: 1500 - total flux cleaned = -0.00302094 Jy ! Component: 1550 - total flux cleaned = -0.00316794 Jy ! Component: 1600 - total flux cleaned = -0.00326952 Jy ! Component: 1650 - total flux cleaned = -0.00337039 Jy ! Component: 1700 - total flux cleaned = -0.00345591 Jy ! Component: 1750 - total flux cleaned = -0.00355477 Jy ! Component: 1800 - total flux cleaned = -0.00366679 Jy ! Component: 1850 - total flux cleaned = -0.00380575 Jy ! Component: 1900 - total flux cleaned = -0.00391583 Jy ! Component: 1950 - total flux cleaned = -0.0039704 Jy ! Component: 2000 - total flux cleaned = -0.00407892 Jy ! Component: 2050 - total flux cleaned = -0.00421329 Jy ! Component: 2100 - total flux cleaned = -0.00426669 Jy ! Component: 2150 - total flux cleaned = -0.0043859 Jy ! Component: 2200 - total flux cleaned = -0.00449093 Jy ! Component: 2250 - total flux cleaned = -0.00458208 Jy ! Component: 2300 - total flux cleaned = -0.00469844 Jy ! Component: 2350 - total flux cleaned = -0.00482661 Jy ! Component: 2400 - total flux cleaned = -0.00486467 Jy ! Component: 2450 - total flux cleaned = -0.00494048 Jy ! Component: 2500 - total flux cleaned = -0.00501589 Jy ! Component: 2550 - total flux cleaned = -0.00511551 Jy ! Component: 2600 - total flux cleaned = -0.00517746 Jy ! Component: 2650 - total flux cleaned = -0.0052267 Jy ! Component: 2700 - total flux cleaned = -0.00529997 Jy ! Component: 2750 - total flux cleaned = -0.00528788 Jy ! Component: 2800 - total flux cleaned = -0.00533624 Jy ! Component: 2850 - total flux cleaned = -0.00534828 Jy ! Component: 2900 - total flux cleaned = -0.00539591 Jy ! Component: 2950 - total flux cleaned = -0.00536033 Jy ! Component: 3000 - total flux cleaned = -0.00540755 Jy ! Component: 3050 - total flux cleaned = -0.00550113 Jy ! Component: 3100 - total flux cleaned = -0.00548951 Jy ! Component: 3150 - total flux cleaned = -0.0055589 Jy ! Component: 3200 - total flux cleaned = -0.00554748 Jy ! Component: 3250 - total flux cleaned = -0.00559325 Jy ! Component: 3300 - total flux cleaned = -0.00561597 Jy ! Component: 3350 - total flux cleaned = -0.00561602 Jy ! Component: 3400 - total flux cleaned = -0.00563844 Jy ! Component: 3450 - total flux cleaned = -0.00567209 Jy ! Component: 3500 - total flux cleaned = -0.00570529 Jy ! Component: 3550 - total flux cleaned = -0.00574941 Jy ! Component: 3600 - total flux cleaned = -0.00571629 Jy ! Component: 3650 - total flux cleaned = -0.0057601 Jy ! Component: 3700 - total flux cleaned = -0.00578193 Jy ! Component: 3750 - total flux cleaned = -0.00581445 Jy ! Component: 3800 - total flux cleaned = -0.00583595 Jy ! Component: 3850 - total flux cleaned = -0.0058681 Jy ! Component: 3900 - total flux cleaned = -0.00588941 Jy ! Component: 3950 - total flux cleaned = -0.00592125 Jy ! Component: 4000 - total flux cleaned = -0.00595283 Jy ! Component: 4050 - total flux cleaned = -0.00595286 Jy ! Total flux subtracted in 4096 components = -0.00597381 Jy ! Clean residual min=-0.000598 max=0.000665 Jy/beam ! Clean residual mean=-0.000002 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.432852 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 511 components and 0.432853 Jy ![Exited script file: muppet] wmap "J0555+3922_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.666 x 5.43 at -5.086 degrees (North through East) ! Clean map min=-0.001408 max=0.31687 Jy/beam ! Writing clean map to FITS file: J0555+3922_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.316867 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000193043 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.182767 0.182767 0.365534 0.731068 1.46214 2.92427 5.84854 11.6971 23.3942 46.7883 93.5767 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.316 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.666 x 5.43 at -5.086 degrees (North through East) ! Clean map min=-0.001408 max=0.31687 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 J0555+3922_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:07:17 2017