! Started logfile: /scr/pima/rv119_uvs/J1033+071B_S_dfm.log on Sun Dec 17 11:35:58 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/rv119_uvs/J1033+071B_S_uva.fits ! Reading UV FITS file: /scr/pima/rv119_uvs/J1033+071B_S_uva.fits ! AN table 1: 48 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.392593 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1033+071B ! ! 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 3392 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 J1033+071B_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 243 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 243 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 296 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 243 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.041862Jy sigma=18.484125 ! Fit after self-cal, rms=0.787333Jy sigma=14.155732 ! 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.061 mas, bmaj=6.669 mas, bpa=-7.314 degrees ! Estimated noise=1.06621 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.154723 Jy ! Component: 100 - total flux cleaned = 0.205509 Jy ! Total flux subtracted in 100 components = 0.205509 Jy ! Clean residual min=-0.015089 max=0.021610 Jy/beam ! Clean residual mean=-0.000012 rms=0.003697 Jy/beam ! Combined flux in latest and established models = 0.205509 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.205509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.141499Jy sigma=1.734698 ! Fit after self-cal, rms=0.141488Jy sigma=1.732583 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0253963 Jy ! Component: 100 - total flux cleaned = 0.0407033 Jy ! Total flux subtracted in 100 components = 0.0407033 Jy ! Clean residual min=-0.011997 max=0.012407 Jy/beam ! Clean residual mean=0.000022 rms=0.003006 Jy/beam ! Combined flux in latest and established models = 0.246213 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.246213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133739Jy sigma=1.583909 ! Fit after self-cal, rms=0.133747Jy sigma=1.583397 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.719 mas, bmaj=7.764 mas, bpa=-7.799 degrees ! Estimated noise=0.766522 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.0131019 Jy ! Component: 100 - total flux cleaned = 0.0197007 Jy ! Component: 150 - total flux cleaned = 0.0234364 Jy ! Component: 200 - total flux cleaned = 0.02564 Jy ! Total flux subtracted in 200 components = 0.02564 Jy ! Clean residual min=-0.009933 max=0.010208 Jy/beam ! Clean residual mean=0.000071 rms=0.002467 Jy/beam ! Combined flux in latest and established models = 0.271853 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 44 components and 0.271853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131761Jy sigma=1.562980 ! Fit after self-cal, rms=0.131765Jy sigma=1.562839 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.719 x 7.764 at -7.799 degrees (North through East) ! Clean map min=-0.0097035 max=0.20659 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 30 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.97 HN 1.05 KP 1.04 ! LA 1.03 MK 1.23 NL 1.08 OV 1.02 ! PT 1.00 SC 1.33 ! ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.96 HN 1.00 KP 1.06 ! LA 1.01 MK 0.89 NL 1.09 OV 1.04 ! PT 1.00 SC 1.50 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.02 KP 0.36 ! LA 1.01 MK 1.17 NL 1.00* OV 1.04 ! PT 1.00 SC 0.42 ! ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.97 HN 1.00 KP 1.02 ! LA 1.02 MK 0.94 NL 1.08 OV 1.06 ! PT 1.01 SC 1.33 ! ! ! Fit before self-cal, rms=0.131765Jy sigma=1.562839 ! Fit after self-cal, rms=0.068381Jy sigma=1.253772 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.64 mas, bmaj=7.884 mas, bpa=-5.849 degrees ! Estimated noise=0.76738 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.00106911 Jy ! Component: 100 - total flux cleaned = -0.00121548 Jy ! Component: 150 - total flux cleaned = -0.00126859 Jy ! Component: 200 - total flux cleaned = -0.00121939 Jy ! Total flux subtracted in 200 components = -0.00121939 Jy ! Clean residual min=-0.006035 max=0.005377 Jy/beam ! Clean residual mean=-0.000017 rms=0.001374 Jy/beam ! Combined flux in latest and established models = 0.270633 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.270633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068279Jy sigma=1.251072 ! Fit after self-cal, rms=0.068576Jy sigma=1.242718 ! 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.068576Jy sigma=1.242718 ! Fit after self-cal, rms=0.067399Jy sigma=1.199367 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.598 mas, bmaj=7.847 mas, bpa=-4.932 degrees ! Estimated noise=0.763891 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000382711 Jy ! Component: 100 - total flux cleaned = 0.00033369 Jy ! Component: 150 - total flux cleaned = 0.000334023 Jy ! Component: 200 - total flux cleaned = 0.000333512 Jy ! Total flux subtracted in 200 components = 0.000333512 Jy ! Clean residual min=-0.004039 max=0.005046 Jy/beam ! Clean residual mean=-0.000013 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.270967 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 65 components and 0.270967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067341Jy sigma=1.198437 ! Fit after self-cal, rms=0.067420Jy sigma=1.197990 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 (20.5, 8.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00482255 Jy ! Component: 100 - total flux cleaned = 0.00566003 Jy ! Component: 150 - total flux cleaned = 0.0057379 Jy ! Component: 200 - total flux cleaned = 0.00574103 Jy ! Total flux subtracted in 200 components = 0.00574103 Jy ! Clean residual min=-0.003511 max=0.003841 Jy/beam ! Clean residual mean=-0.000003 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.276708 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 92 components and 0.276708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067139Jy sigma=1.187569 ! Fit after self-cal, rms=0.067126Jy sigma=1.187217 ! 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.067126Jy sigma=1.187217 ! Fit after self-cal, rms=0.067042Jy sigma=1.186092 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.586 mas, bmaj=7.818 mas, bpa=-4.347 degrees ! Estimated noise=0.760965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00148032 Jy ! Component: 100 - total flux cleaned = 0.00142286 Jy ! Component: 150 - total flux cleaned = 0.00137251 Jy ! Component: 200 - total flux cleaned = 0.00128146 Jy ! Total flux subtracted in 200 components = 0.00128146 Jy ! Clean residual min=-0.003285 max=0.003720 Jy/beam ! Clean residual mean=-0.000003 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.277989 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 99 components and 0.277989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066986Jy sigma=1.183533 ! Fit after self-cal, rms=0.067002Jy sigma=1.183465 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.49057e-05 Jy ! Component: 100 - total flux cleaned = -2.40926e-05 Jy ! Component: 150 - total flux cleaned = -0.000132784 Jy ! Component: 200 - total flux cleaned = -0.000198962 Jy ! Total flux subtracted in 200 components = -0.000198962 Jy ! Clean residual min=-0.003272 max=0.003706 Jy/beam ! Clean residual mean=-0.000003 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.27779 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 110 components and 0.27779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066972Jy sigma=1.182318 ! Fit after self-cal, rms=0.066970Jy sigma=1.182296 ! 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.066970Jy sigma=1.182296 ! Fit after self-cal, rms=0.067102Jy sigma=1.182152 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.816 mas, bmaj=11.76 mas, bpa=8.723 degrees ! Estimated noise=0.939915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000946583 Jy ! Component: 100 - total flux cleaned = 0.00105037 Jy ! Component: 150 - total flux cleaned = 0.00105315 Jy ! Component: 200 - total flux cleaned = 0.00107889 Jy ! Total flux subtracted in 200 components = 0.00107889 Jy ! Clean residual min=-0.003103 max=0.003360 Jy/beam ! Clean residual mean=-0.000001 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.278869 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 122 components and 0.278869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067087Jy sigma=1.182271 ! Fit after self-cal, rms=0.067083Jy sigma=1.182198 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 = 8.99485e-05 Jy ! Component: 100 - total flux cleaned = 9.13416e-05 Jy ! Component: 150 - total flux cleaned = 0.000114047 Jy ! Component: 200 - total flux cleaned = 0.000114336 Jy ! Total flux subtracted in 200 components = 0.000114336 Jy ! Clean residual min=-0.003092 max=0.003368 Jy/beam ! Clean residual mean=-0.000001 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.278984 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 128 components and 0.278984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067073Jy sigma=1.182385 ! Fit after self-cal, rms=0.067067Jy sigma=1.182321 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=3.586 mas, bmaj=7.814 mas, bpa=-4.188 degrees ! Estimated noise=0.761466 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.586 x 7.814 at -4.188 degrees (North through East) ! Clean map min=-0.003123 max=0.20339 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.961 mas, bmaj=6.718 mas, bpa=-3.634 degrees ! Estimated noise=1.03709 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.155322 Jy ! Component: 100 - total flux cleaned = 0.208895 Jy ! Component: 150 - total flux cleaned = 0.234027 Jy ! Component: 200 - total flux cleaned = 0.248227 Jy ! Total flux subtracted in 200 components = 0.248227 Jy ! Clean residual min=-0.006947 max=0.008155 Jy/beam ! Clean residual mean=-0.000028 rms=0.001623 Jy/beam ! Combined flux in latest and established models = 0.248227 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.248227 Jy ! Inverting map and beam ! Estimated beam: bmin=3.586 mas, bmaj=7.814 mas, bpa=-4.188 degrees ! Estimated noise=0.761466 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.0110904 Jy ! Component: 100 - total flux cleaned = 0.0178549 Jy ! Component: 150 - total flux cleaned = 0.0225177 Jy ! Component: 200 - total flux cleaned = 0.0258007 Jy ! Total flux subtracted in 200 components = 0.0258007 Jy ! Clean residual min=-0.003514 max=0.004465 Jy/beam ! Clean residual mean=-0.000004 rms=0.000970 Jy/beam ! Combined flux in latest and established models = 0.274027 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 51 components and 0.274027 Jy ! Inverting map ! Added new window around map position (109, -98). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00251423 Jy ! Component: 100 - total flux cleaned = 0.00317683 Jy ! Component: 150 - total flux cleaned = 0.00372625 Jy ! Component: 200 - total flux cleaned = 0.00419749 Jy ! Total flux subtracted in 200 components = 0.00419749 Jy ! Clean residual min=-0.003194 max=0.003396 Jy/beam ! Clean residual mean=-0.000014 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.278225 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 73 components and 0.278225 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.816 mas, bmaj=11.76 mas, bpa=8.723 degrees ! Estimated noise=0.939915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0016431 Jy ! Component: 100 - total flux cleaned = 0.00185013 Jy ! Component: 150 - total flux cleaned = 0.00207281 Jy ! Component: 200 - total flux cleaned = 0.00223068 Jy ! Total flux subtracted in 200 components = 0.00223068 Jy ! Clean residual min=-0.003049 max=0.003127 Jy/beam ! Clean residual mean=-0.000028 rms=0.000879 Jy/beam ! Combined flux in latest and established models = 0.280455 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.000141624 Jy ! Component: 100 - total flux cleaned = 0.000240321 Jy ! Component: 150 - total flux cleaned = 0.00036348 Jy ! Component: 200 - total flux cleaned = 0.00042054 Jy ! Total flux subtracted in 200 components = 0.00042054 Jy ! Clean residual min=-0.003006 max=0.003119 Jy/beam ! Clean residual mean=-0.000027 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.280876 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 113 components and 0.280876 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.586 mas, bmaj=7.814 mas, bpa=-4.188 degrees ! Estimated noise=0.761466 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.90853e-05 Jy ! Component: 100 - total flux cleaned = -4.65081e-05 Jy ! Component: 150 - total flux cleaned = -0.000221383 Jy ! Component: 200 - total flux cleaned = -0.000436905 Jy ! Total flux subtracted in 200 components = -0.000436905 Jy ! Clean residual min=-0.003011 max=0.003364 Jy/beam ! Clean residual mean=-0.000014 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.280439 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 127 components and 0.280439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066842Jy sigma=1.175444 ! Fit after self-cal, rms=0.066790Jy sigma=1.174493 wmodel J1033+071B_S_map.mod ! Writing 127 model components to file: J1033+071B_S_map.mod wobs J1033+071B_S_uvs.fits ! Writing UV FITS file: J1033+071B_S_uvs.fits wwins J1033+071B_S_map.win ! wwins: Wrote 3 windows to J1033+071B_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.00104005 Jy ! Component: 100 - total flux cleaned = 0.00143198 Jy ! Component: 150 - total flux cleaned = 0.00175132 Jy ! Component: 200 - total flux cleaned = 0.00200547 Jy ! Component: 250 - total flux cleaned = 0.00200652 Jy ! Component: 300 - total flux cleaned = 0.00224582 Jy ! Component: 350 - total flux cleaned = 0.00224487 Jy ! Component: 400 - total flux cleaned = 0.00224456 Jy ! Component: 450 - total flux cleaned = 0.00197968 Jy ! Component: 500 - total flux cleaned = 0.00206645 Jy ! Component: 550 - total flux cleaned = 0.00198052 Jy ! Component: 600 - total flux cleaned = 0.00193745 Jy ! Component: 650 - total flux cleaned = 0.00177539 Jy ! Component: 700 - total flux cleaned = 0.00177626 Jy ! Component: 750 - total flux cleaned = 0.00177645 Jy ! Component: 800 - total flux cleaned = 0.00177628 Jy ! Component: 850 - total flux cleaned = 0.00181392 Jy ! Component: 900 - total flux cleaned = 0.00174058 Jy ! Component: 950 - total flux cleaned = 0.00184984 Jy ! Component: 1000 - total flux cleaned = 0.00174317 Jy ! Component: 1050 - total flux cleaned = 0.00181388 Jy ! Component: 1100 - total flux cleaned = 0.00198865 Jy ! Component: 1150 - total flux cleaned = 0.00216031 Jy ! Component: 1200 - total flux cleaned = 0.0022623 Jy ! Component: 1250 - total flux cleaned = 0.00226235 Jy ! Component: 1300 - total flux cleaned = 0.00222988 Jy ! Component: 1350 - total flux cleaned = 0.00242492 Jy ! Component: 1400 - total flux cleaned = 0.00245673 Jy ! Component: 1450 - total flux cleaned = 0.00248838 Jy ! Component: 1500 - total flux cleaned = 0.00252006 Jy ! Component: 1550 - total flux cleaned = 0.00248893 Jy ! Component: 1600 - total flux cleaned = 0.00242782 Jy ! Component: 1650 - total flux cleaned = 0.00236779 Jy ! Component: 1700 - total flux cleaned = 0.00248781 Jy ! Component: 1750 - total flux cleaned = 0.00254738 Jy ! Component: 1800 - total flux cleaned = 0.00260624 Jy ! Component: 1850 - total flux cleaned = 0.00272242 Jy ! Component: 1900 - total flux cleaned = 0.00277981 Jy ! Component: 1950 - total flux cleaned = 0.00292188 Jy ! Component: 2000 - total flux cleaned = 0.00292176 Jy ! Component: 2050 - total flux cleaned = 0.00294967 Jy ! Component: 2100 - total flux cleaned = 0.00292246 Jy ! Component: 2150 - total flux cleaned = 0.0030042 Jy ! Component: 2200 - total flux cleaned = 0.0030582 Jy ! Component: 2250 - total flux cleaned = 0.00289698 Jy ! Component: 2300 - total flux cleaned = 0.00287035 Jy ! Component: 2350 - total flux cleaned = 0.00294918 Jy ! Component: 2400 - total flux cleaned = 0.0027922 Jy ! Component: 2450 - total flux cleaned = 0.00279232 Jy ! Component: 2500 - total flux cleaned = 0.00276678 Jy ! Component: 2550 - total flux cleaned = 0.00271559 Jy ! Component: 2600 - total flux cleaned = 0.00279125 Jy ! Component: 2650 - total flux cleaned = 0.00274091 Jy ! Component: 2700 - total flux cleaned = 0.00269087 Jy ! Component: 2750 - total flux cleaned = 0.00254283 Jy ! Component: 2800 - total flux cleaned = 0.0024207 Jy ! Component: 2850 - total flux cleaned = 0.00239644 Jy ! Component: 2900 - total flux cleaned = 0.00237247 Jy ! Component: 2950 - total flux cleaned = 0.0023722 Jy ! Component: 3000 - total flux cleaned = 0.00230089 Jy ! Component: 3050 - total flux cleaned = 0.00220688 Jy ! Component: 3100 - total flux cleaned = 0.00223006 Jy ! Component: 3150 - total flux cleaned = 0.00206774 Jy ! Component: 3200 - total flux cleaned = 0.00209091 Jy ! Component: 3250 - total flux cleaned = 0.00211369 Jy ! Component: 3300 - total flux cleaned = 0.00206825 Jy ! Component: 3350 - total flux cleaned = 0.00211346 Jy ! Component: 3400 - total flux cleaned = 0.00202366 Jy ! Component: 3450 - total flux cleaned = 0.00197899 Jy ! Component: 3500 - total flux cleaned = 0.00200134 Jy ! Component: 3550 - total flux cleaned = 0.00202318 Jy ! Component: 3600 - total flux cleaned = 0.00195745 Jy ! Component: 3650 - total flux cleaned = 0.00193579 Jy ! Component: 3700 - total flux cleaned = 0.00191413 Jy ! Component: 3750 - total flux cleaned = 0.00197855 Jy ! Component: 3800 - total flux cleaned = 0.00191484 Jy ! Component: 3850 - total flux cleaned = 0.0019148 Jy ! Component: 3900 - total flux cleaned = 0.0019148 Jy ! Component: 3950 - total flux cleaned = 0.00181021 Jy ! Component: 4000 - total flux cleaned = 0.00174791 Jy ! Component: 4050 - total flux cleaned = 0.00162384 Jy ! Total flux subtracted in 4096 components = 0.00164418 Jy ! Clean residual min=-0.001250 max=0.001286 Jy/beam ! Clean residual mean=-0.000004 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.282083 Jy keep ! Adding 345 model components to the UV plane model. ! The established model now contains 472 components and 0.282083 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /scr/pima/rv119_uvs/J1033+071B_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.586 x 7.814 at -4.188 degrees (North through East) ! Clean map min=-0.0023608 max=0.2028 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv119_uvs/J1033+071B_S_map.fits wmodel /scr/pima/rv119_uvs/J1033+071B_S_map.mod ! Writing 472 model components to file: /scr/pima/rv119_uvs/J1033+071B_S_map.mod wobs /scr/pima/rv119_uvs/J1033+071B_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv119_uvs/J1033+071B_S_uvs.fits wwins /scr/pima/rv119_uvs/J1033+071B_S_map.win ! wwins: Wrote 4 windows to /scr/pima/rv119_uvs/J1033+071B_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.202798 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000391168 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.578657 0.578657 1.15731 2.31463 4.62926 9.25851 18.517 37.0341 74.0681 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.202 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 518.441 quit ! Quitting program ! Log file /scr/pima/rv119_uvs/J1033+071B_S_dfm.log closed on Sun Dec 17 11:36:02 2017