! Started logfile: J0600-0005_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:23:55 2016 obs J0600-0005_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0600-0005_S_2014_12_20_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.779063 visibilities/baseline/integration-bin. ! Found source: J0600-0005 ! ! 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 16968 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 J0600-0005_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 198 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 138 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 259 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.889031Jy sigma=0.010208 ! Fit after self-cal, rms=0.883398Jy sigma=0.010144 ! 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.259 mas, bmaj=13.11 mas, bpa=-16.63 degrees ! Estimated noise=735.608 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.0855808 Jy ! Component: 100 - total flux cleaned = 0.117629 Jy ! Total flux subtracted in 100 components = 0.117629 Jy ! Clean residual min=-0.005424 max=0.014077 Jy/beam ! Clean residual mean=0.000014 rms=0.001802 Jy/beam ! Combined flux in latest and established models = 0.117629 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.117629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079862Jy sigma=0.000847 ! Fit after self-cal, rms=0.079736Jy sigma=0.000845 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0158646 Jy ! Component: 100 - total flux cleaned = 0.0243004 Jy ! Total flux subtracted in 100 components = 0.0243004 Jy ! Clean residual min=-0.003840 max=0.004362 Jy/beam ! Clean residual mean=0.000008 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.141929 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 39 components and 0.141929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075414Jy sigma=0.000801 ! Fit after self-cal, rms=0.075384Jy sigma=0.000801 ! 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.046 mas, bmaj=12.73 mas, bpa=-15.85 degrees ! Estimated noise=502.182 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.00753525 Jy ! Component: 100 - total flux cleaned = 0.0120641 Jy ! Component: 150 - total flux cleaned = 0.015088 Jy ! Component: 200 - total flux cleaned = 0.0171689 Jy ! Total flux subtracted in 200 components = 0.0171689 Jy ! Clean residual min=-0.004144 max=0.002962 Jy/beam ! Clean residual mean=0.000009 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.159098 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 100 components and 0.159098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074340Jy sigma=0.000793 ! Fit after self-cal, rms=0.074334Jy sigma=0.000793 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.87 HN 0.99 KP 1.10 ! LA 0.94 MK 1.06 NL 0.97 OV 0.97 ! PT 1.02 SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.05 KP 1.07 ! LA 0.92 MK 0.98 NL 1.00 OV 1.03 ! PT 1.06 SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.16 HN 1.04 KP 0.98 ! LA 0.77 MK 1.03 NL 1.14 OV 0.95 ! PT 1.01 SC 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 1.05 FD 1.03 HN 0.97 KP 0.91 ! LA 0.82 MK 1.00* NL 1.07 OV 1.02 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.074334Jy sigma=0.000793 ! Fit after self-cal, rms=0.071098Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.088 mas, bmaj=12.79 mas, bpa=-15.81 degrees ! Estimated noise=503.212 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.000117128 Jy ! Component: 100 - total flux cleaned = -0.000133848 Jy ! Component: 150 - total flux cleaned = -0.000185888 Jy ! Component: 200 - total flux cleaned = -0.000220195 Jy ! Total flux subtracted in 200 components = -0.000220195 Jy ! Clean residual min=-0.001877 max=0.002225 Jy/beam ! Clean residual mean=0.000000 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.158878 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 116 components and 0.158878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071090Jy sigma=0.000778 ! Fit after self-cal, rms=0.071051Jy sigma=0.000777 ! 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.071051Jy sigma=0.000777 ! Fit after self-cal, rms=0.070938Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.092 mas, bmaj=12.78 mas, bpa=-15.77 degrees ! Estimated noise=502.918 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000129021 Jy ! Component: 100 - total flux cleaned = 7.05499e-05 Jy ! Component: 150 - total flux cleaned = 4.51169e-05 Jy ! Component: 200 - total flux cleaned = 1.19285e-05 Jy ! Total flux subtracted in 200 components = 1.19285e-05 Jy ! Clean residual min=-0.001606 max=0.002218 Jy/beam ! Clean residual mean=-0.000001 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.15889 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 125 components and 0.15889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070933Jy sigma=0.000776 ! Fit after self-cal, rms=0.070939Jy sigma=0.000776 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 (-22.5, -2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00206866 Jy ! Component: 100 - total flux cleaned = 0.00309491 Jy ! Component: 150 - total flux cleaned = 0.00359446 Jy ! Component: 200 - total flux cleaned = 0.00379639 Jy ! Total flux subtracted in 200 components = 0.00379639 Jy ! Clean residual min=-0.001453 max=0.001430 Jy/beam ! Clean residual mean=-0.000001 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.162686 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 155 components and 0.162686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070873Jy sigma=0.000775 ! Fit after self-cal, rms=0.070868Jy sigma=0.000775 ! 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.070868Jy sigma=0.000775 ! Fit after self-cal, rms=0.070878Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.092 mas, bmaj=12.79 mas, bpa=-15.76 degrees ! Estimated noise=502.767 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000634441 Jy ! Component: 100 - total flux cleaned = 0.000787219 Jy ! Component: 150 - total flux cleaned = 0.000891059 Jy ! Component: 200 - total flux cleaned = 0.000928796 Jy ! Total flux subtracted in 200 components = 0.000928796 Jy ! Clean residual min=-0.001372 max=0.001422 Jy/beam ! Clean residual mean=-0.000001 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.163615 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 174 components and 0.163615 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070863Jy sigma=0.000775 ! Fit after self-cal, rms=0.070865Jy sigma=0.000775 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.000160179 Jy ! Component: 100 - total flux cleaned = 0.000194576 Jy ! Component: 150 - total flux cleaned = 0.000241584 Jy ! Component: 200 - total flux cleaned = 0.000270181 Jy ! Total flux subtracted in 200 components = 0.000270181 Jy ! Clean residual min=-0.001345 max=0.001391 Jy/beam ! Clean residual mean=-0.000001 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.163885 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 181 components and 0.163885 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070858Jy sigma=0.000774 ! Fit after self-cal, rms=0.070859Jy sigma=0.000774 ! Inverting map ! Added new window around map position (98, -6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000496369 Jy ! Component: 100 - total flux cleaned = 0.0006646 Jy ! Component: 150 - total flux cleaned = 0.000590042 Jy ! Component: 200 - total flux cleaned = 0.000543526 Jy ! Total flux subtracted in 200 components = 0.000543526 Jy ! Clean residual min=-0.001324 max=0.001273 Jy/beam ! Clean residual mean=-0.000001 rms=0.000307 Jy/beam ! Combined flux in latest and established models = 0.164429 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 202 components and 0.164429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070828Jy sigma=0.000774 ! Fit after self-cal, rms=0.070826Jy sigma=0.000774 ! 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.070826Jy sigma=0.000774 ! Fit after self-cal, rms=0.070746Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.056 mas, bmaj=13.77 mas, bpa=-6.576 degrees ! Estimated noise=573.029 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000149747 Jy ! Component: 100 - total flux cleaned = 6.34213e-05 Jy ! Component: 150 - total flux cleaned = 1.07688e-06 Jy ! Component: 200 - total flux cleaned = -2.6698e-05 Jy ! Total flux subtracted in 200 components = -2.6698e-05 Jy ! Clean residual min=-0.001231 max=0.001175 Jy/beam ! Clean residual mean=-0.000002 rms=0.000314 Jy/beam ! Combined flux in latest and established models = 0.164402 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 241 components and 0.164402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070741Jy sigma=0.000774 ! Fit after self-cal, rms=0.070740Jy sigma=0.000774 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 = -6.57995e-05 Jy ! Component: 100 - total flux cleaned = -0.000129756 Jy ! Component: 150 - total flux cleaned = -0.00014203 Jy ! Component: 200 - total flux cleaned = -0.000198621 Jy ! Total flux subtracted in 200 components = -0.000198621 Jy ! Clean residual min=-0.001213 max=0.001153 Jy/beam ! Clean residual mean=-0.000002 rms=0.000311 Jy/beam ! Combined flux in latest and established models = 0.164204 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 260 components and 0.164204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070738Jy sigma=0.000774 ! Fit after self-cal, rms=0.070738Jy sigma=0.000774 ! 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.09 mas, bmaj=12.8 mas, bpa=-15.76 degrees ! Estimated noise=502.301 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.09 x 12.8 at -15.76 degrees (North through East) ! Clean map min=-0.0012503 max=0.11449 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=3.282 mas, bmaj=13.2 mas, bpa=-16.61 degrees ! Estimated noise=737.934 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0856711 Jy ! Component: 100 - total flux cleaned = 0.118383 Jy ! Component: 150 - total flux cleaned = 0.133854 Jy ! Component: 200 - total flux cleaned = 0.142025 Jy ! Total flux subtracted in 200 components = 0.142025 Jy ! Clean residual min=-0.002945 max=0.004186 Jy/beam ! Clean residual mean=0.000004 rms=0.000803 Jy/beam ! Combined flux in latest and established models = 0.142025 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.142025 Jy ! Inverting map and beam ! Estimated beam: bmin=4.09 mas, bmaj=12.8 mas, bpa=-15.76 degrees ! Estimated noise=502.301 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.00654825 Jy ! Component: 100 - total flux cleaned = 0.0102899 Jy ! Component: 150 - total flux cleaned = 0.0129249 Jy ! Component: 200 - total flux cleaned = 0.0149307 Jy ! Total flux subtracted in 200 components = 0.0149307 Jy ! Clean residual min=-0.001798 max=0.001695 Jy/beam ! Clean residual mean=0.000001 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.156955 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 84 components and 0.156955 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.056 mas, bmaj=13.77 mas, bpa=-6.576 degrees ! Estimated noise=573.029 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00227685 Jy ! Component: 100 - total flux cleaned = 0.00357072 Jy ! Component: 150 - total flux cleaned = 0.00450195 Jy ! Component: 200 - total flux cleaned = 0.00533572 Jy ! Total flux subtracted in 200 components = 0.00533572 Jy ! Clean residual min=-0.001505 max=0.001246 Jy/beam ! Clean residual mean=-0.000001 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.162291 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.000672982 Jy ! Component: 100 - total flux cleaned = 0.00109222 Jy ! Component: 150 - total flux cleaned = 0.00126327 Jy ! Component: 200 - total flux cleaned = 0.00141849 Jy ! Total flux subtracted in 200 components = 0.00141849 Jy ! Clean residual min=-0.001362 max=0.001222 Jy/beam ! Clean residual mean=-0.000001 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.16371 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 158 components and 0.16371 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.09 mas, bmaj=12.8 mas, bpa=-15.76 degrees ! Estimated noise=502.301 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.17466e-05 Jy ! Component: 100 - total flux cleaned = 0.000256228 Jy ! Component: 150 - total flux cleaned = 0.000346636 Jy ! Component: 200 - total flux cleaned = 0.000454191 Jy ! Total flux subtracted in 200 components = 0.000454191 Jy ! Clean residual min=-0.001356 max=0.001397 Jy/beam ! Clean residual mean=-0.000001 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.164164 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 180 components and 0.164164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070765Jy sigma=0.000774 ! Fit after self-cal, rms=0.070763Jy sigma=0.000774 wmodel J0600-0005_S_2014_12_20_pus_map.mod ! Writing 180 model components to file: J0600-0005_S_2014_12_20_pus_map.mod wobs J0600-0005_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0600-0005_S_2014_12_20_pus_uvs.fits wwins J0600-0005_S_2014_12_20_pus_map.win ! wwins: Wrote 3 windows to J0600-0005_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 = -7.51332e-05 Jy ! Component: 100 - total flux cleaned = 7.4757e-05 Jy ! Component: 150 - total flux cleaned = 0.000257347 Jy ! Component: 200 - total flux cleaned = 0.000372762 Jy ! Component: 250 - total flux cleaned = 0.00053903 Jy ! Component: 300 - total flux cleaned = 0.000645785 Jy ! Component: 350 - total flux cleaned = 0.000680215 Jy ! Component: 400 - total flux cleaned = 0.000780445 Jy ! Component: 450 - total flux cleaned = 0.000829 Jy ! Component: 500 - total flux cleaned = 0.00086086 Jy ! Component: 550 - total flux cleaned = 0.000922477 Jy ! Component: 600 - total flux cleaned = 0.000952434 Jy ! Component: 650 - total flux cleaned = 0.000996318 Jy ! Component: 700 - total flux cleaned = 0.00103964 Jy ! Component: 750 - total flux cleaned = 0.00109585 Jy ! Component: 800 - total flux cleaned = 0.00113702 Jy ! Component: 850 - total flux cleaned = 0.0011905 Jy ! Component: 900 - total flux cleaned = 0.00120364 Jy ! Component: 950 - total flux cleaned = 0.00125573 Jy ! Component: 1000 - total flux cleaned = 0.00129435 Jy ! Component: 1050 - total flux cleaned = 0.00135721 Jy ! Component: 1100 - total flux cleaned = 0.00138189 Jy ! Component: 1150 - total flux cleaned = 0.00139417 Jy ! Component: 1200 - total flux cleaned = 0.0014063 Jy ! Component: 1250 - total flux cleaned = 0.00141824 Jy ! Component: 1300 - total flux cleaned = 0.0014416 Jy ! Component: 1350 - total flux cleaned = 0.00144149 Jy ! Component: 1400 - total flux cleaned = 0.00143021 Jy ! Component: 1450 - total flux cleaned = 0.00144154 Jy ! Component: 1500 - total flux cleaned = 0.00146338 Jy ! Component: 1550 - total flux cleaned = 0.00146319 Jy ! Component: 1600 - total flux cleaned = 0.00151673 Jy ! Component: 1650 - total flux cleaned = 0.00149567 Jy ! Component: 1700 - total flux cleaned = 0.00155845 Jy ! Component: 1750 - total flux cleaned = 0.00158978 Jy ! Component: 1800 - total flux cleaned = 0.00163087 Jy ! Component: 1850 - total flux cleaned = 0.0016512 Jy ! Component: 1900 - total flux cleaned = 0.00166138 Jy ! Component: 1950 - total flux cleaned = 0.00172073 Jy ! Component: 2000 - total flux cleaned = 0.00175009 Jy ! Component: 2050 - total flux cleaned = 0.00175001 Jy ! Component: 2100 - total flux cleaned = 0.00176914 Jy ! Component: 2150 - total flux cleaned = 0.00179759 Jy ! Component: 2200 - total flux cleaned = 0.00179759 Jy ! Component: 2250 - total flux cleaned = 0.00184412 Jy ! Component: 2300 - total flux cleaned = 0.00187171 Jy ! Component: 2350 - total flux cleaned = 0.00190823 Jy ! Component: 2400 - total flux cleaned = 0.00194439 Jy ! Component: 2450 - total flux cleaned = 0.00195336 Jy ! Component: 2500 - total flux cleaned = 0.00198011 Jy ! Component: 2550 - total flux cleaned = 0.00201537 Jy ! Component: 2600 - total flux cleaned = 0.00204147 Jy ! Component: 2650 - total flux cleaned = 0.0020501 Jy ! Component: 2700 - total flux cleaned = 0.00211014 Jy ! Component: 2750 - total flux cleaned = 0.00213552 Jy ! Component: 2800 - total flux cleaned = 0.00213539 Jy ! Component: 2850 - total flux cleaned = 0.00214363 Jy ! Component: 2900 - total flux cleaned = 0.00214363 Jy ! Component: 2950 - total flux cleaned = 0.00218489 Jy ! Component: 3000 - total flux cleaned = 0.00220119 Jy ! Component: 3050 - total flux cleaned = 0.00222548 Jy ! Component: 3100 - total flux cleaned = 0.00221749 Jy ! Component: 3150 - total flux cleaned = 0.00225743 Jy ! Component: 3200 - total flux cleaned = 0.00224955 Jy ! Component: 3250 - total flux cleaned = 0.00227314 Jy ! Component: 3300 - total flux cleaned = 0.00227311 Jy ! Component: 3350 - total flux cleaned = 0.00228857 Jy ! Component: 3400 - total flux cleaned = 0.00225019 Jy ! Component: 3450 - total flux cleaned = 0.00229599 Jy ! Component: 3500 - total flux cleaned = 0.00230356 Jy ! Component: 3550 - total flux cleaned = 0.00230359 Jy ! Component: 3600 - total flux cleaned = 0.00234094 Jy ! Component: 3650 - total flux cleaned = 0.00232614 Jy ! Component: 3700 - total flux cleaned = 0.00234089 Jy ! Component: 3750 - total flux cleaned = 0.00236287 Jy ! Component: 3800 - total flux cleaned = 0.00238456 Jy ! Component: 3850 - total flux cleaned = 0.00237732 Jy ! Component: 3900 - total flux cleaned = 0.00239888 Jy ! Component: 3950 - total flux cleaned = 0.00240609 Jy ! Component: 4000 - total flux cleaned = 0.00242026 Jy ! Component: 4050 - total flux cleaned = 0.00246249 Jy ! Total flux subtracted in 4096 components = 0.00245552 Jy ! Clean residual min=-0.000412 max=0.000428 Jy/beam ! Clean residual mean=-0.000001 rms=0.000138 Jy/beam ! Combined flux in latest and established models = 0.166619 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 450 components and 0.166619 Jy ![Exited script file: muppet] wmap "J0600-0005_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.09 x 12.8 at -15.76 degrees (North through East) ! Clean map min=-0.0010398 max=0.11473 Jy/beam ! Writing clean map to FITS file: J0600-0005_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.114732 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000139172 device "J0600-0005_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0600-0005_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.363905 0.363905 0.727811 1.45562 2.91124 5.82249 11.645 23.29 46.5799 93.1598 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.114 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.09 x 12.8 at -15.76 degrees (North through East) ! Clean map min=-0.0010398 max=0.11473 Jy/beam quit ! Quitting program ! Log file J0600-0005_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:24:02 2016