! Started logfile: .//J0507-3507_X_dfm.log on Sun Jan 19 23:58:42 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 .//J0507-3507_X_uvm.fits ! Reading UV FITS file: .//J0507-3507_X_uvm.fits ! AN table 1: 15 integrations on 3 of 3 possible baselines. ! AN table 2: 15 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0507-3507 ! ! 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 1080 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 J0507-3507_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=1.010313Jy sigma=14.542785 ! Fit after self-cal, rms=0.932596Jy sigma=13.470615 ! 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=0.9178 mas, bmaj=15.41 mas, bpa=2.002 degrees ! Estimated noise=2.52234 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.0435435 Jy ! Component: 100 - total flux cleaned = 0.0576496 Jy ! Total flux subtracted in 100 components = 0.0576496 Jy ! Clean residual min=-0.007361 max=0.007327 Jy/beam ! Clean residual mean=-0.000038 rms=0.002811 Jy/beam ! Combined flux in latest and established models = 0.0576496 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0576496 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.050481Jy sigma=0.699532 ! Fit after self-cal, rms=0.049922Jy sigma=0.691901 ! 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=1.201 mas, bmaj=14.43 mas, bpa=1.509 degrees ! Estimated noise=1.50675 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.0170926 Jy ! Component: 100 - total flux cleaned = 0.0259432 Jy ! Component: 150 - total flux cleaned = 0.0301714 Jy ! Component: 200 - total flux cleaned = 0.0322261 Jy ! Total flux subtracted in 200 components = 0.0322261 Jy ! Clean residual min=-0.002596 max=0.002587 Jy/beam ! Clean residual mean=-0.000021 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.0898757 Jy ! Performing phase self-cal ! Adding 103 model components to the UV plane model. ! The established model now contains 120 components and 0.0898757 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.043188Jy sigma=0.607662 ! Fit after self-cal, rms=0.042706Jy sigma=0.604196 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.201 x 14.43 at 1.509 degrees (North through East) ! Clean map min=-0.0037445 max=0.05063 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 1.04 LA 0.88 PT 0.93 SC 1.11 ! ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 1.06 LA 0.93 PT 0.85 SC 1.05 ! ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 0.91 LA 0.98 PT 0.94 SC 1.00 ! ! ! Correcting IF 4. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 1.10 LA 1.02 PT 0.96 SC 1.07 ! ! ! Correcting IF 5. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 0.94 LA 1.02 PT 0.98 SC 0.93 ! ! ! Correcting IF 6. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 0.98 LA 1.00 PT 0.97 SC 1.11 ! ! ! Correcting IF 7. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 1.07 LA 0.99 PT 0.88 SC 1.04 ! ! ! Correcting IF 8. ! A total of 45 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* OV 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! KP 1.01 LA 0.97 PT 0.87 SC 1.20 ! ! ! Fit before self-cal, rms=0.042706Jy sigma=0.604196 ! Fit after self-cal, rms=0.040903Jy sigma=0.587511 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.018 mas, bmaj=12.74 mas, bpa=1.781 degrees ! Estimated noise=1.81115 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.612e-05 Jy ! Component: 100 - total flux cleaned = 2.60712e-05 Jy ! Component: 150 - total flux cleaned = 0.000117455 Jy ! Component: 200 - total flux cleaned = 0.000329302 Jy ! Total flux subtracted in 200 components = 0.000329302 Jy ! Clean residual min=-0.000674 max=0.000682 Jy/beam ! Clean residual mean=-0.000000 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.090205 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 199 components and 0.090205 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.040762Jy sigma=0.585549 ! Fit after self-cal, rms=0.040754Jy sigma=0.584880 ! 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.040754Jy sigma=0.584880 ! Fit after self-cal, rms=0.040818Jy sigma=0.584780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.019 mas, bmaj=12.73 mas, bpa=1.781 degrees ! Estimated noise=1.81112 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000505777 Jy ! Component: 100 - total flux cleaned = 0.00077281 Jy ! Component: 150 - total flux cleaned = 0.001101 Jy ! Component: 200 - total flux cleaned = 0.00137093 Jy ! Total flux subtracted in 200 components = 0.00137093 Jy ! Clean residual min=-0.000479 max=0.000482 Jy/beam ! Clean residual mean=0.000000 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.0915759 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 243 components and 0.0915759 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.040757Jy sigma=0.583997 ! Fit after self-cal, rms=0.040755Jy sigma=0.583892 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.000311055 Jy ! Component: 100 - total flux cleaned = -0.000421239 Jy ! Component: 150 - total flux cleaned = -0.000444334 Jy ! Component: 200 - total flux cleaned = -0.000377844 Jy ! Total flux subtracted in 200 components = -0.000377844 Jy ! Clean residual min=-0.000359 max=0.000359 Jy/beam ! Clean residual mean=0.000000 rms=0.000126 Jy/beam ! Combined flux in latest and established models = 0.0911981 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 288 components and 0.0911981 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.040725Jy sigma=0.583502 ! Fit after self-cal, rms=0.040717Jy sigma=0.583468 ! 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.040717Jy sigma=0.583468 ! Fit after self-cal, rms=0.040654Jy sigma=0.583408 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.018 mas, bmaj=12.74 mas, bpa=1.778 degrees ! Estimated noise=1.80662 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.65824e-05 Jy ! Component: 100 - total flux cleaned = 4.41707e-05 Jy ! Component: 150 - total flux cleaned = 6.67689e-05 Jy ! Component: 200 - total flux cleaned = -1.25594e-05 Jy ! Total flux subtracted in 200 components = -1.25594e-05 Jy ! Clean residual min=-0.000323 max=0.000321 Jy/beam ! Clean residual mean=0.000001 rms=0.000112 Jy/beam ! Combined flux in latest and established models = 0.0911855 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 329 components and 0.0911855 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.040631Jy sigma=0.583123 ! Fit after self-cal, rms=0.040631Jy sigma=0.583101 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.95278e-05 Jy ! Component: 100 - total flux cleaned = 0.000230928 Jy ! Component: 150 - total flux cleaned = 0.000302704 Jy ! Component: 200 - total flux cleaned = 0.000389425 Jy ! Total flux subtracted in 200 components = 0.000389425 Jy ! Clean residual min=-0.000284 max=0.000288 Jy/beam ! Clean residual mean=0.000001 rms=0.000102 Jy/beam ! Combined flux in latest and established models = 0.091575 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 365 components and 0.091575 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.040616Jy sigma=0.582904 ! Fit after self-cal, rms=0.040612Jy sigma=0.582894 ! 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.040612Jy sigma=0.582894 ! Fit after self-cal, rms=0.040540Jy sigma=0.582870 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.261 mas, bmaj=11 mas, bpa=-0.6849 degrees ! Estimated noise=2.41971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.16252e-05 Jy ! Component: 100 - total flux cleaned = -8.24485e-05 Jy ! Component: 150 - total flux cleaned = -7.08252e-05 Jy ! Component: 200 - total flux cleaned = -0.000110402 Jy ! Total flux subtracted in 200 components = -0.000110402 Jy ! Clean residual min=-0.000237 max=0.000239 Jy/beam ! Clean residual mean=0.000002 rms=0.000081 Jy/beam ! Combined flux in latest and established models = 0.0914646 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 386 components and 0.0914646 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.040534Jy sigma=0.582819 ! Fit after self-cal, rms=0.040537Jy sigma=0.582810 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.000170071 Jy ! Component: 100 - total flux cleaned = 0.000204087 Jy ! Component: 150 - total flux cleaned = 0.000232633 Jy ! Component: 200 - total flux cleaned = 0.000270479 Jy ! Total flux subtracted in 200 components = 0.000270479 Jy ! Clean residual min=-0.000236 max=0.000235 Jy/beam ! Clean residual mean=-0.000001 rms=0.000086 Jy/beam ! Combined flux in latest and established models = 0.0917351 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 418 components and 0.0917351 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.040535Jy sigma=0.582785 ! Fit after self-cal, rms=0.040534Jy sigma=0.582776 ! 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=1.017 mas, bmaj=12.74 mas, bpa=1.778 degrees ! Estimated noise=1.80194 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.017 x 12.74 at 1.778 degrees (North through East) ! Clean map min=-0.0026791 max=0.048222 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=0.8337 mas, bmaj=14.63 mas, bpa=2.159 degrees ! Estimated noise=3.11189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0417105 Jy ! Component: 100 - total flux cleaned = 0.05101 Jy ! Component: 150 - total flux cleaned = 0.057553 Jy ! Component: 200 - total flux cleaned = 0.0596158 Jy ! Total flux subtracted in 200 components = 0.0596158 Jy ! Clean residual min=-0.005339 max=0.005342 Jy/beam ! Clean residual mean=-0.000025 rms=0.001990 Jy/beam ! Combined flux in latest and established models = 0.0596158 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 49 model components to the UV plane model. ! The established model now contains 49 components and 0.0596158 Jy ! Inverting map and beam ! Estimated beam: bmin=1.017 mas, bmaj=12.74 mas, bpa=1.778 degrees ! Estimated noise=1.80194 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.0108068 Jy ! Component: 100 - total flux cleaned = 0.0125865 Jy ! Component: 150 - total flux cleaned = 0.0123706 Jy ! Component: 200 - total flux cleaned = 0.0127731 Jy ! Total flux subtracted in 200 components = 0.0127731 Jy ! Clean residual min=-0.003330 max=0.003370 Jy/beam ! Clean residual mean=-0.000008 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.0723889 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 101 components and 0.0723889 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.261 mas, bmaj=11 mas, bpa=-0.6849 degrees ! Estimated noise=2.41971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00116247 Jy ! Component: 100 - total flux cleaned = -0.00133368 Jy ! Component: 150 - total flux cleaned = -0.00237669 Jy ! Component: 200 - total flux cleaned = -0.00299489 Jy ! Total flux subtracted in 200 components = -0.00299489 Jy ! Clean residual min=-0.000795 max=0.000802 Jy/beam ! Clean residual mean=-0.000005 rms=0.000316 Jy/beam ! Combined flux in latest and established models = 0.069394 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.000100581 Jy ! Component: 100 - total flux cleaned = 0.000210665 Jy ! Component: 150 - total flux cleaned = 0.000329597 Jy ! Component: 200 - total flux cleaned = 0.000532166 Jy ! Total flux subtracted in 200 components = 0.000532166 Jy ! Clean residual min=-0.001165 max=0.001162 Jy/beam ! Clean residual mean=-0.000019 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.0699261 Jy ! Adding 113 model components to the UV plane model. ! The established model now contains 214 components and 0.0699261 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.017 mas, bmaj=12.74 mas, bpa=1.778 degrees ! Estimated noise=1.80194 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000388759 Jy ! Component: 100 - total flux cleaned = 0.000686645 Jy ! Component: 150 - total flux cleaned = 0.000593816 Jy ! Component: 200 - total flux cleaned = 0.000480761 Jy ! Total flux subtracted in 200 components = 0.000480761 Jy ! Clean residual min=-0.000467 max=0.000474 Jy/beam ! Clean residual mean=-0.000001 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.0704069 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 282 components and 0.0704069 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.040577Jy sigma=0.583335 ! Fit after self-cal, rms=0.040557Jy sigma=0.583106 wmodel J0507-3507_X_map.mod ! Writing 282 model components to file: J0507-3507_X_map.mod wobs J0507-3507_X_uvs.fits ! Writing UV FITS file: J0507-3507_X_uvs.fits wwins J0507-3507_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J0507-3507_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.017 x 12.74 at 1.778 degrees (North through East) ! Clean map min=-0.0037372 max=0.036022 Jy/beam ! Writing clean map to FITS file: .//J0507-3507_X_map.fits wmodel .//J0507-3507_X_map.mod ! Writing 282 model components to file: .//J0507-3507_X_map.mod wobs .//J0507-3507_X_uvs.fits ! Writing UV FITS file: .//J0507-3507_X_uvs.fits wwins .//J0507-3507_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.0360223 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000152055 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.26634 1.26634 2.53268 5.06536 10.1307 20.2614 40.5229 81.0458 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= 236.903 quit ! Quitting program ! Log file .//J0507-3507_X_dfm.log closed on Sun Jan 19 23:58:45 2020