! Started logfile: .//J0719-4011_X_dfm.log on Wed Nov 16 11:52:10 2016 float field_size field_size = 1024 float field_cell field_cell = 0.2000 float taper_size taper_size = 70.0 float freq freq = 7.39200 obs .//J0719-4011_X_uvm.fits ! Reading UV FITS file: .//J0719-4011_X_uvm.fits ! AN table 1: 50 integrations on 6 of 6 possible baselines. ! AN table 2: 50 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.9375 visibilities/baseline/integration-bin. ! Found source: J0719-4011 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): I ! ! Read 94 lines of history. ! ! Reading 6000 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Polarization RR is unavailable. ! Restricting channel ranges to the available 8 channels. ! Selecting polarization: I, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J0719-4011_X] 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.200x0.200 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.001923Jy sigma=19.941670 ! Fit after self-cal, rms=0.973520Jy sigma=19.374498 ! 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=5.218 mas, bmaj=21.98 mas, bpa=-13.2 degrees ! Estimated noise=0.664129 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0207545 Jy ! Component: 100 - total flux cleaned = 0.0256133 Jy ! Total flux subtracted in 100 components = 0.0256133 Jy ! Clean residual min=-0.001734 max=0.002022 Jy/beam ! Clean residual mean=-0.000132 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.0256133 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0256133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.032066Jy sigma=0.614083 ! Fit after self-cal, rms=0.030623Jy sigma=0.584622 ! 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.461 mas, bmaj=22.57 mas, bpa=-11.07 degrees ! Estimated noise=0.464117 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.00303492 Jy ! Component: 100 - total flux cleaned = 0.00420337 Jy ! Component: 150 - total flux cleaned = 0.00502521 Jy ! Component: 200 - total flux cleaned = 0.00556028 Jy ! Total flux subtracted in 200 components = 0.00556028 Jy ! Clean residual min=-0.000696 max=0.000689 Jy/beam ! Clean residual mean=-0.000043 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.0311736 Jy ! Performing phase self-cal ! Adding 102 model components to the UV plane model. ! The established model now contains 116 components and 0.0311736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030166Jy sigma=0.576253 ! Fit after self-cal, rms=0.030146Jy sigma=0.575646 ! 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.461 x 22.57 at -11.07 degrees (North through East) ! Clean map min=-0.001611 max=0.026071 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: ! FD 1.00* KP 1.00* LA 1.00* PT 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.92 KP 1.03 LA 0.91 OV 0.97 ! PT 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.90 KP 1.17 LA 0.96 PT 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.95 KP 0.95 LA 1.19 OV 0.97 ! PT 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* KP 1.00* LA 1.00* PT 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00 KP 0.94 LA 1.09 OV 0.96 ! PT 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* KP 1.00* LA 1.00* PT 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.99 KP 1.18 LA 0.97 OV 1.03 ! PT 1.02 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.88 KP 1.04 LA 0.99 PT 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00* KP 1.00* LA 1.00* OV 1.00* ! PT 1.00* ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 0.93 LA 0.96 PT 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.08 KP 1.04 LA 0.98 OV 1.06 ! PT 0.99 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00* KP 1.00* LA 1.00* PT 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 KP 1.01 LA 0.99 OV 0.96 ! PT 0.99 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.99 LA 0.99 PT 0.93 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00 KP 0.89 LA 1.03 OV 0.99 ! PT 1.08 ! ! ! Fit before self-cal, rms=0.030146Jy sigma=0.575646 ! Fit after self-cal, rms=0.030045Jy sigma=0.573940 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.482 mas, bmaj=22.55 mas, bpa=-11.12 degrees ! Estimated noise=0.461329 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 = -2.34998e-05 Jy ! Component: 100 - total flux cleaned = -2.20007e-05 Jy ! Component: 150 - total flux cleaned = -0.000214644 Jy ! Component: 200 - total flux cleaned = -0.000382353 Jy ! Total flux subtracted in 200 components = -0.000382353 Jy ! Clean residual min=-0.000293 max=0.000292 Jy/beam ! Clean residual mean=-0.000027 rms=0.000133 Jy/beam ! Combined flux in latest and established models = 0.0307912 Jy ! Performing phase self-cal ! Adding 98 model components to the UV plane model. ! The established model now contains 213 components and 0.0307912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.029999Jy sigma=0.573102 ! Fit after self-cal, rms=0.030040Jy sigma=0.572595 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030040Jy sigma=0.572595 ! Fit after self-cal, rms=0.030372Jy sigma=0.571784 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.484 mas, bmaj=22.55 mas, bpa=-11.13 degrees ! Estimated noise=0.463009 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000220042 Jy ! Component: 100 - total flux cleaned = 0.000237576 Jy ! Component: 150 - total flux cleaned = 0.000303657 Jy ! Component: 200 - total flux cleaned = 0.00030371 Jy ! Total flux subtracted in 200 components = 0.00030371 Jy ! Clean residual min=-0.000232 max=0.000232 Jy/beam ! Clean residual mean=-0.000016 rms=0.000102 Jy/beam ! Combined flux in latest and established models = 0.0310949 Jy selfcal ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 296 components and 0.0310949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030350Jy sigma=0.571387 ! Fit after self-cal, rms=0.030379Jy sigma=0.570770 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.77331e-06 Jy ! Component: 100 - total flux cleaned = -1.22197e-05 Jy ! Component: 150 - total flux cleaned = 3.20813e-06 Jy ! Component: 200 - total flux cleaned = 1.7948e-05 Jy ! Total flux subtracted in 200 components = 1.7948e-05 Jy ! Clean residual min=-0.000195 max=0.000194 Jy/beam ! Clean residual mean=-0.000012 rms=0.000081 Jy/beam ! Combined flux in latest and established models = 0.0311129 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 382 components and 0.0311129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030364Jy sigma=0.570511 ! Fit after self-cal, rms=0.030371Jy sigma=0.570459 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030371Jy sigma=0.570459 ! Fit after self-cal, rms=0.030587Jy sigma=0.570100 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.486 mas, bmaj=22.61 mas, bpa=-11.1 degrees ! Estimated noise=0.463877 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.20069e-05 Jy ! Component: 100 - total flux cleaned = -7.07543e-05 Jy ! Component: 150 - total flux cleaned = -0.000229136 Jy ! Component: 200 - total flux cleaned = -0.000384923 Jy ! Total flux subtracted in 200 components = -0.000384923 Jy ! Clean residual min=-0.000164 max=0.000162 Jy/beam ! Clean residual mean=-0.000012 rms=0.000068 Jy/beam ! Combined flux in latest and established models = 0.030728 Jy selfcal ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 449 components and 0.030728 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030577Jy sigma=0.569932 ! Fit after self-cal, rms=0.030607Jy sigma=0.569723 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.9321e-05 Jy ! Component: 100 - total flux cleaned = -0.000161413 Jy ! Component: 150 - total flux cleaned = -0.000217325 Jy ! Component: 200 - total flux cleaned = -0.000278265 Jy ! Total flux subtracted in 200 components = -0.000278265 Jy ! Clean residual min=-0.000139 max=0.000138 Jy/beam ! Clean residual mean=-0.000007 rms=0.000056 Jy/beam ! Combined flux in latest and established models = 0.0304497 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 514 components and 0.0304497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030601Jy sigma=0.569608 ! Fit after self-cal, rms=0.030608Jy sigma=0.569595 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030608Jy sigma=0.569595 ! Fit after self-cal, rms=0.030781Jy sigma=0.569549 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.612 mas, bmaj=22.64 mas, bpa=-11.29 degrees ! Estimated noise=0.46548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000125421 Jy ! Component: 100 - total flux cleaned = -0.000256567 Jy ! Component: 150 - total flux cleaned = -0.000384939 Jy ! Component: 200 - total flux cleaned = -0.000513019 Jy ! Total flux subtracted in 200 components = -0.000513019 Jy ! Clean residual min=-0.000138 max=0.000138 Jy/beam ! Clean residual mean=-0.000010 rms=0.000057 Jy/beam ! Combined flux in latest and established models = 0.0299367 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 563 components and 0.0299367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030776Jy sigma=0.569449 ! Fit after self-cal, rms=0.030797Jy sigma=0.569414 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.69665e-05 Jy ! Component: 100 - total flux cleaned = -6.45253e-05 Jy ! Component: 150 - total flux cleaned = -8.65549e-05 Jy ! Component: 200 - total flux cleaned = -0.000100276 Jy ! Total flux subtracted in 200 components = -0.000100276 Jy ! Clean residual min=-0.000115 max=0.000115 Jy/beam ! Clean residual mean=-0.000005 rms=0.000047 Jy/beam ! Combined flux in latest and established models = 0.0298364 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 622 components and 0.0298364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030793Jy sigma=0.569345 ! Fit after self-cal, rms=0.030795Jy sigma=0.569335 ! 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.487 mas, bmaj=22.63 mas, bpa=-11.11 degrees ! Estimated noise=0.464733 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.487 x 22.63 at -11.11 degrees (North through East) ! Clean map min=-0.0012694 max=0.025669 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=5.205 mas, bmaj=22.26 mas, bpa=-13.03 degrees ! Estimated noise=0.661246 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0214424 Jy ! Component: 100 - total flux cleaned = 0.0256653 Jy ! Component: 150 - total flux cleaned = 0.0266553 Jy ! Component: 200 - total flux cleaned = 0.0274883 Jy ! Total flux subtracted in 200 components = 0.0274883 Jy ! Clean residual min=-0.001194 max=0.001196 Jy/beam ! Clean residual mean=-0.000069 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.0274883 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 68 model components to the UV plane model. ! The established model now contains 68 components and 0.0274883 Jy ! Inverting map and beam ! Estimated beam: bmin=5.487 mas, bmaj=22.63 mas, bpa=-11.11 degrees ! Estimated noise=0.464733 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.000545864 Jy ! Component: 100 - total flux cleaned = 0.00114444 Jy ! Component: 150 - total flux cleaned = 0.00154025 Jy ! Component: 200 - total flux cleaned = 0.00176178 Jy ! Total flux subtracted in 200 components = 0.00176178 Jy ! Clean residual min=-0.000495 max=0.000501 Jy/beam ! Clean residual mean=-0.000035 rms=0.000234 Jy/beam ! Combined flux in latest and established models = 0.0292501 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 147 components and 0.0292501 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.612 mas, bmaj=22.64 mas, bpa=-11.29 degrees ! Estimated noise=0.46548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000102133 Jy ! Component: 100 - total flux cleaned = 0.000198548 Jy ! Component: 150 - total flux cleaned = 0.000133869 Jy ! Component: 200 - total flux cleaned = 0.000155182 Jy ! Total flux subtracted in 200 components = 0.000155182 Jy ! Clean residual min=-0.000315 max=0.000316 Jy/beam ! Clean residual mean=-0.000026 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.0294053 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 = 1.74831e-05 Jy ! Component: 100 - total flux cleaned = -8.43356e-05 Jy ! Component: 150 - total flux cleaned = -0.000163849 Jy ! Component: 200 - total flux cleaned = -0.000239257 Jy ! Total flux subtracted in 200 components = -0.000239257 Jy ! Clean residual min=-0.000241 max=0.000240 Jy/beam ! Clean residual mean=-0.000018 rms=0.000114 Jy/beam ! Combined flux in latest and established models = 0.029166 Jy ! Adding 147 model components to the UV plane model. ! The established model now contains 292 components and 0.0291661 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.487 mas, bmaj=22.63 mas, bpa=-11.11 degrees ! Estimated noise=0.464733 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000285003 Jy ! Component: 100 - total flux cleaned = -0.00034842 Jy ! Component: 150 - total flux cleaned = -0.000393414 Jy ! Component: 200 - total flux cleaned = -0.000445477 Jy ! Total flux subtracted in 200 components = -0.000445477 Jy ! Clean residual min=-0.000169 max=0.000168 Jy/beam ! Clean residual mean=-0.000012 rms=0.000078 Jy/beam ! Combined flux in latest and established models = 0.0287206 Jy selfcal ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 372 components and 0.0287206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.030807Jy sigma=0.569582 ! Fit after self-cal, rms=0.030812Jy sigma=0.569536 wmodel /J0719-4011_X_map.mod ! wmodel: Unable to open new model file: /J0719-4011_X_map.mod ! Error occured in command: wmodel ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0719-4011_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.487 x 22.63 at -11.11 degrees (North through East) ! Clean map min=-0.0018127 max=0.023521 Jy/beam ! Writing clean map to FITS file: .//J0719-4011_X_map.fits wmodel .//J0719-4011_X_map.mod ! Writing 372 model components to file: .//J0719-4011_X_map.mod wobs .//J0719-4011_X_uvs.fits ! Writing UV FITS file: .//J0719-4011_X_uvs.fits wwins .//J0719-4011_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.023521 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 7.17816e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.915541 0.915541 1.83108 3.66216 7.32433 14.6487 29.2973 58.5946 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.023 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 327.675 quit ! Quitting program ! Log file .//J0719-4011_X_dfm.log closed on Wed Nov 16 11:52:14 2016