! Started logfile: /scr/pima/rv120_uvs/J1006-2159_S_dfm.log on Fri Dec 22 22:32:26 2017 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv120_uvs/J1006-2159_S_uva.fits ! Reading UV FITS file: /scr/pima/rv120_uvs/J1006-2159_S_uva.fits ! AN table 1: 90 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.499506 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1006-2159 ! ! 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.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 79 lines of history. ! ! Reading 8092 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 4 channels. ! 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 ![@/opt64/bin/pima_mupet_01.dfm J1006-2159_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 320 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 320 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 468 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 320 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.010964Jy sigma=17.995771 ! Fit after self-cal, rms=0.845533Jy sigma=14.924174 ! 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.271 mas, bmaj=9.13 mas, bpa=-10.28 degrees ! Estimated noise=0.787077 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.116376 Jy ! Component: 100 - total flux cleaned = 0.148262 Jy ! Total flux subtracted in 100 components = 0.148262 Jy ! Clean residual min=-0.004808 max=0.012703 Jy/beam ! Clean residual mean=0.000028 rms=0.001398 Jy/beam ! Combined flux in latest and established models = 0.148262 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.148262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065855Jy sigma=1.089523 ! Fit after self-cal, rms=0.065804Jy sigma=1.088612 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0138228 Jy ! Component: 100 - total flux cleaned = 0.0210145 Jy ! Total flux subtracted in 100 components = 0.0210145 Jy ! Clean residual min=-0.004322 max=0.004908 Jy/beam ! Clean residual mean=-0.000009 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.169276 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 29 components and 0.169276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062287Jy sigma=1.006733 ! Fit after self-cal, rms=0.062283Jy sigma=1.006375 ! 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.211 mas, bmaj=11.04 mas, bpa=-9.117 degrees ! Estimated noise=0.506308 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.00595627 Jy ! Component: 100 - total flux cleaned = 0.00866013 Jy ! Component: 150 - total flux cleaned = 0.0100067 Jy ! Component: 200 - total flux cleaned = 0.0104757 Jy ! Total flux subtracted in 200 components = 0.0104757 Jy ! Clean residual min=-0.002549 max=0.003094 Jy/beam ! Clean residual mean=-0.000035 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.179752 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 63 components and 0.179752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061896Jy sigma=0.994351 ! Fit after self-cal, rms=0.061893Jy sigma=0.994219 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.211 x 11.04 at -9.117 degrees (North through East) ! Clean map min=-0.0024542 max=0.15292 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.96 HN 0.95 KP 0.97 ! LA 1.00 MK 1.09 NL 1.04 OV 1.02 ! PT 0.99 SC 1.08 ! ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.02 KP 0.98 ! LA 0.99 MK 1.12 NL 1.01 OV 1.01 ! PT 1.00 SC 1.11 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 0.97 KP 1.00* ! LA 1.43 MK 1.16 NL 1.00* OV 1.00 ! PT 0.98 SC 0.70 ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 0.99 KP 1.00 ! LA 1.01 MK 1.05 NL 1.02 OV 0.97 ! PT 0.98 SC 1.10 ! ! ! Fit before self-cal, rms=0.061893Jy sigma=0.994219 ! Fit after self-cal, rms=0.064967Jy sigma=0.963387 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.331 mas, bmaj=11.25 mas, bpa=-7.709 degrees ! Estimated noise=0.509762 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 (20, 12). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00321153 Jy ! Component: 100 - total flux cleaned = 0.00367474 Jy ! Component: 150 - total flux cleaned = 0.00381279 Jy ! Component: 200 - total flux cleaned = 0.00385632 Jy ! Total flux subtracted in 200 components = 0.00385632 Jy ! Clean residual min=-0.002227 max=0.002222 Jy/beam ! Clean residual mean=-0.000013 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.183608 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 0.183608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064803Jy sigma=0.960072 ! Fit after self-cal, rms=0.064951Jy sigma=0.959285 ! 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.064951Jy sigma=0.959285 ! Fit after self-cal, rms=0.065518Jy sigma=0.948717 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.316 mas, bmaj=11.16 mas, bpa=-8.074 degrees ! Estimated noise=0.509213 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00066987 Jy ! Component: 100 - total flux cleaned = 0.000891964 Jy ! Component: 150 - total flux cleaned = 0.000974105 Jy ! Component: 200 - total flux cleaned = 0.000974075 Jy ! Total flux subtracted in 200 components = 0.000974075 Jy ! Clean residual min=-0.001928 max=0.002188 Jy/beam ! Clean residual mean=-0.000021 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.184582 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 102 components and 0.184582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065480Jy sigma=0.948280 ! Fit after self-cal, rms=0.065486Jy sigma=0.948100 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 (-73, 96.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124369 Jy ! Component: 100 - total flux cleaned = 0.00105951 Jy ! Component: 150 - total flux cleaned = 0.000862626 Jy ! Component: 200 - total flux cleaned = 0.000652594 Jy ! Total flux subtracted in 200 components = 0.000652594 Jy ! Clean residual min=-0.001862 max=0.001876 Jy/beam ! Clean residual mean=-0.000025 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.185235 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 118 components and 0.185235 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065395Jy sigma=0.946773 ! Fit after self-cal, rms=0.065396Jy sigma=0.946669 ! 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.065396Jy sigma=0.946669 ! Fit after self-cal, rms=0.062732Jy sigma=0.935380 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.318 mas, bmaj=11.18 mas, bpa=-8.054 degrees ! Estimated noise=0.508628 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000423515 Jy ! Component: 100 - total flux cleaned = -0.000488289 Jy ! Component: 150 - total flux cleaned = -0.000516634 Jy ! Component: 200 - total flux cleaned = -0.000515306 Jy ! Total flux subtracted in 200 components = -0.000515306 Jy ! Clean residual min=-0.001542 max=0.001654 Jy/beam ! Clean residual mean=-0.000009 rms=0.000395 Jy/beam ! Combined flux in latest and established models = 0.18472 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 137 components and 0.18472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062698Jy sigma=0.934879 ! Fit after self-cal, rms=0.062721Jy sigma=0.934792 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.53524e-05 Jy ! Component: 100 - total flux cleaned = -6.79969e-05 Jy ! Component: 150 - total flux cleaned = -4.29986e-05 Jy ! Component: 200 - total flux cleaned = -4.26223e-05 Jy ! Total flux subtracted in 200 components = -4.26223e-05 Jy ! Clean residual min=-0.001563 max=0.001641 Jy/beam ! Clean residual mean=-0.000009 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.184677 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 144 components and 0.184677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062700Jy sigma=0.934466 ! Fit after self-cal, rms=0.062699Jy sigma=0.934455 ! 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.062699Jy sigma=0.934455 ! Fit after self-cal, rms=0.062663Jy sigma=0.934385 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.071 mas, bmaj=17.19 mas, bpa=0.5415 degrees ! Estimated noise=0.569494 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000115614 Jy ! Component: 100 - total flux cleaned = 3.9348e-05 Jy ! Component: 150 - total flux cleaned = 2.29014e-05 Jy ! Component: 200 - total flux cleaned = 2.37756e-05 Jy ! Total flux subtracted in 200 components = 2.37756e-05 Jy ! Clean residual min=-0.001412 max=0.001324 Jy/beam ! Clean residual mean=-0.000017 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.184701 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 154 components and 0.184701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062653Jy sigma=0.934247 ! Fit after self-cal, rms=0.062650Jy sigma=0.934209 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 = -1.96999e-05 Jy ! Component: 100 - total flux cleaned = 3.04405e-05 Jy ! Component: 150 - total flux cleaned = 1.54066e-05 Jy ! Component: 200 - total flux cleaned = 1.3732e-06 Jy ! Total flux subtracted in 200 components = 1.3732e-06 Jy ! Clean residual min=-0.001416 max=0.001312 Jy/beam ! Clean residual mean=-0.000018 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.184702 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 164 components and 0.184702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062646Jy sigma=0.934132 ! Fit after self-cal, rms=0.062643Jy sigma=0.934110 ! 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.319 mas, bmaj=11.18 mas, bpa=-8.049 degrees ! Estimated noise=0.507906 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.319 x 11.18 at -8.049 degrees (North through East) ! Clean map min=-0.0015203 max=0.15438 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.304 mas, bmaj=9.191 mas, bpa=-10.18 degrees ! Estimated noise=0.808051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.117491 Jy ! Component: 100 - total flux cleaned = 0.149151 Jy ! Component: 150 - total flux cleaned = 0.161885 Jy ! Component: 200 - total flux cleaned = 0.168499 Jy ! Total flux subtracted in 200 components = 0.168499 Jy ! Clean residual min=-0.003414 max=0.003781 Jy/beam ! Clean residual mean=0.000030 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.168499 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.168499 Jy ! Inverting map and beam ! Estimated beam: bmin=4.319 mas, bmaj=11.18 mas, bpa=-8.049 degrees ! Estimated noise=0.507906 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) ! Added new window around map position (4, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0060861 Jy ! Component: 100 - total flux cleaned = 0.00955699 Jy ! Component: 150 - total flux cleaned = 0.012075 Jy ! Component: 200 - total flux cleaned = 0.0139939 Jy ! Total flux subtracted in 200 components = 0.0139939 Jy ! Clean residual min=-0.001779 max=0.001650 Jy/beam ! Clean residual mean=-0.000002 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.182493 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 56 components and 0.182493 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=9.071 mas, bmaj=17.19 mas, bpa=0.5415 degrees ! Estimated noise=0.569494 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155136 Jy ! Component: 100 - total flux cleaned = 0.0022051 Jy ! Component: 150 - total flux cleaned = 0.00236923 Jy ! Component: 200 - total flux cleaned = 0.00251501 Jy ! Total flux subtracted in 200 components = 0.00251501 Jy ! Clean residual min=-0.001495 max=0.001394 Jy/beam ! Clean residual mean=-0.000017 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.185008 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.00010448 Jy ! Component: 100 - total flux cleaned = 0.000152118 Jy ! Component: 150 - total flux cleaned = 0.000173623 Jy ! Component: 200 - total flux cleaned = 0.000194044 Jy ! Total flux subtracted in 200 components = 0.000194044 Jy ! Clean residual min=-0.001490 max=0.001315 Jy/beam ! Clean residual mean=-0.000019 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.185202 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 125 components and 0.185202 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.319 mas, bmaj=11.18 mas, bpa=-8.049 degrees ! Estimated noise=0.507906 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000196424 Jy ! Component: 100 - total flux cleaned = -0.000196921 Jy ! Component: 150 - total flux cleaned = -0.000195761 Jy ! Component: 200 - total flux cleaned = -0.000194836 Jy ! Total flux subtracted in 200 components = -0.000194836 Jy ! Clean residual min=-0.001635 max=0.001677 Jy/beam ! Clean residual mean=-0.000011 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.185007 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 142 components and 0.185007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062704Jy sigma=0.934925 ! Fit after self-cal, rms=0.062689Jy sigma=0.934739 wmodel J1006-2159_S_map.mod ! Writing 142 model components to file: J1006-2159_S_map.mod wobs J1006-2159_S_uvs.fits ! Writing UV FITS file: J1006-2159_S_uvs.fits wwins J1006-2159_S_map.win ! wwins: Wrote 4 windows to J1006-2159_S_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 = -8.40912e-05 Jy ! Component: 100 - total flux cleaned = -5.59009e-05 Jy ! Component: 150 - total flux cleaned = -5.46788e-05 Jy ! Component: 200 - total flux cleaned = -0.000128194 Jy ! Component: 250 - total flux cleaned = -0.000223497 Jy ! Component: 300 - total flux cleaned = -0.000338943 Jy ! Component: 350 - total flux cleaned = -0.000452099 Jy ! Component: 400 - total flux cleaned = -0.000606763 Jy ! Component: 450 - total flux cleaned = -0.000779695 Jy ! Component: 500 - total flux cleaned = -0.00092822 Jy ! Component: 550 - total flux cleaned = -0.00111543 Jy ! Component: 600 - total flux cleaned = -0.00125878 Jy ! Component: 650 - total flux cleaned = -0.00139994 Jy ! Component: 700 - total flux cleaned = -0.00151893 Jy ! Component: 750 - total flux cleaned = -0.00167516 Jy ! Component: 800 - total flux cleaned = -0.00175173 Jy ! Component: 850 - total flux cleaned = -0.00182763 Jy ! Component: 900 - total flux cleaned = -0.00190248 Jy ! Component: 950 - total flux cleaned = -0.001958 Jy ! Component: 1000 - total flux cleaned = -0.00197642 Jy ! Component: 1050 - total flux cleaned = -0.00203056 Jy ! Component: 1100 - total flux cleaned = -0.0020843 Jy ! Component: 1150 - total flux cleaned = -0.00208408 Jy ! Component: 1200 - total flux cleaned = -0.0021193 Jy ! Component: 1250 - total flux cleaned = -0.00208424 Jy ! Component: 1300 - total flux cleaned = -0.00210152 Jy ! Component: 1350 - total flux cleaned = -0.00201598 Jy ! Component: 1400 - total flux cleaned = -0.00196534 Jy ! Component: 1450 - total flux cleaned = -0.00191511 Jy ! Component: 1500 - total flux cleaned = -0.00188202 Jy ! Component: 1550 - total flux cleaned = -0.00183261 Jy ! Component: 1600 - total flux cleaned = -0.00188178 Jy ! Component: 1650 - total flux cleaned = -0.00181647 Jy ! Component: 1700 - total flux cleaned = -0.00173588 Jy ! Component: 1750 - total flux cleaned = -0.00173588 Jy ! Component: 1800 - total flux cleaned = -0.00165652 Jy ! Component: 1850 - total flux cleaned = -0.0016251 Jy ! Component: 1900 - total flux cleaned = -0.00159365 Jy ! Component: 1950 - total flux cleaned = -0.00156265 Jy ! Component: 2000 - total flux cleaned = -0.00151638 Jy ! Component: 2050 - total flux cleaned = -0.00153174 Jy ! Component: 2100 - total flux cleaned = -0.00145557 Jy ! Component: 2150 - total flux cleaned = -0.00142532 Jy ! Component: 2200 - total flux cleaned = -0.00138026 Jy ! Component: 2250 - total flux cleaned = -0.00139506 Jy ! Component: 2300 - total flux cleaned = -0.00129109 Jy ! Component: 2350 - total flux cleaned = -0.00124684 Jy ! Component: 2400 - total flux cleaned = -0.00127621 Jy ! Component: 2450 - total flux cleaned = -0.00115962 Jy ! Component: 2500 - total flux cleaned = -0.00114509 Jy ! Component: 2550 - total flux cleaned = -0.00107333 Jy ! Component: 2600 - total flux cleaned = -0.00107353 Jy ! Component: 2650 - total flux cleaned = -0.0010167 Jy ! Component: 2700 - total flux cleaned = -0.00100247 Jy ! Component: 2750 - total flux cleaned = -0.000960406 Jy ! Component: 2800 - total flux cleaned = -0.000876688 Jy ! Component: 2850 - total flux cleaned = -0.00090438 Jy ! Component: 2900 - total flux cleaned = -0.000821472 Jy ! Component: 2950 - total flux cleaned = -0.000794037 Jy ! Component: 3000 - total flux cleaned = -0.000766724 Jy ! Component: 3050 - total flux cleaned = -0.000766683 Jy ! Component: 3100 - total flux cleaned = -0.000753201 Jy ! Component: 3150 - total flux cleaned = -0.000686015 Jy ! Component: 3200 - total flux cleaned = -0.000632509 Jy ! Component: 3250 - total flux cleaned = -0.000632335 Jy ! Component: 3300 - total flux cleaned = -0.000566121 Jy ! Component: 3350 - total flux cleaned = -0.000513404 Jy ! Component: 3400 - total flux cleaned = -0.000474142 Jy ! Component: 3450 - total flux cleaned = -0.000461076 Jy ! Component: 3500 - total flux cleaned = -0.000435209 Jy ! Component: 3550 - total flux cleaned = -0.000396597 Jy ! Component: 3600 - total flux cleaned = -0.000370897 Jy ! Component: 3650 - total flux cleaned = -0.000345317 Jy ! Component: 3700 - total flux cleaned = -0.000358044 Jy ! Component: 3750 - total flux cleaned = -0.000269228 Jy ! Component: 3800 - total flux cleaned = -0.000269232 Jy ! Component: 3850 - total flux cleaned = -0.000219114 Jy ! Component: 3900 - total flux cleaned = -0.000206698 Jy ! Component: 3950 - total flux cleaned = -0.000132162 Jy ! Component: 4000 - total flux cleaned = -0.000119856 Jy ! Component: 4050 - total flux cleaned = -0.000144594 Jy ! Total flux subtracted in 4096 components = -7.10345e-05 Jy ! Clean residual min=-0.001144 max=0.000869 Jy/beam ! Clean residual mean=0.000001 rms=0.000235 Jy/beam ! Combined flux in latest and established models = 0.184936 Jy keep ! Adding 247 model components to the UV plane model. ! The established model now contains 389 components and 0.184937 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv120_uvs/J1006-2159_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.319 x 11.18 at -8.049 degrees (North through East) ! Clean map min=-0.0013231 max=0.15434 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv120_uvs/J1006-2159_S_map.fits wmodel /scr/pima/rv120_uvs/J1006-2159_S_map.mod ! Writing 389 model components to file: /scr/pima/rv120_uvs/J1006-2159_S_map.mod wobs /scr/pima/rv120_uvs/J1006-2159_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv120_uvs/J1006-2159_S_uvs.fits wwins /scr/pima/rv120_uvs/J1006-2159_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rv120_uvs/J1006-2159_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.154343 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000234194 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.455209 0.455209 0.910417 1.82083 3.64167 7.28334 14.5667 29.1334 58.2667 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.154 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 659.038 quit ! Quitting program ! Log file /scr/pima/rv120_uvs/J1006-2159_S_dfm.log closed on Fri Dec 22 22:32:32 2017