! Started logfile: J1625-2527_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:10:27 2016 obs J1625-2527_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1625-2527_S_2014_08_09_pus_uva.fits ! AN table 1: 67 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.67728 visibilities/baseline/integration-bin. ! Found source: J1625-2527 ! ! 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 342 lines of history. ! ! Reading 8168 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 J1625-2527_S_2014_08_09_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 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.463296Jy sigma=0.003682 ! Fit after self-cal, rms=0.436907Jy sigma=0.003454 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.204 mas, bmaj=10.82 mas, bpa=15.45 degrees ! Estimated noise=1269.57 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.436291 Jy ! Component: 100 - total flux cleaned = 0.558811 Jy ! Total flux subtracted in 100 components = 0.558811 Jy ! Clean residual min=-0.020620 max=0.053941 Jy/beam ! Clean residual mean=0.000116 rms=0.007317 Jy/beam ! Combined flux in latest and established models = 0.558812 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 17 components and 0.558812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.242405Jy sigma=0.001633 ! Fit after self-cal, rms=0.242385Jy sigma=0.001632 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0636014 Jy ! Component: 100 - total flux cleaned = 0.104479 Jy ! Total flux subtracted in 100 components = 0.104479 Jy ! Clean residual min=-0.016865 max=0.028379 Jy/beam ! Clean residual mean=0.000037 rms=0.005402 Jy/beam ! Combined flux in latest and established models = 0.663291 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 39 components and 0.663291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.208099Jy sigma=0.001269 ! Fit after self-cal, rms=0.208074Jy sigma=0.001269 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.147 mas, bmaj=13.07 mas, bpa=13.72 degrees ! Estimated noise=944.421 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.0510912 Jy ! Component: 100 - total flux cleaned = 0.0771473 Jy ! Component: 150 - total flux cleaned = 0.0922929 Jy ! Component: 200 - total flux cleaned = 0.101418 Jy ! Total flux subtracted in 200 components = 0.101418 Jy ! Clean residual min=-0.013401 max=0.019348 Jy/beam ! Clean residual mean=-0.000053 rms=0.003903 Jy/beam ! Combined flux in latest and established models = 0.764709 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 91 components and 0.764709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.193750Jy sigma=0.001135 ! Fit after self-cal, rms=0.193734Jy sigma=0.001135 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.86 HN 1.11 KP 1.05 ! LA 1.09 MK 1.00* NL 0.94 OV 0.98 ! PT 1.01 SC 0.93 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.02 HN 1.23 KP 1.01 ! LA 1.05 MK 1.00* NL 1.03 OV 1.01 ! PT 1.01 SC 1.01 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.16 HN 1.24 KP 0.90 ! LA 0.83 MK 1.00* NL 1.01 OV 0.94 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.03 HN 1.16 KP 0.87 ! LA 0.81 MK 1.00* NL 1.11 OV 1.01 ! PT 1.01 SC 0.95 ! ! ! Fit before self-cal, rms=0.193734Jy sigma=0.001135 ! Fit after self-cal, rms=0.167531Jy sigma=0.000935 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.126 mas, bmaj=13.27 mas, bpa=14.31 degrees ! Estimated noise=948.528 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 (-27, 35.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00873947 Jy ! Component: 100 - total flux cleaned = 0.00757759 Jy ! Component: 150 - total flux cleaned = 0.00689783 Jy ! Component: 200 - total flux cleaned = 0.00626855 Jy ! Total flux subtracted in 200 components = 0.00626855 Jy ! Clean residual min=-0.010634 max=0.013439 Jy/beam ! Clean residual mean=-0.000070 rms=0.002667 Jy/beam ! Combined flux in latest and established models = 0.770978 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 119 components and 0.770977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164271Jy sigma=0.000922 ! Fit after self-cal, rms=0.164181Jy sigma=0.000921 ! 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.164181Jy sigma=0.000921 ! Fit after self-cal, rms=0.138588Jy sigma=0.000787 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.128 mas, bmaj=13.16 mas, bpa=13.92 degrees ! Estimated noise=949.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00516639 Jy ! Component: 100 - total flux cleaned = -0.00555672 Jy ! Component: 150 - total flux cleaned = -0.00572246 Jy ! Component: 200 - total flux cleaned = -0.00559059 Jy ! Total flux subtracted in 200 components = -0.00559059 Jy ! Clean residual min=-0.005028 max=0.005526 Jy/beam ! Clean residual mean=-0.000079 rms=0.001387 Jy/beam ! Combined flux in latest and established models = 0.765387 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 137 components and 0.765387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138091Jy sigma=0.000781 ! Fit after self-cal, rms=0.138193Jy sigma=0.000781 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.11654e-05 Jy ! Component: 100 - total flux cleaned = 0.000210911 Jy ! Component: 150 - total flux cleaned = 0.000422809 Jy ! Component: 200 - total flux cleaned = 0.00072061 Jy ! Total flux subtracted in 200 components = 0.00072061 Jy ! Clean residual min=-0.004802 max=0.005267 Jy/beam ! Clean residual mean=-0.000079 rms=0.001343 Jy/beam ! Combined flux in latest and established models = 0.766107 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 155 components and 0.766107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.138054Jy sigma=0.000779 ! Fit after self-cal, rms=0.138048Jy sigma=0.000779 ! 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.138048Jy sigma=0.000779 ! Fit after self-cal, rms=0.139458Jy sigma=0.000773 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.134 mas, bmaj=13.13 mas, bpa=13.93 degrees ! Estimated noise=947.275 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00108034 Jy ! Component: 100 - total flux cleaned = -0.000997859 Jy ! Component: 150 - total flux cleaned = -0.000931625 Jy ! Component: 200 - total flux cleaned = -0.000932514 Jy ! Total flux subtracted in 200 components = -0.000932514 Jy ! Clean residual min=-0.003859 max=0.004459 Jy/beam ! Clean residual mean=-0.000067 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.765175 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 172 components and 0.765175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139361Jy sigma=0.000772 ! Fit after self-cal, rms=0.139367Jy sigma=0.000772 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.000105981 Jy ! Component: 100 - total flux cleaned = 1.22799e-05 Jy ! Component: 150 - total flux cleaned = 0.000179917 Jy ! Component: 200 - total flux cleaned = 0.000337298 Jy ! Total flux subtracted in 200 components = 0.000337298 Jy ! Clean residual min=-0.003819 max=0.004393 Jy/beam ! Clean residual mean=-0.000067 rms=0.001166 Jy/beam ! Combined flux in latest and established models = 0.765512 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 180 components and 0.765512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139327Jy sigma=0.000771 ! Fit after self-cal, rms=0.139325Jy sigma=0.000771 ! 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.139325Jy sigma=0.000771 ! Fit after self-cal, rms=0.139701Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.731 mas, bmaj=19.64 mas, bpa=2.901 degrees ! Estimated noise=1072.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000322006 Jy ! Component: 100 - total flux cleaned = 3.79802e-05 Jy ! Component: 150 - total flux cleaned = 0.000353849 Jy ! Component: 200 - total flux cleaned = 0.000634354 Jy ! Total flux subtracted in 200 components = 0.000634354 Jy ! Clean residual min=-0.004553 max=0.005248 Jy/beam ! Clean residual mean=-0.000107 rms=0.001521 Jy/beam ! Combined flux in latest and established models = 0.766147 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 195 components and 0.766147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139675Jy sigma=0.000771 ! Fit after self-cal, rms=0.139672Jy sigma=0.000771 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.000115534 Jy ! Component: 100 - total flux cleaned = 0.000126613 Jy ! Component: 150 - total flux cleaned = 0.000348376 Jy ! Component: 200 - total flux cleaned = 0.000521054 Jy ! Total flux subtracted in 200 components = 0.000521054 Jy ! Clean residual min=-0.004502 max=0.005222 Jy/beam ! Clean residual mean=-0.000105 rms=0.001513 Jy/beam ! Combined flux in latest and established models = 0.766668 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 209 components and 0.766668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139668Jy sigma=0.000771 ! Fit after self-cal, rms=0.139666Jy sigma=0.000771 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=4.137 mas, bmaj=13.14 mas, bpa=13.95 degrees ! Estimated noise=946.502 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.137 x 13.14 at 13.95 degrees (North through East) ! Clean map min=-0.0047584 max=0.59768 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139666Jy sigma=0.000771 ! Fit after self-cal, rms=0.192389Jy sigma=0.000706 ! Inverting map and beam ! Estimated beam: bmin=4.139 mas, bmaj=13.14 mas, bpa=13.96 degrees ! Estimated noise=945.547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00103242 Jy ! Component: 100 - total flux cleaned = -0.00155673 Jy ! Component: 150 - total flux cleaned = -0.00176036 Jy ! Component: 200 - total flux cleaned = -0.001902 Jy ! Total flux subtracted in 200 components = -0.001902 Jy ! Clean residual min=-0.003614 max=0.004125 Jy/beam ! Clean residual mean=-0.000052 rms=0.000995 Jy/beam ! Combined flux in latest and established models = 0.764766 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 217 components and 0.764766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192353Jy sigma=0.000705 ! Fit after self-cal, rms=0.192363Jy sigma=0.000705 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00020023 Jy ! Component: 100 - total flux cleaned = -0.000200215 Jy ! Component: 150 - total flux cleaned = -0.000281195 Jy ! Component: 200 - total flux cleaned = -0.000357643 Jy ! Total flux subtracted in 200 components = -0.000357643 Jy ! Clean residual min=-0.003605 max=0.004147 Jy/beam ! Clean residual mean=-0.000052 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.764408 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 223 components and 0.764408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192345Jy sigma=0.000705 ! Fit after self-cal, rms=0.192350Jy sigma=0.000705 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192350Jy sigma=0.000705 ! Fit after self-cal, rms=0.192907Jy sigma=0.000705 print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.171 mas, bmaj=10.83 mas, bpa=15.72 degrees ! Estimated noise=1293.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.444489 Jy ! Component: 100 - total flux cleaned = 0.57339 Jy ! Component: 150 - total flux cleaned = 0.636446 Jy ! Component: 200 - total flux cleaned = 0.671165 Jy ! Total flux subtracted in 200 components = 0.671165 Jy ! Clean residual min=-0.006654 max=0.017600 Jy/beam ! Clean residual mean=0.000009 rms=0.002098 Jy/beam ! Combined flux in latest and established models = 0.671165 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.671165 Jy ! Inverting map and beam ! Estimated beam: bmin=4.141 mas, bmaj=13.15 mas, bpa=13.98 degrees ! Estimated noise=945.268 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.032977 Jy ! Component: 100 - total flux cleaned = 0.0492583 Jy ! Component: 150 - total flux cleaned = 0.0584495 Jy ! Component: 200 - total flux cleaned = 0.0647388 Jy ! Total flux subtracted in 200 components = 0.0647388 Jy ! Clean residual min=-0.004365 max=0.005819 Jy/beam ! Clean residual mean=-0.000045 rms=0.001437 Jy/beam ! Combined flux in latest and established models = 0.735904 Jy ! Adding 95 model components to the UV plane model. ! The established model now contains 124 components and 0.735904 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.746 mas, bmaj=19.66 mas, bpa=2.901 degrees ! Estimated noise=1069.23 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0071154 Jy ! Component: 100 - total flux cleaned = 0.0119196 Jy ! Component: 150 - total flux cleaned = 0.0154636 Jy ! Component: 200 - total flux cleaned = 0.0181413 Jy ! Total flux subtracted in 200 components = 0.0181413 Jy ! Clean residual min=-0.004823 max=0.005773 Jy/beam ! Clean residual mean=-0.000080 rms=0.001510 Jy/beam ! Combined flux in latest and established models = 0.754045 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.00203862 Jy ! Component: 100 - total flux cleaned = 0.00319638 Jy ! Component: 150 - total flux cleaned = 0.00353086 Jy ! Component: 200 - total flux cleaned = 0.00379343 Jy ! Total flux subtracted in 200 components = 0.00379343 Jy ! Clean residual min=-0.004708 max=0.005348 Jy/beam ! Clean residual mean=-0.000080 rms=0.001425 Jy/beam ! Combined flux in latest and established models = 0.757839 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 176 components and 0.757839 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.141 mas, bmaj=13.15 mas, bpa=13.98 degrees ! Estimated noise=945.268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000131373 Jy ! Component: 100 - total flux cleaned = 1.55129e-06 Jy ! Component: 150 - total flux cleaned = 0.000123139 Jy ! Component: 200 - total flux cleaned = 0.000232424 Jy ! Total flux subtracted in 200 components = 0.000232424 Jy ! Clean residual min=-0.003776 max=0.004365 Jy/beam ! Clean residual mean=-0.000049 rms=0.001039 Jy/beam ! Combined flux in latest and established models = 0.758071 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 189 components and 0.758071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.192912Jy sigma=0.000705 ! Fit after self-cal, rms=0.192976Jy sigma=0.000705 wmodel J1625-2527_S_2014_08_09_pus_map.mod ! Writing 189 model components to file: J1625-2527_S_2014_08_09_pus_map.mod wobs J1625-2527_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1625-2527_S_2014_08_09_pus_uvs.fits wwins J1625-2527_S_2014_08_09_pus_map.win ! wwins: Wrote 2 windows to J1625-2527_S_2014_08_09_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.00102288 Jy ! Component: 100 - total flux cleaned = 0.00174981 Jy ! Component: 150 - total flux cleaned = 0.00244124 Jy ! Component: 200 - total flux cleaned = 0.0029353 Jy ! Component: 250 - total flux cleaned = 0.0035159 Jy ! Component: 300 - total flux cleaned = 0.00402372 Jy ! Component: 350 - total flux cleaned = 0.00431897 Jy ! Component: 400 - total flux cleaned = 0.00455788 Jy ! Component: 450 - total flux cleaned = 0.00478875 Jy ! Component: 500 - total flux cleaned = 0.00501297 Jy ! Component: 550 - total flux cleaned = 0.00518644 Jy ! Component: 600 - total flux cleaned = 0.00531355 Jy ! Component: 650 - total flux cleaned = 0.00527152 Jy ! Component: 700 - total flux cleaned = 0.00527178 Jy ! Component: 750 - total flux cleaned = 0.00527281 Jy ! Component: 800 - total flux cleaned = 0.00535037 Jy ! Component: 850 - total flux cleaned = 0.00519699 Jy ! Component: 900 - total flux cleaned = 0.00493361 Jy ! Component: 950 - total flux cleaned = 0.00467523 Jy ! Component: 1000 - total flux cleaned = 0.00442129 Jy ! Component: 1050 - total flux cleaned = 0.00427836 Jy ! Component: 1100 - total flux cleaned = 0.00410191 Jy ! Component: 1150 - total flux cleaned = 0.0039281 Jy ! Component: 1200 - total flux cleaned = 0.00362137 Jy ! Component: 1250 - total flux cleaned = 0.00345472 Jy ! Component: 1300 - total flux cleaned = 0.00338928 Jy ! Component: 1350 - total flux cleaned = 0.00322626 Jy ! Component: 1400 - total flux cleaned = 0.00309724 Jy ! Component: 1450 - total flux cleaned = 0.00290645 Jy ! Component: 1500 - total flux cleaned = 0.00278114 Jy ! Component: 1550 - total flux cleaned = 0.0025642 Jy ! Component: 1600 - total flux cleaned = 0.00244173 Jy ! Component: 1650 - total flux cleaned = 0.00223076 Jy ! Component: 1700 - total flux cleaned = 0.00214171 Jy ! Component: 1750 - total flux cleaned = 0.00190614 Jy ! Component: 1800 - total flux cleaned = 0.00170268 Jy ! Component: 1850 - total flux cleaned = 0.00150127 Jy ! Component: 1900 - total flux cleaned = 0.0013304 Jy ! Component: 1950 - total flux cleaned = 0.00110493 Jy ! Component: 2000 - total flux cleaned = 0.000965273 Jy ! Component: 2050 - total flux cleaned = 0.000937454 Jy ! Component: 2100 - total flux cleaned = 0.00071827 Jy ! Component: 2150 - total flux cleaned = 0.000528381 Jy ! Component: 2200 - total flux cleaned = 0.000367508 Jy ! Component: 2250 - total flux cleaned = 0.000314378 Jy ! Component: 2300 - total flux cleaned = 0.000103011 Jy ! Component: 2350 - total flux cleaned = -7.99827e-05 Jy ! Component: 2400 - total flux cleaned = -0.000131737 Jy ! Component: 2450 - total flux cleaned = -0.000337671 Jy ! Component: 2500 - total flux cleaned = -0.000439914 Jy ! Component: 2550 - total flux cleaned = -0.000541223 Jy ! Component: 2600 - total flux cleaned = -0.000616635 Jy ! Component: 2650 - total flux cleaned = -0.00066687 Jy ! Component: 2700 - total flux cleaned = -0.000889339 Jy ! Component: 2750 - total flux cleaned = -0.000913901 Jy ! Component: 2800 - total flux cleaned = -0.000962961 Jy ! Component: 2850 - total flux cleaned = -0.00115638 Jy ! Component: 2900 - total flux cleaned = -0.00113248 Jy ! Component: 2950 - total flux cleaned = -0.00127539 Jy ! Component: 3000 - total flux cleaned = -0.00127552 Jy ! Component: 3050 - total flux cleaned = -0.00141649 Jy ! Component: 3100 - total flux cleaned = -0.00146293 Jy ! Component: 3150 - total flux cleaned = -0.00148596 Jy ! Component: 3200 - total flux cleaned = -0.00157759 Jy ! Component: 3250 - total flux cleaned = -0.00164569 Jy ! Component: 3300 - total flux cleaned = -0.00173596 Jy ! Component: 3350 - total flux cleaned = -0.00175854 Jy ! Component: 3400 - total flux cleaned = -0.001781 Jy ! Component: 3450 - total flux cleaned = -0.00180339 Jy ! Component: 3500 - total flux cleaned = -0.00191387 Jy ! Component: 3550 - total flux cleaned = -0.00200141 Jy ! Component: 3600 - total flux cleaned = -0.00206665 Jy ! Component: 3650 - total flux cleaned = -0.00215321 Jy ! Component: 3700 - total flux cleaned = -0.00219598 Jy ! Component: 3750 - total flux cleaned = -0.0022386 Jy ! Component: 3800 - total flux cleaned = -0.00238739 Jy ! Component: 3850 - total flux cleaned = -0.00255583 Jy ! Component: 3900 - total flux cleaned = -0.00253482 Jy ! Component: 3950 - total flux cleaned = -0.00270154 Jy ! Component: 4000 - total flux cleaned = -0.00272224 Jy ! Component: 4050 - total flux cleaned = -0.00282527 Jy ! Total flux subtracted in 4096 components = -0.00294811 Jy ! Clean residual min=-0.001043 max=0.001116 Jy/beam ! Clean residual mean=-0.000020 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.755123 Jy keep ! Adding 338 model components to the UV plane model. ! The established model now contains 527 components and 0.755123 Jy ![Exited script file: muppet] wmap "J1625-2527_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.141 x 13.15 at 13.98 degrees (North through East) ! Clean map min=-0.002449 max=0.60694 Jy/beam ! Writing clean map to FITS file: J1625-2527_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.606943 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000432877 device "J1625-2527_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1625-2527_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.213963 0.213963 0.427925 0.855851 1.7117 3.4234 6.84681 13.6936 27.3872 54.7745 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.606 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.141 x 13.15 at 13.98 degrees (North through East) ! Clean map min=-0.002449 max=0.60694 Jy/beam quit ! Quitting program ! Log file J1625-2527_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:10:32 2016