! Started logfile: J1448-1122_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:29:55 2016 obs J1448-1122_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J1448-1122_S_2014_05_31_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.980556 visibilities/baseline/integration-bin. ! Found source: J1448-1122 ! ! 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 336 lines of history. ! ! Reading 19768 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 J1448-1122_S_2014_05_31_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.918772Jy sigma=0.009836 ! Fit after self-cal, rms=0.891529Jy sigma=0.009557 ! 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.551 mas, bmaj=6.73 mas, bpa=-5.119 degrees ! Estimated noise=793.037 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.083519 Jy ! Component: 100 - total flux cleaned = 0.10443 Jy ! Total flux subtracted in 100 components = 0.10443 Jy ! Clean residual min=-0.003894 max=0.008455 Jy/beam ! Clean residual mean=0.000002 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.10443 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.10443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081304Jy sigma=0.000819 ! Fit after self-cal, rms=0.081282Jy sigma=0.000819 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00868928 Jy ! Component: 100 - total flux cleaned = 0.0126963 Jy ! Total flux subtracted in 100 components = 0.0126963 Jy ! Clean residual min=-0.003530 max=0.004205 Jy/beam ! Clean residual mean=-0.000000 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.117127 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.117127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080201Jy sigma=0.000808 ! Fit after self-cal, rms=0.080187Jy sigma=0.000808 ! 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.183 mas, bmaj=7.793 mas, bpa=-3.294 degrees ! Estimated noise=476.989 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.00297379 Jy ! Component: 100 - total flux cleaned = 0.00433794 Jy ! Component: 150 - total flux cleaned = 0.00457497 Jy ! Component: 200 - total flux cleaned = 0.00462399 Jy ! Total flux subtracted in 200 components = 0.00462399 Jy ! Clean residual min=-0.003879 max=0.004520 Jy/beam ! Clean residual mean=-0.000003 rms=0.000998 Jy/beam ! Combined flux in latest and established models = 0.121751 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.121751 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080054Jy sigma=0.000807 ! Fit after self-cal, rms=0.080051Jy sigma=0.000807 ! 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 0.98 FD 0.85 HN 1.01 KP 1.05 ! LA 1.08 MK 0.95 NL 1.09 OV 1.02 ! PT 0.95 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.99 HN 1.06 KP 1.07 ! LA 1.02 MK 1.01 NL 1.23 OV 1.01 ! PT 0.94 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.10 HN 1.04 KP 0.94 ! LA 0.87 MK 0.99 NL 1.04 OV 0.93 ! PT 0.97 SC 0.96 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.00 HN 1.03 KP 0.87 ! LA 0.85 MK 0.99 NL 1.12 OV 0.98 ! PT 1.03 SC 0.97 ! ! ! Fit before self-cal, rms=0.080051Jy sigma=0.000807 ! Fit after self-cal, rms=0.078561Jy sigma=0.000797 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.179 mas, bmaj=7.786 mas, bpa=-3.112 degrees ! Estimated noise=476.363 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.000523268 Jy ! Component: 100 - total flux cleaned = -0.000472465 Jy ! Component: 150 - total flux cleaned = -0.000458568 Jy ! Component: 200 - total flux cleaned = -0.000482853 Jy ! Total flux subtracted in 200 components = -0.000482853 Jy ! Clean residual min=-0.002678 max=0.003574 Jy/beam ! Clean residual mean=-0.000003 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.121268 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 32 components and 0.121268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078551Jy sigma=0.000797 ! Fit after self-cal, rms=0.078566Jy sigma=0.000797 ! 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.078566Jy sigma=0.000797 ! Fit after self-cal, rms=0.078470Jy sigma=0.000795 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.18 mas, bmaj=7.767 mas, bpa=-3.148 degrees ! Estimated noise=475.762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.51521e-05 Jy ! Component: 100 - total flux cleaned = -4.02474e-05 Jy ! Component: 150 - total flux cleaned = -4.01061e-05 Jy ! Component: 200 - total flux cleaned = -2.9557e-05 Jy ! Total flux subtracted in 200 components = -2.9557e-05 Jy ! Clean residual min=-0.002367 max=0.003307 Jy/beam ! Clean residual mean=0.000004 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.121238 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.121238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078465Jy sigma=0.000795 ! Fit after self-cal, rms=0.078476Jy sigma=0.000795 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.58048e-05 Jy ! Component: 100 - total flux cleaned = -2.42897e-05 Jy ! Component: 150 - total flux cleaned = -1.44629e-05 Jy ! Component: 200 - total flux cleaned = -6.90811e-06 Jy ! Total flux subtracted in 200 components = -6.90811e-06 Jy ! Clean residual min=-0.002375 max=0.003302 Jy/beam ! Clean residual mean=0.000004 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.121231 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.121231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078472Jy sigma=0.000795 ! Fit after self-cal, rms=0.078471Jy sigma=0.000795 ! 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.078471Jy sigma=0.000795 ! Fit after self-cal, rms=0.078442Jy sigma=0.000795 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.178 mas, bmaj=7.763 mas, bpa=-3.181 degrees ! Estimated noise=475.487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.90552e-06 Jy ! Component: 100 - total flux cleaned = -1.82631e-05 Jy ! Component: 150 - total flux cleaned = -9.77973e-06 Jy ! Component: 200 - total flux cleaned = -1.02368e-05 Jy ! Total flux subtracted in 200 components = -1.02368e-05 Jy ! Clean residual min=-0.002359 max=0.003287 Jy/beam ! Clean residual mean=0.000005 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.121221 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.121221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078439Jy sigma=0.000795 ! Fit after self-cal, rms=0.078440Jy sigma=0.000795 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.48564e-05 Jy ! Component: 100 - total flux cleaned = -1.58135e-05 Jy ! Component: 150 - total flux cleaned = -1.57894e-05 Jy ! Component: 200 - total flux cleaned = -8.82929e-06 Jy ! Total flux subtracted in 200 components = -8.82929e-06 Jy ! Clean residual min=-0.002357 max=0.003281 Jy/beam ! Clean residual mean=0.000005 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.121212 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.121212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078437Jy sigma=0.000795 ! Fit after self-cal, rms=0.078437Jy sigma=0.000795 ! 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.078437Jy sigma=0.000795 ! Fit after self-cal, rms=0.078427Jy sigma=0.000795 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.626 mas, bmaj=14.23 mas, bpa=2.147 degrees ! Estimated noise=593.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000389453 Jy ! Component: 100 - total flux cleaned = 0.000392342 Jy ! Component: 150 - total flux cleaned = 0.000370522 Jy ! Component: 200 - total flux cleaned = 0.000361695 Jy ! Total flux subtracted in 200 components = 0.000361695 Jy ! Clean residual min=-0.003717 max=0.005808 Jy/beam ! Clean residual mean=0.000010 rms=0.001477 Jy/beam ! Combined flux in latest and established models = 0.121574 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 47 components and 0.121574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078430Jy sigma=0.000795 ! Fit after self-cal, rms=0.078426Jy sigma=0.000795 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 = 9.29386e-07 Jy ! Component: 100 - total flux cleaned = 7.69661e-07 Jy ! Component: 150 - total flux cleaned = -8.58459e-06 Jy ! Component: 200 - total flux cleaned = -1.71296e-05 Jy ! Total flux subtracted in 200 components = -1.71296e-05 Jy ! Clean residual min=-0.003730 max=0.005786 Jy/beam ! Clean residual mean=0.000010 rms=0.001475 Jy/beam ! Combined flux in latest and established models = 0.121557 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 47 components and 0.121557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078429Jy sigma=0.000795 ! Fit after self-cal, rms=0.078426Jy sigma=0.000795 ! 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.177 mas, bmaj=7.761 mas, bpa=-3.2 degrees ! Estimated noise=475.388 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.177 x 7.761 at -3.2 degrees (North through East) ! Clean map min=-0.0023113 max=0.10798 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.543 mas, bmaj=6.688 mas, bpa=-4.979 degrees ! Estimated noise=787.676 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0827191 Jy ! Component: 100 - total flux cleaned = 0.104341 Jy ! Component: 150 - total flux cleaned = 0.113464 Jy ! Component: 200 - total flux cleaned = 0.117773 Jy ! Total flux subtracted in 200 components = 0.117773 Jy ! Clean residual min=-0.003022 max=0.003019 Jy/beam ! Clean residual mean=0.000003 rms=0.000754 Jy/beam ! Combined flux in latest and established models = 0.117773 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.117773 Jy ! Inverting map and beam ! Estimated beam: bmin=3.177 mas, bmaj=7.761 mas, bpa=-3.2 degrees ! Estimated noise=475.388 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.00248655 Jy ! Component: 100 - total flux cleaned = 0.00334638 Jy ! Component: 150 - total flux cleaned = 0.00337563 Jy ! Component: 200 - total flux cleaned = 0.00339925 Jy ! Total flux subtracted in 200 components = 0.00339925 Jy ! Clean residual min=-0.002402 max=0.003283 Jy/beam ! Clean residual mean=0.000005 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.121172 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 28 components and 0.121172 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.626 mas, bmaj=14.23 mas, bpa=2.147 degrees ! Estimated noise=593.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000503721 Jy ! Component: 100 - total flux cleaned = 0.000470096 Jy ! Component: 150 - total flux cleaned = 0.000443099 Jy ! Component: 200 - total flux cleaned = 0.00042127 Jy ! Total flux subtracted in 200 components = 0.00042127 Jy ! Clean residual min=-0.003738 max=0.005790 Jy/beam ! Clean residual mean=0.000010 rms=0.001476 Jy/beam ! Combined flux in latest and established models = 0.121593 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.99854e-06 Jy ! Component: 100 - total flux cleaned = -1.75129e-05 Jy ! Component: 150 - total flux cleaned = -1.68584e-05 Jy ! Component: 200 - total flux cleaned = -2.37859e-05 Jy ! Total flux subtracted in 200 components = -2.37859e-05 Jy ! Clean residual min=-0.003743 max=0.005774 Jy/beam ! Clean residual mean=0.000010 rms=0.001475 Jy/beam ! Combined flux in latest and established models = 0.121569 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 33 components and 0.121569 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.177 mas, bmaj=7.761 mas, bpa=-3.2 degrees ! Estimated noise=475.388 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000399044 Jy ! Component: 100 - total flux cleaned = -0.000295911 Jy ! Component: 150 - total flux cleaned = -0.000216999 Jy ! Component: 200 - total flux cleaned = -0.000231572 Jy ! Total flux subtracted in 200 components = -0.000231572 Jy ! Clean residual min=-0.002380 max=0.003264 Jy/beam ! Clean residual mean=0.000005 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.121338 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.121338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078427Jy sigma=0.000795 ! Fit after self-cal, rms=0.078427Jy sigma=0.000795 wmodel J1448-1122_S_2014_05_31_pus_map.mod ! Writing 43 model components to file: J1448-1122_S_2014_05_31_pus_map.mod wobs J1448-1122_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J1448-1122_S_2014_05_31_pus_uvs.fits wwins J1448-1122_S_2014_05_31_pus_map.win ! wwins: Wrote 1 windows to J1448-1122_S_2014_05_31_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.00140451 Jy ! Component: 100 - total flux cleaned = 0.00264082 Jy ! Component: 150 - total flux cleaned = 0.00355495 Jy ! Component: 200 - total flux cleaned = 0.00389905 Jy ! Component: 250 - total flux cleaned = 0.00418677 Jy ! Component: 300 - total flux cleaned = 0.00426536 Jy ! Component: 350 - total flux cleaned = 0.00441826 Jy ! Component: 400 - total flux cleaned = 0.0045289 Jy ! Component: 450 - total flux cleaned = 0.00467313 Jy ! Component: 500 - total flux cleaned = 0.00484757 Jy ! Component: 550 - total flux cleaned = 0.00498274 Jy ! Component: 600 - total flux cleaned = 0.00517983 Jy ! Component: 650 - total flux cleaned = 0.00521169 Jy ! Component: 700 - total flux cleaned = 0.00533627 Jy ! Component: 750 - total flux cleaned = 0.00536584 Jy ! Component: 800 - total flux cleaned = 0.00536553 Jy ! Component: 850 - total flux cleaned = 0.00542383 Jy ! Component: 900 - total flux cleaned = 0.0054517 Jy ! Component: 950 - total flux cleaned = 0.00539532 Jy ! Component: 1000 - total flux cleaned = 0.00536798 Jy ! Component: 1050 - total flux cleaned = 0.00528739 Jy ! Component: 1100 - total flux cleaned = 0.00526122 Jy ! Component: 1150 - total flux cleaned = 0.00515849 Jy ! Component: 1200 - total flux cleaned = 0.00515859 Jy ! Component: 1250 - total flux cleaned = 0.00505859 Jy ! Component: 1300 - total flux cleaned = 0.00503369 Jy ! Component: 1350 - total flux cleaned = 0.00488946 Jy ! Component: 1400 - total flux cleaned = 0.0048662 Jy ! Component: 1450 - total flux cleaned = 0.00479634 Jy ! Component: 1500 - total flux cleaned = 0.00477345 Jy ! Component: 1550 - total flux cleaned = 0.00466105 Jy ! Component: 1600 - total flux cleaned = 0.00468268 Jy ! Component: 1650 - total flux cleaned = 0.00463874 Jy ! Component: 1700 - total flux cleaned = 0.00461687 Jy ! Component: 1750 - total flux cleaned = 0.00455308 Jy ! Component: 1800 - total flux cleaned = 0.00459445 Jy ! Component: 1850 - total flux cleaned = 0.00457414 Jy ! Component: 1900 - total flux cleaned = 0.00463528 Jy ! Component: 1950 - total flux cleaned = 0.00465508 Jy ! Component: 2000 - total flux cleaned = 0.00469445 Jy ! Component: 2050 - total flux cleaned = 0.00465554 Jy ! Component: 2100 - total flux cleaned = 0.00471315 Jy ! Component: 2150 - total flux cleaned = 0.00473244 Jy ! Component: 2200 - total flux cleaned = 0.00482664 Jy ! Component: 2250 - total flux cleaned = 0.00473449 Jy ! Component: 2300 - total flux cleaned = 0.00484474 Jy ! Component: 2350 - total flux cleaned = 0.00484486 Jy ! Component: 2400 - total flux cleaned = 0.004845 Jy ! Component: 2450 - total flux cleaned = 0.00486278 Jy ! Component: 2500 - total flux cleaned = 0.00489822 Jy ! Component: 2550 - total flux cleaned = 0.00491513 Jy ! Component: 2600 - total flux cleaned = 0.00489791 Jy ! Component: 2650 - total flux cleaned = 0.00491508 Jy ! Component: 2700 - total flux cleaned = 0.00489863 Jy ! Component: 2750 - total flux cleaned = 0.00488226 Jy ! Component: 2800 - total flux cleaned = 0.00489874 Jy ! Component: 2850 - total flux cleaned = 0.00480179 Jy ! Component: 2900 - total flux cleaned = 0.00488176 Jy ! Component: 2950 - total flux cleaned = 0.00485008 Jy ! Component: 3000 - total flux cleaned = 0.00483458 Jy ! Component: 3050 - total flux cleaned = 0.00484996 Jy ! Component: 3100 - total flux cleaned = 0.00480371 Jy ! Component: 3150 - total flux cleaned = 0.00475805 Jy ! Component: 3200 - total flux cleaned = 0.00469811 Jy ! Component: 3250 - total flux cleaned = 0.0047133 Jy ! Component: 3300 - total flux cleaned = 0.00474304 Jy ! Component: 3350 - total flux cleaned = 0.00466981 Jy ! Component: 3400 - total flux cleaned = 0.00469887 Jy ! Component: 3450 - total flux cleaned = 0.00468452 Jy ! Component: 3500 - total flux cleaned = 0.00462782 Jy ! Component: 3550 - total flux cleaned = 0.00465601 Jy ! Component: 3600 - total flux cleaned = 0.00464202 Jy ! Component: 3650 - total flux cleaned = 0.00462783 Jy ! Component: 3700 - total flux cleaned = 0.00461403 Jy ! Component: 3750 - total flux cleaned = 0.00460039 Jy ! Component: 3800 - total flux cleaned = 0.00453274 Jy ! Component: 3850 - total flux cleaned = 0.00454605 Jy ! Component: 3900 - total flux cleaned = 0.00451952 Jy ! Component: 3950 - total flux cleaned = 0.00451974 Jy ! Component: 4000 - total flux cleaned = 0.00453288 Jy ! Component: 4050 - total flux cleaned = 0.00450703 Jy ! Total flux subtracted in 4096 components = 0.00449428 Jy ! Clean residual min=-0.000660 max=0.000795 Jy/beam ! Clean residual mean=-0.000001 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.125832 Jy keep ! Adding 391 model components to the UV plane model. ! The established model now contains 434 components and 0.125832 Jy ![Exited script file: muppet] wmap "J1448-1122_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.177 x 7.761 at -3.2 degrees (North through East) ! Clean map min=-0.0014455 max=0.10801 Jy/beam ! Writing clean map to FITS file: J1448-1122_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.108014 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000257973 device "J1448-1122_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J1448-1122_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.716501 0.716501 1.433 2.866 5.73201 11.464 22.928 45.8561 91.7121 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.108 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.177 x 7.761 at -3.2 degrees (North through East) ! Clean map min=-0.0014455 max=0.10801 Jy/beam quit ! Quitting program ! Log file J1448-1122_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:30:01 2016