! Started logfile: .//J0811-3034_X_dfm.log on Mon Jan 20 17:43:37 2020 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 .//J0811-3034_X_uva.fits ! Reading UV FITS file: .//J0811-3034_X_uva.fits ! AN table 1: 16 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0811-3034 ! ! 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): RR ! ! Read 76 lines of history. ! ! Reading 1280 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 8 channels. ! Selecting polarization: RR, 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 J0811-3034_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 print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! 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=0.997127Jy sigma=15.092478 ! Fit after self-cal, rms=0.959357Jy sigma=14.525025 ! 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.171 mas, bmaj=15.32 mas, bpa=-14.19 degrees ! Estimated noise=1.48833 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.0317677 Jy ! Component: 100 - total flux cleaned = 0.0367162 Jy ! Total flux subtracted in 100 components = 0.0367162 Jy ! Clean residual min=-0.003406 max=0.003444 Jy/beam ! Clean residual mean=0.000015 rms=0.001323 Jy/beam ! Combined flux in latest and established models = 0.0367162 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0367162 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.047773Jy sigma=0.652834 ! Fit after self-cal, rms=0.046521Jy sigma=0.634584 ! 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.394 mas, bmaj=15.25 mas, bpa=-14.1 degrees ! Estimated noise=1.33521 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.00324276 Jy ! Component: 100 - total flux cleaned = 0.00338326 Jy ! Component: 150 - total flux cleaned = 0.00267354 Jy ! Component: 200 - total flux cleaned = 0.00239472 Jy ! Total flux subtracted in 200 components = 0.00239472 Jy ! Clean residual min=-0.001360 max=0.001338 Jy/beam ! Clean residual mean=0.000008 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.039111 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 89 components and 0.039111 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.045697Jy sigma=0.623605 ! Fit after self-cal, rms=0.045519Jy sigma=0.622163 ! 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.394 x 15.25 at -14.1 degrees (North through East) ! Clean map min=-0.0033895 max=0.037557 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 0.93 NL 1.08 OV 1.26 ! PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 KP 1.10 NL 0.79 OV 1.10 ! PT 0.92 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.88 KP 1.15 NL 0.97 OV 0.93 ! PT 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.11 KP 0.97 NL 1.07 OV 1.05 ! PT 0.88 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.26 KP 0.98 NL 0.88 OV 1.12 ! PT 0.80 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.82 KP 1.05 NL 0.94 OV 0.98 ! PT 1.08 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 1.10 NL 0.84 OV 0.98 ! PT 1.14 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 0.85 KP 1.10 NL 0.91 OV 1.19 ! PT 0.85 ! ! ! Fit before self-cal, rms=0.045519Jy sigma=0.622163 ! Fit after self-cal, rms=0.044465Jy sigma=0.614477 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.364 mas, bmaj=15.33 mas, bpa=-14.4 degrees ! Estimated noise=1.3101 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.00120921 Jy ! Component: 100 - total flux cleaned = 0.00100771 Jy ! Component: 150 - total flux cleaned = 0.000549706 Jy ! Component: 200 - total flux cleaned = 0.000234805 Jy ! Total flux subtracted in 200 components = 0.000234805 Jy ! Clean residual min=-0.000710 max=0.000704 Jy/beam ! Clean residual mean=0.000002 rms=0.000290 Jy/beam ! Combined flux in latest and established models = 0.0393458 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 146 components and 0.0393458 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.044281Jy sigma=0.611970 ! Fit after self-cal, rms=0.044386Jy sigma=0.609664 ! 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.044386Jy sigma=0.609664 ! Fit after self-cal, rms=0.044604Jy sigma=0.609030 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.355 mas, bmaj=15.38 mas, bpa=-14.5 degrees ! Estimated noise=1.30718 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108455 Jy ! Component: 100 - total flux cleaned = 0.00157324 Jy ! Component: 150 - total flux cleaned = 0.00181417 Jy ! Component: 200 - total flux cleaned = 0.00168004 Jy ! Total flux subtracted in 200 components = 0.00168004 Jy ! Clean residual min=-0.000537 max=0.000537 Jy/beam ! Clean residual mean=0.000001 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.0410258 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 198 components and 0.0410258 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.044495Jy sigma=0.607728 ! Fit after self-cal, rms=0.044536Jy sigma=0.607218 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000426135 Jy ! Component: 100 - total flux cleaned = 0.000866377 Jy ! Component: 150 - total flux cleaned = 0.00121255 Jy ! Component: 200 - total flux cleaned = 0.00143846 Jy ! Total flux subtracted in 200 components = 0.00143846 Jy ! Clean residual min=-0.000444 max=0.000443 Jy/beam ! Clean residual mean=0.000002 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.0424643 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 249 components and 0.0424643 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.044475Jy sigma=0.606487 ! Fit after self-cal, rms=0.044489Jy sigma=0.606371 ! 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.044489Jy sigma=0.606371 ! Fit after self-cal, rms=0.044653Jy sigma=0.606170 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.349 mas, bmaj=15.39 mas, bpa=-14.55 degrees ! Estimated noise=1.3059 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379857 Jy ! Component: 100 - total flux cleaned = 0.000259941 Jy ! Component: 150 - total flux cleaned = 9.9609e-05 Jy ! Component: 200 - total flux cleaned = -7.81675e-05 Jy ! Total flux subtracted in 200 components = -7.81675e-05 Jy ! Clean residual min=-0.000408 max=0.000412 Jy/beam ! Clean residual mean=0.000000 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.0423861 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 292 components and 0.0423861 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.044604Jy sigma=0.605781 ! Fit after self-cal, rms=0.044639Jy sigma=0.605709 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000159537 Jy ! Component: 100 - total flux cleaned = -0.000226148 Jy ! Component: 150 - total flux cleaned = -0.000267792 Jy ! Component: 200 - total flux cleaned = -0.000268445 Jy ! Total flux subtracted in 200 components = -0.000268445 Jy ! Clean residual min=-0.000321 max=0.000325 Jy/beam ! Clean residual mean=0.000001 rms=0.000129 Jy/beam ! Combined flux in latest and established models = 0.0421177 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 331 components and 0.0421177 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.044611Jy sigma=0.605495 ! Fit after self-cal, rms=0.044624Jy sigma=0.605464 ! 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.044624Jy sigma=0.605464 ! Fit after self-cal, rms=0.044869Jy sigma=0.605356 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.716 mas, bmaj=15.18 mas, bpa=-13.87 degrees ! Estimated noise=1.32187 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000125167 Jy ! Component: 100 - total flux cleaned = -0.000134401 Jy ! Component: 150 - total flux cleaned = -7.66933e-05 Jy ! Component: 200 - total flux cleaned = 3.90755e-05 Jy ! Total flux subtracted in 200 components = 3.90755e-05 Jy ! Clean residual min=-0.000320 max=0.000320 Jy/beam ! Clean residual mean=-0.000000 rms=0.000127 Jy/beam ! Combined flux in latest and established models = 0.0421568 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 366 components and 0.0421567 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.044841Jy sigma=0.605217 ! Fit after self-cal, rms=0.044864Jy sigma=0.605181 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000217938 Jy ! Component: 100 - total flux cleaned = -0.000364823 Jy ! Component: 150 - total flux cleaned = -0.000333672 Jy ! Component: 200 - total flux cleaned = -0.000245727 Jy ! Total flux subtracted in 200 components = -0.000245727 Jy ! Clean residual min=-0.000242 max=0.000241 Jy/beam ! Clean residual mean=0.000000 rms=0.000098 Jy/beam ! Combined flux in latest and established models = 0.041911 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 410 components and 0.041911 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.044848Jy sigma=0.605080 ! Fit after self-cal, rms=0.044857Jy sigma=0.605063 ! 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.346 mas, bmaj=15.41 mas, bpa=-14.59 degrees ! Estimated noise=1.3083 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.346 x 15.41 at -14.59 degrees (North through East) ! Clean map min=-0.0026953 max=0.036476 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.142 mas, bmaj=15.42 mas, bpa=-14.63 degrees ! Estimated noise=1.47786 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0325534 Jy ! Component: 100 - total flux cleaned = 0.0370794 Jy ! Component: 150 - total flux cleaned = 0.037985 Jy ! Component: 200 - total flux cleaned = 0.038648 Jy ! Total flux subtracted in 200 components = 0.038648 Jy ! Clean residual min=-0.002425 max=0.002445 Jy/beam ! Clean residual mean=0.000007 rms=0.001026 Jy/beam ! Combined flux in latest and established models = 0.038648 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 52 model components to the UV plane model. ! The established model now contains 52 components and 0.038648 Jy ! Inverting map and beam ! Estimated beam: bmin=2.346 mas, bmaj=15.41 mas, bpa=-14.59 degrees ! Estimated noise=1.3083 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.000275372 Jy ! Component: 100 - total flux cleaned = -0.000300305 Jy ! Component: 150 - total flux cleaned = 0.000284062 Jy ! Component: 200 - total flux cleaned = 0.000489541 Jy ! Total flux subtracted in 200 components = 0.000489541 Jy ! Clean residual min=-0.001092 max=0.001097 Jy/beam ! Clean residual mean=0.000003 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.0391375 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 108 components and 0.0391375 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=2.716 mas, bmaj=15.18 mas, bpa=-13.87 degrees ! Estimated noise=1.32187 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000100732 Jy ! Component: 100 - total flux cleaned = 0.00029896 Jy ! Component: 150 - total flux cleaned = 0.00052762 Jy ! Component: 200 - total flux cleaned = 0.000881537 Jy ! Total flux subtracted in 200 components = 0.000881537 Jy ! Clean residual min=-0.000727 max=0.000722 Jy/beam ! Clean residual mean=0.000001 rms=0.000272 Jy/beam ! Combined flux in latest and established models = 0.040019 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.000175702 Jy ! Component: 100 - total flux cleaned = 0.000307605 Jy ! Component: 150 - total flux cleaned = 0.000489985 Jy ! Component: 200 - total flux cleaned = 0.000685314 Jy ! Total flux subtracted in 200 components = 0.000685314 Jy ! Clean residual min=-0.000822 max=0.000829 Jy/beam ! Clean residual mean=0.000001 rms=0.000276 Jy/beam ! Combined flux in latest and established models = 0.0407044 Jy ! Adding 105 model components to the UV plane model. ! The established model now contains 213 components and 0.0407043 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.346 mas, bmaj=15.41 mas, bpa=-14.59 degrees ! Estimated noise=1.3083 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00040598 Jy ! Component: 100 - total flux cleaned = -0.000366168 Jy ! Component: 150 - total flux cleaned = -0.000673051 Jy ! Component: 200 - total flux cleaned = -0.000809483 Jy ! Total flux subtracted in 200 components = -0.000809483 Jy ! Clean residual min=-0.000435 max=0.000432 Jy/beam ! Clean residual mean=-0.000000 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.0398949 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 252 components and 0.0398949 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.044899Jy sigma=0.605575 ! Fit after self-cal, rms=0.044899Jy sigma=0.605487 wmodel J0811-3034_X_map.mod ! Writing 252 model components to file: J0811-3034_X_map.mod wobs J0811-3034_X_uvs.fits ! Writing UV FITS file: J0811-3034_X_uvs.fits wwins J0811-3034_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0811-3034_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.346 x 15.41 at -14.59 degrees (North through East) ! Clean map min=-0.002279 max=0.036499 Jy/beam ! Writing clean map to FITS file: .//J0811-3034_X_map.fits wmodel .//J0811-3034_X_map.mod ! Writing 252 model components to file: .//J0811-3034_X_map.mod wobs .//J0811-3034_X_uvs.fits ! Writing UV FITS file: .//J0811-3034_X_uvs.fits wwins .//J0811-3034_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.0364993 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000159613 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.31191 1.31191 2.62382 5.24765 10.4953 20.9906 41.9812 83.9624 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.036 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 228.673 quit ! Quitting program ! Log file .//J0811-3034_X_dfm.log closed on Mon Jan 20 17:43:40 2020