! Started logfile: /scr/pima/bg219b_uvs/J0354+8009_S_dfm.log on Thu May 19 20:00:16 2016 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.22000 obs /scr/pima/bg219b_uvs/J0354+8009_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0354+8009_S_uva.fits ! AN table 1: 42 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.802116 visibilities/baseline/integration-bin. ! Found source: J0354+8009 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 6064 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 J0354+8009_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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 40 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.024681Jy sigma=21.636555 ! Fit after self-cal, rms=0.823543Jy sigma=17.357588 ! 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.714 mas, bmaj=9.027 mas, bpa=-39.49 degrees ! Estimated noise=0.797687 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.132076 Jy ! Component: 100 - total flux cleaned = 0.167136 Jy ! Total flux subtracted in 100 components = 0.167136 Jy ! Clean residual min=-0.007334 max=0.014955 Jy/beam ! Clean residual mean=-0.000225 rms=0.002362 Jy/beam ! Combined flux in latest and established models = 0.167136 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.167136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077989Jy sigma=1.584106 ! Fit after self-cal, rms=0.077771Jy sigma=1.580988 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0184046 Jy ! Component: 100 - total flux cleaned = 0.0303885 Jy ! Total flux subtracted in 100 components = 0.0303885 Jy ! Clean residual min=-0.006096 max=0.008383 Jy/beam ! Clean residual mean=-0.000157 rms=0.001768 Jy/beam ! Combined flux in latest and established models = 0.197524 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 33 components and 0.197524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071131Jy sigma=1.441320 ! Fit after self-cal, rms=0.070884Jy sigma=1.437239 ! 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.429 mas, bmaj=9.883 mas, bpa=-38 degrees ! Estimated noise=0.454676 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.013115 Jy ! Component: 100 - total flux cleaned = 0.021024 Jy ! Component: 150 - total flux cleaned = 0.0251981 Jy ! Component: 200 - total flux cleaned = 0.0274438 Jy ! Total flux subtracted in 200 components = 0.0274438 Jy ! Clean residual min=-0.005150 max=0.006190 Jy/beam ! Clean residual mean=-0.000110 rms=0.001681 Jy/beam ! Combined flux in latest and established models = 0.224968 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 70 components and 0.224968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068042Jy sigma=1.381414 ! Fit after self-cal, rms=0.067957Jy sigma=1.379990 ! 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.429 x 9.883 at -38 degrees (North through East) ! Clean map min=-0.0046235 max=0.17414 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.96 HN 1.03 KP 0.93 ! LA 0.96 MK 1.04 NL 0.99 OV 0.97 ! PT 1.13 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.98 HN 1.04 KP 0.96 ! LA 0.95 MK 1.03 NL 0.96 OV 1.01 ! PT 1.14 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.96 HN 1.01 KP 0.96 ! LA 0.94 MK 0.98 NL 0.97 OV 0.99 ! PT 1.08 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.99 HN 1.01 KP 0.97 ! LA 0.96 MK 1.01 NL 1.00 OV 0.99 ! PT 1.07 SC 0.98 ! ! ! Fit before self-cal, rms=0.067957Jy sigma=1.379990 ! Fit after self-cal, rms=0.066329Jy sigma=1.354310 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.444 mas, bmaj=9.877 mas, bpa=-37.96 degrees ! Estimated noise=0.450612 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.00142003 Jy ! Component: 100 - total flux cleaned = 0.00203712 Jy ! Component: 150 - total flux cleaned = 0.00213979 Jy ! Component: 200 - total flux cleaned = 0.0022711 Jy ! Total flux subtracted in 200 components = 0.0022711 Jy ! Clean residual min=-0.005964 max=0.004701 Jy/beam ! Clean residual mean=-0.000097 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.227239 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 81 components and 0.227239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066202Jy sigma=1.351657 ! Fit after self-cal, rms=0.066182Jy sigma=1.351170 ! 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.066182Jy sigma=1.351170 ! Fit after self-cal, rms=0.064451Jy sigma=1.319171 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.456 mas, bmaj=9.866 mas, bpa=-38.16 degrees ! Estimated noise=0.446287 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00235614 Jy ! Component: 100 - total flux cleaned = -0.00314 Jy ! Component: 150 - total flux cleaned = -0.00333313 Jy ! Component: 200 - total flux cleaned = -0.00340057 Jy ! Total flux subtracted in 200 components = -0.00340057 Jy ! Clean residual min=-0.002819 max=0.003218 Jy/beam ! Clean residual mean=-0.000038 rms=0.000827 Jy/beam ! Combined flux in latest and established models = 0.223839 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 102 components and 0.223839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064361Jy sigma=1.317049 ! Fit after self-cal, rms=0.064371Jy sigma=1.316775 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 = -6.44133e-05 Jy ! Component: 100 - total flux cleaned = -0.000126686 Jy ! Component: 150 - total flux cleaned = -0.000153736 Jy ! Component: 200 - total flux cleaned = -0.000154122 Jy ! Total flux subtracted in 200 components = -0.000154122 Jy ! Clean residual min=-0.002788 max=0.003139 Jy/beam ! Clean residual mean=-0.000038 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.223685 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 112 components and 0.223685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064345Jy sigma=1.316239 ! Fit after self-cal, rms=0.064339Jy sigma=1.316174 ! 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.064339Jy sigma=1.316174 ! Fit after self-cal, rms=0.063873Jy sigma=1.309693 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.458 mas, bmaj=9.837 mas, bpa=-38.25 degrees ! Estimated noise=0.444241 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000358357 Jy ! Component: 100 - total flux cleaned = -0.000397089 Jy ! Component: 150 - total flux cleaned = -0.000304461 Jy ! Component: 200 - total flux cleaned = -0.000193205 Jy ! Total flux subtracted in 200 components = -0.000193205 Jy ! Clean residual min=-0.002407 max=0.003139 Jy/beam ! Clean residual mean=-0.000022 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.223491 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 119 components and 0.223491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063835Jy sigma=1.308911 ! Fit after self-cal, rms=0.063838Jy sigma=1.308846 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 (82, 42.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00279824 Jy ! Component: 100 - total flux cleaned = 0.00435948 Jy ! Component: 150 - total flux cleaned = 0.00520222 Jy ! Component: 200 - total flux cleaned = 0.00596699 Jy ! Total flux subtracted in 200 components = 0.00596699 Jy ! Clean residual min=-0.002331 max=0.002582 Jy/beam ! Clean residual mean=-0.000023 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.229458 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 148 components and 0.229458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063693Jy sigma=1.305726 ! Fit after self-cal, rms=0.063687Jy sigma=1.305594 ! 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.063687Jy sigma=1.305594 ! Fit after self-cal, rms=0.063446Jy sigma=1.305331 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.467 mas, bmaj=12.41 mas, bpa=-36.62 degrees ! Estimated noise=0.533355 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142001 Jy ! Component: 100 - total flux cleaned = 0.00206792 Jy ! Component: 150 - total flux cleaned = 0.00264 Jy ! Component: 200 - total flux cleaned = 0.00308843 Jy ! Total flux subtracted in 200 components = 0.00308843 Jy ! Clean residual min=-0.003274 max=0.002903 Jy/beam ! Clean residual mean=-0.000037 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.232547 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 162 components and 0.232547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063424Jy sigma=1.304692 ! Fit after self-cal, rms=0.063420Jy sigma=1.304615 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.000413646 Jy ! Component: 100 - total flux cleaned = 0.000716923 Jy ! Component: 150 - total flux cleaned = 0.000912626 Jy ! Component: 200 - total flux cleaned = 0.00106547 Jy ! Total flux subtracted in 200 components = 0.00106547 Jy ! Clean residual min=-0.003195 max=0.002870 Jy/beam ! Clean residual mean=-0.000035 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.233612 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 176 components and 0.233612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063420Jy sigma=1.304530 ! Fit after self-cal, rms=0.063417Jy sigma=1.304484 ! 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.461 mas, bmaj=9.832 mas, bpa=-38.32 degrees ! Estimated noise=0.442522 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.461 x 9.832 at -38.32 degrees (North through East) ! Clean map min=-0.0026807 max=0.16928 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.737 mas, bmaj=8.969 mas, bpa=-39.78 degrees ! Estimated noise=0.778648 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.128494 Jy ! Component: 100 - total flux cleaned = 0.163665 Jy ! Component: 150 - total flux cleaned = 0.182655 Jy ! Component: 200 - total flux cleaned = 0.195138 Jy ! Total flux subtracted in 200 components = 0.195138 Jy ! Clean residual min=-0.004968 max=0.007226 Jy/beam ! Clean residual mean=-0.000083 rms=0.001356 Jy/beam ! Combined flux in latest and established models = 0.195138 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.195138 Jy ! Inverting map and beam ! Estimated beam: bmin=3.461 mas, bmaj=9.832 mas, bpa=-38.32 degrees ! Estimated noise=0.442522 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.0118729 Jy ! Component: 100 - total flux cleaned = 0.0185668 Jy ! Component: 150 - total flux cleaned = 0.022844 Jy ! Component: 200 - total flux cleaned = 0.0252806 Jy ! Total flux subtracted in 200 components = 0.0252806 Jy ! Clean residual min=-0.002631 max=0.003800 Jy/beam ! Clean residual mean=-0.000029 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.220418 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 83 components and 0.220418 Jy ! Inverting map ! Added new window around map position (8.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00282267 Jy ! Component: 100 - total flux cleaned = 0.00452055 Jy ! Component: 150 - total flux cleaned = 0.00599941 Jy ! Component: 200 - total flux cleaned = 0.00724406 Jy ! Total flux subtracted in 200 components = 0.00724406 Jy ! Clean residual min=-0.002290 max=0.002619 Jy/beam ! Clean residual mean=-0.000020 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.227662 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 110 components and 0.227662 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=7.467 mas, bmaj=12.41 mas, bpa=-36.62 degrees ! Estimated noise=0.533355 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00163968 Jy ! Component: 100 - total flux cleaned = 0.00270084 Jy ! Component: 150 - total flux cleaned = 0.00347867 Jy ! Component: 200 - total flux cleaned = 0.00390662 Jy ! Total flux subtracted in 200 components = 0.00390662 Jy ! Clean residual min=-0.002834 max=0.002745 Jy/beam ! Clean residual mean=-0.000037 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.231569 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.000413577 Jy ! Component: 100 - total flux cleaned = 0.000704636 Jy ! Component: 150 - total flux cleaned = 0.000965431 Jy ! Component: 200 - total flux cleaned = 0.00108462 Jy ! Total flux subtracted in 200 components = 0.00108462 Jy ! Clean residual min=-0.002732 max=0.002587 Jy/beam ! Clean residual mean=-0.000036 rms=0.000779 Jy/beam ! Combined flux in latest and established models = 0.232654 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 178 components and 0.232653 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.461 mas, bmaj=9.832 mas, bpa=-38.32 degrees ! Estimated noise=0.442522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000457221 Jy ! Component: 100 - total flux cleaned = 0.000586203 Jy ! Component: 150 - total flux cleaned = 0.000698714 Jy ! Component: 200 - total flux cleaned = 0.000733444 Jy ! Total flux subtracted in 200 components = 0.000733444 Jy ! Clean residual min=-0.002153 max=0.002315 Jy/beam ! Clean residual mean=-0.000016 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.233387 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 203 components and 0.233387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063286Jy sigma=1.301468 ! Fit after self-cal, rms=0.063270Jy sigma=1.301155 wmodel /J0354+8009_S_map.mod ! wmodel: Unable to open new model file: /J0354+8009_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219b_uvs/J0354+8009_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.461 x 9.832 at -38.32 degrees (North through East) ! Clean map min=-0.002479 max=0.1693 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0354+8009_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.1693 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000563398 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.998341 0.998341 1.99668 3.99336 7.98673 15.9735 31.9469 63.8938 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.169 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 300.498 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0354+8009_S_dfm.log closed on Thu May 19 20:00:18 2016