! Started logfile: /scr/pima/bg219i_uvs/J1430-0009_S_dfm.log on Thu May 19 23:24:12 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/bg219i_uvs/J1430-0009_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J1430-0009_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.972222 visibilities/baseline/integration-bin. ! Found source: J1430-0009 ! ! 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 8680 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 J1430-0009_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 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 54 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999872Jy sigma=23.862030 ! Fit after self-cal, rms=0.953099Jy sigma=22.762387 ! 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.983 mas, bmaj=6.372 mas, bpa=-2.706 degrees ! Estimated noise=0.479683 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.0360515 Jy ! Component: 100 - total flux cleaned = 0.0446018 Jy ! Total flux subtracted in 100 components = 0.0446018 Jy ! Clean residual min=-0.002950 max=0.003645 Jy/beam ! Clean residual mean=-0.000007 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.0446018 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0446018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060812Jy sigma=1.386536 ! Fit after self-cal, rms=0.059147Jy sigma=1.347554 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00517071 Jy ! Component: 100 - total flux cleaned = 0.00798318 Jy ! Total flux subtracted in 100 components = 0.00798318 Jy ! Clean residual min=-0.002461 max=0.002676 Jy/beam ! Clean residual mean=-0.000005 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.052585 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 26 components and 0.052585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058509Jy sigma=1.331388 ! Fit after self-cal, rms=0.058462Jy sigma=1.330845 ! 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.573 mas, bmaj=7.421 mas, bpa=-3.162 degrees ! Estimated noise=0.340763 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.00288965 Jy ! Component: 100 - total flux cleaned = 0.00429893 Jy ! Component: 150 - total flux cleaned = 0.00513421 Jy ! Component: 200 - total flux cleaned = 0.00565359 Jy ! Total flux subtracted in 200 components = 0.00565359 Jy ! Clean residual min=-0.002134 max=0.002278 Jy/beam ! Clean residual mean=-0.000005 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0582386 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 42 components and 0.0582386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058336Jy sigma=1.327346 ! Fit after self-cal, rms=0.058316Jy sigma=1.327189 ! 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.573 x 7.421 at -3.162 degrees (North through East) ! Clean map min=-0.0020874 max=0.050076 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.01 FD 1.01 KP 0.98 LA 1.02 ! MK 0.98 NL 1.10 OV 1.01 PT 0.96 ! SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.92 KP 0.98 LA 1.01 ! MK 1.06 NL 1.15 OV 0.97 PT 0.92 ! SC 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.94 KP 0.99 LA 1.00 ! MK 0.97 NL 1.09 OV 1.02 PT 0.94 ! SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.86 KP 0.99 LA 1.05 ! MK 0.98 NL 1.12 OV 1.06 PT 0.96 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.058316Jy sigma=1.327189 ! Fit after self-cal, rms=0.058690Jy sigma=1.324042 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.581 mas, bmaj=7.47 mas, bpa=-3.012 degrees ! Estimated noise=0.339981 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.00011998 Jy ! Component: 100 - total flux cleaned = 8.91906e-05 Jy ! Component: 150 - total flux cleaned = 8.93811e-05 Jy ! Component: 200 - total flux cleaned = 6.19703e-05 Jy ! Total flux subtracted in 200 components = 6.19703e-05 Jy ! Clean residual min=-0.001941 max=0.002123 Jy/beam ! Clean residual mean=-0.000002 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.0583006 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.0583006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058682Jy sigma=1.323866 ! Fit after self-cal, rms=0.058743Jy sigma=1.323534 ! 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.058743Jy sigma=1.323534 ! Fit after self-cal, rms=0.058697Jy sigma=1.322158 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.585 mas, bmaj=7.47 mas, bpa=-2.897 degrees ! Estimated noise=0.339901 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012184 Jy ! Component: 100 - total flux cleaned = 0.000108719 Jy ! Component: 150 - total flux cleaned = 8.47139e-05 Jy ! Component: 200 - total flux cleaned = 7.34147e-05 Jy ! Total flux subtracted in 200 components = 7.34147e-05 Jy ! Clean residual min=-0.001852 max=0.002051 Jy/beam ! Clean residual mean=-0.000002 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.058374 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.058374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058691Jy sigma=1.322030 ! Fit after self-cal, rms=0.058706Jy sigma=1.321895 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 (-124.5, 64.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132856 Jy ! Component: 100 - total flux cleaned = 0.00132452 Jy ! Component: 150 - total flux cleaned = 0.00130063 Jy ! Component: 200 - total flux cleaned = 0.00130071 Jy ! Total flux subtracted in 200 components = 0.00130071 Jy ! Clean residual min=-0.001718 max=0.001574 Jy/beam ! Clean residual mean=-0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0596747 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 71 components and 0.0596747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058651Jy sigma=1.320701 ! Fit after self-cal, rms=0.058642Jy sigma=1.320492 ! 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.058642Jy sigma=1.320492 ! Fit after self-cal, rms=0.058562Jy sigma=1.320382 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.588 mas, bmaj=7.471 mas, bpa=-2.805 degrees ! Estimated noise=0.339487 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468126 Jy ! Component: 100 - total flux cleaned = 0.000527088 Jy ! Component: 150 - total flux cleaned = 0.000559237 Jy ! Component: 200 - total flux cleaned = 0.000559453 Jy ! Total flux subtracted in 200 components = 0.000559453 Jy ! Clean residual min=-0.001678 max=0.001519 Jy/beam ! Clean residual mean=-0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0602342 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 81 components and 0.0602342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058547Jy sigma=1.320076 ! Fit after self-cal, rms=0.058547Jy sigma=1.320030 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.61184e-05 Jy ! Component: 100 - total flux cleaned = 9.6631e-05 Jy ! Component: 150 - total flux cleaned = 0.000108318 Jy ! Component: 200 - total flux cleaned = 0.000119289 Jy ! Total flux subtracted in 200 components = 0.000119289 Jy ! Clean residual min=-0.001669 max=0.001510 Jy/beam ! Clean residual mean=-0.000001 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.0603535 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 89 components and 0.0603535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058541Jy sigma=1.319911 ! Fit after self-cal, rms=0.058541Jy sigma=1.319900 ! 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.058541Jy sigma=1.319900 ! Fit after self-cal, rms=0.058548Jy sigma=1.319860 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.3 mas, bmaj=12.77 mas, bpa=10.81 degrees ! Estimated noise=0.428142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000294939 Jy ! Component: 100 - total flux cleaned = 0.000342927 Jy ! Component: 150 - total flux cleaned = 0.00040495 Jy ! Component: 200 - total flux cleaned = 0.000415798 Jy ! Total flux subtracted in 200 components = 0.000415798 Jy ! Clean residual min=-0.001727 max=0.001699 Jy/beam ! Clean residual mean=-0.000002 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.0607693 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 99 components and 0.0607693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058547Jy sigma=1.319864 ! Fit after self-cal, rms=0.058546Jy sigma=1.319803 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 = -4.02559e-06 Jy ! Component: 100 - total flux cleaned = 4.35176e-05 Jy ! Component: 150 - total flux cleaned = 5.32824e-05 Jy ! Component: 200 - total flux cleaned = 5.29929e-05 Jy ! Total flux subtracted in 200 components = 5.29929e-05 Jy ! Clean residual min=-0.001723 max=0.001699 Jy/beam ! Clean residual mean=-0.000002 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.0608222 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 103 components and 0.0608222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058546Jy sigma=1.319823 ! Fit after self-cal, rms=0.058544Jy sigma=1.319777 ! 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.591 mas, bmaj=7.476 mas, bpa=-2.789 degrees ! Estimated noise=0.33947 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.591 x 7.476 at -2.789 degrees (North through East) ! Clean map min=-0.0016185 max=0.049398 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.99 mas, bmaj=6.409 mas, bpa=-2.411 degrees ! Estimated noise=0.480071 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.037254 Jy ! Component: 100 - total flux cleaned = 0.0465148 Jy ! Component: 150 - total flux cleaned = 0.0512798 Jy ! Component: 200 - total flux cleaned = 0.0542761 Jy ! Total flux subtracted in 200 components = 0.0542761 Jy ! Clean residual min=-0.002505 max=0.002280 Jy/beam ! Clean residual mean=-0.000002 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.0542761 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0542761 Jy ! Inverting map and beam ! Estimated beam: bmin=3.591 mas, bmaj=7.476 mas, bpa=-2.789 degrees ! Estimated noise=0.33947 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.00291266 Jy ! Component: 100 - total flux cleaned = 0.00433896 Jy ! Component: 150 - total flux cleaned = 0.00474033 Jy ! Component: 200 - total flux cleaned = 0.00506039 Jy ! Total flux subtracted in 200 components = 0.00506039 Jy ! Clean residual min=-0.001923 max=0.001558 Jy/beam ! Clean residual mean=-0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0593365 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 43 components and 0.0593365 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.3 mas, bmaj=12.77 mas, bpa=10.81 degrees ! Estimated noise=0.428142 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102255 Jy ! Component: 100 - total flux cleaned = 0.0011813 Jy ! Component: 150 - total flux cleaned = 0.00125861 Jy ! Component: 200 - total flux cleaned = 0.00134074 Jy ! Total flux subtracted in 200 components = 0.00134074 Jy ! Clean residual min=-0.001774 max=0.001706 Jy/beam ! Clean residual mean=-0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.0606772 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 = 2.68746e-05 Jy ! Component: 100 - total flux cleaned = 4.97937e-05 Jy ! Component: 150 - total flux cleaned = 6.00339e-05 Jy ! Component: 200 - total flux cleaned = 6.9864e-05 Jy ! Total flux subtracted in 200 components = 6.9864e-05 Jy ! Clean residual min=-0.001731 max=0.001711 Jy/beam ! Clean residual mean=-0.000002 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0607471 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 74 components and 0.0607471 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.591 mas, bmaj=7.476 mas, bpa=-2.789 degrees ! Estimated noise=0.33947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000194784 Jy ! Component: 100 - total flux cleaned = -0.00019584 Jy ! Component: 150 - total flux cleaned = -0.000159873 Jy ! Component: 200 - total flux cleaned = -0.000127465 Jy ! Total flux subtracted in 200 components = -0.000127465 Jy ! Clean residual min=-0.001736 max=0.001529 Jy/beam ! Clean residual mean=-0.000001 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0606196 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 88 components and 0.0606196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058556Jy sigma=1.320062 ! Fit after self-cal, rms=0.058555Jy sigma=1.320016 wmodel /J1430-0009_S_map.mod ! wmodel: Unable to open new model file: /J1430-0009_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219i_uvs/J1430-0009_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.591 x 7.476 at -2.789 degrees (North through East) ! Clean map min=-0.0016781 max=0.049481 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J1430-0009_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.0494809 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000398504 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.41611 2.41611 4.83221 9.66443 19.3289 38.6577 77.3154 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.049 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 124.166 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J1430-0009_S_dfm.log closed on Thu May 19 23:24:14 2016