! Started logfile: .//J2223-3417_C_dfm.log on Mon Jan 20 19:19:03 2020 float field_size field_size = 1024 float field_cell field_cell = 0.3000 float taper_size taper_size = 40.0 float freq freq = 4.12800 obs .//J2223-3417_C_uva.fits ! Reading UV FITS file: .//J2223-3417_C_uva.fits ! AN table 1: 16 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.94375 visibilities/baseline/integration-bin. ! Found source: J2223-3417 ! ! 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 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 67 lines of history. ! ! Reading 1208 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.3 print "taper_size =", taper_size ! taper_size = 40 ![@/opt64/bin/pima_mupet_01.dfm J2223-3417_C] 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.300x0.300 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 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003121Jy sigma=15.197972 ! Fit after self-cal, rms=0.951952Jy sigma=14.439964 ! 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=3.332 mas, bmaj=34.4 mas, bpa=-15.23 degrees ! Estimated noise=1.95458 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.0374454 Jy ! Component: 100 - total flux cleaned = 0.0447461 Jy ! Total flux subtracted in 100 components = 0.0447461 Jy ! Clean residual min=-0.003318 max=0.003336 Jy/beam ! Clean residual mean=-0.000007 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.0447461 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0447461 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.045018Jy sigma=0.648741 ! Fit after self-cal, rms=0.043766Jy sigma=0.629228 ! 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=4.28 mas, bmaj=34.25 mas, bpa=-14.25 degrees ! Estimated noise=1.36823 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.00189594 Jy ! Component: 100 - total flux cleaned = 0.0018822 Jy ! Component: 150 - total flux cleaned = 0.00166056 Jy ! Component: 200 - total flux cleaned = 0.00204021 Jy ! Total flux subtracted in 200 components = 0.00204021 Jy ! Clean residual min=-0.001544 max=0.001535 Jy/beam ! Clean residual mean=-0.000003 rms=0.000640 Jy/beam ! Combined flux in latest and established models = 0.0467863 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 92 components and 0.0467863 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.042963Jy sigma=0.614160 ! Fit after self-cal, rms=0.042950Jy sigma=0.613476 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.28 x 34.25 at -14.25 degrees (North through East) ! Clean map min=-0.0039459 max=0.047925 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 1.02 NL 1.14 OV 0.83 ! PT 1.29 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.88 KP 1.04 NL 0.86 OV 1.16 ! PT 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.89 KP 0.92 NL 1.04 OV 0.96 ! PT 0.88 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.14 KP 0.94 NL 1.13 OV 1.11 ! PT 0.86 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.87 KP 1.07 NL 1.10 OV 0.96 ! PT 1.20 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.90 KP 1.10 NL 0.90 OV 0.93 ! PT 1.18 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.84 NL 1.07 OV 1.02 ! PT 0.87 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 KP 0.89 NL 1.09 OV 1.03 ! PT 0.96 ! ! ! Fit before self-cal, rms=0.042950Jy sigma=0.613476 ! Fit after self-cal, rms=0.042940Jy sigma=0.601095 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.343 mas, bmaj=34.02 mas, bpa=-14.17 degrees ! Estimated noise=1.32892 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.00115697 Jy ! Component: 100 - total flux cleaned = 0.00129161 Jy ! Component: 150 - total flux cleaned = 0.00144556 Jy ! Component: 200 - total flux cleaned = 0.00183065 Jy ! Total flux subtracted in 200 components = 0.00183065 Jy ! Clean residual min=-0.000763 max=0.000773 Jy/beam ! Clean residual mean=-0.000002 rms=0.000295 Jy/beam ! Combined flux in latest and established models = 0.048617 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 156 components and 0.048617 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.042780Jy sigma=0.598813 ! Fit after self-cal, rms=0.042977Jy sigma=0.597833 ! 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.042977Jy sigma=0.597833 ! Fit after self-cal, rms=0.043052Jy sigma=0.597684 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.349 mas, bmaj=34.03 mas, bpa=-14.18 degrees ! Estimated noise=1.32234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000289399 Jy ! Component: 100 - total flux cleaned = 0.000544722 Jy ! Component: 150 - total flux cleaned = 0.000543204 Jy ! Component: 200 - total flux cleaned = 0.000543348 Jy ! Total flux subtracted in 200 components = 0.000543348 Jy ! Clean residual min=-0.000597 max=0.000602 Jy/beam ! Clean residual mean=-0.000001 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.0491603 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 196 components and 0.0491603 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.042975Jy sigma=0.596616 ! Fit after self-cal, rms=0.043007Jy sigma=0.596548 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.2666e-05 Jy ! Component: 100 - total flux cleaned = -4.69037e-05 Jy ! Component: 150 - total flux cleaned = -1.49501e-05 Jy ! Component: 200 - total flux cleaned = 0.00011142 Jy ! Total flux subtracted in 200 components = 0.00011142 Jy ! Clean residual min=-0.000532 max=0.000525 Jy/beam ! Clean residual mean=-0.000001 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.0492717 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 238 components and 0.0492717 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.042959Jy sigma=0.595888 ! Fit after self-cal, rms=0.042960Jy sigma=0.595853 ! 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.042960Jy sigma=0.595853 ! Fit after self-cal, rms=0.042772Jy sigma=0.595802 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.342 mas, bmaj=34.03 mas, bpa=-14.2 degrees ! Estimated noise=1.3181 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0001794 Jy ! Component: 100 - total flux cleaned = 0.000391135 Jy ! Component: 150 - total flux cleaned = 0.000363136 Jy ! Component: 200 - total flux cleaned = 0.000309858 Jy ! Total flux subtracted in 200 components = 0.000309858 Jy ! Clean residual min=-0.000441 max=0.000442 Jy/beam ! Clean residual mean=-0.000001 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.0495816 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 280 components and 0.0495816 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.042730Jy sigma=0.595282 ! Fit after self-cal, rms=0.042730Jy sigma=0.595255 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.53344e-05 Jy ! Component: 100 - total flux cleaned = 0.000147193 Jy ! Component: 150 - total flux cleaned = 0.000147814 Jy ! Component: 200 - total flux cleaned = 5.56028e-05 Jy ! Total flux subtracted in 200 components = 5.56028e-05 Jy ! Clean residual min=-0.000378 max=0.000380 Jy/beam ! Clean residual mean=-0.000001 rms=0.000148 Jy/beam ! Combined flux in latest and established models = 0.0496372 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 322 components and 0.0496372 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.042701Jy sigma=0.594906 ! Fit after self-cal, rms=0.042698Jy sigma=0.594885 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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.042698Jy sigma=0.594885 ! Fit after self-cal, rms=0.042559Jy sigma=0.594835 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.014 mas, bmaj=33.72 mas, bpa=-13.56 degrees ! Estimated noise=1.30203 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000128807 Jy ! Component: 100 - total flux cleaned = 0.000311153 Jy ! Component: 150 - total flux cleaned = 0.000404378 Jy ! Component: 200 - total flux cleaned = 0.000475954 Jy ! Total flux subtracted in 200 components = 0.000475954 Jy ! Clean residual min=-0.000300 max=0.000297 Jy/beam ! Clean residual mean=-0.000001 rms=0.000112 Jy/beam ! Combined flux in latest and established models = 0.0501132 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 357 components and 0.0501132 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.042536Jy sigma=0.594581 ! Fit after self-cal, rms=0.042533Jy sigma=0.594566 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.60397e-05 Jy ! Component: 100 - total flux cleaned = 0.000112756 Jy ! Component: 150 - total flux cleaned = 0.000178301 Jy ! Component: 200 - total flux cleaned = 0.000227447 Jy ! Total flux subtracted in 200 components = 0.000227447 Jy ! Clean residual min=-0.000273 max=0.000271 Jy/beam ! Clean residual mean=-0.000001 rms=0.000102 Jy/beam ! Combined flux in latest and established models = 0.0503406 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 383 components and 0.0503406 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.042517Jy sigma=0.594377 ! Fit after self-cal, rms=0.042515Jy sigma=0.594367 ! 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=4.337 mas, bmaj=34.05 mas, bpa=-14.23 degrees ! Estimated noise=1.31473 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.337 x 34.05 at -14.23 degrees (North through East) ! Clean map min=-0.00369 max=0.046436 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=3.366 mas, bmaj=34.05 mas, bpa=-15.29 degrees ! Estimated noise=1.88679 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0370669 Jy ! Component: 100 - total flux cleaned = 0.0419045 Jy ! Component: 150 - total flux cleaned = 0.0411573 Jy ! Component: 200 - total flux cleaned = 0.0411409 Jy ! Total flux subtracted in 200 components = 0.0411409 Jy ! Clean residual min=-0.002130 max=0.002127 Jy/beam ! Clean residual mean=-0.000000 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.0411409 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 46 model components to the UV plane model. ! The established model now contains 46 components and 0.0411409 Jy ! Inverting map and beam ! Estimated beam: bmin=4.337 mas, bmaj=34.05 mas, bpa=-14.23 degrees ! Estimated noise=1.31473 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.00149837 Jy ! Component: 100 - total flux cleaned = 0.00201381 Jy ! Component: 150 - total flux cleaned = 0.00217992 Jy ! Component: 200 - total flux cleaned = 0.0019556 Jy ! Total flux subtracted in 200 components = 0.0019556 Jy ! Clean residual min=-0.001196 max=0.001181 Jy/beam ! Clean residual mean=0.000000 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.0430965 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 105 components and 0.0430965 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.014 mas, bmaj=33.72 mas, bpa=-13.56 degrees ! Estimated noise=1.30203 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000531686 Jy ! Component: 100 - total flux cleaned = 0.00058524 Jy ! Component: 150 - total flux cleaned = 0.000537516 Jy ! Component: 200 - total flux cleaned = 0.000589051 Jy ! Total flux subtracted in 200 components = 0.000589051 Jy ! Clean residual min=-0.000859 max=0.000867 Jy/beam ! Clean residual mean=-0.000001 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.0436856 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.000215847 Jy ! Component: 100 - total flux cleaned = 0.000382867 Jy ! Component: 150 - total flux cleaned = 0.000454248 Jy ! Component: 200 - total flux cleaned = 0.000451462 Jy ! Total flux subtracted in 200 components = 0.000451462 Jy ! Clean residual min=-0.001421 max=0.001446 Jy/beam ! Clean residual mean=-0.000003 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.044137 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 184 components and 0.044137 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.337 mas, bmaj=34.05 mas, bpa=-14.23 degrees ! Estimated noise=1.31473 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0001624 Jy ! Component: 100 - total flux cleaned = 0.000146645 Jy ! Component: 150 - total flux cleaned = 0.000231316 Jy ! Component: 200 - total flux cleaned = 0.000352916 Jy ! Total flux subtracted in 200 components = 0.000352916 Jy ! Clean residual min=-0.000634 max=0.000639 Jy/beam ! Clean residual mean=0.000000 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.04449 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 243 components and 0.0444899 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.042581Jy sigma=0.595505 ! Fit after self-cal, rms=0.042579Jy sigma=0.595342 wmodel J2223-3417_C_map.mod ! Writing 243 model components to file: J2223-3417_C_map.mod wobs J2223-3417_C_uvs.fits ! Writing UV FITS file: J2223-3417_C_uvs.fits wwins J2223-3417_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J2223-3417_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.337 x 34.05 at -14.23 degrees (North through East) ! Clean map min=-0.0035586 max=0.043955 Jy/beam ! Writing clean map to FITS file: .//J2223-3417_C_map.fits wmodel .//J2223-3417_C_map.mod ! Writing 243 model components to file: .//J2223-3417_C_map.mod wobs .//J2223-3417_C_uvs.fits ! Writing UV FITS file: .//J2223-3417_C_uvs.fits wwins .//J2223-3417_C_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.0439549 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000227236 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.55092 1.55092 3.10185 6.2037 12.4074 24.8148 49.6296 99.2592 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.043 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 193.432 quit ! Quitting program ! Log file .//J2223-3417_C_dfm.log closed on Mon Jan 20 19:19:06 2020