! Started logfile: J1349-3056_S_2009_05_13_pus_uvs.log on Sun Jan 22 11:37:16 2017 obs J1349-3056_S_2009_05_13_pus_uva.fits ! Reading UV FITS file: J1349-3056_S_2009_05_13_pus_uva.fits ! AN table 1: 96 integrations on 120 of 120 possible baselines. ! AN table 2: 94 integrations on 120 of 120 possible baselines. ! Apparent sampling: 0.404605 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1349-3056 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1341 lines of history. ! ! Reading 36900 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 J1349-3056_S_2009_05_13_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 502 telescope corrections were flagged in sub-array 1. ! A total of 581 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 521 telescope corrections were flagged in sub-array 1. ! A total of 581 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 521 telescope corrections were flagged in sub-array 1. ! A total of 581 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 539 telescope corrections were flagged in sub-array 1. ! A total of 581 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.887967Jy sigma=0.005426 ! Fit after self-cal, rms=0.839113Jy sigma=0.005192 ! 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=1.8 mas, bmaj=3.186 mas, bpa=-46.18 degrees ! Estimated noise=1407.29 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.140637 Jy ! Component: 100 - total flux cleaned = 0.174407 Jy ! Total flux subtracted in 100 components = 0.174407 Jy ! Clean residual min=-0.008451 max=0.015092 Jy/beam ! Clean residual mean=0.000020 rms=0.001982 Jy/beam ! Combined flux in latest and established models = 0.174407 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.174407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.208462Jy sigma=0.001131 ! Fit after self-cal, rms=0.208457Jy sigma=0.001131 ! Inverting map ! Added new window around map position (-3.5, -6.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0175675 Jy ! Component: 100 - total flux cleaned = 0.0231748 Jy ! Total flux subtracted in 100 components = 0.0231748 Jy ! Clean residual min=-0.008047 max=0.009141 Jy/beam ! Clean residual mean=0.000011 rms=0.001760 Jy/beam ! Combined flux in latest and established models = 0.197582 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 12 components and 0.197582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206893Jy sigma=0.001120 ! Fit after self-cal, rms=0.206898Jy sigma=0.001120 ! 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=2.672 mas, bmaj=4.303 mas, bpa=-33.45 degrees ! Estimated noise=611.818 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.00860846 Jy ! Component: 100 - total flux cleaned = 0.0120902 Jy ! Component: 150 - total flux cleaned = 0.0125658 Jy ! Component: 200 - total flux cleaned = 0.0129717 Jy ! Total flux subtracted in 200 components = 0.0129717 Jy ! Clean residual min=-0.003965 max=0.004871 Jy/beam ! Clean residual mean=-0.000013 rms=0.000935 Jy/beam ! Combined flux in latest and established models = 0.210554 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 14 components and 0.210554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206490Jy sigma=0.001117 ! Fit after self-cal, rms=0.206501Jy sigma=0.001117 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.00 HN 1.29 HO 0.93 ! KK 1.00* KP 0.95 LA 0.96 MK 1.01 ! NL 1.09 NY 1.00* OV 1.02 PT 1.00 ! SC 0.99 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.10 FD 0.99 HN 1.18 HO 1.00* ! KK 1.00* KP 1.07 LA 0.94 MK 1.02 ! NL 0.94 NY 1.00* OV 1.02 PT 1.01 ! SC 0.93 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.94 HN 1.11 HO 0.89 ! KK 1.00* KP 1.04 LA 1.00 MK 0.94 ! NL 1.08 NY 1.00* OV 1.03 PT 0.98 ! SC 1.07 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 0.95 HN 1.02 HO 1.00* ! KK 1.00* KP 1.01 LA 0.94 MK 1.05 ! NL 1.00 NY 1.00* OV 1.04 PT 1.01 ! SC 0.98 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.98 HN 1.07 HO 0.87 ! KK 1.00* KP 1.01 LA 0.97 MK 1.03 ! NL 1.03 NY 1.00* OV 1.04 PT 1.01 ! SC 1.10 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 0.98 HN 1.06 HO 1.00* ! KK 1.00* KP 0.98 LA 0.98 MK 1.03 ! NL 0.97 NY 1.00* OV 1.08 PT 1.01 ! SC 0.96 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.76 FD 1.02 HN 1.19 HO 0.84 ! KK 1.00* KP 1.01 LA 0.96 MK 0.98 ! NL 1.02 NY 1.00* OV 0.96 PT 1.00 ! SC 0.96 TS 1.00* WZ 1.00* KB 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.90 FD 1.01 HN 1.01 HO 1.00* ! KK 1.00* KP 0.96 LA 1.00 MK 1.03 ! NL 0.98 NY 1.00* OV 1.00 PT 1.06 ! SC 0.90 TS 1.00* WZ 1.00* KB 1.00* ! ! ! Fit before self-cal, rms=0.206501Jy sigma=0.001117 ! Fit after self-cal, rms=0.205840Jy sigma=0.001113 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.625 mas, bmaj=4.199 mas, bpa=-36.44 degrees ! Estimated noise=608.688 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.000863144 Jy ! Component: 100 - total flux cleaned = -0.000742742 Jy ! Component: 150 - total flux cleaned = -0.000791224 Jy ! Component: 200 - total flux cleaned = -0.000882525 Jy ! Total flux subtracted in 200 components = -0.000882525 Jy ! Clean residual min=-0.002971 max=0.002974 Jy/beam ! Clean residual mean=-0.000006 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.209671 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.209671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.205797Jy sigma=0.001113 ! Fit after self-cal, rms=0.205850Jy sigma=0.001113 ! 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.205850Jy sigma=0.001113 ! Fit after self-cal, rms=0.206628Jy sigma=0.001113 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.62 mas, bmaj=4.185 mas, bpa=-36.65 degrees ! Estimated noise=608.745 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000571773 Jy ! Component: 100 - total flux cleaned = -0.000521237 Jy ! Component: 150 - total flux cleaned = -0.000565952 Jy ! Component: 200 - total flux cleaned = -0.000605204 Jy ! Total flux subtracted in 200 components = -0.000605204 Jy ! Clean residual min=-0.002903 max=0.002904 Jy/beam ! Clean residual mean=-0.000006 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.209066 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 26 components and 0.209066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206598Jy sigma=0.001113 ! Fit after self-cal, rms=0.206611Jy sigma=0.001113 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 (-65.5, 37.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00261286 Jy ! Component: 100 - total flux cleaned = 0.00267887 Jy ! Component: 150 - total flux cleaned = 0.00277741 Jy ! Component: 200 - total flux cleaned = 0.00286084 Jy ! Total flux subtracted in 200 components = 0.00286084 Jy ! Clean residual min=-0.002659 max=0.002734 Jy/beam ! Clean residual mean=-0.000007 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.211927 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 39 components and 0.211927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206565Jy sigma=0.001113 ! Fit after self-cal, rms=0.206561Jy sigma=0.001112 ! 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.206561Jy sigma=0.001112 ! Fit after self-cal, rms=0.206826Jy sigma=0.001112 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.613 mas, bmaj=4.173 mas, bpa=-36.83 degrees ! Estimated noise=608.25 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00019332 Jy ! Component: 100 - total flux cleaned = 0.000420428 Jy ! Component: 150 - total flux cleaned = 0.000421785 Jy ! Component: 200 - total flux cleaned = 0.000457943 Jy ! Total flux subtracted in 200 components = 0.000457943 Jy ! Clean residual min=-0.002676 max=0.002765 Jy/beam ! Clean residual mean=-0.000007 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.212385 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 40 components and 0.212385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206803Jy sigma=0.001112 ! Fit after self-cal, rms=0.206810Jy sigma=0.001112 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 = -2.80868e-05 Jy ! Component: 100 - total flux cleaned = -6.23104e-05 Jy ! Component: 150 - total flux cleaned = -6.206e-05 Jy ! Component: 200 - total flux cleaned = -9.37281e-05 Jy ! Total flux subtracted in 200 components = -9.37281e-05 Jy ! Clean residual min=-0.002669 max=0.002751 Jy/beam ! Clean residual mean=-0.000007 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.212291 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 44 components and 0.212291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206797Jy sigma=0.001112 ! Fit after self-cal, rms=0.206796Jy sigma=0.001112 ! 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.206796Jy sigma=0.001112 ! Fit after self-cal, rms=0.207025Jy sigma=0.001112 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.033 mas, bmaj=21.49 mas, bpa=-1.639 degrees ! Estimated noise=760.225 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000346851 Jy ! Component: 100 - total flux cleaned = -0.000508676 Jy ! Component: 150 - total flux cleaned = -0.000578085 Jy ! Component: 200 - total flux cleaned = -0.000661309 Jy ! Total flux subtracted in 200 components = -0.000661309 Jy ! Clean residual min=-0.002813 max=0.003403 Jy/beam ! Clean residual mean=-0.000015 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.21163 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 49 components and 0.21163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.207023Jy sigma=0.001112 ! Fit after self-cal, rms=0.207028Jy sigma=0.001112 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.000125163 Jy ! Component: 100 - total flux cleaned = -0.000185143 Jy ! Component: 150 - total flux cleaned = -0.000256628 Jy ! Component: 200 - total flux cleaned = -0.000289787 Jy ! Total flux subtracted in 200 components = -0.000289787 Jy ! Clean residual min=-0.002795 max=0.003362 Jy/beam ! Clean residual mean=-0.000015 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.21134 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.21134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.207027Jy sigma=0.001112 ! Fit after self-cal, rms=0.207026Jy sigma=0.001112 ! 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=2.608 mas, bmaj=4.163 mas, bpa=-37.02 degrees ! Estimated noise=608.083 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.608 x 4.163 at -37.02 degrees (North through East) ! Clean map min=-0.0046897 max=0.17781 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=1.734 mas, bmaj=3.133 mas, bpa=-48.88 degrees ! Estimated noise=1382.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.137252 Jy ! Component: 100 - total flux cleaned = 0.170538 Jy ! Component: 150 - total flux cleaned = 0.186426 Jy ! Component: 200 - total flux cleaned = 0.194777 Jy ! Total flux subtracted in 200 components = 0.194777 Jy ! Clean residual min=-0.007091 max=0.006585 Jy/beam ! Clean residual mean=0.000014 rms=0.001584 Jy/beam ! Combined flux in latest and established models = 0.194777 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.194777 Jy ! Inverting map and beam ! Estimated beam: bmin=2.608 mas, bmaj=4.163 mas, bpa=-37.02 degrees ! Estimated noise=608.083 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.00823307 Jy ! Component: 100 - total flux cleaned = 0.0125136 Jy ! Component: 150 - total flux cleaned = 0.0146195 Jy ! Component: 200 - total flux cleaned = 0.0153984 Jy ! Total flux subtracted in 200 components = 0.0153984 Jy ! Clean residual min=-0.002987 max=0.002783 Jy/beam ! Clean residual mean=-0.000007 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.210175 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 26 components and 0.210176 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.033 mas, bmaj=21.49 mas, bpa=-1.639 degrees ! Estimated noise=760.225 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124522 Jy ! Component: 100 - total flux cleaned = 0.00127591 Jy ! Component: 150 - total flux cleaned = 0.00125193 Jy ! Component: 200 - total flux cleaned = 0.00120838 Jy ! Total flux subtracted in 200 components = 0.00120838 Jy ! Clean residual min=-0.002805 max=0.003329 Jy/beam ! Clean residual mean=-0.000015 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.211384 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 = -1.96216e-07 Jy ! Component: 100 - total flux cleaned = -3.88107e-07 Jy ! Component: 150 - total flux cleaned = -1.16325e-06 Jy ! Component: 200 - total flux cleaned = -1.66649e-05 Jy ! Total flux subtracted in 200 components = -1.66649e-05 Jy ! Clean residual min=-0.002795 max=0.003331 Jy/beam ! Clean residual mean=-0.000015 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.211367 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 43 components and 0.211367 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.608 mas, bmaj=4.163 mas, bpa=-37.02 degrees ! Estimated noise=608.083 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000455732 Jy ! Component: 100 - total flux cleaned = -0.000381114 Jy ! Component: 150 - total flux cleaned = -0.000382018 Jy ! Component: 200 - total flux cleaned = -0.000320423 Jy ! Total flux subtracted in 200 components = -0.000320423 Jy ! Clean residual min=-0.002926 max=0.002755 Jy/beam ! Clean residual mean=-0.000007 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.211047 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 48 components and 0.211047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.207095Jy sigma=0.001113 ! Fit after self-cal, rms=0.207107Jy sigma=0.001113 wmodel J1349-3056_S_2009_05_13_pus_map.mod ! Writing 48 model components to file: J1349-3056_S_2009_05_13_pus_map.mod wobs J1349-3056_S_2009_05_13_pus_uvs.fits ! Writing UV FITS file: J1349-3056_S_2009_05_13_pus_uvs.fits wwins J1349-3056_S_2009_05_13_pus_map.win ! wwins: Wrote 3 windows to J1349-3056_S_2009_05_13_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 = 4.03053e-05 Jy ! Component: 100 - total flux cleaned = -9.94815e-05 Jy ! Component: 150 - total flux cleaned = -0.000233209 Jy ! Component: 200 - total flux cleaned = -0.000623468 Jy ! Component: 250 - total flux cleaned = -0.000960079 Jy ! Component: 300 - total flux cleaned = -0.00124768 Jy ! Component: 350 - total flux cleaned = -0.00152912 Jy ! Component: 400 - total flux cleaned = -0.00176513 Jy ! Component: 450 - total flux cleaned = -0.00195796 Jy ! Component: 500 - total flux cleaned = -0.00203371 Jy ! Component: 550 - total flux cleaned = -0.00207072 Jy ! Component: 600 - total flux cleaned = -0.00214445 Jy ! Component: 650 - total flux cleaned = -0.00232615 Jy ! Component: 700 - total flux cleaned = -0.00239823 Jy ! Component: 750 - total flux cleaned = -0.00257419 Jy ! Component: 800 - total flux cleaned = -0.00264307 Jy ! Component: 850 - total flux cleaned = -0.00267774 Jy ! Component: 900 - total flux cleaned = -0.00274595 Jy ! Component: 950 - total flux cleaned = -0.00294774 Jy ! Component: 1000 - total flux cleaned = -0.00301344 Jy ! Component: 1050 - total flux cleaned = -0.00311159 Jy ! Component: 1100 - total flux cleaned = -0.0030145 Jy ! Component: 1150 - total flux cleaned = -0.00320714 Jy ! Component: 1200 - total flux cleaned = -0.0031437 Jy ! Component: 1250 - total flux cleaned = -0.00323777 Jy ! Component: 1300 - total flux cleaned = -0.00329981 Jy ! Component: 1350 - total flux cleaned = -0.00323811 Jy ! Component: 1400 - total flux cleaned = -0.00342133 Jy ! Component: 1450 - total flux cleaned = -0.00345153 Jy ! Component: 1500 - total flux cleaned = -0.00339145 Jy ! Component: 1550 - total flux cleaned = -0.00348084 Jy ! Component: 1600 - total flux cleaned = -0.00356919 Jy ! Component: 1650 - total flux cleaned = -0.00356879 Jy ! Component: 1700 - total flux cleaned = -0.00359813 Jy ! Component: 1750 - total flux cleaned = -0.00365574 Jy ! Component: 1800 - total flux cleaned = -0.00371282 Jy ! Component: 1850 - total flux cleaned = -0.00388219 Jy ! Component: 1900 - total flux cleaned = -0.00407766 Jy ! Component: 1950 - total flux cleaned = -0.00413244 Jy ! Component: 2000 - total flux cleaned = -0.00418715 Jy ! Component: 2050 - total flux cleaned = -0.00426855 Jy ! Component: 2100 - total flux cleaned = -0.00432259 Jy ! Component: 2150 - total flux cleaned = -0.00443008 Jy ! Component: 2200 - total flux cleaned = -0.00450983 Jy ! Component: 2250 - total flux cleaned = -0.00456251 Jy ! Component: 2300 - total flux cleaned = -0.00458903 Jy ! Component: 2350 - total flux cleaned = -0.00461508 Jy ! Component: 2400 - total flux cleaned = -0.00466695 Jy ! Component: 2450 - total flux cleaned = -0.00474426 Jy ! Component: 2500 - total flux cleaned = -0.00476993 Jy ! Component: 2550 - total flux cleaned = -0.00471902 Jy ! Component: 2600 - total flux cleaned = -0.0048198 Jy ! Component: 2650 - total flux cleaned = -0.00484462 Jy ! Component: 2700 - total flux cleaned = -0.00479507 Jy ! Component: 2750 - total flux cleaned = -0.00486939 Jy ! Component: 2800 - total flux cleaned = -0.00484465 Jy ! Component: 2850 - total flux cleaned = -0.0048448 Jy ! Component: 2900 - total flux cleaned = -0.00491794 Jy ! Component: 2950 - total flux cleaned = -0.00491814 Jy ! Component: 3000 - total flux cleaned = -0.00491793 Jy ! Component: 3050 - total flux cleaned = -0.00499014 Jy ! Component: 3100 - total flux cleaned = -0.00499011 Jy ! Component: 3150 - total flux cleaned = -0.00501399 Jy ! Component: 3200 - total flux cleaned = -0.00515541 Jy ! Component: 3250 - total flux cleaned = -0.00517881 Jy ! Component: 3300 - total flux cleaned = -0.00517862 Jy ! Component: 3350 - total flux cleaned = -0.00524817 Jy ! Component: 3400 - total flux cleaned = -0.00531748 Jy ! Component: 3450 - total flux cleaned = -0.00531749 Jy ! Component: 3500 - total flux cleaned = -0.00536335 Jy ! Component: 3550 - total flux cleaned = -0.00536329 Jy ! Component: 3600 - total flux cleaned = -0.00556723 Jy ! Component: 3650 - total flux cleaned = -0.00561226 Jy ! Component: 3700 - total flux cleaned = -0.0056347 Jy ! Component: 3750 - total flux cleaned = -0.00581365 Jy ! Component: 3800 - total flux cleaned = -0.00585818 Jy ! Component: 3850 - total flux cleaned = -0.00585831 Jy ! Component: 3900 - total flux cleaned = -0.00599072 Jy ! Component: 3950 - total flux cleaned = -0.00607878 Jy ! Component: 4000 - total flux cleaned = -0.0061227 Jy ! Component: 4050 - total flux cleaned = -0.00623172 Jy ! Total flux subtracted in 4096 components = -0.00629675 Jy ! Clean residual min=-0.001358 max=0.001336 Jy/beam ! Clean residual mean=-0.000001 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.20475 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 319 components and 0.20475 Jy ![Exited script file: muppet] wmap "J1349-3056_S_2009_05_13_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.608 x 4.163 at -37.02 degrees (North through East) ! Clean map min=-0.0024504 max=0.1776 Jy/beam ! Writing clean map to FITS file: J1349-3056_S_2009_05_13_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.1776 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000367668 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.62106 0.62106 1.24212 2.48424 4.96848 9.93696 19.8739 39.7479 79.4957 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.177 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.608 x 4.163 at -37.02 degrees (North through East) ! Clean map min=-0.0024504 max=0.1776 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 J1349-3056_S_2009_05_13_pus_uvs.log closed on Sun Jan 22 11:37:23 2017