! Started logfile: J0619-1140_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:18:37 2017 obs J0619-1140_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0619-1140_S_2014_01_04_pus_uva.fits ! AN table 1: 86 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0619-1140 ! ! 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 7224 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 J0619-1140_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 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 172 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.739665Jy sigma=0.009394 ! Fit after self-cal, rms=0.707605Jy sigma=0.008976 ! 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.753 mas, bmaj=5.747 mas, bpa=1.301 degrees ! Estimated noise=1095.52 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.223803 Jy ! Component: 100 - total flux cleaned = 0.276065 Jy ! Total flux subtracted in 100 components = 0.276065 Jy ! Clean residual min=-0.010312 max=0.019423 Jy/beam ! Clean residual mean=0.000052 rms=0.003101 Jy/beam ! Combined flux in latest and established models = 0.276065 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.276065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094128Jy sigma=0.001050 ! Fit after self-cal, rms=0.094144Jy sigma=0.001050 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0192554 Jy ! Component: 100 - total flux cleaned = 0.0272939 Jy ! Total flux subtracted in 100 components = 0.0272939 Jy ! Clean residual min=-0.009045 max=0.012583 Jy/beam ! Clean residual mean=0.000037 rms=0.002425 Jy/beam ! Combined flux in latest and established models = 0.303359 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 14 components and 0.303359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088657Jy sigma=0.001007 ! Fit after self-cal, rms=0.088659Jy sigma=0.001007 ! 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.187 mas, bmaj=6.562 mas, bpa=-0.4772 degrees ! Estimated noise=694.167 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.00655281 Jy ! Component: 100 - total flux cleaned = 0.0100599 Jy ! Component: 150 - total flux cleaned = 0.0115319 Jy ! Component: 200 - total flux cleaned = 0.011867 Jy ! Total flux subtracted in 200 components = 0.011867 Jy ! Clean residual min=-0.007185 max=0.011394 Jy/beam ! Clean residual mean=0.000039 rms=0.002452 Jy/beam ! Combined flux in latest and established models = 0.315226 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 33 components and 0.315226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087818Jy sigma=0.001006 ! Fit after self-cal, rms=0.087809Jy sigma=0.001006 ! 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.07 FD 1.00* KP 1.00* LA 1.01 ! MK 1.00 NL 0.97 OV 0.95 PT 0.99 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.00* KP 1.00* LA 0.99 ! MK 1.00 NL 1.04 OV 1.00 PT 0.96 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* KP 1.00* LA 0.80 ! MK 1.00 NL 0.98 OV 0.92 PT 0.95 ! SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 1.00* KP 1.00* LA 0.87 ! MK 1.00 NL 1.09 OV 1.00 PT 1.00 ! SC 0.95 ! ! ! Fit before self-cal, rms=0.087809Jy sigma=0.001006 ! Fit after self-cal, rms=0.079606Jy sigma=0.000916 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.174 mas, bmaj=6.624 mas, bpa=-0.3511 degrees ! Estimated noise=693.952 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-6.5, -7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00338698 Jy ! Component: 100 - total flux cleaned = 0.00329888 Jy ! Component: 150 - total flux cleaned = 0.00329987 Jy ! Component: 200 - total flux cleaned = 0.00336365 Jy ! Total flux subtracted in 200 components = 0.00336365 Jy ! Clean residual min=-0.003100 max=0.003033 Jy/beam ! Clean residual mean=0.000000 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.318589 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 51 components and 0.318589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079339Jy sigma=0.000914 ! Fit after self-cal, rms=0.079029Jy sigma=0.000913 ! 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.079029Jy sigma=0.000913 ! Fit after self-cal, rms=0.078671Jy sigma=0.000911 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.17 mas, bmaj=6.614 mas, bpa=-0.4519 degrees ! Estimated noise=692.418 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149311 Jy ! Component: 100 - total flux cleaned = 0.00171677 Jy ! Component: 150 - total flux cleaned = 0.00181574 Jy ! Component: 200 - total flux cleaned = 0.0018166 Jy ! Total flux subtracted in 200 components = 0.0018166 Jy ! Clean residual min=-0.002673 max=0.002084 Jy/beam ! Clean residual mean=-0.000001 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.320406 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 65 components and 0.320406 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078582Jy sigma=0.000910 ! Fit after self-cal, rms=0.078570Jy sigma=0.000910 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.000467648 Jy ! Component: 100 - total flux cleaned = 0.000467179 Jy ! Component: 150 - total flux cleaned = 0.000429881 Jy ! Component: 200 - total flux cleaned = 0.000499471 Jy ! Total flux subtracted in 200 components = 0.000499471 Jy ! Clean residual min=-0.002652 max=0.002098 Jy/beam ! Clean residual mean=-0.000001 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.320905 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 71 components and 0.320905 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078526Jy sigma=0.000910 ! Fit after self-cal, rms=0.078523Jy sigma=0.000910 ! 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.078523Jy sigma=0.000910 ! Fit after self-cal, rms=0.078429Jy sigma=0.000909 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=6.612 mas, bpa=-0.5111 degrees ! Estimated noise=691.502 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000531392 Jy ! Component: 100 - total flux cleaned = 0.00056715 Jy ! Component: 150 - total flux cleaned = 0.00053457 Jy ! Component: 200 - total flux cleaned = 0.00053457 Jy ! Total flux subtracted in 200 components = 0.00053457 Jy ! Clean residual min=-0.002474 max=0.002000 Jy/beam ! Clean residual mean=-0.000001 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.32144 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 76 components and 0.32144 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078394Jy sigma=0.000909 ! Fit after self-cal, rms=0.078393Jy sigma=0.000909 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.000168354 Jy ! Component: 100 - total flux cleaned = 0.000140787 Jy ! Component: 150 - total flux cleaned = 0.000167778 Jy ! Component: 200 - total flux cleaned = 0.000167353 Jy ! Total flux subtracted in 200 components = 0.000167353 Jy ! Clean residual min=-0.002404 max=0.002003 Jy/beam ! Clean residual mean=-0.000001 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.321607 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 80 components and 0.321607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078370Jy sigma=0.000909 ! Fit after self-cal, rms=0.078369Jy sigma=0.000909 ! 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.078369Jy sigma=0.000909 ! Fit after self-cal, rms=0.078336Jy sigma=0.000909 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.615 mas, bmaj=13.45 mas, bpa=5.101 degrees ! Estimated noise=849 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000164671 Jy ! Component: 100 - total flux cleaned = 0.000144536 Jy ! Component: 150 - total flux cleaned = 0.000144951 Jy ! Component: 200 - total flux cleaned = 0.000144493 Jy ! Total flux subtracted in 200 components = 0.000144493 Jy ! Clean residual min=-0.002591 max=0.001893 Jy/beam ! Clean residual mean=-0.000001 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.321752 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 86 components and 0.321752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078330Jy sigma=0.000909 ! Fit after self-cal, rms=0.078326Jy sigma=0.000909 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 = -1.0331e-05 Jy ! Component: 100 - total flux cleaned = -5.67014e-05 Jy ! Component: 150 - total flux cleaned = -6.92216e-05 Jy ! Component: 200 - total flux cleaned = -8.03554e-05 Jy ! Total flux subtracted in 200 components = -8.03554e-05 Jy ! Clean residual min=-0.002562 max=0.001873 Jy/beam ! Clean residual mean=-0.000001 rms=0.000590 Jy/beam ! Combined flux in latest and established models = 0.321671 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 93 components and 0.321671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078321Jy sigma=0.000909 ! Fit after self-cal, rms=0.078318Jy sigma=0.000909 ! 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.167 mas, bmaj=6.612 mas, bpa=-0.5418 degrees ! Estimated noise=691.081 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.167 x 6.612 at -0.5418 degrees (North through East) ! Clean map min=-0.0022826 max=0.28918 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.729 mas, bmaj=5.775 mas, bpa=1.391 degrees ! Estimated noise=1093.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.22335 Jy ! Component: 100 - total flux cleaned = 0.275869 Jy ! Component: 150 - total flux cleaned = 0.295222 Jy ! Component: 200 - total flux cleaned = 0.303442 Jy ! Total flux subtracted in 200 components = 0.303442 Jy ! Clean residual min=-0.004704 max=0.004654 Jy/beam ! Clean residual mean=0.000007 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.303442 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.303442 Jy ! Inverting map and beam ! Estimated beam: bmin=3.167 mas, bmaj=6.612 mas, bpa=-0.5418 degrees ! Estimated noise=691.081 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.00617779 Jy ! Component: 100 - total flux cleaned = 0.00964921 Jy ! Component: 150 - total flux cleaned = 0.0121145 Jy ! Component: 200 - total flux cleaned = 0.0139874 Jy ! Total flux subtracted in 200 components = 0.0139874 Jy ! Clean residual min=-0.002436 max=0.001993 Jy/beam ! Clean residual mean=0.000002 rms=0.000569 Jy/beam ! Combined flux in latest and established models = 0.317429 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 48 components and 0.317429 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.615 mas, bmaj=13.45 mas, bpa=5.101 degrees ! Estimated noise=849 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016551 Jy ! Component: 100 - total flux cleaned = 0.00265913 Jy ! Component: 150 - total flux cleaned = 0.0031428 Jy ! Component: 200 - total flux cleaned = 0.00332837 Jy ! Total flux subtracted in 200 components = 0.00332837 Jy ! Clean residual min=-0.002687 max=0.001872 Jy/beam ! Clean residual mean=0.000001 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.320758 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.00010456 Jy ! Component: 100 - total flux cleaned = 0.00018232 Jy ! Component: 150 - total flux cleaned = 0.000272093 Jy ! Component: 200 - total flux cleaned = 0.000339357 Jy ! Total flux subtracted in 200 components = 0.000339357 Jy ! Clean residual min=-0.002622 max=0.001826 Jy/beam ! Clean residual mean=0.000000 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.321097 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 68 components and 0.321097 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.167 mas, bmaj=6.612 mas, bpa=-0.5418 degrees ! Estimated noise=691.081 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.07307e-05 Jy ! Component: 100 - total flux cleaned = 6.07448e-05 Jy ! Component: 150 - total flux cleaned = 0.00015862 Jy ! Component: 200 - total flux cleaned = 0.000249309 Jy ! Total flux subtracted in 200 components = 0.000249309 Jy ! Clean residual min=-0.002108 max=0.001791 Jy/beam ! Clean residual mean=0.000000 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.321346 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 86 components and 0.321346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078327Jy sigma=0.000909 ! Fit after self-cal, rms=0.078329Jy sigma=0.000909 wmodel J0619-1140_S_2014_01_04_pus_map.mod ! Writing 86 model components to file: J0619-1140_S_2014_01_04_pus_map.mod wobs J0619-1140_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0619-1140_S_2014_01_04_pus_uvs.fits wwins J0619-1140_S_2014_01_04_pus_map.win ! wwins: Wrote 2 windows to J0619-1140_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.000972053 Jy ! Component: 100 - total flux cleaned = -0.00121223 Jy ! Component: 150 - total flux cleaned = -0.0013381 Jy ! Component: 200 - total flux cleaned = -0.00145953 Jy ! Component: 250 - total flux cleaned = -0.0016913 Jy ! Component: 300 - total flux cleaned = -0.00191197 Jy ! Component: 350 - total flux cleaned = -0.00209873 Jy ! Component: 400 - total flux cleaned = -0.00230672 Jy ! Component: 450 - total flux cleaned = -0.00248324 Jy ! Component: 500 - total flux cleaned = -0.00263108 Jy ! Component: 550 - total flux cleaned = -0.00279774 Jy ! Component: 600 - total flux cleaned = -0.00286752 Jy ! Component: 650 - total flux cleaned = -0.00286785 Jy ! Component: 700 - total flux cleaned = -0.00293434 Jy ! Component: 750 - total flux cleaned = -0.00293425 Jy ! Component: 800 - total flux cleaned = -0.00295559 Jy ! Component: 850 - total flux cleaned = -0.00299687 Jy ! Component: 900 - total flux cleaned = -0.00299628 Jy ! Component: 950 - total flux cleaned = -0.00299635 Jy ! Component: 1000 - total flux cleaned = -0.00299684 Jy ! Component: 1050 - total flux cleaned = -0.00307318 Jy ! Component: 1100 - total flux cleaned = -0.00309168 Jy ! Component: 1150 - total flux cleaned = -0.00309149 Jy ! Component: 1200 - total flux cleaned = -0.00318234 Jy ! Component: 1250 - total flux cleaned = -0.00321838 Jy ! Component: 1300 - total flux cleaned = -0.00328874 Jy ! Component: 1350 - total flux cleaned = -0.0033753 Jy ! Component: 1400 - total flux cleaned = -0.00346071 Jy ! Component: 1450 - total flux cleaned = -0.003528 Jy ! Component: 1500 - total flux cleaned = -0.00361126 Jy ! Component: 1550 - total flux cleaned = -0.00362796 Jy ! Component: 1600 - total flux cleaned = -0.00366053 Jy ! Component: 1650 - total flux cleaned = -0.00367679 Jy ! Component: 1700 - total flux cleaned = -0.00369248 Jy ! Component: 1750 - total flux cleaned = -0.00372341 Jy ! Component: 1800 - total flux cleaned = -0.00373879 Jy ! Component: 1850 - total flux cleaned = -0.00379978 Jy ! Component: 1900 - total flux cleaned = -0.00379963 Jy ! Component: 1950 - total flux cleaned = -0.00375464 Jy ! Component: 2000 - total flux cleaned = -0.00376964 Jy ! Component: 2050 - total flux cleaned = -0.00378437 Jy ! Component: 2100 - total flux cleaned = -0.00379889 Jy ! Component: 2150 - total flux cleaned = -0.00382768 Jy ! Component: 2200 - total flux cleaned = -0.00381328 Jy ! Component: 2250 - total flux cleaned = -0.00381323 Jy ! Component: 2300 - total flux cleaned = -0.00385525 Jy ! Component: 2350 - total flux cleaned = -0.0038133 Jy ! Component: 2400 - total flux cleaned = -0.00381336 Jy ! Component: 2450 - total flux cleaned = -0.00379969 Jy ! Component: 2500 - total flux cleaned = -0.00375904 Jy ! Component: 2550 - total flux cleaned = -0.00374549 Jy ! Component: 2600 - total flux cleaned = -0.00375869 Jy ! Component: 2650 - total flux cleaned = -0.0036926 Jy ! Component: 2700 - total flux cleaned = -0.00370583 Jy ! Component: 2750 - total flux cleaned = -0.00366666 Jy ! Component: 2800 - total flux cleaned = -0.0036538 Jy ! Component: 2850 - total flux cleaned = -0.00361532 Jy ! Component: 2900 - total flux cleaned = -0.00361533 Jy ! Component: 2950 - total flux cleaned = -0.00358995 Jy ! Component: 3000 - total flux cleaned = -0.00352711 Jy ! Component: 3050 - total flux cleaned = -0.00348972 Jy ! Component: 3100 - total flux cleaned = -0.00350217 Jy ! Component: 3150 - total flux cleaned = -0.00350221 Jy ! Component: 3200 - total flux cleaned = -0.00345312 Jy ! Component: 3250 - total flux cleaned = -0.003441 Jy ! Component: 3300 - total flux cleaned = -0.00344094 Jy ! Component: 3350 - total flux cleaned = -0.00339259 Jy ! Component: 3400 - total flux cleaned = -0.00336849 Jy ! Component: 3450 - total flux cleaned = -0.00334456 Jy ! Component: 3500 - total flux cleaned = -0.00332073 Jy ! Component: 3550 - total flux cleaned = -0.00328514 Jy ! Component: 3600 - total flux cleaned = -0.00324964 Jy ! Component: 3650 - total flux cleaned = -0.00317898 Jy ! Component: 3700 - total flux cleaned = -0.00314389 Jy ! Component: 3750 - total flux cleaned = -0.0031089 Jy ! Component: 3800 - total flux cleaned = -0.00306235 Jy ! Component: 3850 - total flux cleaned = -0.00301601 Jy ! Component: 3900 - total flux cleaned = -0.00295826 Jy ! Component: 3950 - total flux cleaned = -0.00292371 Jy ! Component: 4000 - total flux cleaned = -0.00284345 Jy ! Component: 4050 - total flux cleaned = -0.00277491 Jy ! Total flux subtracted in 4096 components = -0.00274082 Jy ! Clean residual min=-0.000661 max=0.000737 Jy/beam ! Clean residual mean=0.000000 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.318606 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 350 components and 0.318606 Jy ![Exited script file: muppet] wmap "J0619-1140_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.167 x 6.612 at -0.5418 degrees (North through East) ! Clean map min=-0.001407 max=0.28986 Jy/beam ! Writing clean map to FITS file: J0619-1140_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.289862 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000191143 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.197828 0.197828 0.395656 0.791312 1.58262 3.16525 6.3305 12.661 25.322 50.644 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.289 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.167 x 6.612 at -0.5418 degrees (North through East) ! Clean map min=-0.001407 max=0.28986 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 J0619-1140_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:18:42 2017