! Started logfile: /scr/pima/bg219i_uvs/J0923-2135_S_dfm.log on Thu May 19 23:12:48 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/J0923-2135_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0923-2135_S_uva.fits ! AN table 1: 28 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0923-2135 ! ! 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 5040 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 J0923-2135_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.021195Jy sigma=19.067466 ! Fit after self-cal, rms=0.833135Jy sigma=15.638773 ! 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.419 mas, bmaj=6.235 mas, bpa=-2.312 degrees ! Estimated noise=0.766071 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.125247 Jy ! Component: 100 - total flux cleaned = 0.158635 Jy ! Total flux subtracted in 100 components = 0.158635 Jy ! Clean residual min=-0.006160 max=0.014094 Jy/beam ! Clean residual mean=0.000010 rms=0.001828 Jy/beam ! Combined flux in latest and established models = 0.158635 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.158635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082721Jy sigma=1.408324 ! Fit after self-cal, rms=0.082623Jy sigma=1.407922 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0160656 Jy ! Component: 100 - total flux cleaned = 0.0247179 Jy ! Total flux subtracted in 100 components = 0.0247179 Jy ! Clean residual min=-0.005576 max=0.005755 Jy/beam ! Clean residual mean=0.000012 rms=0.001329 Jy/beam ! Combined flux in latest and established models = 0.183353 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 12 components and 0.183353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079103Jy sigma=1.337157 ! Fit after self-cal, rms=0.079010Jy sigma=1.336706 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.951 mas, bmaj=7.524 mas, bpa=-3.569 degrees ! Estimated noise=0.589398 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.00541171 Jy ! Component: 100 - total flux cleaned = 0.00815145 Jy ! Component: 150 - total flux cleaned = 0.00965856 Jy ! Component: 200 - total flux cleaned = 0.0100187 Jy ! Total flux subtracted in 200 components = 0.0100187 Jy ! Clean residual min=-0.004836 max=0.006128 Jy/beam ! Clean residual mean=0.000033 rms=0.001424 Jy/beam ! Combined flux in latest and established models = 0.193371 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 28 components and 0.193371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078637Jy sigma=1.329531 ! Fit after self-cal, rms=0.078621Jy sigma=1.329470 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.951 x 7.524 at -3.569 degrees (North through East) ! Clean map min=-0.0046806 max=0.16624 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.98 FD 0.95 HN 1.12 KP 1.00 ! LA 0.99 MK 1.03 NL 1.00 OV 0.98 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.96 HN 1.14 KP 0.99 ! LA 1.00 MK 1.00 NL 1.01 OV 1.00 ! PT 1.07 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.10 KP 0.97 ! LA 0.99 MK 1.00 NL 0.99 OV 0.96 ! PT 1.08 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.97 HN 1.08 KP 0.95 ! LA 0.98 MK 1.03 NL 0.99 OV 0.97 ! PT 1.04 SC 0.97 ! ! ! Fit before self-cal, rms=0.078621Jy sigma=1.329470 ! Fit after self-cal, rms=0.078290Jy sigma=1.315420 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.968 mas, bmaj=7.478 mas, bpa=-3.026 degrees ! Estimated noise=0.590221 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.000304297 Jy ! Component: 100 - total flux cleaned = -0.000225159 Jy ! Component: 150 - total flux cleaned = -0.000165611 Jy ! Component: 200 - total flux cleaned = -0.000123415 Jy ! Total flux subtracted in 200 components = -0.000123415 Jy ! Clean residual min=-0.004469 max=0.005731 Jy/beam ! Clean residual mean=0.000023 rms=0.001252 Jy/beam ! Combined flux in latest and established models = 0.193248 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.193248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078238Jy sigma=1.315046 ! Fit after self-cal, rms=0.078265Jy sigma=1.314928 ! 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.078265Jy sigma=1.314928 ! Fit after self-cal, rms=0.077869Jy sigma=1.299952 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.976 mas, bmaj=7.485 mas, bpa=-2.97 degrees ! Estimated noise=0.591208 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.75872e-05 Jy ! Component: 100 - total flux cleaned = -5.96313e-05 Jy ! Component: 150 - total flux cleaned = -6.02943e-05 Jy ! Component: 200 - total flux cleaned = -6.04449e-05 Jy ! Total flux subtracted in 200 components = -6.04449e-05 Jy ! Clean residual min=-0.003943 max=0.004651 Jy/beam ! Clean residual mean=0.000016 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.193187 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 47 components and 0.193187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077858Jy sigma=1.299826 ! Fit after self-cal, rms=0.077887Jy sigma=1.299733 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.86129e-06 Jy ! Component: 100 - total flux cleaned = -1.61969e-05 Jy ! Component: 150 - total flux cleaned = -6.34408e-06 Jy ! Component: 200 - total flux cleaned = -6.33219e-06 Jy ! Total flux subtracted in 200 components = -6.33219e-06 Jy ! Clean residual min=-0.003945 max=0.004650 Jy/beam ! Clean residual mean=0.000016 rms=0.001097 Jy/beam ! Combined flux in latest and established models = 0.193181 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.193181 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077885Jy sigma=1.299680 ! Fit after self-cal, rms=0.077885Jy sigma=1.299676 ! 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.077885Jy sigma=1.299676 ! Fit after self-cal, rms=0.077949Jy sigma=1.299513 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.98 mas, bmaj=7.482 mas, bpa=-2.869 degrees ! Estimated noise=0.591443 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000186165 Jy ! Component: 100 - total flux cleaned = -0.000171942 Jy ! Component: 150 - total flux cleaned = -0.000171635 Jy ! Component: 200 - total flux cleaned = -0.000170946 Jy ! Total flux subtracted in 200 components = -0.000170946 Jy ! Clean residual min=-0.003911 max=0.004569 Jy/beam ! Clean residual mean=0.000016 rms=0.001094 Jy/beam ! Combined flux in latest and established models = 0.19301 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.19301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077941Jy sigma=1.299450 ! Fit after self-cal, rms=0.077943Jy sigma=1.299446 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.24811e-06 Jy ! Component: 100 - total flux cleaned = -1.27385e-06 Jy ! Component: 150 - total flux cleaned = -1.74716e-06 Jy ! Component: 200 - total flux cleaned = -1.60892e-06 Jy ! Total flux subtracted in 200 components = -1.60892e-06 Jy ! Clean residual min=-0.003908 max=0.004566 Jy/beam ! Clean residual mean=0.000016 rms=0.001093 Jy/beam ! Combined flux in latest and established models = 0.193008 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 54 components and 0.193008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077942Jy sigma=1.299414 ! Fit after self-cal, rms=0.077942Jy sigma=1.299413 ! 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.077942Jy sigma=1.299413 ! Fit after self-cal, rms=0.077949Jy sigma=1.299353 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.446 mas, bmaj=16.14 mas, bpa=4.622 degrees ! Estimated noise=0.791174 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000187212 Jy ! Component: 100 - total flux cleaned = -0.00017283 Jy ! Component: 150 - total flux cleaned = -0.00012793 Jy ! Component: 200 - total flux cleaned = -0.000100009 Jy ! Total flux subtracted in 200 components = -0.000100009 Jy ! Clean residual min=-0.005056 max=0.007250 Jy/beam ! Clean residual mean=0.000036 rms=0.001978 Jy/beam ! Combined flux in latest and established models = 0.192908 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 55 components and 0.192908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077942Jy sigma=1.299386 ! Fit after self-cal, rms=0.077944Jy sigma=1.299366 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 = -2.82521e-06 Jy ! Component: 100 - total flux cleaned = -4.87693e-06 Jy ! Component: 150 - total flux cleaned = 8.64024e-06 Jy ! Component: 200 - total flux cleaned = 2.68779e-05 Jy ! Total flux subtracted in 200 components = 2.68779e-05 Jy ! Clean residual min=-0.005039 max=0.007254 Jy/beam ! Clean residual mean=0.000036 rms=0.001978 Jy/beam ! Combined flux in latest and established models = 0.192935 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 55 components and 0.192935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077942Jy sigma=1.299452 ! Fit after self-cal, rms=0.077945Jy sigma=1.299442 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=7.481 mas, bpa=-2.774 degrees ! Estimated noise=0.591681 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.983 x 7.481 at -2.774 degrees (North through East) ! Clean map min=-0.0037816 max=0.16655 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.442 mas, bmaj=6.189 mas, bpa=-1.465 degrees ! Estimated noise=0.769615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.125688 Jy ! Component: 100 - total flux cleaned = 0.158124 Jy ! Component: 150 - total flux cleaned = 0.173828 Jy ! Component: 200 - total flux cleaned = 0.18228 Jy ! Total flux subtracted in 200 components = 0.18228 Jy ! Clean residual min=-0.005165 max=0.004971 Jy/beam ! Clean residual mean=0.000005 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.18228 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.18228 Jy ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=7.481 mas, bpa=-2.774 degrees ! Estimated noise=0.591681 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.00547311 Jy ! Component: 100 - total flux cleaned = 0.00804933 Jy ! Component: 150 - total flux cleaned = 0.0094017 Jy ! Component: 200 - total flux cleaned = 0.0101259 Jy ! Total flux subtracted in 200 components = 0.0101259 Jy ! Clean residual min=-0.003877 max=0.004682 Jy/beam ! Clean residual mean=0.000016 rms=0.001095 Jy/beam ! Combined flux in latest and established models = 0.192406 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 31 components and 0.192406 Jy ! Inverting map ! Added new window around map position (63.5, 28.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00474593 Jy ! Component: 100 - total flux cleaned = 0.0075739 Jy ! Component: 150 - total flux cleaned = 0.00947037 Jy ! Component: 200 - total flux cleaned = 0.0107925 Jy ! Total flux subtracted in 200 components = 0.0107925 Jy ! Clean residual min=-0.003724 max=0.004111 Jy/beam ! Clean residual mean=0.000014 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.203199 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 61 components and 0.203199 Jy ! Inverting map ! Added new window around map position (47.5, 20). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00422983 Jy ! Component: 100 - total flux cleaned = 0.00661157 Jy ! Component: 150 - total flux cleaned = 0.00823624 Jy ! Component: 200 - total flux cleaned = 0.00936561 Jy ! Total flux subtracted in 200 components = 0.00936561 Jy ! Clean residual min=-0.003620 max=0.003390 Jy/beam ! Clean residual mean=0.000011 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 0.212564 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 90 components and 0.212564 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.446 mas, bmaj=16.14 mas, bpa=4.622 degrees ! Estimated noise=0.791174 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00239906 Jy ! Component: 100 - total flux cleaned = 0.00418353 Jy ! Component: 150 - total flux cleaned = 0.00556569 Jy ! Component: 200 - total flux cleaned = 0.00661606 Jy ! Total flux subtracted in 200 components = 0.00661606 Jy ! Clean residual min=-0.004341 max=0.004517 Jy/beam ! Clean residual mean=0.000020 rms=0.001272 Jy/beam ! Combined flux in latest and established models = 0.21918 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.00060849 Jy ! Component: 100 - total flux cleaned = 0.00115045 Jy ! Component: 150 - total flux cleaned = 0.00156125 Jy ! Component: 200 - total flux cleaned = 0.00178913 Jy ! Total flux subtracted in 200 components = 0.00178913 Jy ! Clean residual min=-0.004267 max=0.004458 Jy/beam ! Clean residual mean=0.000020 rms=0.001254 Jy/beam ! Combined flux in latest and established models = 0.220969 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 129 components and 0.220969 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.983 mas, bmaj=7.481 mas, bpa=-2.774 degrees ! Estimated noise=0.591681 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000512309 Jy ! Component: 100 - total flux cleaned = -0.000651265 Jy ! Component: 150 - total flux cleaned = -0.000650611 Jy ! Component: 200 - total flux cleaned = -0.000649113 Jy ! Total flux subtracted in 200 components = -0.000649113 Jy ! Clean residual min=-0.003466 max=0.003061 Jy/beam ! Clean residual mean=0.000009 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.22032 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 146 components and 0.22032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077315Jy sigma=1.288236 ! Fit after self-cal, rms=0.077300Jy sigma=1.287487 wmodel /J0923-2135_S_map.mod ! wmodel: Unable to open new model file: /J0923-2135_S_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/bg219i_uvs/J0923-2135_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.983 x 7.481 at -2.774 degrees (North through East) ! Clean map min=-0.0032922 max=0.16727 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0923-2135_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.167271 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000810528 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.45368 1.45368 2.90736 5.81471 11.6294 23.2589 46.5177 93.0354 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0024 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.167 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 206.373 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0923-2135_S_dfm.log closed on Thu May 19 23:12:51 2016