! Started logfile: /scr/pima/bg219e_uvs/J0001+6051_S_dfm.log on Thu May 19 18:12:34 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/bg219e_uvs/J0001+6051_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J0001+6051_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.742832 visibilities/baseline/integration-bin. ! Found source: J0001+6051 ! ! 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 6632 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 J0001+6051_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 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 86 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.012463Jy sigma=22.323560 ! Fit after self-cal, rms=0.915006Jy sigma=20.275665 ! 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=4.33 mas, bmaj=9.128 mas, bpa=56.53 degrees ! Estimated noise=0.614436 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.0614773 Jy ! Component: 100 - total flux cleaned = 0.0822557 Jy ! Total flux subtracted in 100 components = 0.0822557 Jy ! Clean residual min=-0.005288 max=0.009566 Jy/beam ! Clean residual mean=-0.000048 rms=0.001605 Jy/beam ! Combined flux in latest and established models = 0.0822557 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0822557 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069134Jy sigma=1.458855 ! Fit after self-cal, rms=0.068275Jy sigma=1.441758 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0117872 Jy ! Component: 100 - total flux cleaned = 0.0195972 Jy ! Total flux subtracted in 100 components = 0.0195972 Jy ! Clean residual min=-0.004213 max=0.006362 Jy/beam ! Clean residual mean=-0.000027 rms=0.001201 Jy/beam ! Combined flux in latest and established models = 0.101853 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 44 components and 0.101853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064887Jy sigma=1.364495 ! Fit after self-cal, rms=0.064781Jy sigma=1.362557 ! 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=5.485 mas, bmaj=10.09 mas, bpa=58.75 degrees ! Estimated noise=0.42737 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 (9, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105187 Jy ! Component: 100 - total flux cleaned = 0.0168502 Jy ! Component: 150 - total flux cleaned = 0.0210866 Jy ! Component: 200 - total flux cleaned = 0.024006 Jy ! Total flux subtracted in 200 components = 0.024006 Jy ! Clean residual min=-0.003259 max=0.003658 Jy/beam ! Clean residual mean=-0.000005 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.125859 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 103 components and 0.125859 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062907Jy sigma=1.319059 ! Fit after self-cal, rms=0.062736Jy sigma=1.315741 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.485 x 10.09 at 58.75 degrees (North through East) ! Clean map min=-0.0027342 max=0.081364 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 1.03 FD 0.96 HN 1.08 KP 0.95 ! LA 0.96 NL 0.97 OV 0.99 PT 0.98 ! SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.93 HN 1.03 KP 0.97 ! LA 0.98 NL 0.94 OV 1.03 PT 0.94 ! SC 0.89 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 1.01 KP 1.00 ! LA 1.03 NL 1.06 OV 1.02 PT 0.96 ! SC 0.90 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.98 HN 1.01 KP 1.05 ! LA 1.00 NL 1.00 OV 1.03 PT 0.99 ! SC 0.88 ! ! ! Fit before self-cal, rms=0.062736Jy sigma=1.315741 ! Fit after self-cal, rms=0.061603Jy sigma=1.310997 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.5 mas, bmaj=10.15 mas, bpa=59.04 degrees ! Estimated noise=0.420187 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.000162481 Jy ! Component: 100 - total flux cleaned = 9.41085e-05 Jy ! Component: 150 - total flux cleaned = -8.22298e-06 Jy ! Component: 200 - total flux cleaned = -0.000183017 Jy ! Total flux subtracted in 200 components = -0.000183017 Jy ! Clean residual min=-0.002371 max=0.002807 Jy/beam ! Clean residual mean=0.000014 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.125676 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 131 components and 0.125676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061501Jy sigma=1.308571 ! Fit after self-cal, rms=0.061501Jy sigma=1.308341 ! 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.061501Jy sigma=1.308341 ! Fit after self-cal, rms=0.061369Jy sigma=1.304315 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.492 mas, bmaj=10.11 mas, bpa=58.6 degrees ! Estimated noise=0.418821 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000642937 Jy ! Component: 100 - total flux cleaned = 0.000646784 Jy ! Component: 150 - total flux cleaned = 0.000588664 Jy ! Component: 200 - total flux cleaned = 0.000537278 Jy ! Total flux subtracted in 200 components = 0.000537278 Jy ! Clean residual min=-0.002047 max=0.002461 Jy/beam ! Clean residual mean=0.000003 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.126213 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 153 components and 0.126213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061337Jy sigma=1.303465 ! Fit after self-cal, rms=0.061356Jy sigma=1.303216 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 = 3.40817e-06 Jy ! Component: 100 - total flux cleaned = -6.64729e-05 Jy ! Component: 150 - total flux cleaned = -8.76166e-05 Jy ! Component: 200 - total flux cleaned = -0.000108489 Jy ! Total flux subtracted in 200 components = -0.000108489 Jy ! Clean residual min=-0.001997 max=0.002395 Jy/beam ! Clean residual mean=0.000003 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.126105 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 168 components and 0.126105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061340Jy sigma=1.302785 ! Fit after self-cal, rms=0.061335Jy sigma=1.302722 ! 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.061335Jy sigma=1.302722 ! Fit after self-cal, rms=0.061262Jy sigma=1.303143 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.51 mas, bmaj=10.07 mas, bpa=58.19 degrees ! Estimated noise=0.41736 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.13946e-05 Jy ! Component: 100 - total flux cleaned = -0.000209937 Jy ! Component: 150 - total flux cleaned = -0.000300216 Jy ! Component: 200 - total flux cleaned = -0.000340356 Jy ! Total flux subtracted in 200 components = -0.000340356 Jy ! Clean residual min=-0.001872 max=0.002356 Jy/beam ! Clean residual mean=0.000001 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.125764 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 186 components and 0.125764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061243Jy sigma=1.302715 ! Fit after self-cal, rms=0.061242Jy sigma=1.302647 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.49523e-05 Jy ! Component: 100 - total flux cleaned = -0.000135187 Jy ! Component: 150 - total flux cleaned = -0.000189658 Jy ! Component: 200 - total flux cleaned = -0.000223708 Jy ! Total flux subtracted in 200 components = -0.000223708 Jy ! Clean residual min=-0.001867 max=0.002314 Jy/beam ! Clean residual mean=0.000000 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.125541 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 190 components and 0.125541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061231Jy sigma=1.302387 ! Fit after self-cal, rms=0.061227Jy sigma=1.302351 ! 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.061227Jy sigma=1.302351 ! Fit after self-cal, rms=0.061143Jy sigma=1.302374 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.471 mas, bmaj=12.04 mas, bpa=62.59 degrees ! Estimated noise=0.458133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000206932 Jy ! Component: 100 - total flux cleaned = -0.000318022 Jy ! Component: 150 - total flux cleaned = -0.000447426 Jy ! Component: 200 - total flux cleaned = -0.000540913 Jy ! Total flux subtracted in 200 components = -0.000540913 Jy ! Clean residual min=-0.002200 max=0.002428 Jy/beam ! Clean residual mean=-0.000001 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.125 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 202 components and 0.125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061134Jy sigma=1.302224 ! Fit after self-cal, rms=0.061136Jy sigma=1.302190 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.33542e-06 Jy ! Component: 100 - total flux cleaned = -6.47681e-05 Jy ! Component: 150 - total flux cleaned = -7.79451e-05 Jy ! Component: 200 - total flux cleaned = -8.97598e-05 Jy ! Total flux subtracted in 200 components = -8.97598e-05 Jy ! Clean residual min=-0.002201 max=0.002429 Jy/beam ! Clean residual mean=-0.000001 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.12491 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 213 components and 0.12491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061131Jy sigma=1.302091 ! Fit after self-cal, rms=0.061130Jy sigma=1.302062 ! 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=5.517 mas, bmaj=10.05 mas, bpa=57.97 degrees ! Estimated noise=0.416315 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.517 x 10.05 at 57.97 degrees (North through East) ! Clean map min=-0.0021677 max=0.079398 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=4.352 mas, bmaj=9.071 mas, bpa=55.59 degrees ! Estimated noise=0.597954 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0608128 Jy ! Component: 100 - total flux cleaned = 0.082791 Jy ! Component: 150 - total flux cleaned = 0.0941635 Jy ! Component: 200 - total flux cleaned = 0.1023 Jy ! Total flux subtracted in 200 components = 0.1023 Jy ! Clean residual min=-0.004153 max=0.004677 Jy/beam ! Clean residual mean=-0.000022 rms=0.001115 Jy/beam ! Combined flux in latest and established models = 0.1023 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 45 model components to the UV plane model. ! The established model now contains 45 components and 0.1023 Jy ! Inverting map and beam ! Estimated beam: bmin=5.517 mas, bmaj=10.05 mas, bpa=57.97 degrees ! Estimated noise=0.416315 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.00908129 Jy ! Component: 100 - total flux cleaned = 0.0146692 Jy ! Component: 150 - total flux cleaned = 0.0183827 Jy ! Component: 200 - total flux cleaned = 0.0206396 Jy ! Total flux subtracted in 200 components = 0.0206396 Jy ! Clean residual min=-0.002462 max=0.002558 Jy/beam ! Clean residual mean=-0.000007 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.122939 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 96 components and 0.122939 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.471 mas, bmaj=12.04 mas, bpa=62.59 degrees ! Estimated noise=0.458133 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117906 Jy ! Component: 100 - total flux cleaned = 0.00145171 Jy ! Component: 150 - total flux cleaned = 0.0016637 Jy ! Component: 200 - total flux cleaned = 0.00166019 Jy ! Total flux subtracted in 200 components = 0.00166019 Jy ! Clean residual min=-0.002411 max=0.002610 Jy/beam ! Clean residual mean=-0.000003 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.124599 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 = 3.88326e-05 Jy ! Component: 100 - total flux cleaned = 0.000104203 Jy ! Component: 150 - total flux cleaned = 0.000133103 Jy ! Component: 200 - total flux cleaned = 0.00018295 Jy ! Total flux subtracted in 200 components = 0.00018295 Jy ! Clean residual min=-0.002314 max=0.002579 Jy/beam ! Clean residual mean=-0.000002 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.124782 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 154 components and 0.124782 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.517 mas, bmaj=10.05 mas, bpa=57.97 degrees ! Estimated noise=0.416315 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00027632 Jy ! Component: 100 - total flux cleaned = -0.000184803 Jy ! Component: 150 - total flux cleaned = -0.000184822 Jy ! Component: 200 - total flux cleaned = -0.000159434 Jy ! Total flux subtracted in 200 components = -0.000159434 Jy ! Clean residual min=-0.001901 max=0.002504 Jy/beam ! Clean residual mean=-0.000002 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.124623 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 173 components and 0.124623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061139Jy sigma=1.302213 ! Fit after self-cal, rms=0.061134Jy sigma=1.302082 wmodel /J0001+6051_S_map.mod ! wmodel: Unable to open new model file: /J0001+6051_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219e_uvs/J0001+6051_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.517 x 10.05 at 57.97 degrees (North through East) ! Clean map min=-0.002028 max=0.078884 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J0001+6051_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0788844 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000569415 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.1655 2.1655 4.33101 8.66201 17.324 34.648 69.2961 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.078 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 138.535 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J0001+6051_S_dfm.log closed on Thu May 19 18:12:36 2016