! Started logfile: J0246-1236_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:12:34 2016 obs J0246-1236_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0246-1236_S_2014_08_05_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.748148 visibilities/baseline/integration-bin. ! Found source: J0246-1236 ! ! 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 360 lines of history. ! ! Reading 11312 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 J0246-1236_S_2014_08_05_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 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 116 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.769017Jy sigma=0.007593 ! Fit after self-cal, rms=0.704765Jy sigma=0.006940 ! 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.34 mas, bmaj=9.895 mas, bpa=18.12 degrees ! Estimated noise=1138 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.222938 Jy ! Component: 100 - total flux cleaned = 0.28157 Jy ! Total flux subtracted in 100 components = 0.28157 Jy ! Clean residual min=-0.010211 max=0.023625 Jy/beam ! Clean residual mean=-0.000005 rms=0.003228 Jy/beam ! Combined flux in latest and established models = 0.28157 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.28157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106351Jy sigma=0.000974 ! Fit after self-cal, rms=0.106328Jy sigma=0.000974 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0246537 Jy ! Component: 100 - total flux cleaned = 0.0380769 Jy ! Total flux subtracted in 100 components = 0.0380769 Jy ! Clean residual min=-0.007562 max=0.011163 Jy/beam ! Clean residual mean=-0.000003 rms=0.002184 Jy/beam ! Combined flux in latest and established models = 0.319647 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 29 components and 0.319647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097520Jy sigma=0.000887 ! Fit after self-cal, rms=0.097484Jy sigma=0.000886 ! 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.187 mas, bmaj=11.61 mas, bpa=18.2 degrees ! Estimated noise=684.719 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.0143262 Jy ! Component: 100 - total flux cleaned = 0.0222289 Jy ! Component: 150 - total flux cleaned = 0.0269606 Jy ! Component: 200 - total flux cleaned = 0.0299076 Jy ! Total flux subtracted in 200 components = 0.0299076 Jy ! Clean residual min=-0.006684 max=0.014275 Jy/beam ! Clean residual mean=0.000001 rms=0.002220 Jy/beam ! Combined flux in latest and established models = 0.349555 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 73 components and 0.349555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095004Jy sigma=0.000867 ! Fit after self-cal, rms=0.094978Jy sigma=0.000867 ! Inverting map ! Added new window around map position (8.5, -17). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.012288 Jy ! Component: 100 - total flux cleaned = 0.0178172 Jy ! Component: 150 - total flux cleaned = 0.0209728 Jy ! Component: 200 - total flux cleaned = 0.0223134 Jy ! Total flux subtracted in 200 components = 0.0223134 Jy ! Clean residual min=-0.005822 max=0.006304 Jy/beam ! Clean residual mean=0.000009 rms=0.001567 Jy/beam ! Combined flux in latest and established models = 0.371868 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 114 components and 0.371868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093337Jy sigma=0.000852 ! Fit after self-cal, rms=0.093242Jy sigma=0.000851 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.87 HN 1.01 KP 1.05 ! LA 1.13 MK 1.00* NL 1.04 OV 0.97 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.07 KP 1.01 ! LA 1.09 MK 1.00* NL 1.00 OV 1.01 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.17 HN 1.05 KP 0.90 ! LA 0.85 MK 1.00* NL 0.99 OV 0.94 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.02 HN 1.03 KP 0.87 ! LA 0.82 MK 1.00* NL 1.07 OV 0.99 ! PT 1.02 SC 1.00 ! ! ! Fit before self-cal, rms=0.093242Jy sigma=0.000851 ! Fit after self-cal, rms=0.085089Jy sigma=0.000787 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.182 mas, bmaj=11.67 mas, bpa=18.33 degrees ! Estimated noise=686.768 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.00153931 Jy ! Component: 100 - total flux cleaned = -0.0016417 Jy ! Component: 150 - total flux cleaned = -0.00172199 Jy ! Component: 200 - total flux cleaned = -0.00179139 Jy ! Total flux subtracted in 200 components = -0.00179139 Jy ! Clean residual min=-0.003680 max=0.004659 Jy/beam ! Clean residual mean=0.000009 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.370077 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 134 components and 0.370077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084885Jy sigma=0.000785 ! Fit after self-cal, rms=0.084873Jy sigma=0.000785 ! 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.084873Jy sigma=0.000785 ! Fit after self-cal, rms=0.084337Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.184 mas, bmaj=11.66 mas, bpa=18.24 degrees ! Estimated noise=684.689 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.68214e-05 Jy ! Component: 100 - total flux cleaned = -0.000191445 Jy ! Component: 150 - total flux cleaned = -0.000238423 Jy ! Component: 200 - total flux cleaned = -0.000238142 Jy ! Total flux subtracted in 200 components = -0.000238142 Jy ! Clean residual min=-0.002423 max=0.003148 Jy/beam ! Clean residual mean=0.000002 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.369839 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 147 components and 0.369839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084273Jy sigma=0.000776 ! Fit after self-cal, rms=0.084286Jy 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 (7.5, -50.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00300751 Jy ! Component: 100 - total flux cleaned = 0.00477426 Jy ! Component: 150 - total flux cleaned = 0.00610428 Jy ! Component: 200 - total flux cleaned = 0.00718279 Jy ! Total flux subtracted in 200 components = 0.00718279 Jy ! Clean residual min=-0.002215 max=0.002420 Jy/beam ! Clean residual mean=0.000002 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.377021 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 177 components and 0.377021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084167Jy sigma=0.000775 ! Fit after self-cal, rms=0.084162Jy 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.084162Jy sigma=0.000775 ! Fit after self-cal, rms=0.084087Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.188 mas, bmaj=11.68 mas, bpa=18.24 degrees ! Estimated noise=683.52 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000607198 Jy ! Component: 100 - total flux cleaned = 0.00100785 Jy ! Component: 150 - total flux cleaned = 0.00118051 Jy ! Component: 200 - total flux cleaned = 0.00127467 Jy ! Total flux subtracted in 200 components = 0.00127467 Jy ! Clean residual min=-0.002135 max=0.002291 Jy/beam ! Clean residual mean=0.000001 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.378296 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 201 components and 0.378296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084055Jy sigma=0.000775 ! Fit after self-cal, rms=0.084055Jy 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 = 5.19987e-06 Jy ! Component: 100 - total flux cleaned = 0.000169391 Jy ! Component: 150 - total flux cleaned = 0.000296571 Jy ! Component: 200 - total flux cleaned = 0.000392524 Jy ! Total flux subtracted in 200 components = 0.000392524 Jy ! Clean residual min=-0.002112 max=0.002227 Jy/beam ! Clean residual mean=0.000001 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.378689 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 216 components and 0.378689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084040Jy sigma=0.000774 ! Fit after self-cal, rms=0.084039Jy 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.084039Jy sigma=0.000774 ! Fit after self-cal, rms=0.083991Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.157 mas, bmaj=15.55 mas, bpa=9.601 degrees ! Estimated noise=767.833 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000209141 Jy ! Component: 100 - total flux cleaned = 0.000508886 Jy ! Component: 150 - total flux cleaned = 0.000713351 Jy ! Component: 200 - total flux cleaned = 0.000819096 Jy ! Total flux subtracted in 200 components = 0.000819096 Jy ! Clean residual min=-0.002301 max=0.002062 Jy/beam ! Clean residual mean=0.000002 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.379508 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 246 components and 0.379508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083985Jy sigma=0.000774 ! Fit after self-cal, rms=0.083984Jy 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 = 3.3844e-05 Jy ! Component: 100 - total flux cleaned = 0.000114398 Jy ! Component: 150 - total flux cleaned = 0.000173628 Jy ! Component: 200 - total flux cleaned = 0.000229622 Jy ! Total flux subtracted in 200 components = 0.000229622 Jy ! Clean residual min=-0.002278 max=0.002047 Jy/beam ! Clean residual mean=0.000002 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.379737 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 258 components and 0.379737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083982Jy sigma=0.000774 ! Fit after self-cal, rms=0.083981Jy 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.19 mas, bmaj=11.69 mas, bpa=18.24 degrees ! Estimated noise=682.909 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.19 x 11.69 at 18.24 degrees (North through East) ! Clean map min=-0.0020189 max=0.29309 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.329 mas, bmaj=9.972 mas, bpa=18.23 degrees ! Estimated noise=1136.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.222565 Jy ! Component: 100 - total flux cleaned = 0.281944 Jy ! Component: 150 - total flux cleaned = 0.306621 Jy ! Component: 200 - total flux cleaned = 0.32108 Jy ! Total flux subtracted in 200 components = 0.32108 Jy ! Clean residual min=-0.005184 max=0.008016 Jy/beam ! Clean residual mean=-0.000006 rms=0.001559 Jy/beam ! Combined flux in latest and established models = 0.32108 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.32108 Jy ! Inverting map and beam ! Estimated beam: bmin=4.19 mas, bmaj=11.69 mas, bpa=18.24 degrees ! Estimated noise=682.909 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.0141174 Jy ! Component: 100 - total flux cleaned = 0.0229129 Jy ! Component: 150 - total flux cleaned = 0.0290357 Jy ! Component: 200 - total flux cleaned = 0.0334611 Jy ! Total flux subtracted in 200 components = 0.0334611 Jy ! Clean residual min=-0.002964 max=0.003769 Jy/beam ! Clean residual mean=-0.000001 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.354541 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 73 components and 0.354541 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.157 mas, bmaj=15.55 mas, bpa=9.601 degrees ! Estimated noise=767.833 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00496008 Jy ! Component: 100 - total flux cleaned = 0.00859581 Jy ! Component: 150 - total flux cleaned = 0.0114161 Jy ! Component: 200 - total flux cleaned = 0.0136811 Jy ! Total flux subtracted in 200 components = 0.0136811 Jy ! Clean residual min=-0.002741 max=0.002710 Jy/beam ! Clean residual mean=0.000001 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.368222 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.00186251 Jy ! Component: 100 - total flux cleaned = 0.00345199 Jy ! Component: 150 - total flux cleaned = 0.00482484 Jy ! Component: 200 - total flux cleaned = 0.00601274 Jy ! Total flux subtracted in 200 components = 0.00601274 Jy ! Clean residual min=-0.002432 max=0.002363 Jy/beam ! Clean residual mean=0.000002 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.374235 Jy ! Adding 140 model components to the UV plane model. ! The established model now contains 210 components and 0.374235 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.19 mas, bmaj=11.69 mas, bpa=18.24 degrees ! Estimated noise=682.909 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000381034 Jy ! Component: 100 - total flux cleaned = 0.00115954 Jy ! Component: 150 - total flux cleaned = 0.00170317 Jy ! Component: 200 - total flux cleaned = 0.00223219 Jy ! Total flux subtracted in 200 components = 0.00223219 Jy ! Clean residual min=-0.002268 max=0.002087 Jy/beam ! Clean residual mean=0.000001 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.376467 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 235 components and 0.376467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084018Jy sigma=0.000775 ! Fit after self-cal, rms=0.084010Jy sigma=0.000774 wmodel J0246-1236_S_2014_08_05_pus_map.mod ! Writing 235 model components to file: J0246-1236_S_2014_08_05_pus_map.mod wobs J0246-1236_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0246-1236_S_2014_08_05_pus_uvs.fits wwins J0246-1236_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J0246-1236_S_2014_08_05_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.000428551 Jy ! Component: 100 - total flux cleaned = -0.000770183 Jy ! Component: 150 - total flux cleaned = -0.00122364 Jy ! Component: 200 - total flux cleaned = -0.00150308 Jy ! Component: 250 - total flux cleaned = -0.00171132 Jy ! Component: 300 - total flux cleaned = -0.0018262 Jy ! Component: 350 - total flux cleaned = -0.00193863 Jy ! Component: 400 - total flux cleaned = -0.00212932 Jy ! Component: 450 - total flux cleaned = -0.00218244 Jy ! Component: 500 - total flux cleaned = -0.00226062 Jy ! Component: 550 - total flux cleaned = -0.00236201 Jy ! Component: 600 - total flux cleaned = -0.00246138 Jy ! Component: 650 - total flux cleaned = -0.00258288 Jy ! Component: 700 - total flux cleaned = -0.00267832 Jy ! Component: 750 - total flux cleaned = -0.00279501 Jy ! Component: 800 - total flux cleaned = -0.00290898 Jy ! Component: 850 - total flux cleaned = -0.00297617 Jy ! Component: 900 - total flux cleaned = -0.00308656 Jy ! Component: 950 - total flux cleaned = -0.00317307 Jy ! Component: 1000 - total flux cleaned = -0.00321544 Jy ! Component: 1050 - total flux cleaned = -0.00325708 Jy ! Component: 1100 - total flux cleaned = -0.00335946 Jy ! Component: 1150 - total flux cleaned = -0.00335906 Jy ! Component: 1200 - total flux cleaned = -0.00343835 Jy ! Component: 1250 - total flux cleaned = -0.00349673 Jy ! Component: 1300 - total flux cleaned = -0.00351575 Jy ! Component: 1350 - total flux cleaned = -0.00355349 Jy ! Component: 1400 - total flux cleaned = -0.00353464 Jy ! Component: 1450 - total flux cleaned = -0.00351668 Jy ! Component: 1500 - total flux cleaned = -0.00358924 Jy ! Component: 1550 - total flux cleaned = -0.00358897 Jy ! Component: 1600 - total flux cleaned = -0.00355354 Jy ! Component: 1650 - total flux cleaned = -0.00358839 Jy ! Component: 1700 - total flux cleaned = -0.00355412 Jy ! Component: 1750 - total flux cleaned = -0.00357113 Jy ! Component: 1800 - total flux cleaned = -0.00357106 Jy ! Component: 1850 - total flux cleaned = -0.0034716 Jy ! Component: 1900 - total flux cleaned = -0.00348799 Jy ! Component: 1950 - total flux cleaned = -0.00348776 Jy ! Component: 2000 - total flux cleaned = -0.00345564 Jy ! Component: 2050 - total flux cleaned = -0.00347148 Jy ! Component: 2100 - total flux cleaned = -0.00337701 Jy ! Component: 2150 - total flux cleaned = -0.00329922 Jy ! Component: 2200 - total flux cleaned = -0.0032684 Jy ! Component: 2250 - total flux cleaned = -0.00316163 Jy ! Component: 2300 - total flux cleaned = -0.00313138 Jy ! Component: 2350 - total flux cleaned = -0.0030865 Jy ! Component: 2400 - total flux cleaned = -0.00302744 Jy ! Component: 2450 - total flux cleaned = -0.00302742 Jy ! Component: 2500 - total flux cleaned = -0.00296901 Jy ! Component: 2550 - total flux cleaned = -0.00289663 Jy ! Component: 2600 - total flux cleaned = -0.00285363 Jy ! Component: 2650 - total flux cleaned = -0.00278279 Jy ! Component: 2700 - total flux cleaned = -0.00271242 Jy ! Component: 2750 - total flux cleaned = -0.00268451 Jy ! Component: 2800 - total flux cleaned = -0.00265686 Jy ! Component: 2850 - total flux cleaned = -0.00262948 Jy ! Component: 2900 - total flux cleaned = -0.00258852 Jy ! Component: 2950 - total flux cleaned = -0.00250753 Jy ! Component: 3000 - total flux cleaned = -0.00249425 Jy ! Component: 3050 - total flux cleaned = -0.00245446 Jy ! Component: 3100 - total flux cleaned = -0.00246753 Jy ! Component: 3150 - total flux cleaned = -0.00241538 Jy ! Component: 3200 - total flux cleaned = -0.0024411 Jy ! Component: 3250 - total flux cleaned = -0.00241553 Jy ! Component: 3300 - total flux cleaned = -0.00244095 Jy ! Component: 3350 - total flux cleaned = -0.00237792 Jy ! Component: 3400 - total flux cleaned = -0.00236536 Jy ! Component: 3450 - total flux cleaned = -0.00235294 Jy ! Component: 3500 - total flux cleaned = -0.0023529 Jy ! Component: 3550 - total flux cleaned = -0.00232843 Jy ! Component: 3600 - total flux cleaned = -0.00230424 Jy ! Component: 3650 - total flux cleaned = -0.00231633 Jy ! Component: 3700 - total flux cleaned = -0.00228039 Jy ! Component: 3750 - total flux cleaned = -0.0022923 Jy ! Component: 3800 - total flux cleaned = -0.0022451 Jy ! Component: 3850 - total flux cleaned = -0.00222153 Jy ! Component: 3900 - total flux cleaned = -0.00225634 Jy ! Component: 3950 - total flux cleaned = -0.00224454 Jy ! Component: 4000 - total flux cleaned = -0.00223298 Jy ! Component: 4050 - total flux cleaned = -0.00216446 Jy ! Total flux subtracted in 4096 components = -0.00219855 Jy ! Clean residual min=-0.000664 max=0.000664 Jy/beam ! Clean residual mean=0.000000 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.374269 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 506 components and 0.374269 Jy ![Exited script file: muppet] wmap "J0246-1236_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.19 x 11.69 at 18.24 degrees (North through East) ! Clean map min=-0.0016409 max=0.29465 Jy/beam ! Writing clean map to FITS file: J0246-1236_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.294647 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000215716 device "J0246-1236_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0246-1236_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.219634 0.219634 0.439269 0.878538 1.75708 3.51415 7.0283 14.0566 28.1132 56.2264 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.294 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.19 x 11.69 at 18.24 degrees (North through East) ! Clean map min=-0.0016409 max=0.29465 Jy/beam quit ! Quitting program ! Log file J0246-1236_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:12:40 2016