! Started logfile: J1548-1213_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:58:14 2016 obs J1548-1213_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1548-1213_S_2014_06_09_pus_uva.fits ! AN table 1: 104 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.787393 visibilities/baseline/integration-bin. ! Found source: J1548-1213 ! ! 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 14740 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 J1548-1213_S_2014_06_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 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.733130Jy sigma=0.007457 ! Fit after self-cal, rms=0.636522Jy sigma=0.006402 ! 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.467 mas, bmaj=6.879 mas, bpa=-6.775 degrees ! Estimated noise=898.148 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.321955 Jy ! Component: 100 - total flux cleaned = 0.49209 Jy ! Total flux subtracted in 100 components = 0.49209 Jy ! Clean residual min=-0.036314 max=0.112970 Jy/beam ! Clean residual mean=-0.000576 rms=0.014895 Jy/beam ! Combined flux in latest and established models = 0.49209 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.49209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.353470Jy sigma=0.003882 ! Fit after self-cal, rms=0.352602Jy sigma=0.003873 ! Inverting map ! Added new window around map position (3.5, 1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.124384 Jy ! Component: 100 - total flux cleaned = 0.210042 Jy ! Total flux subtracted in 100 components = 0.210042 Jy ! Clean residual min=-0.026304 max=0.060329 Jy/beam ! Clean residual mean=-0.000381 rms=0.009905 Jy/beam ! Combined flux in latest and established models = 0.702133 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 59 components and 0.702132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.253919Jy sigma=0.002732 ! Fit after self-cal, rms=0.253274Jy sigma=0.002724 ! 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.063 mas, bmaj=8.256 mas, bpa=-5.936 degrees ! Estimated noise=561.348 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.13232 Jy ! Component: 100 - total flux cleaned = 0.214674 Jy ! Component: 150 - total flux cleaned = 0.267454 Jy ! Component: 200 - total flux cleaned = 0.301591 Jy ! Total flux subtracted in 200 components = 0.301591 Jy ! Clean residual min=-0.027497 max=0.060640 Jy/beam ! Clean residual mean=-0.000197 rms=0.009857 Jy/beam ! Combined flux in latest and established models = 1.00372 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 111 components and 1.00372 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.167419Jy sigma=0.001736 ! Fit after self-cal, rms=0.166278Jy sigma=0.001720 ! Inverting map ! Added new window around map position (-5.5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0499482 Jy ! Component: 100 - total flux cleaned = 0.0777543 Jy ! Component: 150 - total flux cleaned = 0.0971771 Jy ! Component: 200 - total flux cleaned = 0.11131 Jy ! Total flux subtracted in 200 components = 0.11131 Jy ! Clean residual min=-0.021773 max=0.032822 Jy/beam ! Clean residual mean=-0.000059 rms=0.007363 Jy/beam ! Combined flux in latest and established models = 1.11503 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 177 components and 1.11503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.148666Jy sigma=0.001553 ! Fit after self-cal, rms=0.147388Jy sigma=0.001536 ! 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 1.00* FD 0.81 HN 0.94 KP 1.02 ! LA 1.11 MK 1.04 NL 1.07 OV 1.02 ! PT 0.99 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.02 KP 0.98 ! LA 1.08 MK 1.04 NL 1.13 OV 1.07 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.10 HN 1.03 KP 0.89 ! LA 0.87 MK 1.10 NL 1.07 OV 1.01 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.05 KP 0.89 ! LA 0.85 MK 1.04 NL 1.14 OV 1.10 ! PT 1.03 SC 0.93 ! ! ! Fit before self-cal, rms=0.147388Jy sigma=0.001536 ! Fit after self-cal, rms=0.125141Jy sigma=0.001320 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.091 mas, bmaj=8.286 mas, bpa=-5.284 degrees ! Estimated noise=568.654 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.00651215 Jy ! Component: 100 - total flux cleaned = -0.00562954 Jy ! Component: 150 - total flux cleaned = -0.00463193 Jy ! Component: 200 - total flux cleaned = -0.00375986 Jy ! Total flux subtracted in 200 components = -0.00375986 Jy ! Clean residual min=-0.017194 max=0.025088 Jy/beam ! Clean residual mean=0.000014 rms=0.006198 Jy/beam ! Combined flux in latest and established models = 1.11127 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 202 components and 1.11127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123713Jy sigma=0.001308 ! Fit after self-cal, rms=0.123677Jy sigma=0.001306 ! 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.123677Jy sigma=0.001306 ! Fit after self-cal, rms=0.122045Jy sigma=0.001281 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.099 mas, bmaj=8.213 mas, bpa=-4.952 degrees ! Estimated noise=568.165 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00232237 Jy ! Component: 100 - total flux cleaned = -0.00318984 Jy ! Component: 150 - total flux cleaned = -0.00356433 Jy ! Component: 200 - total flux cleaned = -0.0035595 Jy ! Total flux subtracted in 200 components = -0.0035595 Jy ! Clean residual min=-0.016820 max=0.024620 Jy/beam ! Clean residual mean=0.000022 rms=0.006118 Jy/beam ! Combined flux in latest and established models = 1.10771 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 225 components and 1.10771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121260Jy sigma=0.001275 ! Fit after self-cal, rms=0.121238Jy sigma=0.001274 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.00143602 Jy ! Component: 100 - total flux cleaned = 0.00190964 Jy ! Component: 150 - total flux cleaned = 0.0017732 Jy ! Component: 200 - total flux cleaned = 0.00177995 Jy ! Total flux subtracted in 200 components = 0.00177995 Jy ! Clean residual min=-0.016642 max=0.024684 Jy/beam ! Clean residual mean=0.000024 rms=0.006095 Jy/beam ! Combined flux in latest and established models = 1.10949 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 236 components and 1.10949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120830Jy sigma=0.001271 ! Fit after self-cal, rms=0.120834Jy sigma=0.001271 ! 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.120834Jy sigma=0.001271 ! Fit after self-cal, rms=0.120789Jy sigma=0.001270 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=8.182 mas, bpa=-4.797 degrees ! Estimated noise=567.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00117218 Jy ! Component: 100 - total flux cleaned = -0.00173328 Jy ! Component: 150 - total flux cleaned = -0.00173379 Jy ! Component: 200 - total flux cleaned = -0.00173407 Jy ! Total flux subtracted in 200 components = -0.00173407 Jy ! Clean residual min=-0.016627 max=0.024790 Jy/beam ! Clean residual mean=0.000026 rms=0.006063 Jy/beam ! Combined flux in latest and established models = 1.10776 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 243 components and 1.10776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120442Jy sigma=0.001268 ! Fit after self-cal, rms=0.120443Jy sigma=0.001268 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.000974055 Jy ! Component: 100 - total flux cleaned = 0.00108733 Jy ! Component: 150 - total flux cleaned = 0.00108645 Jy ! Component: 200 - total flux cleaned = 0.000901453 Jy ! Total flux subtracted in 200 components = 0.000901453 Jy ! Clean residual min=-0.016526 max=0.024796 Jy/beam ! Clean residual mean=0.000026 rms=0.006052 Jy/beam ! Combined flux in latest and established models = 1.10866 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 249 components and 1.10866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120239Jy sigma=0.001266 ! Fit after self-cal, rms=0.120249Jy sigma=0.001266 ! 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.120249Jy sigma=0.001266 ! Fit after self-cal, rms=0.120362Jy sigma=0.001266 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.358 mas, bmaj=16.51 mas, bpa=-6.853 degrees ! Estimated noise=709.282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013783 Jy ! Component: 100 - total flux cleaned = 0.00126057 Jy ! Component: 150 - total flux cleaned = 0.00105514 Jy ! Component: 200 - total flux cleaned = 0.000868602 Jy ! Total flux subtracted in 200 components = 0.000868602 Jy ! Clean residual min=-0.029209 max=0.043988 Jy/beam ! Clean residual mean=0.000057 rms=0.011577 Jy/beam ! Combined flux in latest and established models = 1.10953 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 256 components and 1.10953 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120314Jy sigma=0.001266 ! Fit after self-cal, rms=0.120315Jy sigma=0.001266 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.000319356 Jy ! Component: 100 - total flux cleaned = 0.000319249 Jy ! Component: 150 - total flux cleaned = 0.000237967 Jy ! Component: 200 - total flux cleaned = 0.000233532 Jy ! Total flux subtracted in 200 components = 0.000233532 Jy ! Clean residual min=-0.029310 max=0.043907 Jy/beam ! Clean residual mean=0.000057 rms=0.011569 Jy/beam ! Combined flux in latest and established models = 1.10976 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 263 components and 1.10976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120304Jy sigma=0.001266 ! Fit after self-cal, rms=0.120305Jy sigma=0.001266 ! 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.099 mas, bmaj=8.174 mas, bpa=-4.714 degrees ! Estimated noise=567.606 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.099 x 8.174 at -4.714 degrees (North through East) ! Clean map min=-0.016599 max=0.45262 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.492 mas, bmaj=6.769 mas, bpa=-5.521 degrees ! Estimated noise=912.262 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.328705 Jy ! Component: 100 - total flux cleaned = 0.505295 Jy ! Component: 150 - total flux cleaned = 0.626865 Jy ! Component: 200 - total flux cleaned = 0.713775 Jy ! Total flux subtracted in 200 components = 0.713775 Jy ! Clean residual min=-0.024712 max=0.050004 Jy/beam ! Clean residual mean=-0.000321 rms=0.009237 Jy/beam ! Combined flux in latest and established models = 0.713775 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 57 model components to the UV plane model. ! The established model now contains 57 components and 0.713775 Jy ! Inverting map and beam ! Estimated beam: bmin=3.099 mas, bmaj=8.174 mas, bpa=-4.714 degrees ! Estimated noise=567.606 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.125063 Jy ! Component: 100 - total flux cleaned = 0.202662 Jy ! Component: 150 - total flux cleaned = 0.254962 Jy ! Component: 200 - total flux cleaned = 0.291352 Jy ! Total flux subtracted in 200 components = 0.291352 Jy ! Clean residual min=-0.020897 max=0.023901 Jy/beam ! Clean residual mean=-0.000105 rms=0.007406 Jy/beam ! Combined flux in latest and established models = 1.00513 Jy ! Adding 107 model components to the UV plane model. ! The established model now contains 151 components and 1.00513 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.358 mas, bmaj=16.51 mas, bpa=-6.853 degrees ! Estimated noise=709.282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0452805 Jy ! Component: 100 - total flux cleaned = 0.0697954 Jy ! Component: 150 - total flux cleaned = 0.083961 Jy ! Component: 200 - total flux cleaned = 0.0923031 Jy ! Total flux subtracted in 200 components = 0.0923031 Jy ! Clean residual min=-0.029789 max=0.044054 Jy/beam ! Clean residual mean=0.000036 rms=0.011638 Jy/beam ! Combined flux in latest and established models = 1.09743 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.00500179 Jy ! Component: 100 - total flux cleaned = 0.00688035 Jy ! Component: 150 - total flux cleaned = 0.00752449 Jy ! Component: 200 - total flux cleaned = 0.00790792 Jy ! Total flux subtracted in 200 components = 0.00790792 Jy ! Clean residual min=-0.029451 max=0.044158 Jy/beam ! Clean residual mean=0.000054 rms=0.011595 Jy/beam ! Combined flux in latest and established models = 1.10534 Jy ! Adding 92 model components to the UV plane model. ! The established model now contains 228 components and 1.10534 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.099 mas, bmaj=8.174 mas, bpa=-4.714 degrees ! Estimated noise=567.606 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00500059 Jy ! Component: 100 - total flux cleaned = -0.00505683 Jy ! Component: 150 - total flux cleaned = -0.00455599 Jy ! Component: 200 - total flux cleaned = -0.00426907 Jy ! Total flux subtracted in 200 components = -0.00426907 Jy ! Clean residual min=-0.016974 max=0.025544 Jy/beam ! Clean residual mean=0.000023 rms=0.006108 Jy/beam ! Combined flux in latest and established models = 1.10107 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 243 components and 1.10107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120906Jy sigma=0.001272 ! Fit after self-cal, rms=0.120783Jy sigma=0.001271 wmodel J1548-1213_S_2014_06_09_pus_map.mod ! Writing 243 model components to file: J1548-1213_S_2014_06_09_pus_map.mod wobs J1548-1213_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1548-1213_S_2014_06_09_pus_uvs.fits wwins J1548-1213_S_2014_06_09_pus_map.win ! wwins: Wrote 3 windows to J1548-1213_S_2014_06_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.0109545 Jy ! Component: 100 - total flux cleaned = 0.0201743 Jy ! Component: 150 - total flux cleaned = 0.0286698 Jy ! Component: 200 - total flux cleaned = 0.0366465 Jy ! Component: 250 - total flux cleaned = 0.0435834 Jy ! Component: 300 - total flux cleaned = 0.049903 Jy ! Component: 350 - total flux cleaned = 0.0556957 Jy ! Component: 400 - total flux cleaned = 0.0610165 Jy ! Component: 450 - total flux cleaned = 0.0651431 Jy ! Component: 500 - total flux cleaned = 0.0686515 Jy ! Component: 550 - total flux cleaned = 0.0715704 Jy ! Component: 600 - total flux cleaned = 0.074416 Jy ! Component: 650 - total flux cleaned = 0.0767268 Jy ! Component: 700 - total flux cleaned = 0.0792122 Jy ! Component: 750 - total flux cleaned = 0.0812 Jy ! Component: 800 - total flux cleaned = 0.0833618 Jy ! Component: 850 - total flux cleaned = 0.0856864 Jy ! Component: 900 - total flux cleaned = 0.0879591 Jy ! Component: 950 - total flux cleaned = 0.089375 Jy ! Component: 1000 - total flux cleaned = 0.0917575 Jy ! Component: 1050 - total flux cleaned = 0.0935055 Jy ! Component: 1100 - total flux cleaned = 0.0950363 Jy ! Component: 1150 - total flux cleaned = 0.0969124 Jy ! Component: 1200 - total flux cleaned = 0.0983849 Jy ! Component: 1250 - total flux cleaned = 0.100552 Jy ! Component: 1300 - total flux cleaned = 0.101794 Jy ! Component: 1350 - total flux cleaned = 0.10354 Jy ! Component: 1400 - total flux cleaned = 0.105429 Jy ! Component: 1450 - total flux cleaned = 0.106776 Jy ! Component: 1500 - total flux cleaned = 0.107772 Jy ! Component: 1550 - total flux cleaned = 0.109242 Jy ! Component: 1600 - total flux cleaned = 0.110527 Jy ! Component: 1650 - total flux cleaned = 0.111479 Jy ! Component: 1700 - total flux cleaned = 0.112724 Jy ! Component: 1750 - total flux cleaned = 0.113641 Jy ! Component: 1800 - total flux cleaned = 0.114848 Jy ! Component: 1850 - total flux cleaned = 0.115442 Jy ! Component: 1900 - total flux cleaned = 0.116759 Jy ! Component: 1950 - total flux cleaned = 0.117623 Jy ! Component: 2000 - total flux cleaned = 0.11805 Jy ! Component: 2050 - total flux cleaned = 0.119311 Jy ! Component: 2100 - total flux cleaned = 0.120139 Jy ! Component: 2150 - total flux cleaned = 0.120683 Jy ! Component: 2200 - total flux cleaned = 0.121892 Jy ! Component: 2250 - total flux cleaned = 0.122289 Jy ! Component: 2300 - total flux cleaned = 0.122943 Jy ! Component: 2350 - total flux cleaned = 0.123591 Jy ! Component: 2400 - total flux cleaned = 0.124103 Jy ! Component: 2450 - total flux cleaned = 0.124983 Jy ! Component: 2500 - total flux cleaned = 0.12548 Jy ! Component: 2550 - total flux cleaned = 0.12597 Jy ! Component: 2600 - total flux cleaned = 0.126694 Jy ! Component: 2650 - total flux cleaned = 0.127051 Jy ! Component: 2700 - total flux cleaned = 0.12705 Jy ! Component: 2750 - total flux cleaned = 0.127633 Jy ! Component: 2800 - total flux cleaned = 0.127863 Jy ! Component: 2850 - total flux cleaned = 0.12843 Jy ! Component: 2900 - total flux cleaned = 0.128542 Jy ! Component: 2950 - total flux cleaned = 0.128654 Jy ! Component: 3000 - total flux cleaned = 0.129203 Jy ! Component: 3050 - total flux cleaned = 0.129635 Jy ! Component: 3100 - total flux cleaned = 0.130062 Jy ! Component: 3150 - total flux cleaned = 0.130169 Jy ! Component: 3200 - total flux cleaned = 0.130901 Jy ! Component: 3250 - total flux cleaned = 0.131621 Jy ! Component: 3300 - total flux cleaned = 0.131825 Jy ! Component: 3350 - total flux cleaned = 0.132733 Jy ! Component: 3400 - total flux cleaned = 0.133231 Jy ! Component: 3450 - total flux cleaned = 0.133725 Jy ! Component: 3500 - total flux cleaned = 0.134117 Jy ! Component: 3550 - total flux cleaned = 0.134215 Jy ! Component: 3600 - total flux cleaned = 0.134889 Jy ! Component: 3650 - total flux cleaned = 0.135176 Jy ! Component: 3700 - total flux cleaned = 0.135744 Jy ! Component: 3750 - total flux cleaned = 0.136119 Jy ! Component: 3800 - total flux cleaned = 0.136492 Jy ! Component: 3850 - total flux cleaned = 0.136861 Jy ! Component: 3900 - total flux cleaned = 0.137594 Jy ! Component: 3950 - total flux cleaned = 0.138138 Jy ! Component: 4000 - total flux cleaned = 0.138858 Jy ! Component: 4050 - total flux cleaned = 0.139305 Jy ! Total flux subtracted in 4096 components = 0.139836 Jy ! Clean residual min=-0.005361 max=0.005446 Jy/beam ! Clean residual mean=-0.000005 rms=0.001977 Jy/beam ! Combined flux in latest and established models = 1.24091 Jy keep ! Adding 595 model components to the UV plane model. ! The established model now contains 838 components and 1.24091 Jy ![Exited script file: muppet] wmap "J1548-1213_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.099 x 8.174 at -4.714 degrees (North through East) ! Clean map min=-0.010446 max=0.46226 Jy/beam ! Writing clean map to FITS file: J1548-1213_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.462255 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00189586 device "J1548-1213_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1548-1213_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.2304 1.2304 2.4608 4.92159 9.84319 19.6864 39.3728 78.7455 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0056 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.462 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.099 x 8.174 at -4.714 degrees (North through East) ! Clean map min=-0.010446 max=0.46226 Jy/beam quit ! Quitting program ! Log file J1548-1213_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:58:19 2016