! Started logfile: .//J2006-3451_X_dfm.log on Mon Jan 20 19:01:57 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 .//J2006-3451_X_uva.fits ! Reading UV FITS file: .//J2006-3451_X_uva.fits ! AN table 1: 16 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.95625 visibilities/baseline/integration-bin. ! Found source: J2006-3451 ! ! 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 67 lines of history. ! ! Reading 1224 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 J2006-3451_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. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.998178Jy sigma=13.056868 ! Fit after self-cal, rms=0.938497Jy sigma=12.288228 ! 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.077 mas, bmaj=23.64 mas, bpa=-18.27 degrees ! Estimated noise=3.76645 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.047597 Jy ! Component: 100 - total flux cleaned = 0.0595806 Jy ! Total flux subtracted in 100 components = 0.0595806 Jy ! Clean residual min=-0.006097 max=0.006248 Jy/beam ! Clean residual mean=0.000009 rms=0.002555 Jy/beam ! Combined flux in latest and established models = 0.0595806 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.0595806 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.056351Jy sigma=0.634041 ! Fit after self-cal, rms=0.056016Jy sigma=0.629573 ! 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.484 mas, bmaj=22.35 mas, bpa=-17.82 degrees ! Estimated noise=1.59255 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.00742901 Jy ! Component: 100 - total flux cleaned = 0.0118672 Jy ! Component: 150 - total flux cleaned = 0.0150057 Jy ! Component: 200 - total flux cleaned = 0.0185302 Jy ! Total flux subtracted in 200 components = 0.0185302 Jy ! Clean residual min=-0.002256 max=0.002268 Jy/beam ! Clean residual mean=-0.000009 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.0781109 Jy ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 110 components and 0.0781108 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.054370Jy sigma=0.603509 ! Fit after self-cal, rms=0.054403Jy sigma=0.602422 ! 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.484 x 22.35 at -17.82 degrees (North through East) ! Clean map min=-0.003642 max=0.053139 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 KP 1.04 NL 1.06 OV 1.05 ! PT 1.05 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.14 KP 1.00 NL 1.35 OV 1.08 ! PT 0.85 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 0.89 NL 0.99 OV 1.02 ! PT 0.96 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.94 KP 1.00 NL 0.92 OV 1.04 ! PT 0.98 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.90 KP 1.14 NL 1.06 OV 1.05 ! PT 0.95 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.95 NL 1.01 OV 1.08 ! PT 0.92 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.92 NL 1.07 OV 1.00 ! PT 0.88 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.89 KP 1.13 NL 1.15 OV 0.93 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.054403Jy sigma=0.602422 ! Fit after self-cal, rms=0.052210Jy sigma=0.596384 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.546 mas, bmaj=22.34 mas, bpa=-17.72 degrees ! Estimated noise=1.57218 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.000533373 Jy ! Component: 100 - total flux cleaned = -0.000259029 Jy ! Component: 150 - total flux cleaned = -0.000328138 Jy ! Component: 200 - total flux cleaned = -0.000398675 Jy ! Total flux subtracted in 200 components = -0.000398675 Jy ! Clean residual min=-0.001285 max=0.001252 Jy/beam ! Clean residual mean=0.000003 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.0777122 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 143 components and 0.0777122 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.052044Jy sigma=0.594485 ! Fit after self-cal, rms=0.052185Jy sigma=0.593800 ! 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.052185Jy sigma=0.593800 ! Fit after self-cal, rms=0.053025Jy sigma=0.593562 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.566 mas, bmaj=22.31 mas, bpa=-17.69 degrees ! Estimated noise=1.57327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.10498e-05 Jy ! Component: 100 - total flux cleaned = 0.000138442 Jy ! Component: 150 - total flux cleaned = 3.99023e-05 Jy ! Component: 200 - total flux cleaned = -0.000104045 Jy ! Total flux subtracted in 200 components = -0.000104045 Jy ! Clean residual min=-0.000812 max=0.000814 Jy/beam ! Clean residual mean=0.000006 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.0776081 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 187 components and 0.0776081 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.052915Jy sigma=0.592461 ! Fit after self-cal, rms=0.052958Jy sigma=0.592306 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.000151123 Jy ! Component: 100 - total flux cleaned = 0.000282295 Jy ! Component: 150 - total flux cleaned = 0.00037783 Jy ! Component: 200 - total flux cleaned = 0.000476616 Jy ! Total flux subtracted in 200 components = 0.000476616 Jy ! Clean residual min=-0.000983 max=0.001001 Jy/beam ! Clean residual mean=0.000006 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.0780847 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 222 components and 0.0780847 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.052903Jy sigma=0.591851 ! Fit after self-cal, rms=0.052919Jy sigma=0.591705 ! 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.052919Jy sigma=0.591705 ! Fit after self-cal, rms=0.053375Jy sigma=0.591592 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.577 mas, bmaj=22.32 mas, bpa=-17.68 degrees ! Estimated noise=1.57515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000549114 Jy ! Component: 100 - total flux cleaned = -0.000693992 Jy ! Component: 150 - total flux cleaned = -0.00058125 Jy ! Component: 200 - total flux cleaned = -0.000448411 Jy ! Total flux subtracted in 200 components = -0.000448411 Jy ! Clean residual min=-0.000779 max=0.000789 Jy/beam ! Clean residual mean=0.000001 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.0776363 Jy selfcal ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 262 components and 0.0776363 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.053324Jy sigma=0.591346 ! Fit after self-cal, rms=0.053332Jy sigma=0.591227 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.000198289 Jy ! Component: 100 - total flux cleaned = 0.000383296 Jy ! Component: 150 - total flux cleaned = 0.000291961 Jy ! Component: 200 - total flux cleaned = 0.000163471 Jy ! Total flux subtracted in 200 components = 0.000163471 Jy ! Clean residual min=-0.000554 max=0.000562 Jy/beam ! Clean residual mean=0.000004 rms=0.000215 Jy/beam ! Combined flux in latest and established models = 0.0777998 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 322 components and 0.0777998 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.053289Jy sigma=0.590955 ! Fit after self-cal, rms=0.053297Jy sigma=0.590926 ! 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.053297Jy sigma=0.590926 ! Fit after self-cal, rms=0.053495Jy sigma=0.590876 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.015 mas, bmaj=22.15 mas, bpa=-16.95 degrees ! Estimated noise=1.53847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.14569e-05 Jy ! Component: 100 - total flux cleaned = 0.000139277 Jy ! Component: 150 - total flux cleaned = 0.000230816 Jy ! Component: 200 - total flux cleaned = 0.000310552 Jy ! Total flux subtracted in 200 components = 0.000310552 Jy ! Clean residual min=-0.000484 max=0.000514 Jy/beam ! Clean residual mean=0.000004 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.0781103 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 359 components and 0.0781103 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.053470Jy sigma=0.590754 ! Fit after self-cal, rms=0.053494Jy sigma=0.590719 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.000109249 Jy ! Component: 100 - total flux cleaned = -0.000202021 Jy ! Component: 150 - total flux cleaned = -0.000261491 Jy ! Component: 200 - total flux cleaned = -0.000372349 Jy ! Total flux subtracted in 200 components = -0.000372349 Jy ! Clean residual min=-0.000400 max=0.000409 Jy/beam ! Clean residual mean=0.000001 rms=0.000126 Jy/beam ! Combined flux in latest and established models = 0.077738 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 382 components and 0.077738 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.053475Jy sigma=0.590566 ! Fit after self-cal, rms=0.053478Jy sigma=0.590547 ! 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.581 mas, bmaj=22.33 mas, bpa=-17.69 degrees ! Estimated noise=1.57641 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.581 x 22.33 at -17.69 degrees (North through East) ! Clean map min=-0.0019376 max=0.05198 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.144 mas, bmaj=23.55 mas, bpa=-18.28 degrees ! Estimated noise=3.7482 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0459173 Jy ! Component: 100 - total flux cleaned = 0.0532417 Jy ! Component: 150 - total flux cleaned = 0.0507026 Jy ! Component: 200 - total flux cleaned = 0.0498194 Jy ! Total flux subtracted in 200 components = 0.0498194 Jy ! Clean residual min=-0.004983 max=0.005153 Jy/beam ! Clean residual mean=-0.000001 rms=0.001917 Jy/beam ! Combined flux in latest and established models = 0.0498194 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 55 model components to the UV plane model. ! The established model now contains 55 components and 0.0498194 Jy ! Inverting map and beam ! Estimated beam: bmin=2.581 mas, bmaj=22.33 mas, bpa=-17.69 degrees ! Estimated noise=1.57641 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.00309351 Jy ! Component: 100 - total flux cleaned = 0.00478455 Jy ! Component: 150 - total flux cleaned = 0.00508021 Jy ! Component: 200 - total flux cleaned = 0.00541056 Jy ! Total flux subtracted in 200 components = 0.00541056 Jy ! Clean residual min=-0.002936 max=0.002970 Jy/beam ! Clean residual mean=-0.000005 rms=0.000944 Jy/beam ! Combined flux in latest and established models = 0.05523 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 108 components and 0.05523 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=3.015 mas, bmaj=22.15 mas, bpa=-16.95 degrees ! Estimated noise=1.53847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000179562 Jy ! Component: 100 - total flux cleaned = 0.000126967 Jy ! Component: 150 - total flux cleaned = 0.00105162 Jy ! Component: 200 - total flux cleaned = 0.00177167 Jy ! Total flux subtracted in 200 components = 0.00177167 Jy ! Clean residual min=-0.001036 max=0.001047 Jy/beam ! Clean residual mean=0.000008 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0570016 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.000250097 Jy ! Component: 100 - total flux cleaned = 0.000502969 Jy ! Component: 150 - total flux cleaned = 0.000571667 Jy ! Component: 200 - total flux cleaned = 0.000552065 Jy ! Total flux subtracted in 200 components = 0.000552065 Jy ! Clean residual min=-0.001768 max=0.001806 Jy/beam ! Clean residual mean=0.000005 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.0575537 Jy ! Adding 111 model components to the UV plane model. ! The established model now contains 219 components and 0.0575537 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.581 mas, bmaj=22.33 mas, bpa=-17.69 degrees ! Estimated noise=1.57641 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000402725 Jy ! Component: 100 - total flux cleaned = -0.000116113 Jy ! Component: 150 - total flux cleaned = -0.000170577 Jy ! Component: 200 - total flux cleaned = -0.000366817 Jy ! Total flux subtracted in 200 components = -0.000366817 Jy ! Clean residual min=-0.001175 max=0.001148 Jy/beam ! Clean residual mean=0.000007 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.0571869 Jy selfcal ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 260 components and 0.0571869 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.053620Jy sigma=0.592297 ! Fit after self-cal, rms=0.053612Jy sigma=0.591943 wmodel J2006-3451_X_map.mod ! Writing 260 model components to file: J2006-3451_X_map.mod wobs J2006-3451_X_uvs.fits ! Writing UV FITS file: J2006-3451_X_uvs.fits wwins J2006-3451_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J2006-3451_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.581 x 22.33 at -17.69 degrees (North through East) ! Clean map min=-0.0049849 max=0.048165 Jy/beam ! Writing clean map to FITS file: .//J2006-3451_X_map.fits wmodel .//J2006-3451_X_map.mod ! Writing 260 model components to file: .//J2006-3451_X_map.mod wobs .//J2006-3451_X_uvs.fits ! Writing UV FITS file: .//J2006-3451_X_uvs.fits wwins .//J2006-3451_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.0481651 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000308881 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.92389 1.92389 3.84778 7.69555 15.3911 30.7822 61.5644 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.048 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 155.934 quit ! Quitting program ! Log file .//J2006-3451_X_dfm.log closed on Mon Jan 20 19:02:00 2020