! Started logfile: J0914-2733_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:29:56 2016 obs J0914-2733_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0914-2733_S_2014_12_20_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.936405 visibilities/baseline/integration-bin. ! Found source: J0914-2733 ! ! 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 344 lines of history. ! ! Reading 20732 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 J0914-2733_S_2014_12_20_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 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.954578Jy sigma=0.008356 ! Fit after self-cal, rms=0.926513Jy sigma=0.008121 ! 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.706 mas, bmaj=6.663 mas, bpa=-5.721 degrees ! Estimated noise=979.842 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.0526222 Jy ! Component: 100 - total flux cleaned = 0.0738975 Jy ! Total flux subtracted in 100 components = 0.0738975 Jy ! Clean residual min=-0.004673 max=0.011078 Jy/beam ! Clean residual mean=-0.000031 rms=0.001572 Jy/beam ! Combined flux in latest and established models = 0.0738975 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 38 components and 0.0738975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099300Jy sigma=0.000818 ! Fit after self-cal, rms=0.099079Jy sigma=0.000816 ! Inverting map ! Added new window around map position (-2.5, 1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141055 Jy ! Component: 100 - total flux cleaned = 0.0230644 Jy ! Total flux subtracted in 100 components = 0.0230644 Jy ! Clean residual min=-0.004360 max=0.006153 Jy/beam ! Clean residual mean=-0.000017 rms=0.001073 Jy/beam ! Combined flux in latest and established models = 0.0969619 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 58 components and 0.0969619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095941Jy sigma=0.000784 ! Fit after self-cal, rms=0.095855Jy sigma=0.000784 ! 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.454 mas, bmaj=8.742 mas, bpa=-0.03532 degrees ! Estimated noise=583.516 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 (3, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103325 Jy ! Component: 100 - total flux cleaned = 0.0163521 Jy ! Component: 150 - total flux cleaned = 0.0201354 Jy ! Component: 200 - total flux cleaned = 0.0226647 Jy ! Total flux subtracted in 200 components = 0.0226647 Jy ! Clean residual min=-0.002859 max=0.002647 Jy/beam ! Clean residual mean=-0.000007 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.119627 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 121 components and 0.119627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094641Jy sigma=0.000773 ! Fit after self-cal, rms=0.094576Jy sigma=0.000773 ! 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.01 FD 0.90 HN 1.02 KP 1.06 ! LA 0.93 MK 1.08 NL 0.93 OV 0.96 ! PT 1.06 SC 0.94 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.06 HN 1.08 KP 1.01 ! LA 0.95 MK 0.91 NL 1.03 OV 1.02 ! PT 1.01 SC 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.97 FD 1.19 HN 1.08 KP 0.94 ! LA 0.77 MK 0.98 NL 1.10 OV 0.93 ! PT 0.98 SC 1.08 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.04 HN 0.98 KP 0.92 ! LA 0.80 MK 1.05 NL 1.01 OV 0.97 ! PT 1.05 SC 0.88 ! ! ! Fit before self-cal, rms=0.094576Jy sigma=0.000773 ! Fit after self-cal, rms=0.092475Jy sigma=0.000768 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.456 mas, bmaj=8.746 mas, bpa=0.3972 degrees ! Estimated noise=576.869 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.000425038 Jy ! Component: 100 - total flux cleaned = 0.000357387 Jy ! Component: 150 - total flux cleaned = 0.000328061 Jy ! Component: 200 - total flux cleaned = 0.000276 Jy ! Total flux subtracted in 200 components = 0.000276 Jy ! Clean residual min=-0.001797 max=0.001858 Jy/beam ! Clean residual mean=-0.000004 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.119903 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 133 components and 0.119903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092449Jy sigma=0.000767 ! Fit after self-cal, rms=0.092427Jy sigma=0.000767 ! 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.092427Jy sigma=0.000767 ! Fit after self-cal, rms=0.092385Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.435 mas, bmaj=8.64 mas, bpa=0.408 degrees ! Estimated noise=574.654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.80895e-05 Jy ! Component: 100 - total flux cleaned = -5.60996e-05 Jy ! Component: 150 - total flux cleaned = -0.000129305 Jy ! Component: 200 - total flux cleaned = -0.000194462 Jy ! Total flux subtracted in 200 components = -0.000194462 Jy ! Clean residual min=-0.001752 max=0.001715 Jy/beam ! Clean residual mean=-0.000006 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.119708 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 138 components and 0.119708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092367Jy sigma=0.000766 ! Fit after self-cal, rms=0.092363Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.44424e-05 Jy ! Component: 100 - total flux cleaned = -0.000146158 Jy ! Component: 150 - total flux cleaned = -0.000166811 Jy ! Component: 200 - total flux cleaned = -0.000166625 Jy ! Total flux subtracted in 200 components = -0.000166625 Jy ! Clean residual min=-0.001742 max=0.001709 Jy/beam ! Clean residual mean=-0.000006 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.119542 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 142 components and 0.119542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092352Jy sigma=0.000766 ! Fit after self-cal, rms=0.092342Jy sigma=0.000766 ! Inverting map ! Added new window around map position (-119.5, -46.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000938569 Jy ! Component: 100 - total flux cleaned = 0.00109674 Jy ! Component: 150 - total flux cleaned = 0.00109939 Jy ! Component: 200 - total flux cleaned = 0.00107549 Jy ! Total flux subtracted in 200 components = 0.00107549 Jy ! Clean residual min=-0.001599 max=0.001382 Jy/beam ! Clean residual mean=-0.000007 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.120617 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 158 components and 0.120617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092303Jy sigma=0.000766 ! Fit after self-cal, rms=0.092291Jy sigma=0.000766 ! 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.092291Jy sigma=0.000766 ! Fit after self-cal, rms=0.091997Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.41 mas, bmaj=8.551 mas, bpa=0.5889 degrees ! Estimated noise=571.556 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000375232 Jy ! Component: 100 - total flux cleaned = 0.000469878 Jy ! Component: 150 - total flux cleaned = 0.000469628 Jy ! Component: 200 - total flux cleaned = 0.000444618 Jy ! Total flux subtracted in 200 components = 0.000444618 Jy ! Clean residual min=-0.001553 max=0.001369 Jy/beam ! Clean residual mean=-0.000006 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.121062 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 165 components and 0.121062 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091975Jy sigma=0.000766 ! Fit after self-cal, rms=0.091974Jy 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 = 7.26979e-05 Jy ! Component: 100 - total flux cleaned = 2.36272e-05 Jy ! Component: 150 - total flux cleaned = 1.57449e-06 Jy ! Component: 200 - total flux cleaned = -2.01555e-05 Jy ! Total flux subtracted in 200 components = -2.01555e-05 Jy ! Clean residual min=-0.001584 max=0.001370 Jy/beam ! Clean residual mean=-0.000007 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.121041 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 167 components and 0.121041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091960Jy sigma=0.000765 ! Fit after self-cal, rms=0.091951Jy sigma=0.000765 ! 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.091951Jy sigma=0.000765 ! Fit after self-cal, rms=0.091757Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.873 mas, bmaj=18.99 mas, bpa=0.2838 degrees ! Estimated noise=697.713 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000295869 Jy ! Component: 100 - total flux cleaned = 0.000334689 Jy ! Component: 150 - total flux cleaned = 0.000369617 Jy ! Component: 200 - total flux cleaned = 0.000391187 Jy ! Total flux subtracted in 200 components = 0.000391187 Jy ! Clean residual min=-0.001464 max=0.001230 Jy/beam ! Clean residual mean=-0.000010 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.121433 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 180 components and 0.121433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091756Jy sigma=0.000765 ! Fit after self-cal, rms=0.091756Jy 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 = 5.83665e-05 Jy ! Component: 100 - total flux cleaned = 6.90133e-05 Jy ! Component: 150 - total flux cleaned = 7.95029e-05 Jy ! Component: 200 - total flux cleaned = 8.91928e-05 Jy ! Total flux subtracted in 200 components = 8.91928e-05 Jy ! Clean residual min=-0.001460 max=0.001233 Jy/beam ! Clean residual mean=-0.000010 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.121522 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 185 components and 0.121522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091755Jy sigma=0.000765 ! Fit after self-cal, rms=0.091755Jy sigma=0.000765 ! 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.398 mas, bmaj=8.52 mas, bpa=0.7135 degrees ! Estimated noise=569.683 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.398 x 8.52 at 0.7135 degrees (North through East) ! Clean map min=-0.0021103 max=0.064988 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.677 mas, bmaj=6.485 mas, bpa=-4.832 degrees ! Estimated noise=940.788 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0502092 Jy ! Component: 100 - total flux cleaned = 0.0729129 Jy ! Component: 150 - total flux cleaned = 0.0872571 Jy ! Component: 200 - total flux cleaned = 0.096824 Jy ! Total flux subtracted in 200 components = 0.096824 Jy ! Clean residual min=-0.004013 max=0.005252 Jy/beam ! Clean residual mean=-0.000018 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.096824 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 55 model components to the UV plane model. ! The established model now contains 55 components and 0.096824 Jy ! Inverting map and beam ! Estimated beam: bmin=3.398 mas, bmaj=8.52 mas, bpa=0.7135 degrees ! Estimated noise=569.683 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.0101059 Jy ! Component: 100 - total flux cleaned = 0.015664 Jy ! Component: 150 - total flux cleaned = 0.0192275 Jy ! Component: 200 - total flux cleaned = 0.0209505 Jy ! Total flux subtracted in 200 components = 0.0209505 Jy ! Clean residual min=-0.001926 max=0.002063 Jy/beam ! Clean residual mean=-0.000009 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.117774 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 99 components and 0.117774 Jy ! Inverting map ! Added new window around map position (-2.5, 27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136044 Jy ! Component: 100 - total flux cleaned = 0.00224808 Jy ! Component: 150 - total flux cleaned = 0.00282112 Jy ! Component: 200 - total flux cleaned = 0.00307486 Jy ! Total flux subtracted in 200 components = 0.00307486 Jy ! Clean residual min=-0.001741 max=0.001502 Jy/beam ! Clean residual mean=-0.000005 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.120849 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 129 components and 0.120849 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.873 mas, bmaj=18.99 mas, bpa=0.2838 degrees ! Estimated noise=697.713 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108149 Jy ! Component: 100 - total flux cleaned = 0.0012784 Jy ! Component: 150 - total flux cleaned = 0.00132074 Jy ! Component: 200 - total flux cleaned = 0.00130172 Jy ! Total flux subtracted in 200 components = 0.00130172 Jy ! Clean residual min=-0.001365 max=0.001304 Jy/beam ! Clean residual mean=-0.000006 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.122151 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.62968e-05 Jy ! Component: 100 - total flux cleaned = -3.10759e-05 Jy ! Component: 150 - total flux cleaned = -5.94424e-05 Jy ! Component: 200 - total flux cleaned = -8.62045e-05 Jy ! Total flux subtracted in 200 components = -8.62045e-05 Jy ! Clean residual min=-0.001364 max=0.001280 Jy/beam ! Clean residual mean=-0.000006 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.122065 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 159 components and 0.122065 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.398 mas, bmaj=8.52 mas, bpa=0.7135 degrees ! Estimated noise=569.683 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000308598 Jy ! Component: 100 - total flux cleaned = -0.000416926 Jy ! Component: 150 - total flux cleaned = -0.000483604 Jy ! Component: 200 - total flux cleaned = -0.000513929 Jy ! Total flux subtracted in 200 components = -0.000513929 Jy ! Clean residual min=-0.001626 max=0.001420 Jy/beam ! Clean residual mean=-0.000005 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.121551 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 176 components and 0.121551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091760Jy sigma=0.000765 ! Fit after self-cal, rms=0.091724Jy sigma=0.000765 wmodel J0914-2733_S_2014_12_20_pus_map.mod ! Writing 176 model components to file: J0914-2733_S_2014_12_20_pus_map.mod wobs J0914-2733_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0914-2733_S_2014_12_20_pus_uvs.fits wwins J0914-2733_S_2014_12_20_pus_map.win ! wwins: Wrote 5 windows to J0914-2733_S_2014_12_20_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.000657273 Jy ! Component: 100 - total flux cleaned = -0.00083606 Jy ! Component: 150 - total flux cleaned = -0.00102999 Jy ! Component: 200 - total flux cleaned = -0.00123783 Jy ! Component: 250 - total flux cleaned = -0.00148455 Jy ! Component: 300 - total flux cleaned = -0.0017239 Jy ! Component: 350 - total flux cleaned = -0.0019146 Jy ! Component: 400 - total flux cleaned = -0.00207996 Jy ! Component: 450 - total flux cleaned = -0.00218108 Jy ! Component: 500 - total flux cleaned = -0.00231965 Jy ! Component: 550 - total flux cleaned = -0.0024362 Jy ! Component: 600 - total flux cleaned = -0.00258821 Jy ! Component: 650 - total flux cleaned = -0.00269952 Jy ! Component: 700 - total flux cleaned = -0.00279037 Jy ! Component: 750 - total flux cleaned = -0.00280822 Jy ! Component: 800 - total flux cleaned = -0.00289642 Jy ! Component: 850 - total flux cleaned = -0.00299952 Jy ! Component: 900 - total flux cleaned = -0.00304997 Jy ! Component: 950 - total flux cleaned = -0.00311672 Jy ! Component: 1000 - total flux cleaned = -0.00318206 Jy ! Component: 1050 - total flux cleaned = -0.00319816 Jy ! Component: 1100 - total flux cleaned = -0.00324578 Jy ! Component: 1150 - total flux cleaned = -0.00318324 Jy ! Component: 1200 - total flux cleaned = -0.00319892 Jy ! Component: 1250 - total flux cleaned = -0.003199 Jy ! Component: 1300 - total flux cleaned = -0.00319906 Jy ! Component: 1350 - total flux cleaned = -0.00318416 Jy ! Component: 1400 - total flux cleaned = -0.00319888 Jy ! Component: 1450 - total flux cleaned = -0.00319907 Jy ! Component: 1500 - total flux cleaned = -0.00318485 Jy ! Component: 1550 - total flux cleaned = -0.00319897 Jy ! Component: 1600 - total flux cleaned = -0.00317094 Jy ! Component: 1650 - total flux cleaned = -0.00317089 Jy ! Component: 1700 - total flux cleaned = -0.00321199 Jy ! Component: 1750 - total flux cleaned = -0.00322535 Jy ! Component: 1800 - total flux cleaned = -0.00319859 Jy ! Component: 1850 - total flux cleaned = -0.00318544 Jy ! Component: 1900 - total flux cleaned = -0.00317231 Jy ! Component: 1950 - total flux cleaned = -0.00315918 Jy ! Component: 2000 - total flux cleaned = -0.0030949 Jy ! Component: 2050 - total flux cleaned = -0.00312041 Jy ! Component: 2100 - total flux cleaned = -0.003045 Jy ! Component: 2150 - total flux cleaned = -0.00304488 Jy ! Component: 2200 - total flux cleaned = -0.00295819 Jy ! Component: 2250 - total flux cleaned = -0.00289707 Jy ! Component: 2300 - total flux cleaned = -0.00284843 Jy ! Component: 2350 - total flux cleaned = -0.00282429 Jy ! Component: 2400 - total flux cleaned = -0.00277648 Jy ! Component: 2450 - total flux cleaned = -0.00274107 Jy ! Component: 2500 - total flux cleaned = -0.0027176 Jy ! Component: 2550 - total flux cleaned = -0.0026595 Jy ! Component: 2600 - total flux cleaned = -0.00259041 Jy ! Component: 2650 - total flux cleaned = -0.00260193 Jy ! Component: 2700 - total flux cleaned = -0.00255641 Jy ! Component: 2750 - total flux cleaned = -0.00255648 Jy ! Component: 2800 - total flux cleaned = -0.00252303 Jy ! Component: 2850 - total flux cleaned = -0.00251201 Jy ! Component: 2900 - total flux cleaned = -0.00249002 Jy ! Component: 2950 - total flux cleaned = -0.00242455 Jy ! Component: 3000 - total flux cleaned = -0.00238122 Jy ! Component: 3050 - total flux cleaned = -0.00238107 Jy ! Component: 3100 - total flux cleaned = -0.00232769 Jy ! Component: 3150 - total flux cleaned = -0.00228531 Jy ! Component: 3200 - total flux cleaned = -0.00225364 Jy ! Component: 3250 - total flux cleaned = -0.00220139 Jy ! Component: 3300 - total flux cleaned = -0.00214953 Jy ! Component: 3350 - total flux cleaned = -0.00211872 Jy ! Component: 3400 - total flux cleaned = -0.00208797 Jy ! Component: 3450 - total flux cleaned = -0.00210829 Jy ! Component: 3500 - total flux cleaned = -0.00207797 Jy ! Component: 3550 - total flux cleaned = -0.00199773 Jy ! Component: 3600 - total flux cleaned = -0.00198772 Jy ! Component: 3650 - total flux cleaned = -0.00198773 Jy ! Component: 3700 - total flux cleaned = -0.00195826 Jy ! Component: 3750 - total flux cleaned = -0.00192896 Jy ! Component: 3800 - total flux cleaned = -0.00190954 Jy ! Component: 3850 - total flux cleaned = -0.00188056 Jy ! Component: 3900 - total flux cleaned = -0.00189985 Jy ! Component: 3950 - total flux cleaned = -0.00188079 Jy ! Component: 4000 - total flux cleaned = -0.00185232 Jy ! Component: 4050 - total flux cleaned = -0.0018334 Jy ! Total flux subtracted in 4096 components = -0.00177719 Jy ! Clean residual min=-0.000641 max=0.000532 Jy/beam ! Clean residual mean=0.000001 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.119774 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 444 components and 0.119774 Jy ![Exited script file: muppet] wmap "J0914-2733_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.398 x 8.52 at 0.7135 degrees (North through East) ! Clean map min=-0.0020235 max=0.065031 Jy/beam ! Writing clean map to FITS file: J0914-2733_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0650309 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000171914 device "J0914-2733_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0914-2733_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.793073 0.793073 1.58615 3.17229 6.34458 12.6892 25.3783 50.7567 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.065 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.398 x 8.52 at 0.7135 degrees (North through East) ! Clean map min=-0.0020235 max=0.065031 Jy/beam quit ! Quitting program ! Log file J0914-2733_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:30:02 2016