! Started logfile: /scr/pima/rv120_uvs/J0526-4830_S_dfm.log on Fri Dec 22 22:31:02 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/J0526-4830_S_uva.fits ! Reading UV FITS file: /scr/pima/rv120_uvs/J0526-4830_S_uva.fits ! AN table 1: 3 integrations on 3 of 3 possible baselines. ! AN table 2: 15 integrations on 10 of 10 possible baselines. ! AN table 3: 21 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.577236 visibilities/baseline/integration-bin. ! Found source: J0526-4830 ! ! 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 852 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 J0526-4830_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 3 telescope corrections were flagged in sub-array 1. ! A total of 39 telescope corrections were flagged in sub-array 2. ! A total of 25 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 39 telescope corrections were flagged in sub-array 2. ! A total of 25 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! A total of 61 telescope corrections were flagged in sub-array 2. ! A total of 61 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 39 telescope corrections were flagged in sub-array 2. ! A total of 25 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.000064Jy sigma=14.713297 ! Fit after self-cal, rms=0.729942Jy sigma=10.681714 ! 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.309 mas, bmaj=18.93 mas, bpa=-9.901 degrees ! Estimated noise=3.06657 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.206961 Jy ! Component: 100 - total flux cleaned = 0.253722 Jy ! Total flux subtracted in 100 components = 0.253722 Jy ! Clean residual min=-0.014070 max=0.015856 Jy/beam ! Clean residual mean=0.000119 rms=0.003928 Jy/beam ! Combined flux in latest and established models = 0.253722 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.253722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078567Jy sigma=1.144359 ! Fit after self-cal, rms=0.078556Jy sigma=1.144239 ! 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=2.691 mas, bmaj=30.65 mas, bpa=-10.55 degrees ! Estimated noise=1.93582 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.0233493 Jy ! Component: 100 - total flux cleaned = 0.0335842 Jy ! Component: 150 - total flux cleaned = 0.0387975 Jy ! Component: 200 - total flux cleaned = 0.0415045 Jy ! Total flux subtracted in 200 components = 0.0415045 Jy ! Clean residual min=-0.011375 max=0.010821 Jy/beam ! Clean residual mean=0.000197 rms=0.003376 Jy/beam ! Combined flux in latest and established models = 0.295227 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 49 components and 0.295227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072623Jy sigma=1.043295 ! Fit after self-cal, rms=0.072588Jy sigma=1.042943 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.691 x 30.65 at -10.55 degrees (North through East) ! Clean map min=-0.011405 max=0.24831 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* SC 0.00* ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.95 KP 1.02 LA 1.00 MK 1.07 ! PT 0.95 ! ! A total of 24 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.98 KK 1.06 KP 1.00 MK 1.01 ! PT 1.02 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* SC 0.00* ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.04 KP 0.96 LA 1.01 MK 0.97 ! PT 0.95 ! ! A total of 24 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 1.00 KK 1.05 KP 1.03 MK 0.94 ! PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* SC 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.12 KP 1.00* LA 1.78 MK 0.70 ! PT 1.07 ! ! A total of 12 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.99 KK 1.13 KP 1.00* MK 0.61 ! PT 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* SC 0.00* ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.95 KP 1.00 LA 1.03 MK 0.98 ! PT 0.97 ! ! A total of 24 telescope corrections were flagged in sub-array 3. ! Telescope amplitude corrections in sub-array 3: ! FD 0.99 KK 1.09 KP 1.00 MK 0.99 ! PT 1.06 ! ! ! Fit before self-cal, rms=0.072588Jy sigma=1.042943 ! Fit after self-cal, rms=0.062041Jy sigma=0.893973 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.562 mas, bmaj=47.09 mas, bpa=-12.08 degrees ! Estimated noise=2.21824 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.00431568 Jy ! Component: 100 - total flux cleaned = 0.00568322 Jy ! Component: 150 - total flux cleaned = 0.00599502 Jy ! Component: 200 - total flux cleaned = 0.00603438 Jy ! Total flux subtracted in 200 components = 0.00603438 Jy ! Clean residual min=-0.005312 max=0.004971 Jy/beam ! Clean residual mean=0.000050 rms=0.001501 Jy/beam ! Combined flux in latest and established models = 0.301261 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 61 components and 0.301261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061792Jy sigma=0.890354 ! Fit after self-cal, rms=0.062583Jy sigma=0.888418 ! 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.062583Jy sigma=0.888418 ! Fit after self-cal, rms=0.062557Jy sigma=0.886538 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.553 mas, bmaj=47.11 mas, bpa=-12.08 degrees ! Estimated noise=2.21628 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184289 Jy ! Component: 100 - total flux cleaned = 0.00222527 Jy ! Component: 150 - total flux cleaned = 0.00229463 Jy ! Component: 200 - total flux cleaned = 0.00233785 Jy ! Total flux subtracted in 200 components = 0.00233785 Jy ! Clean residual min=-0.005134 max=0.004840 Jy/beam ! Clean residual mean=0.000048 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.303599 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 77 components and 0.303599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062512Jy sigma=0.885899 ! Fit after self-cal, rms=0.062655Jy sigma=0.885843 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.73727e-05 Jy ! Component: 100 - total flux cleaned = -5.41575e-05 Jy ! Component: 150 - total flux cleaned = -5.41148e-05 Jy ! Component: 200 - total flux cleaned = -6.59956e-05 Jy ! Total flux subtracted in 200 components = -6.59956e-05 Jy ! Clean residual min=-0.005133 max=0.004833 Jy/beam ! Clean residual mean=0.000048 rms=0.001370 Jy/beam ! Combined flux in latest and established models = 0.303533 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 0.303533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062643Jy sigma=0.885834 ! Fit after self-cal, rms=0.062653Jy sigma=0.885811 ! 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.062653Jy sigma=0.885811 ! Fit after self-cal, rms=0.062668Jy sigma=0.885534 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.55 mas, bmaj=47.14 mas, bpa=-12.08 degrees ! Estimated noise=2.21575 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000687792 Jy ! Component: 100 - total flux cleaned = 0.000780837 Jy ! Component: 150 - total flux cleaned = 0.000838354 Jy ! Component: 200 - total flux cleaned = 0.000874396 Jy ! Total flux subtracted in 200 components = 0.000874396 Jy ! Clean residual min=-0.005061 max=0.004900 Jy/beam ! Clean residual mean=0.000047 rms=0.001351 Jy/beam ! Combined flux in latest and established models = 0.304407 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 88 components and 0.304407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062653Jy sigma=0.885429 ! Fit after self-cal, rms=0.062682Jy sigma=0.885397 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.05889e-05 Jy ! Component: 100 - total flux cleaned = -7.66445e-05 Jy ! Component: 150 - total flux cleaned = -9.99885e-05 Jy ! Component: 200 - total flux cleaned = -9.96289e-05 Jy ! Total flux subtracted in 200 components = -9.96289e-05 Jy ! Clean residual min=-0.005069 max=0.004875 Jy/beam ! Clean residual mean=0.000047 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.304308 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 97 components and 0.304308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062671Jy sigma=0.885398 ! Fit after self-cal, rms=0.062680Jy sigma=0.885370 ! 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.062680Jy sigma=0.885370 ! Fit after self-cal, rms=0.062688Jy sigma=0.885319 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.48 mas, bmaj=52.8 mas, bpa=-5.694 degrees ! Estimated noise=3.29791 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000441274 Jy ! Component: 100 - total flux cleaned = 0.000431031 Jy ! Component: 150 - total flux cleaned = 0.000430361 Jy ! Component: 200 - total flux cleaned = 0.000422756 Jy ! Total flux subtracted in 200 components = 0.000422756 Jy ! Clean residual min=-0.003766 max=0.004885 Jy/beam ! Clean residual mean=0.000105 rms=0.001526 Jy/beam ! Combined flux in latest and established models = 0.30473 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 100 components and 0.30473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062687Jy sigma=0.885356 ! Fit after self-cal, rms=0.062695Jy sigma=0.885317 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.08544e-05 Jy ! Component: 100 - total flux cleaned = -9.57975e-06 Jy ! Component: 150 - total flux cleaned = -8.94013e-06 Jy ! Component: 200 - total flux cleaned = -9.26479e-06 Jy ! Total flux subtracted in 200 components = -9.26479e-06 Jy ! Clean residual min=-0.003764 max=0.004870 Jy/beam ! Clean residual mean=0.000105 rms=0.001522 Jy/beam ! Combined flux in latest and established models = 0.304721 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 104 components and 0.304721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062691Jy sigma=0.885366 ! Fit after self-cal, rms=0.062699Jy sigma=0.885341 ! 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=2.548 mas, bmaj=47.17 mas, bpa=-12.08 degrees ! Estimated noise=2.21592 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.548 x 47.17 at -12.08 degrees (North through East) ! Clean map min=-0.0050976 max=0.2466 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.233 mas, bmaj=43 mas, bpa=-13.2 degrees ! Estimated noise=3.70924 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.209813 Jy ! Component: 100 - total flux cleaned = 0.256144 Jy ! Component: 150 - total flux cleaned = 0.271616 Jy ! Component: 200 - total flux cleaned = 0.28152 Jy ! Total flux subtracted in 200 components = 0.28152 Jy ! Clean residual min=-0.010566 max=0.009594 Jy/beam ! Clean residual mean=0.000060 rms=0.003009 Jy/beam ! Combined flux in latest and established models = 0.28152 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.28152 Jy ! Inverting map and beam ! Estimated beam: bmin=2.548 mas, bmaj=47.17 mas, bpa=-12.08 degrees ! Estimated noise=2.21592 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.0116812 Jy ! Component: 100 - total flux cleaned = 0.0176893 Jy ! Component: 150 - total flux cleaned = 0.0208359 Jy ! Component: 200 - total flux cleaned = 0.0220284 Jy ! Total flux subtracted in 200 components = 0.0220284 Jy ! Clean residual min=-0.004958 max=0.005477 Jy/beam ! Clean residual mean=0.000048 rms=0.001450 Jy/beam ! Combined flux in latest and established models = 0.303548 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 87 components and 0.303548 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=11.48 mas, bmaj=52.8 mas, bpa=-5.694 degrees ! Estimated noise=3.29791 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001262 Jy ! Component: 100 - total flux cleaned = 0.00125522 Jy ! Component: 150 - total flux cleaned = 0.00125226 Jy ! Component: 200 - total flux cleaned = 0.00125074 Jy ! Total flux subtracted in 200 components = 0.00125074 Jy ! Clean residual min=-0.004125 max=0.005035 Jy/beam ! Clean residual mean=0.000101 rms=0.001626 Jy/beam ! Combined flux in latest and established models = 0.304799 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 = -1.67647e-05 Jy ! Component: 100 - total flux cleaned = -6.35996e-05 Jy ! Component: 150 - total flux cleaned = -0.000121792 Jy ! Component: 200 - total flux cleaned = -0.000162848 Jy ! Total flux subtracted in 200 components = -0.000162848 Jy ! Clean residual min=-0.004029 max=0.004971 Jy/beam ! Clean residual mean=0.000104 rms=0.001590 Jy/beam ! Combined flux in latest and established models = 0.304636 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 110 components and 0.304636 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.548 mas, bmaj=47.17 mas, bpa=-12.08 degrees ! Estimated noise=2.21592 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.00773e-05 Jy ! Component: 100 - total flux cleaned = -0.000123016 Jy ! Component: 150 - total flux cleaned = -0.000159475 Jy ! Component: 200 - total flux cleaned = -0.00016037 Jy ! Total flux subtracted in 200 components = -0.00016037 Jy ! Clean residual min=-0.005130 max=0.005209 Jy/beam ! Clean residual mean=0.000046 rms=0.001327 Jy/beam ! Combined flux in latest and established models = 0.304476 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 121 components and 0.304476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062687Jy sigma=0.885795 ! Fit after self-cal, rms=0.062712Jy sigma=0.885693 wmodel J0526-4830_S_map.mod ! Writing 121 model components to file: J0526-4830_S_map.mod wobs J0526-4830_S_uvs.fits ! Writing UV FITS file: J0526-4830_S_uvs.fits wwins J0526-4830_S_map.win ! wwins: Wrote 1 windows to J0526-4830_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 = 0.000214207 Jy ! Component: 100 - total flux cleaned = 0.000447908 Jy ! Component: 150 - total flux cleaned = 0.00122687 Jy ! Component: 200 - total flux cleaned = 0.00182067 Jy ! Component: 250 - total flux cleaned = 0.00207029 Jy ! Component: 300 - total flux cleaned = 0.00219208 Jy ! Component: 350 - total flux cleaned = 0.00224879 Jy ! Component: 400 - total flux cleaned = 0.00235717 Jy ! Component: 450 - total flux cleaned = 0.00262245 Jy ! Component: 500 - total flux cleaned = 0.00288057 Jy ! Component: 550 - total flux cleaned = 0.00308127 Jy ! Component: 600 - total flux cleaned = 0.00303238 Jy ! Component: 650 - total flux cleaned = 0.00336796 Jy ! Component: 700 - total flux cleaned = 0.00350877 Jy ! Component: 750 - total flux cleaned = 0.00383236 Jy ! Component: 800 - total flux cleaned = 0.00414929 Jy ! Component: 850 - total flux cleaned = 0.00441519 Jy ! Component: 900 - total flux cleaned = 0.00467678 Jy ! Component: 950 - total flux cleaned = 0.00497631 Jy ! Component: 1000 - total flux cleaned = 0.00518642 Jy ! Component: 1050 - total flux cleaned = 0.00543501 Jy ! Component: 1100 - total flux cleaned = 0.00563854 Jy ! Component: 1150 - total flux cleaned = 0.0059194 Jy ! Component: 1200 - total flux cleaned = 0.00615649 Jy ! Component: 1250 - total flux cleaned = 0.00639003 Jy ! Component: 1300 - total flux cleaned = 0.00661946 Jy ! Component: 1350 - total flux cleaned = 0.00676997 Jy ! Component: 1400 - total flux cleaned = 0.00688099 Jy ! Component: 1450 - total flux cleaned = 0.00702722 Jy ! Component: 1500 - total flux cleaned = 0.00713554 Jy ! Component: 1550 - total flux cleaned = 0.0071711 Jy ! Component: 1600 - total flux cleaned = 0.00720625 Jy ! Component: 1650 - total flux cleaned = 0.00724032 Jy ! Component: 1700 - total flux cleaned = 0.00720588 Jy ! Component: 1750 - total flux cleaned = 0.00727347 Jy ! Component: 1800 - total flux cleaned = 0.00734046 Jy ! Component: 1850 - total flux cleaned = 0.00760627 Jy ! Component: 1900 - total flux cleaned = 0.00783741 Jy ! Component: 1950 - total flux cleaned = 0.00806757 Jy ! Component: 2000 - total flux cleaned = 0.00829651 Jy ! Component: 2050 - total flux cleaned = 0.00855687 Jy ! Component: 2100 - total flux cleaned = 0.00878327 Jy ! Component: 2150 - total flux cleaned = 0.00900879 Jy ! Component: 2200 - total flux cleaned = 0.0091374 Jy ! Component: 2250 - total flux cleaned = 0.0092973 Jy ! Component: 2300 - total flux cleaned = 0.00939291 Jy ! Component: 2350 - total flux cleaned = 0.0096163 Jy ! Component: 2400 - total flux cleaned = 0.00974362 Jy ! Component: 2450 - total flux cleaned = 0.00983905 Jy ! Component: 2500 - total flux cleaned = 0.0100295 Jy ! Component: 2550 - total flux cleaned = 0.0102198 Jy ! Component: 2600 - total flux cleaned = 0.010378 Jy ! Component: 2650 - total flux cleaned = 0.0105362 Jy ! Component: 2700 - total flux cleaned = 0.0106627 Jy ! Component: 2750 - total flux cleaned = 0.0108526 Jy ! Component: 2800 - total flux cleaned = 0.0109789 Jy ! Component: 2850 - total flux cleaned = 0.011137 Jy ! Component: 2900 - total flux cleaned = 0.0112949 Jy ! Component: 2950 - total flux cleaned = 0.0114215 Jy ! Component: 3000 - total flux cleaned = 0.0113264 Jy ! Component: 3050 - total flux cleaned = 0.0112946 Jy ! Component: 3100 - total flux cleaned = 0.0113264 Jy ! Component: 3150 - total flux cleaned = 0.0112308 Jy ! Component: 3200 - total flux cleaned = 0.0112948 Jy ! Component: 3250 - total flux cleaned = 0.0111343 Jy ! Component: 3300 - total flux cleaned = 0.0110049 Jy ! Component: 3350 - total flux cleaned = 0.0109726 Jy ! Component: 3400 - total flux cleaned = 0.0108748 Jy ! Component: 3450 - total flux cleaned = 0.010744 Jy ! Component: 3500 - total flux cleaned = 0.0106122 Jy ! Component: 3550 - total flux cleaned = 0.0104468 Jy ! Component: 3600 - total flux cleaned = 0.0103138 Jy ! Component: 3650 - total flux cleaned = 0.01018 Jy ! Component: 3700 - total flux cleaned = 0.0100454 Jy ! Component: 3750 - total flux cleaned = 0.00987611 Jy ! Component: 3800 - total flux cleaned = 0.00970575 Jy ! Component: 3850 - total flux cleaned = 0.00967135 Jy ! Component: 3900 - total flux cleaned = 0.00956779 Jy ! Component: 3950 - total flux cleaned = 0.00949862 Jy ! Component: 4000 - total flux cleaned = 0.00935901 Jy ! Component: 4050 - total flux cleaned = 0.00928869 Jy ! Total flux subtracted in 4096 components = 0.00921784 Jy ! Clean residual min=-0.002451 max=0.002333 Jy/beam ! Clean residual mean=0.000014 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.313694 Jy keep ! Adding 216 model components to the UV plane model. ! The established model now contains 337 components and 0.313694 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv120_uvs/J0526-4830_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.548 x 47.17 at -12.08 degrees (North through East) ! Clean map min=-0.0047859 max=0.25644 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv120_uvs/J0526-4830_S_map.fits wmodel /scr/pima/rv120_uvs/J0526-4830_S_map.mod ! Writing 337 model components to file: /scr/pima/rv120_uvs/J0526-4830_S_map.mod wobs /scr/pima/rv120_uvs/J0526-4830_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv120_uvs/J0526-4830_S_uvs.fits wwins /scr/pima/rv120_uvs/J0526-4830_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv120_uvs/J0526-4830_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.256439 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000772847 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.904129 0.904129 1.80826 3.61651 7.23303 14.4661 28.9321 57.8642 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0023 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.256 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 331.811 quit ! Quitting program ! Log file /scr/pima/rv120_uvs/J0526-4830_S_dfm.log closed on Fri Dec 22 22:31:07 2017