! Started logfile: J0603+2957_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:47:21 2016 obs J0603+2957_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0603+2957_S_2014_05_31_pus_uva.fits ! AN table 1: 101 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.789219 visibilities/baseline/integration-bin. ! Found source: J0603+2957 ! ! 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 336 lines of history. ! ! Reading 14348 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 J0603+2957_S_2014_05_31_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 108 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 108 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 108 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 108 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.908635Jy sigma=0.011059 ! Fit after self-cal, rms=0.872720Jy sigma=0.010646 ! 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.797 mas, bmaj=6.757 mas, bpa=24.2 degrees ! Estimated noise=751.302 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.0922872 Jy ! Component: 100 - total flux cleaned = 0.122824 Jy ! Total flux subtracted in 100 components = 0.122824 Jy ! Clean residual min=-0.008125 max=0.014125 Jy/beam ! Clean residual mean=-0.000013 rms=0.002521 Jy/beam ! Combined flux in latest and established models = 0.122824 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.122824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082762Jy sigma=0.000973 ! Fit after self-cal, rms=0.082540Jy sigma=0.000971 ! Inverting map ! Added new window around map position (-4.5, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.017844 Jy ! Component: 100 - total flux cleaned = 0.0305761 Jy ! Total flux subtracted in 100 components = 0.0305761 Jy ! Clean residual min=-0.006793 max=0.008094 Jy/beam ! Clean residual mean=-0.000006 rms=0.001767 Jy/beam ! Combined flux in latest and established models = 0.1534 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 59 components and 0.1534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075933Jy sigma=0.000881 ! Fit after self-cal, rms=0.075773Jy sigma=0.000879 ! 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.601 mas, bmaj=7.498 mas, bpa=20.03 degrees ! Estimated noise=489.254 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.0165143 Jy ! Component: 100 - total flux cleaned = 0.0275476 Jy ! Component: 150 - total flux cleaned = 0.0354966 Jy ! Component: 200 - total flux cleaned = 0.0413272 Jy ! Total flux subtracted in 200 components = 0.0413272 Jy ! Clean residual min=-0.003871 max=0.005255 Jy/beam ! Clean residual mean=0.000007 rms=0.001229 Jy/beam ! Combined flux in latest and established models = 0.194727 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 128 components and 0.194727 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071367Jy sigma=0.000821 ! Fit after self-cal, rms=0.071224Jy sigma=0.000819 ! 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.00 FD 0.84 HN 1.02 KP 0.97 ! LA 1.15 MK 1.00* NL 1.02 OV 1.00 ! PT 0.94 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 HN 1.05 KP 0.98 ! LA 1.11 MK 1.00* NL 1.15 OV 1.04 ! PT 0.93 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.11 HN 1.06 KP 0.87 ! LA 0.87 MK 1.00* NL 1.06 OV 0.95 ! PT 0.90 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.03 HN 1.02 KP 0.86 ! LA 0.85 MK 1.00* NL 1.07 OV 1.04 ! PT 0.95 SC 0.97 ! ! ! Fit before self-cal, rms=0.071224Jy sigma=0.000819 ! Fit after self-cal, rms=0.067768Jy sigma=0.000790 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.626 mas, bmaj=7.562 mas, bpa=20.07 degrees ! Estimated noise=482.376 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, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00405569 Jy ! Component: 100 - total flux cleaned = 0.00641891 Jy ! Component: 150 - total flux cleaned = 0.00744241 Jy ! Component: 200 - total flux cleaned = 0.00813152 Jy ! Total flux subtracted in 200 components = 0.00813152 Jy ! Clean residual min=-0.001988 max=0.002191 Jy/beam ! Clean residual mean=0.000002 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.202858 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 152 components and 0.202858 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067515Jy sigma=0.000786 ! Fit after self-cal, rms=0.067514Jy sigma=0.000785 ! 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.067514Jy sigma=0.000785 ! Fit after self-cal, rms=0.067016Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.615 mas, bmaj=7.555 mas, bpa=20.03 degrees ! Estimated noise=481.172 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198461 Jy ! Component: 100 - total flux cleaned = 0.00323367 Jy ! Component: 150 - total flux cleaned = 0.00386745 Jy ! Component: 200 - total flux cleaned = 0.00422247 Jy ! Total flux subtracted in 200 components = 0.00422247 Jy ! Clean residual min=-0.001525 max=0.001834 Jy/beam ! Clean residual mean=0.000000 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.207081 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 173 components and 0.207081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066946Jy sigma=0.000782 ! Fit after self-cal, rms=0.066930Jy sigma=0.000782 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.000212197 Jy ! Component: 100 - total flux cleaned = 0.000519333 Jy ! Component: 150 - total flux cleaned = 0.000803126 Jy ! Component: 200 - total flux cleaned = 0.00100071 Jy ! Total flux subtracted in 200 components = 0.00100071 Jy ! Clean residual min=-0.001423 max=0.001642 Jy/beam ! Clean residual mean=0.000001 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.208082 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 186 components and 0.208082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066909Jy sigma=0.000782 ! Fit after self-cal, rms=0.066901Jy sigma=0.000782 ! 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.066901Jy sigma=0.000782 ! Fit after self-cal, rms=0.066836Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.615 mas, bmaj=7.554 mas, bpa=20.06 degrees ! Estimated noise=480.876 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103506 Jy ! Component: 100 - total flux cleaned = 0.00149872 Jy ! Component: 150 - total flux cleaned = 0.00183119 Jy ! Component: 200 - total flux cleaned = 0.00203224 Jy ! Total flux subtracted in 200 components = 0.00203224 Jy ! Clean residual min=-0.001404 max=0.001442 Jy/beam ! Clean residual mean=0.000000 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.210114 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 203 components and 0.210114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066815Jy sigma=0.000781 ! Fit after self-cal, rms=0.066810Jy sigma=0.000781 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.2828e-05 Jy ! Component: 100 - total flux cleaned = 0.000229064 Jy ! Component: 150 - total flux cleaned = 0.00037165 Jy ! Component: 200 - total flux cleaned = 0.000480925 Jy ! Total flux subtracted in 200 components = 0.000480925 Jy ! Clean residual min=-0.001328 max=0.001348 Jy/beam ! Clean residual mean=0.000001 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.210595 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 211 components and 0.210595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066800Jy sigma=0.000781 ! Fit after self-cal, rms=0.066797Jy sigma=0.000781 ! 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.066797Jy sigma=0.000781 ! Fit after self-cal, rms=0.066802Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.177 mas, bmaj=10.04 mas, bpa=2.492 degrees ! Estimated noise=540.246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00074935 Jy ! Component: 100 - total flux cleaned = 0.000999692 Jy ! Component: 150 - total flux cleaned = 0.00116512 Jy ! Component: 200 - total flux cleaned = 0.00132712 Jy ! Total flux subtracted in 200 components = 0.00132712 Jy ! Clean residual min=-0.001203 max=0.001573 Jy/beam ! Clean residual mean=0.000002 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.211922 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 241 components and 0.211922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066795Jy sigma=0.000781 ! Fit after self-cal, rms=0.066789Jy sigma=0.000781 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 = -5.22952e-06 Jy ! Component: 100 - total flux cleaned = 0.000173932 Jy ! Component: 150 - total flux cleaned = 0.000311667 Jy ! Component: 200 - total flux cleaned = 0.00041298 Jy ! Total flux subtracted in 200 components = 0.00041298 Jy ! Clean residual min=-0.001196 max=0.001531 Jy/beam ! Clean residual mean=0.000003 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.212335 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 252 components and 0.212335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066787Jy sigma=0.000781 ! Fit after self-cal, rms=0.066784Jy sigma=0.000781 ! 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.616 mas, bmaj=7.555 mas, bpa=20.08 degrees ! Estimated noise=480.835 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.616 x 7.555 at 20.08 degrees (North through East) ! Clean map min=-0.0012454 max=0.12121 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.79 mas, bmaj=6.771 mas, bpa=24.03 degrees ! Estimated noise=741.248 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0909654 Jy ! Component: 100 - total flux cleaned = 0.122673 Jy ! Component: 150 - total flux cleaned = 0.140674 Jy ! Component: 200 - total flux cleaned = 0.153311 Jy ! Total flux subtracted in 200 components = 0.153311 Jy ! Clean residual min=-0.004737 max=0.007430 Jy/beam ! Clean residual mean=-0.000013 rms=0.001400 Jy/beam ! Combined flux in latest and established models = 0.153311 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 47 model components to the UV plane model. ! The established model now contains 47 components and 0.153311 Jy ! Inverting map and beam ! Estimated beam: bmin=4.616 mas, bmaj=7.555 mas, bpa=20.08 degrees ! Estimated noise=480.835 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.0144012 Jy ! Component: 100 - total flux cleaned = 0.0240908 Jy ! Component: 150 - total flux cleaned = 0.0311728 Jy ! Component: 200 - total flux cleaned = 0.0365704 Jy ! Total flux subtracted in 200 components = 0.0365704 Jy ! Clean residual min=-0.002161 max=0.003513 Jy/beam ! Clean residual mean=-0.000009 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.189881 Jy ! Adding 120 model components to the UV plane model. ! The established model now contains 158 components and 0.189881 Jy ! Inverting map ! Added new window around map position (-2, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00426185 Jy ! Component: 100 - total flux cleaned = 0.00758737 Jy ! Component: 150 - total flux cleaned = 0.0102409 Jy ! Component: 200 - total flux cleaned = 0.0123836 Jy ! Total flux subtracted in 200 components = 0.0123836 Jy ! Clean residual min=-0.001646 max=0.001744 Jy/beam ! Clean residual mean=-0.000003 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.202265 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 217 components and 0.202265 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.177 mas, bmaj=10.04 mas, bpa=2.492 degrees ! Estimated noise=540.246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00265951 Jy ! Component: 100 - total flux cleaned = 0.0045258 Jy ! Component: 150 - total flux cleaned = 0.00595932 Jy ! Component: 200 - total flux cleaned = 0.00709684 Jy ! Total flux subtracted in 200 components = 0.00709684 Jy ! Clean residual min=-0.001388 max=0.001409 Jy/beam ! Clean residual mean=-0.000000 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.209362 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.000909491 Jy ! Component: 100 - total flux cleaned = 0.00163976 Jy ! Component: 150 - total flux cleaned = 0.00222795 Jy ! Component: 200 - total flux cleaned = 0.00266819 Jy ! Total flux subtracted in 200 components = 0.00266819 Jy ! Clean residual min=-0.001211 max=0.001391 Jy/beam ! Clean residual mean=0.000001 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.21203 Jy ! Adding 128 model components to the UV plane model. ! The established model now contains 326 components and 0.21203 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.616 mas, bmaj=7.555 mas, bpa=20.08 degrees ! Estimated noise=480.835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.61441e-05 Jy ! Component: 100 - total flux cleaned = 0.000202894 Jy ! Component: 150 - total flux cleaned = 0.000359153 Jy ! Component: 200 - total flux cleaned = 0.000515487 Jy ! Total flux subtracted in 200 components = 0.000515487 Jy ! Clean residual min=-0.001257 max=0.001222 Jy/beam ! Clean residual mean=0.000001 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.212546 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 344 components and 0.212546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066767Jy sigma=0.000781 ! Fit after self-cal, rms=0.066755Jy sigma=0.000780 wmodel J0603+2957_S_2014_05_31_pus_map.mod ! Writing 344 model components to file: J0603+2957_S_2014_05_31_pus_map.mod wobs J0603+2957_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0603+2957_S_2014_05_31_pus_uvs.fits wwins J0603+2957_S_2014_05_31_pus_map.win ! wwins: Wrote 4 windows to J0603+2957_S_2014_05_31_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 = 8.76849e-05 Jy ! Component: 100 - total flux cleaned = 0.000196017 Jy ! Component: 150 - total flux cleaned = 0.000300922 Jy ! Component: 200 - total flux cleaned = 0.000402517 Jy ! Component: 250 - total flux cleaned = 0.000520765 Jy ! Component: 300 - total flux cleaned = 0.000597384 Jy ! Component: 350 - total flux cleaned = 0.000672579 Jy ! Component: 400 - total flux cleaned = 0.000745897 Jy ! Component: 450 - total flux cleaned = 0.000710687 Jy ! Component: 500 - total flux cleaned = 0.000711239 Jy ! Component: 550 - total flux cleaned = 0.000643223 Jy ! Component: 600 - total flux cleaned = 0.000643289 Jy ! Component: 650 - total flux cleaned = 0.000577947 Jy ! Component: 700 - total flux cleaned = 0.000626552 Jy ! Component: 750 - total flux cleaned = 0.000626589 Jy ! Component: 800 - total flux cleaned = 0.000688748 Jy ! Component: 850 - total flux cleaned = 0.000658083 Jy ! Component: 900 - total flux cleaned = 0.000733489 Jy ! Component: 950 - total flux cleaned = 0.00076297 Jy ! Component: 1000 - total flux cleaned = 0.00077734 Jy ! Component: 1050 - total flux cleaned = 0.000733974 Jy ! Component: 1100 - total flux cleaned = 0.000805468 Jy ! Component: 1150 - total flux cleaned = 0.000819615 Jy ! Component: 1200 - total flux cleaned = 0.000847322 Jy ! Component: 1250 - total flux cleaned = 0.000901846 Jy ! Component: 1300 - total flux cleaned = 0.000901829 Jy ! Component: 1350 - total flux cleaned = 0.000928492 Jy ! Component: 1400 - total flux cleaned = 0.00096783 Jy ! Component: 1450 - total flux cleaned = 0.000980809 Jy ! Component: 1500 - total flux cleaned = 0.00101922 Jy ! Component: 1550 - total flux cleaned = 0.000993883 Jy ! Component: 1600 - total flux cleaned = 0.000993829 Jy ! Component: 1650 - total flux cleaned = 0.000968912 Jy ! Component: 1700 - total flux cleaned = 0.000932535 Jy ! Component: 1750 - total flux cleaned = 0.000896506 Jy ! Component: 1800 - total flux cleaned = 0.000908401 Jy ! Component: 1850 - total flux cleaned = 0.000884837 Jy ! Component: 1900 - total flux cleaned = 0.000861683 Jy ! Component: 1950 - total flux cleaned = 0.000850009 Jy ! Component: 2000 - total flux cleaned = 0.000861341 Jy ! Component: 2050 - total flux cleaned = 0.000849974 Jy ! Component: 2100 - total flux cleaned = 0.000849964 Jy ! Component: 2150 - total flux cleaned = 0.000849828 Jy ! Component: 2200 - total flux cleaned = 0.000860581 Jy ! Component: 2250 - total flux cleaned = 0.000860554 Jy ! Component: 2300 - total flux cleaned = 0.000860606 Jy ! Component: 2350 - total flux cleaned = 0.000860581 Jy ! Component: 2400 - total flux cleaned = 0.000881763 Jy ! Component: 2450 - total flux cleaned = 0.000892227 Jy ! Component: 2500 - total flux cleaned = 0.00087158 Jy ! Component: 2550 - total flux cleaned = 0.000923049 Jy ! Component: 2600 - total flux cleaned = 0.000943241 Jy ! Component: 2650 - total flux cleaned = 0.000933106 Jy ! Component: 2700 - total flux cleaned = 0.0009533 Jy ! Component: 2750 - total flux cleaned = 0.000973257 Jy ! Component: 2800 - total flux cleaned = 0.00097317 Jy ! Component: 2850 - total flux cleaned = 0.000973211 Jy ! Component: 2900 - total flux cleaned = 0.00100237 Jy ! Component: 2950 - total flux cleaned = 0.000983052 Jy ! Component: 3000 - total flux cleaned = 0.000992676 Jy ! Component: 3050 - total flux cleaned = 0.00106869 Jy ! Component: 3100 - total flux cleaned = 0.00107812 Jy ! Component: 3150 - total flux cleaned = 0.00107803 Jy ! Component: 3200 - total flux cleaned = 0.00108743 Jy ! Component: 3250 - total flux cleaned = 0.00109661 Jy ! Component: 3300 - total flux cleaned = 0.00110585 Jy ! Component: 3350 - total flux cleaned = 0.00110586 Jy ! Component: 3400 - total flux cleaned = 0.00117814 Jy ! Component: 3450 - total flux cleaned = 0.00120508 Jy ! Component: 3500 - total flux cleaned = 0.00121395 Jy ! Component: 3550 - total flux cleaned = 0.00121408 Jy ! Component: 3600 - total flux cleaned = 0.001258 Jy ! Component: 3650 - total flux cleaned = 0.00127543 Jy ! Component: 3700 - total flux cleaned = 0.00131006 Jy ! Component: 3750 - total flux cleaned = 0.00131863 Jy ! Component: 3800 - total flux cleaned = 0.0013528 Jy ! Component: 3850 - total flux cleaned = 0.00137816 Jy ! Component: 3900 - total flux cleaned = 0.00136126 Jy ! Component: 3950 - total flux cleaned = 0.00141984 Jy ! Component: 4000 - total flux cleaned = 0.00145315 Jy ! Component: 4050 - total flux cleaned = 0.00147803 Jy ! Total flux subtracted in 4096 components = 0.0015109 Jy ! Clean residual min=-0.000473 max=0.000515 Jy/beam ! Clean residual mean=0.000001 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.214057 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 615 components and 0.214057 Jy ![Exited script file: muppet] wmap "J0603+2957_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.616 x 7.555 at 20.08 degrees (North through East) ! Clean map min=-0.00093673 max=0.12149 Jy/beam ! Writing clean map to FITS file: J0603+2957_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.121486 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00015034 device "J0603+2957_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0603+2957_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.37125 0.37125 0.7425 1.485 2.97 5.94 11.88 23.76 47.52 95.04 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.121 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.616 x 7.555 at 20.08 degrees (North through East) ! Clean map min=-0.00093673 max=0.12149 Jy/beam quit ! Quitting program ! Log file J0603+2957_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:47:27 2016