! Started logfile: J1449-0045_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:56:30 2017 obs J1449-0045_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1449-0045_S_2015_01_22_pus_uva.fits ! AN table 1: 98 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1449-0045 ! ! 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 281 lines of history. ! ! Reading 14112 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 J1449-0045_S_2015_01_22_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 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.845681Jy sigma=0.009560 ! Fit after self-cal, rms=0.833417Jy sigma=0.009429 ! 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.617 mas, bmaj=6.593 mas, bpa=-3.873 degrees ! Estimated noise=635.085 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.129739 Jy ! Component: 100 - total flux cleaned = 0.161822 Jy ! Total flux subtracted in 100 components = 0.161822 Jy ! Clean residual min=-0.007404 max=0.012721 Jy/beam ! Clean residual mean=0.000006 rms=0.001879 Jy/beam ! Combined flux in latest and established models = 0.161822 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.161822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083917Jy sigma=0.000866 ! Fit after self-cal, rms=0.083891Jy sigma=0.000865 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.013378 Jy ! Component: 100 - total flux cleaned = 0.0199612 Jy ! Total flux subtracted in 100 components = 0.0199612 Jy ! Clean residual min=-0.006352 max=0.006347 Jy/beam ! Clean residual mean=0.000006 rms=0.001498 Jy/beam ! Combined flux in latest and established models = 0.181783 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.181783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081454Jy sigma=0.000835 ! Fit after self-cal, rms=0.081434Jy sigma=0.000835 ! 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.059 mas, bmaj=7.259 mas, bpa=-3.838 degrees ! Estimated noise=535.331 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.00488973 Jy ! Component: 100 - total flux cleaned = 0.00685776 Jy ! Component: 150 - total flux cleaned = 0.00692357 Jy ! Component: 200 - total flux cleaned = 0.00692257 Jy ! Total flux subtracted in 200 components = 0.00692257 Jy ! Clean residual min=-0.006247 max=0.007260 Jy/beam ! Clean residual mean=0.000015 rms=0.001740 Jy/beam ! Combined flux in latest and established models = 0.188705 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 31 components and 0.188705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081125Jy sigma=0.000832 ! Fit after self-cal, rms=0.081123Jy sigma=0.000832 ! 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.98 FD 1.00* HN 0.96 KP 1.03 ! LA 1.23 MK 1.01 NL 1.10 OV 0.94 ! PT 1.00 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* HN 1.00 KP 0.96 ! LA 1.18 MK 1.02 NL 1.22 OV 0.97 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 1.00 KP 0.84 ! LA 1.00 MK 1.05 NL 1.17 OV 0.91 ! PT 0.96 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* HN 0.95 KP 0.77 ! LA 1.08 MK 1.02 NL 0.97 OV 0.96 ! PT 1.01 SC 0.96 ! ! ! Fit before self-cal, rms=0.081123Jy sigma=0.000832 ! Fit after self-cal, rms=0.079393Jy sigma=0.000794 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.075 mas, bmaj=7.287 mas, bpa=-3.575 degrees ! Estimated noise=534.985 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.000569772 Jy ! Component: 100 - total flux cleaned = 0.000601092 Jy ! Component: 150 - total flux cleaned = 0.000574477 Jy ! Component: 200 - total flux cleaned = 0.000550738 Jy ! Total flux subtracted in 200 components = 0.000550738 Jy ! Clean residual min=-0.004079 max=0.004393 Jy/beam ! Clean residual mean=0.000014 rms=0.001189 Jy/beam ! Combined flux in latest and established models = 0.189256 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.189256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079365Jy sigma=0.000794 ! Fit after self-cal, rms=0.079451Jy sigma=0.000793 ! 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.079451Jy sigma=0.000793 ! Fit after self-cal, rms=0.079912Jy sigma=0.000773 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.074 mas, bmaj=7.278 mas, bpa=-3.435 degrees ! Estimated noise=535.154 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000303711 Jy ! Component: 100 - total flux cleaned = 0.000407052 Jy ! Component: 150 - total flux cleaned = 0.00045395 Jy ! Component: 200 - total flux cleaned = 0.00048402 Jy ! Total flux subtracted in 200 components = 0.00048402 Jy ! Clean residual min=-0.001631 max=0.003496 Jy/beam ! Clean residual mean=-0.000000 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.18974 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.18974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079906Jy sigma=0.000772 ! Fit after self-cal, rms=0.079972Jy 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) ! Added new window around map position (6.5, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00280322 Jy ! Component: 100 - total flux cleaned = 0.00360917 Jy ! Component: 150 - total flux cleaned = 0.0037085 Jy ! Component: 200 - total flux cleaned = 0.0037909 Jy ! Total flux subtracted in 200 components = 0.0037909 Jy ! Clean residual min=-0.001485 max=0.001990 Jy/beam ! Clean residual mean=0.000000 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.193531 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 63 components and 0.193531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079889Jy sigma=0.000771 ! Fit after self-cal, rms=0.079881Jy sigma=0.000771 ! Inverting map ! Added new window around map position (78.5, -128). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00171504 Jy ! Component: 100 - total flux cleaned = 0.00212685 Jy ! Component: 150 - total flux cleaned = 0.00212716 Jy ! Component: 200 - total flux cleaned = 0.00210506 Jy ! Total flux subtracted in 200 components = 0.00210506 Jy ! Clean residual min=-0.001459 max=0.001479 Jy/beam ! Clean residual mean=0.000001 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.195636 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 76 components and 0.195636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079841Jy sigma=0.000770 ! Fit after self-cal, rms=0.079841Jy sigma=0.000770 ! 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.079841Jy sigma=0.000770 ! Fit after self-cal, rms=0.079870Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.073 mas, bmaj=7.275 mas, bpa=-3.443 degrees ! Estimated noise=534.872 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000599273 Jy ! Component: 100 - total flux cleaned = 0.000726419 Jy ! Component: 150 - total flux cleaned = 0.000800153 Jy ! Component: 200 - total flux cleaned = 0.000834228 Jy ! Total flux subtracted in 200 components = 0.000834228 Jy ! Clean residual min=-0.001394 max=0.001422 Jy/beam ! Clean residual mean=0.000000 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.19647 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 95 components and 0.19647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079860Jy sigma=0.000770 ! Fit after self-cal, rms=0.079863Jy sigma=0.000770 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.000118122 Jy ! Component: 100 - total flux cleaned = 0.000161884 Jy ! Component: 150 - total flux cleaned = 0.000189555 Jy ! Component: 200 - total flux cleaned = 0.000229216 Jy ! Total flux subtracted in 200 components = 0.000229216 Jy ! Clean residual min=-0.001354 max=0.001436 Jy/beam ! Clean residual mean=0.000000 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.1967 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 105 components and 0.196699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079858Jy sigma=0.000770 ! Fit after self-cal, rms=0.079858Jy sigma=0.000770 ! 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.079858Jy sigma=0.000770 ! Fit after self-cal, rms=0.079811Jy sigma=0.000770 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.008 mas, bmaj=11.81 mas, bpa=-1.572 degrees ! Estimated noise=700.368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000475133 Jy ! Component: 100 - total flux cleaned = 0.000457205 Jy ! Component: 150 - total flux cleaned = 0.000457338 Jy ! Component: 200 - total flux cleaned = 0.000470182 Jy ! Total flux subtracted in 200 components = 0.000470182 Jy ! Clean residual min=-0.001649 max=0.001677 Jy/beam ! Clean residual mean=0.000001 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.19717 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 121 components and 0.19717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079812Jy sigma=0.000770 ! Fit after self-cal, rms=0.079811Jy sigma=0.000770 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.5766e-05 Jy ! Component: 100 - total flux cleaned = 6.68895e-05 Jy ! Component: 150 - total flux cleaned = 9.67993e-05 Jy ! Component: 200 - total flux cleaned = 0.000124474 Jy ! Total flux subtracted in 200 components = 0.000124474 Jy ! Clean residual min=-0.001630 max=0.001655 Jy/beam ! Clean residual mean=0.000000 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.197294 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 132 components and 0.197294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079813Jy sigma=0.000770 ! Fit after self-cal, rms=0.079813Jy sigma=0.000770 ! 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.073 mas, bmaj=7.273 mas, bpa=-3.433 degrees ! Estimated noise=534.736 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.073 x 7.273 at -3.433 degrees (North through East) ! Clean map min=-0.0012947 max=0.16856 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.627 mas, bmaj=6.607 mas, bpa=-3.4 degrees ! Estimated noise=634.643 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.129483 Jy ! Component: 100 - total flux cleaned = 0.162537 Jy ! Component: 150 - total flux cleaned = 0.175789 Jy ! Component: 200 - total flux cleaned = 0.182224 Jy ! Total flux subtracted in 200 components = 0.182224 Jy ! Clean residual min=-0.002703 max=0.003210 Jy/beam ! Clean residual mean=-0.000000 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.182224 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.182224 Jy ! Inverting map and beam ! Estimated beam: bmin=3.073 mas, bmaj=7.273 mas, bpa=-3.433 degrees ! Estimated noise=534.736 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.00504072 Jy ! Component: 100 - total flux cleaned = 0.00819953 Jy ! Component: 150 - total flux cleaned = 0.0104379 Jy ! Component: 200 - total flux cleaned = 0.0121015 Jy ! Total flux subtracted in 200 components = 0.0121015 Jy ! Clean residual min=-0.001511 max=0.001542 Jy/beam ! Clean residual mean=0.000000 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.194326 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.194326 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.008 mas, bmaj=11.81 mas, bpa=-1.572 degrees ! Estimated noise=700.368 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00158238 Jy ! Component: 100 - total flux cleaned = 0.00221484 Jy ! Component: 150 - total flux cleaned = 0.00246344 Jy ! Component: 200 - total flux cleaned = 0.00251115 Jy ! Total flux subtracted in 200 components = 0.00251115 Jy ! Clean residual min=-0.001664 max=0.001776 Jy/beam ! Clean residual mean=0.000001 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.196837 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 = 8.47736e-05 Jy ! Component: 100 - total flux cleaned = 0.000141968 Jy ! Component: 150 - total flux cleaned = 0.000211051 Jy ! Component: 200 - total flux cleaned = 0.000258142 Jy ! Total flux subtracted in 200 components = 0.000258142 Jy ! Clean residual min=-0.001632 max=0.001721 Jy/beam ! Clean residual mean=0.000001 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.197095 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 102 components and 0.197095 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.073 mas, bmaj=7.273 mas, bpa=-3.433 degrees ! Estimated noise=534.736 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000114493 Jy ! Component: 100 - total flux cleaned = -2.77636e-05 Jy ! Component: 150 - total flux cleaned = 2.16223e-05 Jy ! Component: 200 - total flux cleaned = 4.43727e-05 Jy ! Total flux subtracted in 200 components = 4.43727e-05 Jy ! Clean residual min=-0.001406 max=0.001375 Jy/beam ! Clean residual mean=0.000000 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.197139 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 118 components and 0.197139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079826Jy sigma=0.000770 ! Fit after self-cal, rms=0.079822Jy sigma=0.000770 wmodel J1449-0045_S_2015_01_22_pus_map.mod ! Writing 118 model components to file: J1449-0045_S_2015_01_22_pus_map.mod wobs J1449-0045_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1449-0045_S_2015_01_22_pus_uvs.fits wwins J1449-0045_S_2015_01_22_pus_map.win ! wwins: Wrote 3 windows to J1449-0045_S_2015_01_22_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.00018444 Jy ! Component: 100 - total flux cleaned = 0.000332803 Jy ! Component: 150 - total flux cleaned = 0.000451674 Jy ! Component: 200 - total flux cleaned = 0.000565179 Jy ! Component: 250 - total flux cleaned = 0.000608223 Jy ! Component: 300 - total flux cleaned = 0.000757332 Jy ! Component: 350 - total flux cleaned = 0.000860541 Jy ! Component: 400 - total flux cleaned = 0.000960749 Jy ! Component: 450 - total flux cleaned = 0.00105821 Jy ! Component: 500 - total flux cleaned = 0.00115359 Jy ! Component: 550 - total flux cleaned = 0.00124717 Jy ! Component: 600 - total flux cleaned = 0.00135679 Jy ! Component: 650 - total flux cleaned = 0.00139272 Jy ! Component: 700 - total flux cleaned = 0.00141031 Jy ! Component: 750 - total flux cleaned = 0.00144488 Jy ! Component: 800 - total flux cleaned = 0.00146182 Jy ! Component: 850 - total flux cleaned = 0.00147855 Jy ! Component: 900 - total flux cleaned = 0.00151108 Jy ! Component: 950 - total flux cleaned = 0.00147923 Jy ! Component: 1000 - total flux cleaned = 0.0014793 Jy ! Component: 1050 - total flux cleaned = 0.00151055 Jy ! Component: 1100 - total flux cleaned = 0.0015105 Jy ! Component: 1150 - total flux cleaned = 0.00148008 Jy ! Component: 1200 - total flux cleaned = 0.00149511 Jy ! Component: 1250 - total flux cleaned = 0.00153955 Jy ! Component: 1300 - total flux cleaned = 0.00151019 Jy ! Component: 1350 - total flux cleaned = 0.00149569 Jy ! Component: 1400 - total flux cleaned = 0.00150992 Jy ! Component: 1450 - total flux cleaned = 0.00145356 Jy ! Component: 1500 - total flux cleaned = 0.00146759 Jy ! Component: 1550 - total flux cleaned = 0.00150876 Jy ! Component: 1600 - total flux cleaned = 0.00150865 Jy ! Component: 1650 - total flux cleaned = 0.00148159 Jy ! Component: 1700 - total flux cleaned = 0.00150828 Jy ! Component: 1750 - total flux cleaned = 0.00148197 Jy ! Component: 1800 - total flux cleaned = 0.00145602 Jy ! Component: 1850 - total flux cleaned = 0.00146885 Jy ! Component: 1900 - total flux cleaned = 0.00144337 Jy ! Component: 1950 - total flux cleaned = 0.00140555 Jy ! Component: 2000 - total flux cleaned = 0.00145542 Jy ! Component: 2050 - total flux cleaned = 0.00145533 Jy ! Component: 2100 - total flux cleaned = 0.00143085 Jy ! Component: 2150 - total flux cleaned = 0.00146707 Jy ! Component: 2200 - total flux cleaned = 0.001503 Jy ! Component: 2250 - total flux cleaned = 0.00147931 Jy ! Component: 2300 - total flux cleaned = 0.00151467 Jy ! Component: 2350 - total flux cleaned = 0.00156138 Jy ! Component: 2400 - total flux cleaned = 0.00163052 Jy ! Component: 2450 - total flux cleaned = 0.00163046 Jy ! Component: 2500 - total flux cleaned = 0.00165316 Jy ! Component: 2550 - total flux cleaned = 0.00165316 Jy ! Component: 2600 - total flux cleaned = 0.00173095 Jy ! Component: 2650 - total flux cleaned = 0.0017309 Jy ! Component: 2700 - total flux cleaned = 0.00180739 Jy ! Component: 2750 - total flux cleaned = 0.00182884 Jy ! Component: 2800 - total flux cleaned = 0.00185027 Jy ! Component: 2850 - total flux cleaned = 0.00188204 Jy ! Component: 2900 - total flux cleaned = 0.00185028 Jy ! Component: 2950 - total flux cleaned = 0.0019028 Jy ! Component: 3000 - total flux cleaned = 0.00195476 Jy ! Component: 3050 - total flux cleaned = 0.00200619 Jy ! Component: 3100 - total flux cleaned = 0.0020677 Jy ! Component: 3150 - total flux cleaned = 0.00209821 Jy ! Component: 3200 - total flux cleaned = 0.00215871 Jy ! Component: 3250 - total flux cleaned = 0.00219869 Jy ! Component: 3300 - total flux cleaned = 0.0022484 Jy ! Component: 3350 - total flux cleaned = 0.00230759 Jy ! Component: 3400 - total flux cleaned = 0.0023174 Jy ! Component: 3450 - total flux cleaned = 0.00234668 Jy ! Component: 3500 - total flux cleaned = 0.00238552 Jy ! Component: 3550 - total flux cleaned = 0.00247201 Jy ! Component: 3600 - total flux cleaned = 0.0025006 Jy ! Component: 3650 - total flux cleaned = 0.00254791 Jy ! Component: 3700 - total flux cleaned = 0.00257611 Jy ! Component: 3750 - total flux cleaned = 0.00260413 Jy ! Component: 3800 - total flux cleaned = 0.00266922 Jy ! Component: 3850 - total flux cleaned = 0.00267841 Jy ! Component: 3900 - total flux cleaned = 0.00272428 Jy ! Component: 3950 - total flux cleaned = 0.00277897 Jy ! Component: 4000 - total flux cleaned = 0.00282416 Jy ! Component: 4050 - total flux cleaned = 0.00284214 Jy ! Total flux subtracted in 4096 components = 0.00291365 Jy ! Clean residual min=-0.000581 max=0.000546 Jy/beam ! Clean residual mean=0.000001 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.200053 Jy keep ! Adding 281 model components to the UV plane model. ! The established model now contains 399 components and 0.200053 Jy ![Exited script file: muppet] wmap "J1449-0045_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.073 x 7.273 at -3.433 degrees (North through East) ! Clean map min=-0.001036 max=0.16869 Jy/beam ! Writing clean map to FITS file: J1449-0045_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.168695 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000154066 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.273986 0.273986 0.547971 1.09594 2.19188 4.38377 8.76754 17.5351 35.0701 70.1403 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.168 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.073 x 7.273 at -3.433 degrees (North through East) ! Clean map min=-0.001036 max=0.16869 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 J1449-0045_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:56:36 2017