! Started logfile: /scr/pima/rv126_uvs/J0909+5216_X_dfm.log on Sun Dec 23 03:18:53 2018 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 8.36575 obs /scr/pima/rv126_uvs/J0909+5216_X_uva.fits ! Reading UV FITS file: /scr/pima/rv126_uvs/J0909+5216_X_uva.fits ! AN table 1: 22 integrations on 1 of 1 possible baselines. ! AN table 2: 46 integrations on 6 of 6 possible baselines. ! Apparent sampling: 0.630872 visibilities/baseline/integration-bin. ! Found source: J0909+5216 ! ! 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 8.36575e+09 8e+06 1 8e+06 ! 02 2 8.44575e+09 8e+06 1 8e+06 ! 03 3 8.80575e+09 8e+06 1 8e+06 ! 04 4 8.92575e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 752 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J0909+5216_X] 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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 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 44 telescope corrections were flagged in sub-array 1. ! A total of 90 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 90 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 90 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 90 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.004632Jy sigma=21.928470 ! Fit after self-cal, rms=0.965780Jy sigma=21.321822 ! 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.639 mas, bmaj=13.75 mas, bpa=64.88 degrees ! Estimated noise=1.57891 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0265776 Jy ! Component: 100 - total flux cleaned = 0.0326535 Jy ! Total flux subtracted in 100 components = 0.0326535 Jy ! Clean residual min=-0.003471 max=0.003489 Jy/beam ! Clean residual mean=0.000109 rms=0.001353 Jy/beam ! Combined flux in latest and established models = 0.0326535 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0326535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.040567Jy sigma=0.869774 ! Fit after self-cal, rms=0.038760Jy sigma=0.830625 ! 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.876 mas, bmaj=13.88 mas, bpa=65.55 degrees ! Estimated noise=1.37211 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.00230261 Jy ! Component: 100 - total flux cleaned = 0.000807266 Jy ! Component: 150 - total flux cleaned = -0.000574544 Jy ! Component: 200 - total flux cleaned = -0.00163055 Jy ! Total flux subtracted in 200 components = -0.00163055 Jy ! Clean residual min=-0.001548 max=0.001527 Jy/beam ! Clean residual mean=-0.000005 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.031023 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 64 components and 0.031023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037978Jy sigma=0.814275 ! Fit after self-cal, rms=0.037813Jy sigma=0.812568 ! 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.876 x 13.88 at 65.55 degrees (North through East) ! Clean map min=-0.0036146 max=0.026984 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* NL 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 1.24 LA 0.91 OV 1.03 PT 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* NL 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.91 LA 1.14 OV 0.94 PT 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* NL 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 LA 1.01 OV 1.09 PT 0.87 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* NL 0.00* ! ! A total of 6 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! FD 0.87 LA 1.02 OV 0.96 PT 1.06 ! ! ! Fit before self-cal, rms=0.037813Jy sigma=0.812568 ! Fit after self-cal, rms=0.037348Jy sigma=0.817518 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.865 mas, bmaj=14 mas, bpa=65.98 degrees ! Estimated noise=1.37819 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.00125024 Jy ! Component: 100 - total flux cleaned = -0.00164155 Jy ! Component: 150 - total flux cleaned = -0.00183014 Jy ! Component: 200 - total flux cleaned = -0.00214256 Jy ! Total flux subtracted in 200 components = -0.00214256 Jy ! Clean residual min=-0.001043 max=0.001031 Jy/beam ! Clean residual mean=-0.000005 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0288804 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 98 components and 0.0288804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.037192Jy sigma=0.813740 ! Fit after self-cal, rms=0.037187Jy sigma=0.810307 ! 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.037187Jy sigma=0.810307 ! Fit after self-cal, rms=0.037144Jy sigma=0.809416 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.846 mas, bmaj=14.14 mas, bpa=66.08 degrees ! Estimated noise=1.36561 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000408701 Jy ! Component: 100 - total flux cleaned = 0.00046969 Jy ! Component: 150 - total flux cleaned = 0.000471925 Jy ! Component: 200 - total flux cleaned = 0.000419226 Jy ! Total flux subtracted in 200 components = 0.000419226 Jy ! Clean residual min=-0.000891 max=0.000896 Jy/beam ! Clean residual mean=-0.000002 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.0292997 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 146 components and 0.0292997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.036996Jy sigma=0.806210 ! Fit after self-cal, rms=0.037061Jy sigma=0.805307 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.000721323 Jy ! Component: 100 - total flux cleaned = -0.000677526 Jy ! Component: 150 - total flux cleaned = -0.000676494 Jy ! Component: 200 - total flux cleaned = -0.000722346 Jy ! Total flux subtracted in 200 components = -0.000722346 Jy ! Clean residual min=-0.000760 max=0.000759 Jy/beam ! Clean residual mean=-0.000002 rms=0.000273 Jy/beam ! Combined flux in latest and established models = 0.0285773 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 200 components and 0.0285773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.036949Jy sigma=0.802812 ! Fit after self-cal, rms=0.036943Jy sigma=0.802493 ! 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.036943Jy sigma=0.802493 ! Fit after self-cal, rms=0.036687Jy sigma=0.802031 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.825 mas, bmaj=14.19 mas, bpa=66.16 degrees ! Estimated noise=1.3468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000111831 Jy ! Component: 100 - total flux cleaned = 0.000674169 Jy ! Component: 150 - total flux cleaned = 0.000718693 Jy ! Component: 200 - total flux cleaned = 0.000630943 Jy ! Total flux subtracted in 200 components = 0.000630943 Jy ! Clean residual min=-0.000725 max=0.000727 Jy/beam ! Clean residual mean=-0.000002 rms=0.000250 Jy/beam ! Combined flux in latest and established models = 0.0292083 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 232 components and 0.0292083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.036588Jy sigma=0.799660 ! Fit after self-cal, rms=0.036620Jy sigma=0.799308 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.000509992 Jy ! Component: 100 - total flux cleaned = -0.000549507 Jy ! Component: 150 - total flux cleaned = -0.000439187 Jy ! Component: 200 - total flux cleaned = -0.00025051 Jy ! Total flux subtracted in 200 components = -0.00025051 Jy ! Clean residual min=-0.000629 max=0.000634 Jy/beam ! Clean residual mean=-0.000002 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.0289578 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 261 components and 0.0289578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.036550Jy sigma=0.797572 ! Fit after self-cal, rms=0.036526Jy sigma=0.797371 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.036526Jy sigma=0.797371 ! Fit after self-cal, rms=0.036015Jy sigma=0.796978 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.001 mas, bmaj=13.87 mas, bpa=66.3 degrees ! Estimated noise=1.34426 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000367839 Jy ! Component: 100 - total flux cleaned = 0.000798966 Jy ! Component: 150 - total flux cleaned = 0.00105905 Jy ! Component: 200 - total flux cleaned = 0.00118943 Jy ! Total flux subtracted in 200 components = 0.00118943 Jy ! Clean residual min=-0.000550 max=0.000551 Jy/beam ! Clean residual mean=-0.000002 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.0301472 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 297 components and 0.0301472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035950Jy sigma=0.795317 ! Fit after self-cal, rms=0.035953Jy sigma=0.795140 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.0003495 Jy ! Component: 100 - total flux cleaned = -0.000349295 Jy ! Component: 150 - total flux cleaned = -0.000321518 Jy ! Component: 200 - total flux cleaned = -0.000183336 Jy ! Total flux subtracted in 200 components = -0.000183336 Jy ! Clean residual min=-0.000465 max=0.000466 Jy/beam ! Clean residual mean=-0.000002 rms=0.000165 Jy/beam ! Combined flux in latest and established models = 0.0299638 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 331 components and 0.0299638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035909Jy sigma=0.793983 ! Fit after self-cal, rms=0.035872Jy sigma=0.792851 ! Inverting map ! Added new window around map position (-34.4, 32.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000422502 Jy ! Component: 100 - total flux cleaned = 0.000427379 Jy ! Component: 150 - total flux cleaned = 0.000401017 Jy ! Component: 200 - total flux cleaned = 0.000282376 Jy ! Total flux subtracted in 200 components = 0.000282376 Jy ! Clean residual min=-0.000835 max=0.000718 Jy/beam ! Clean residual mean=0.000001 rms=0.000183 Jy/beam ! Combined flux in latest and established models = 0.0302462 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 373 components and 0.0302462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035847Jy sigma=0.791919 ! Fit after self-cal, rms=0.035852Jy sigma=0.791587 ! 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.805 mas, bmaj=14.25 mas, bpa=66.24 degrees ! Estimated noise=1.32201 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.805 x 14.25 at 66.24 degrees (North through East) ! Clean map min=-0.0061303 max=0.026735 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.592 mas, bmaj=14.05 mas, bpa=65.29 degrees ! Estimated noise=1.53953 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0196488 Jy ! Component: 100 - total flux cleaned = 0.0245326 Jy ! Component: 150 - total flux cleaned = 0.0232388 Jy ! Component: 200 - total flux cleaned = 0.0219447 Jy ! Total flux subtracted in 200 components = 0.0219447 Jy ! Clean residual min=-0.011669 max=0.016263 Jy/beam ! Clean residual mean=0.000069 rms=0.004449 Jy/beam ! Combined flux in latest and established models = 0.0219447 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.0219447 Jy ! Inverting map and beam ! Estimated beam: bmin=2.805 mas, bmaj=14.25 mas, bpa=66.24 degrees ! Estimated noise=1.32201 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.00109324 Jy ! Component: 100 - total flux cleaned = -0.00170367 Jy ! Component: 150 - total flux cleaned = -0.00239856 Jy ! Component: 200 - total flux cleaned = -0.00304471 Jy ! Total flux subtracted in 200 components = -0.00304471 Jy ! Clean residual min=-0.008986 max=0.013679 Jy/beam ! Clean residual mean=0.000071 rms=0.003446 Jy/beam ! Combined flux in latest and established models = 0.0189 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 60 components and 0.0189 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.001 mas, bmaj=13.87 mas, bpa=66.3 degrees ! Estimated noise=1.34426 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000712061 Jy ! Component: 100 - total flux cleaned = -0.001255 Jy ! Component: 150 - total flux cleaned = -0.00176535 Jy ! Component: 200 - total flux cleaned = -0.00214983 Jy ! Total flux subtracted in 200 components = -0.00214983 Jy ! Clean residual min=-0.009082 max=0.011984 Jy/beam ! Clean residual mean=0.000064 rms=0.003067 Jy/beam ! Combined flux in latest and established models = 0.0167502 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.000271651 Jy ! Component: 100 - total flux cleaned = -0.0005314 Jy ! Component: 150 - total flux cleaned = -0.000691841 Jy ! Component: 200 - total flux cleaned = -0.000770178 Jy ! Total flux subtracted in 200 components = -0.000770178 Jy ! Clean residual min=-0.008686 max=0.010979 Jy/beam ! Clean residual mean=0.000057 rms=0.002849 Jy/beam ! Combined flux in latest and established models = 0.01598 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 106 components and 0.01598 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.805 mas, bmaj=14.25 mas, bpa=66.24 degrees ! Estimated noise=1.32201 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000148875 Jy ! Component: 100 - total flux cleaned = -0.000364779 Jy ! Component: 150 - total flux cleaned = -0.000505716 Jy ! Component: 200 - total flux cleaned = -0.000707717 Jy ! Total flux subtracted in 200 components = -0.000707717 Jy ! Clean residual min=-0.008245 max=0.010589 Jy/beam ! Clean residual mean=0.000029 rms=0.002726 Jy/beam ! Combined flux in latest and established models = 0.0152723 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 128 components and 0.0152723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039768Jy sigma=0.889564 ! Fit after self-cal, rms=0.037796Jy sigma=0.843958 wmodel J0909+5216_X_map.mod ! Writing 128 model components to file: J0909+5216_X_map.mod wobs J0909+5216_X_uvs.fits ! Writing UV FITS file: J0909+5216_X_uvs.fits wwins J0909+5216_X_map.win ! wwins: Wrote 1 windows to J0909+5216_X_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.00200823 Jy ! Component: 100 - total flux cleaned = 0.00228347 Jy ! Component: 150 - total flux cleaned = 0.00211181 Jy ! Component: 200 - total flux cleaned = 0.00177449 Jy ! Component: 250 - total flux cleaned = 0.00143137 Jy ! Component: 300 - total flux cleaned = 0.00115964 Jy ! Component: 350 - total flux cleaned = 0.000867446 Jy ! Component: 400 - total flux cleaned = 0.000516255 Jy ! Component: 450 - total flux cleaned = 0.000176683 Jy ! Component: 500 - total flux cleaned = 0.000143606 Jy ! Component: 550 - total flux cleaned = 0.000143593 Jy ! Component: 600 - total flux cleaned = 0.000110769 Jy ! Component: 650 - total flux cleaned = 0.000110485 Jy ! Component: 700 - total flux cleaned = 4.44976e-05 Jy ! Component: 750 - total flux cleaned = 1.15503e-05 Jy ! Component: 800 - total flux cleaned = -5.48408e-05 Jy ! Component: 850 - total flux cleaned = -0.000121847 Jy ! Component: 900 - total flux cleaned = -0.000155542 Jy ! Component: 950 - total flux cleaned = -0.000189601 Jy ! Component: 1000 - total flux cleaned = -0.000223916 Jy ! Component: 1050 - total flux cleaned = -0.000258615 Jy ! Component: 1100 - total flux cleaned = -0.000258311 Jy ! Component: 1150 - total flux cleaned = -0.000294144 Jy ! Component: 1200 - total flux cleaned = -0.000330745 Jy ! Component: 1250 - total flux cleaned = -0.000330792 Jy ! Component: 1300 - total flux cleaned = -0.000330987 Jy ! Component: 1350 - total flux cleaned = -0.000330692 Jy ! Component: 1400 - total flux cleaned = -0.000370193 Jy ! Component: 1450 - total flux cleaned = -0.000290223 Jy ! Component: 1500 - total flux cleaned = -0.000371593 Jy ! Component: 1550 - total flux cleaned = -0.000413625 Jy ! Component: 1600 - total flux cleaned = -0.000455605 Jy ! Component: 1650 - total flux cleaned = -0.000498853 Jy ! Component: 1700 - total flux cleaned = -0.000589178 Jy ! Component: 1750 - total flux cleaned = -0.000681056 Jy ! Component: 1800 - total flux cleaned = -0.000728836 Jy ! Component: 1850 - total flux cleaned = -0.000873138 Jy ! Component: 1900 - total flux cleaned = -0.000923268 Jy ! Component: 1950 - total flux cleaned = -0.0010246 Jy ! Component: 2000 - total flux cleaned = -0.00112886 Jy ! Component: 2050 - total flux cleaned = -0.00123637 Jy ! Component: 2100 - total flux cleaned = -0.00129128 Jy ! Component: 2150 - total flux cleaned = -0.00129149 Jy ! Component: 2200 - total flux cleaned = -0.00134931 Jy ! Component: 2250 - total flux cleaned = -0.00134961 Jy ! Component: 2300 - total flux cleaned = -0.00134899 Jy ! Component: 2350 - total flux cleaned = -0.00141388 Jy ! Component: 2400 - total flux cleaned = -0.00148309 Jy ! Component: 2450 - total flux cleaned = -0.00148281 Jy ! Component: 2500 - total flux cleaned = -0.00148346 Jy ! Component: 2550 - total flux cleaned = -0.00155691 Jy ! Component: 2600 - total flux cleaned = -0.00163614 Jy ! Component: 2650 - total flux cleaned = -0.00163689 Jy ! Component: 2700 - total flux cleaned = -0.0017202 Jy ! Component: 2750 - total flux cleaned = -0.00172093 Jy ! Component: 2800 - total flux cleaned = -0.00180993 Jy ! Component: 2850 - total flux cleaned = -0.0018112 Jy ! Component: 2900 - total flux cleaned = -0.00181117 Jy ! Component: 2950 - total flux cleaned = -0.00190967 Jy ! Component: 3000 - total flux cleaned = -0.00190836 Jy ! Component: 3050 - total flux cleaned = -0.0020127 Jy ! Component: 3100 - total flux cleaned = -0.00212202 Jy ! Component: 3150 - total flux cleaned = -0.00212212 Jy ! Component: 3200 - total flux cleaned = -0.00212141 Jy ! Component: 3250 - total flux cleaned = -0.00224129 Jy ! Component: 3300 - total flux cleaned = -0.00224039 Jy ! Component: 3350 - total flux cleaned = -0.00236698 Jy ! Component: 3400 - total flux cleaned = -0.00236637 Jy ! Component: 3450 - total flux cleaned = -0.00250222 Jy ! Component: 3500 - total flux cleaned = -0.00250292 Jy ! Component: 3550 - total flux cleaned = -0.00250257 Jy ! Component: 3600 - total flux cleaned = -0.00265566 Jy ! Component: 3650 - total flux cleaned = -0.00281421 Jy ! Component: 3700 - total flux cleaned = -0.00281635 Jy ! Component: 3750 - total flux cleaned = -0.00298846 Jy ! Component: 3800 - total flux cleaned = -0.00298921 Jy ! Component: 3850 - total flux cleaned = -0.00317105 Jy ! Component: 3900 - total flux cleaned = -0.00336144 Jy ! Component: 3950 - total flux cleaned = -0.00336681 Jy ! Component: 4000 - total flux cleaned = -0.00336446 Jy ! Component: 4050 - total flux cleaned = -0.00357321 Jy ! Total flux subtracted in 4096 components = -0.00357765 Jy ! Clean residual min=-0.011655 max=0.011326 Jy/beam ! Clean residual mean=-0.000130 rms=0.003601 Jy/beam ! Combined flux in latest and established models = 0.0116946 Jy keep ! Adding 168 model components to the UV plane model. ! The established model now contains 296 components and 0.0116946 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv126_uvs/J0909+5216_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.805 x 14.25 at 66.24 degrees (North through East) ! Clean map min=-0.035458 max=0.034503 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv126_uvs/J0909+5216_X_map.fits wmodel /scr/pima/rv126_uvs/J0909+5216_X_map.mod ! Writing 296 model components to file: /scr/pima/rv126_uvs/J0909+5216_X_map.mod wobs /scr/pima/rv126_uvs/J0909+5216_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv126_uvs/J0909+5216_X_uvs.fits wwins /scr/pima/rv126_uvs/J0909+5216_X_map.win ! wwins: Wrote 2 windows to /scr/pima/rv126_uvs/J0909+5216_X_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0345029 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00459126 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -39.9207 39.9207 79.8413 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0137 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.034 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 7.514 quit ! Quitting program ! Log file /scr/pima/rv126_uvs/J0909+5216_X_dfm.log closed on Sun Dec 23 03:18:58 2018