! Started logfile: J1834+0506_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:33:59 2017 obs J1834+0506_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1834+0506_S_2015_01_23_pus_uva.fits ! AN table 1: 115 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.974493 visibilities/baseline/integration-bin. ! Found source: J1834+0506 ! ! 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 20172 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 J1834+0506_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 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 72 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 72 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.914130Jy sigma=0.009730 ! Fit after self-cal, rms=0.874031Jy sigma=0.009438 ! 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.567 mas, bmaj=6.289 mas, bpa=-2.14 degrees ! Estimated noise=666.849 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.0933129 Jy ! Component: 100 - total flux cleaned = 0.129507 Jy ! Total flux subtracted in 100 components = 0.129507 Jy ! Clean residual min=-0.007699 max=0.017182 Jy/beam ! Clean residual mean=0.000036 rms=0.002290 Jy/beam ! Combined flux in latest and established models = 0.129507 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.129507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210944Jy sigma=0.000945 ! Fit after self-cal, rms=0.210855Jy sigma=0.000943 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.020341 Jy ! Component: 100 - total flux cleaned = 0.0319539 Jy ! Total flux subtracted in 100 components = 0.0319539 Jy ! Clean residual min=-0.006354 max=0.008402 Jy/beam ! Clean residual mean=0.000027 rms=0.001732 Jy/beam ! Combined flux in latest and established models = 0.161461 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.161461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206125Jy sigma=0.000869 ! Fit after self-cal, rms=0.206113Jy sigma=0.000869 ! 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.091 mas, bmaj=7.266 mas, bpa=-2.288 degrees ! Estimated noise=511.32 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.0144088 Jy ! Component: 100 - total flux cleaned = 0.022088 Jy ! Component: 150 - total flux cleaned = 0.0269067 Jy ! Component: 200 - total flux cleaned = 0.0300401 Jy ! Total flux subtracted in 200 components = 0.0300401 Jy ! Clean residual min=-0.006491 max=0.010491 Jy/beam ! Clean residual mean=0.000041 rms=0.002169 Jy/beam ! Combined flux in latest and established models = 0.191501 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 55 components and 0.191501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203857Jy sigma=0.000853 ! Fit after self-cal, rms=0.203866Jy sigma=0.000853 ! 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 0.51 HN 1.00 KP 1.07 ! LA 0.96 MK 1.07 NL 1.20 OV 0.96 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.58 HN 1.07 KP 1.02 ! LA 0.94 MK 1.04 NL 1.42 OV 0.99 ! PT 0.97 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.73 HN 1.06 KP 0.84 ! LA 0.76 MK 1.05 NL 1.67 OV 0.94 ! PT 0.95 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 2.66 HN 1.00 KP 0.78 ! LA 0.78 MK 1.02 NL 1.03 OV 0.96 ! PT 1.00 SC 0.95 ! ! ! Fit before self-cal, rms=0.203866Jy sigma=0.000853 ! Fit after self-cal, rms=0.270650Jy sigma=0.000783 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.138 mas, bmaj=7.345 mas, bpa=-1.675 degrees ! Estimated noise=519.823 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.00105777 Jy ! Component: 100 - total flux cleaned = 0.00119842 Jy ! Component: 150 - total flux cleaned = 0.00110382 Jy ! Component: 200 - total flux cleaned = 0.00105304 Jy ! Total flux subtracted in 200 components = 0.00105304 Jy ! Clean residual min=-0.004202 max=0.004013 Jy/beam ! Clean residual mean=0.000003 rms=0.001079 Jy/beam ! Combined flux in latest and established models = 0.192554 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 65 components and 0.192554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.270553Jy sigma=0.000783 ! Fit after self-cal, rms=0.270659Jy sigma=0.000782 ! 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.270659Jy sigma=0.000782 ! Fit after self-cal, rms=0.147669Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.162 mas, bmaj=7.355 mas, bpa=-1.29 degrees ! Estimated noise=522.097 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000379907 Jy ! Component: 100 - total flux cleaned = -0.000489966 Jy ! Component: 150 - total flux cleaned = -0.000553222 Jy ! Component: 200 - total flux cleaned = -0.000533977 Jy ! Total flux subtracted in 200 components = -0.000533977 Jy ! Clean residual min=-0.002022 max=0.003037 Jy/beam ! Clean residual mean=0.000006 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.19202 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.19202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147660Jy sigma=0.000766 ! Fit after self-cal, rms=0.147632Jy sigma=0.000766 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 (4, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212562 Jy ! Component: 100 - total flux cleaned = 0.00211939 Jy ! Component: 150 - total flux cleaned = 0.00216318 Jy ! Component: 200 - total flux cleaned = 0.00220114 Jy ! Total flux subtracted in 200 components = 0.00220114 Jy ! Clean residual min=-0.001833 max=0.001737 Jy/beam ! Clean residual mean=0.000004 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.194221 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.194221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147589Jy sigma=0.000765 ! Fit after self-cal, rms=0.147588Jy sigma=0.000765 ! 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.147588Jy sigma=0.000765 ! Fit after self-cal, rms=0.147278Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=7.34 mas, bpa=-1.309 degrees ! Estimated noise=520.224 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000811343 Jy ! Component: 100 - total flux cleaned = 0.000810042 Jy ! Component: 150 - total flux cleaned = 0.000837189 Jy ! Component: 200 - total flux cleaned = 0.000838047 Jy ! Total flux subtracted in 200 components = 0.000838047 Jy ! Clean residual min=-0.001715 max=0.001697 Jy/beam ! Clean residual mean=0.000004 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.195059 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 94 components and 0.195059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147266Jy sigma=0.000765 ! Fit after self-cal, rms=0.147258Jy sigma=0.000765 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.00028771 Jy ! Component: 100 - total flux cleaned = 0.000286127 Jy ! Component: 150 - total flux cleaned = 0.00028501 Jy ! Component: 200 - total flux cleaned = 0.000264807 Jy ! Total flux subtracted in 200 components = 0.000264807 Jy ! Clean residual min=-0.001678 max=0.001697 Jy/beam ! Clean residual mean=0.000004 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.195324 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 102 components and 0.195324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147252Jy sigma=0.000765 ! Fit after self-cal, rms=0.147250Jy sigma=0.000765 ! Inverting map ! Added new window around map position (127.5, -111). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140794 Jy ! Component: 100 - total flux cleaned = 0.00210592 Jy ! Component: 150 - total flux cleaned = 0.00240537 Jy ! Component: 200 - total flux cleaned = 0.00255388 Jy ! Total flux subtracted in 200 components = 0.00255388 Jy ! Clean residual min=-0.001626 max=0.001610 Jy/beam ! Clean residual mean=0.000003 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.197878 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 115 components and 0.197878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147221Jy sigma=0.000764 ! Fit after self-cal, rms=0.147218Jy sigma=0.000764 ! 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.147218Jy sigma=0.000764 ! Fit after self-cal, rms=0.147114Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.149 mas, bmaj=11.54 mas, bpa=-5.36 degrees ! Estimated noise=667.015 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00068679 Jy ! Component: 100 - total flux cleaned = 0.00114064 Jy ! Component: 150 - total flux cleaned = 0.00127854 Jy ! Component: 200 - total flux cleaned = 0.00131389 Jy ! Total flux subtracted in 200 components = 0.00131389 Jy ! Clean residual min=-0.001875 max=0.002032 Jy/beam ! Clean residual mean=0.000007 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.199192 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 129 components and 0.199192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147108Jy sigma=0.000764 ! Fit after self-cal, rms=0.147102Jy sigma=0.000764 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.000196265 Jy ! Component: 100 - total flux cleaned = 0.000290256 Jy ! Component: 150 - total flux cleaned = 0.000330738 Jy ! Component: 200 - total flux cleaned = 0.000358282 Jy ! Total flux subtracted in 200 components = 0.000358282 Jy ! Clean residual min=-0.001856 max=0.002056 Jy/beam ! Clean residual mean=0.000007 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.19955 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 131 components and 0.19955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147100Jy sigma=0.000764 ! Fit after self-cal, rms=0.147098Jy sigma=0.000764 ! 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.147 mas, bmaj=7.335 mas, bpa=-1.357 degrees ! Estimated noise=519.378 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.147 x 7.335 at -1.357 degrees (North through East) ! Clean map min=-0.0015233 max=0.13463 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.59 mas, bmaj=6.32 mas, bpa=-1.236 degrees ! Estimated noise=691.257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0965515 Jy ! Component: 100 - total flux cleaned = 0.134769 Jy ! Component: 150 - total flux cleaned = 0.155228 Jy ! Component: 200 - total flux cleaned = 0.167177 Jy ! Total flux subtracted in 200 components = 0.167177 Jy ! Clean residual min=-0.003102 max=0.006334 Jy/beam ! Clean residual mean=0.000014 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.167177 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.167177 Jy ! Inverting map and beam ! Estimated beam: bmin=3.147 mas, bmaj=7.335 mas, bpa=-1.357 degrees ! Estimated noise=519.378 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.0113566 Jy ! Component: 100 - total flux cleaned = 0.0174275 Jy ! Component: 150 - total flux cleaned = 0.0209862 Jy ! Component: 200 - total flux cleaned = 0.0233309 Jy ! Total flux subtracted in 200 components = 0.0233309 Jy ! Clean residual min=-0.001668 max=0.001824 Jy/beam ! Clean residual mean=0.000010 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.190507 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 63 components and 0.190507 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.149 mas, bmaj=11.54 mas, bpa=-5.36 degrees ! Estimated noise=667.015 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00256898 Jy ! Component: 100 - total flux cleaned = 0.00422575 Jy ! Component: 150 - total flux cleaned = 0.00546361 Jy ! Component: 200 - total flux cleaned = 0.00640788 Jy ! Total flux subtracted in 200 components = 0.00640788 Jy ! Clean residual min=-0.001871 max=0.002063 Jy/beam ! Clean residual mean=0.000011 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.196915 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.000724 Jy ! Component: 100 - total flux cleaned = 0.00128758 Jy ! Component: 150 - total flux cleaned = 0.00172764 Jy ! Component: 200 - total flux cleaned = 0.00207187 Jy ! Total flux subtracted in 200 components = 0.00207187 Jy ! Clean residual min=-0.001747 max=0.002070 Jy/beam ! Clean residual mean=0.000008 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.198987 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 109 components and 0.198987 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.147 mas, bmaj=7.335 mas, bpa=-1.357 degrees ! Estimated noise=519.378 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.70514e-05 Jy ! Component: 100 - total flux cleaned = 4.08146e-05 Jy ! Component: 150 - total flux cleaned = -9.93021e-06 Jy ! Component: 200 - total flux cleaned = -3.23501e-05 Jy ! Total flux subtracted in 200 components = -3.23501e-05 Jy ! Clean residual min=-0.001487 max=0.001569 Jy/beam ! Clean residual mean=0.000003 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.198955 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 126 components and 0.198955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147098Jy sigma=0.000764 ! Fit after self-cal, rms=0.147088Jy sigma=0.000764 wmodel J1834+0506_S_2015_01_23_pus_map.mod ! Writing 126 model components to file: J1834+0506_S_2015_01_23_pus_map.mod wobs J1834+0506_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1834+0506_S_2015_01_23_pus_uvs.fits wwins J1834+0506_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J1834+0506_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 = 0.0004029 Jy ! Component: 100 - total flux cleaned = 0.00063842 Jy ! Component: 150 - total flux cleaned = 0.000638738 Jy ! Component: 200 - total flux cleaned = 0.000497478 Jy ! Component: 250 - total flux cleaned = 0.000339492 Jy ! Component: 300 - total flux cleaned = 0.000229829 Jy ! Component: 350 - total flux cleaned = 5.82853e-05 Jy ! Component: 400 - total flux cleaned = -8.73608e-05 Jy ! Component: 450 - total flux cleaned = -0.000249681 Jy ! Component: 500 - total flux cleaned = -0.000428341 Jy ! Component: 550 - total flux cleaned = -0.000545112 Jy ! Component: 600 - total flux cleaned = -0.000754507 Jy ! Component: 650 - total flux cleaned = -0.000903623 Jy ! Component: 700 - total flux cleaned = -0.00103192 Jy ! Component: 750 - total flux cleaned = -0.00117633 Jy ! Component: 800 - total flux cleaned = -0.00133624 Jy ! Component: 850 - total flux cleaned = -0.00142376 Jy ! Component: 900 - total flux cleaned = -0.00154464 Jy ! Component: 950 - total flux cleaned = -0.00164645 Jy ! Component: 1000 - total flux cleaned = -0.00174677 Jy ! Component: 1050 - total flux cleaned = -0.00179661 Jy ! Component: 1100 - total flux cleaned = -0.00191075 Jy ! Component: 1150 - total flux cleaned = -0.00199139 Jy ! Component: 1200 - total flux cleaned = -0.00207095 Jy ! Component: 1250 - total flux cleaned = -0.00216506 Jy ! Component: 1300 - total flux cleaned = -0.00216515 Jy ! Component: 1350 - total flux cleaned = -0.00222671 Jy ! Component: 1400 - total flux cleaned = -0.00225709 Jy ! Component: 1450 - total flux cleaned = -0.00228698 Jy ! Component: 1500 - total flux cleaned = -0.00231661 Jy ! Component: 1550 - total flux cleaned = -0.00241917 Jy ! Component: 1600 - total flux cleaned = -0.0024191 Jy ! Component: 1650 - total flux cleaned = -0.00243362 Jy ! Component: 1700 - total flux cleaned = -0.00247624 Jy ! Component: 1750 - total flux cleaned = -0.00253249 Jy ! Component: 1800 - total flux cleaned = -0.00250467 Jy ! Component: 1850 - total flux cleaned = -0.00251864 Jy ! Component: 1900 - total flux cleaned = -0.00254602 Jy ! Component: 1950 - total flux cleaned = -0.00253223 Jy ! Component: 2000 - total flux cleaned = -0.00254583 Jy ! Component: 2050 - total flux cleaned = -0.00262558 Jy ! Component: 2100 - total flux cleaned = -0.00259907 Jy ! Component: 2150 - total flux cleaned = -0.00258609 Jy ! Component: 2200 - total flux cleaned = -0.00262501 Jy ! Component: 2250 - total flux cleaned = -0.00266369 Jy ! Component: 2300 - total flux cleaned = -0.0026509 Jy ! Component: 2350 - total flux cleaned = -0.00263822 Jy ! Component: 2400 - total flux cleaned = -0.0026132 Jy ! Component: 2450 - total flux cleaned = -0.00263819 Jy ! Component: 2500 - total flux cleaned = -0.0026629 Jy ! Component: 2550 - total flux cleaned = -0.0026383 Jy ! Component: 2600 - total flux cleaned = -0.00268711 Jy ! Component: 2650 - total flux cleaned = -0.00267493 Jy ! Component: 2700 - total flux cleaned = -0.00272293 Jy ! Component: 2750 - total flux cleaned = -0.00272298 Jy ! Component: 2800 - total flux cleaned = -0.00273492 Jy ! Component: 2850 - total flux cleaned = -0.0027468 Jy ! Component: 2900 - total flux cleaned = -0.00281683 Jy ! Component: 2950 - total flux cleaned = -0.00282851 Jy ! Component: 3000 - total flux cleaned = -0.00277091 Jy ! Component: 3050 - total flux cleaned = -0.00280541 Jy ! Component: 3100 - total flux cleaned = -0.00285106 Jy ! Component: 3150 - total flux cleaned = -0.00288505 Jy ! Component: 3200 - total flux cleaned = -0.00288513 Jy ! Component: 3250 - total flux cleaned = -0.0028962 Jy ! Component: 3300 - total flux cleaned = -0.00289624 Jy ! Component: 3350 - total flux cleaned = -0.00290718 Jy ! Component: 3400 - total flux cleaned = -0.00291824 Jy ! Component: 3450 - total flux cleaned = -0.00294002 Jy ! Component: 3500 - total flux cleaned = -0.0028532 Jy ! Component: 3550 - total flux cleaned = -0.00290736 Jy ! Component: 3600 - total flux cleaned = -0.00291807 Jy ! Component: 3650 - total flux cleaned = -0.00291816 Jy ! Component: 3700 - total flux cleaned = -0.00291815 Jy ! Component: 3750 - total flux cleaned = -0.0029605 Jy ! Component: 3800 - total flux cleaned = -0.00290799 Jy ! Component: 3850 - total flux cleaned = -0.00296038 Jy ! Component: 3900 - total flux cleaned = -0.00293947 Jy ! Component: 3950 - total flux cleaned = -0.00296017 Jy ! Component: 4000 - total flux cleaned = -0.00300135 Jy ! Component: 4050 - total flux cleaned = -0.00301161 Jy ! Total flux subtracted in 4096 components = -0.00302186 Jy ! Clean residual min=-0.000691 max=0.000613 Jy/beam ! Clean residual mean=0.000001 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.195933 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 413 components and 0.195933 Jy ![Exited script file: muppet] wmap "J1834+0506_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.147 x 7.335 at -1.357 degrees (North through East) ! Clean map min=-0.0013829 max=0.13587 Jy/beam ! Writing clean map to FITS file: J1834+0506_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.135868 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000190443 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.420502 0.420502 0.841005 1.68201 3.36402 6.72804 13.4561 26.9121 53.8243 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.135 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.147 x 7.335 at -1.357 degrees (North through East) ! Clean map min=-0.0013829 max=0.13587 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 J1834+0506_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:34:05 2017