! Started logfile: .//J1403-3547_X_dfm.log on Mon Jan 20 18:11:09 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 .//J1403-3547_X_uva.fits ! Reading UV FITS file: .//J1403-3547_X_uva.fits ! AN table 1: 17 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.952941 visibilities/baseline/integration-bin. ! Found source: J1403-3547 ! ! 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 94 lines of history. ! ! Reading 1296 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 J1403-3547_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=1.009881Jy sigma=10.558775 ! Fit after self-cal, rms=0.931719Jy sigma=9.742301 ! 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.9618 mas, bmaj=15.37 mas, bpa=0.679 degrees ! Estimated noise=4.28425 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.0590994 Jy ! Component: 100 - total flux cleaned = 0.0663489 Jy ! Total flux subtracted in 100 components = 0.0663489 Jy ! Clean residual min=-0.008829 max=0.008846 Jy/beam ! Clean residual mean=0.000022 rms=0.004323 Jy/beam ! Combined flux in latest and established models = 0.0663489 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0663489 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.075725Jy sigma=0.770299 ! Fit after self-cal, rms=0.074086Jy sigma=0.754956 ! 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.269 mas, bmaj=14.91 mas, bpa=0.477 degrees ! Estimated noise=1.90479 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.00198421 Jy ! Component: 100 - total flux cleaned = 0.00265308 Jy ! Component: 150 - total flux cleaned = 0.00369192 Jy ! Component: 200 - total flux cleaned = 0.0034781 Jy ! Total flux subtracted in 200 components = 0.0034781 Jy ! Clean residual min=-0.001671 max=0.001662 Jy/beam ! Clean residual mean=0.000009 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.069827 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 115 components and 0.069827 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.073423Jy sigma=0.747642 ! Fit after self-cal, rms=0.073356Jy sigma=0.746969 ! 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.269 x 14.91 at 0.477 degrees (North through East) ! Clean map min=-0.0066836 max=0.043772 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.11 KP 0.98 LA 1.03 PT 1.11 ! SC 0.84 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.15 KP 1.06 LA 0.95 PT 0.98 ! SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.83 KP 1.10 LA 0.97 PT 1.12 ! SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 KP 1.01 LA 0.83 PT 1.03 ! SC 0.90 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.27 KP 1.12 LA 0.95 PT 0.99 ! SC 0.94 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 0.95 LA 0.93 PT 1.00 ! SC 0.95 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.81 KP 0.88 LA 0.97 PT 1.19 ! SC 1.00 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.09 KP 1.10 LA 0.99 PT 0.87 ! SC 0.94 ! ! ! Fit before self-cal, rms=0.073356Jy sigma=0.746969 ! Fit after self-cal, rms=0.072243Jy sigma=0.740337 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.241 mas, bmaj=14.88 mas, bpa=0.5476 degrees ! Estimated noise=1.87001 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.000975545 Jy ! Component: 100 - total flux cleaned = 0.000886833 Jy ! Component: 150 - total flux cleaned = 0.000806364 Jy ! Component: 200 - total flux cleaned = 0.000965601 Jy ! Total flux subtracted in 200 components = 0.000965601 Jy ! Clean residual min=-0.001322 max=0.001321 Jy/beam ! Clean residual mean=0.000006 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0707926 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 150 components and 0.0707925 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.072096Jy sigma=0.739059 ! Fit after self-cal, rms=0.072392Jy sigma=0.737698 ! 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.072392Jy sigma=0.737698 ! Fit after self-cal, rms=0.072722Jy sigma=0.737177 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.236 mas, bmaj=14.86 mas, bpa=0.5636 degrees ! Estimated noise=1.85762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000943825 Jy ! Component: 100 - total flux cleaned = -0.000995657 Jy ! Component: 150 - total flux cleaned = -0.000840848 Jy ! Component: 200 - total flux cleaned = -0.000692245 Jy ! Total flux subtracted in 200 components = -0.000692245 Jy ! Clean residual min=-0.000808 max=0.000811 Jy/beam ! Clean residual mean=0.000006 rms=0.000291 Jy/beam ! Combined flux in latest and established models = 0.0701003 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 199 components and 0.0701003 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.072647Jy sigma=0.736511 ! Fit after self-cal, rms=0.072789Jy sigma=0.736278 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.000507472 Jy ! Component: 100 - total flux cleaned = -0.000506363 Jy ! Component: 150 - total flux cleaned = -0.000463386 Jy ! Component: 200 - total flux cleaned = -0.000386026 Jy ! Total flux subtracted in 200 components = -0.000386026 Jy ! Clean residual min=-0.000627 max=0.000625 Jy/beam ! Clean residual mean=0.000003 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.0697143 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 271 components and 0.0697143 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.072744Jy sigma=0.735804 ! Fit after self-cal, rms=0.072742Jy sigma=0.735755 ! 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.072742Jy sigma=0.735755 ! Fit after self-cal, rms=0.073311Jy sigma=0.735609 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.232 mas, bmaj=14.87 mas, bpa=0.5738 degrees ! Estimated noise=1.86042 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0006335 Jy ! Component: 100 - total flux cleaned = -0.000716197 Jy ! Component: 150 - total flux cleaned = -0.000605633 Jy ! Component: 200 - total flux cleaned = -0.000640149 Jy ! Total flux subtracted in 200 components = -0.000640149 Jy ! Clean residual min=-0.000565 max=0.000565 Jy/beam ! Clean residual mean=0.000006 rms=0.000227 Jy/beam ! Combined flux in latest and established models = 0.0690741 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 320 components and 0.0690741 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.073268Jy sigma=0.735264 ! Fit after self-cal, rms=0.073319Jy sigma=0.735211 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.000199717 Jy ! Component: 100 - total flux cleaned = -0.000169413 Jy ! Component: 150 - total flux cleaned = -0.000107065 Jy ! Component: 200 - total flux cleaned = -0.000106331 Jy ! Total flux subtracted in 200 components = -0.000106331 Jy ! Clean residual min=-0.000501 max=0.000499 Jy/beam ! Clean residual mean=0.000005 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.0689678 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 368 components and 0.0689678 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.073291Jy sigma=0.734968 ! Fit after self-cal, rms=0.073294Jy sigma=0.734946 ! 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.073294Jy sigma=0.734946 ! Fit after self-cal, rms=0.073579Jy sigma=0.734877 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.802 mas, bmaj=13.78 mas, bpa=-1.996 degrees ! Estimated noise=2.24005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140157 Jy ! Component: 100 - total flux cleaned = 0.00025481 Jy ! Component: 150 - total flux cleaned = 0.000253612 Jy ! Component: 200 - total flux cleaned = 0.000253056 Jy ! Total flux subtracted in 200 components = 0.000253056 Jy ! Clean residual min=-0.000302 max=0.000301 Jy/beam ! Clean residual mean=0.000008 rms=0.000101 Jy/beam ! Combined flux in latest and established models = 0.0692208 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 410 components and 0.0692209 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.073558Jy sigma=0.734772 ! Fit after self-cal, rms=0.073586Jy sigma=0.734751 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.15685e-05 Jy ! Component: 100 - total flux cleaned = 3.91708e-05 Jy ! Component: 150 - total flux cleaned = 3.78104e-05 Jy ! Component: 200 - total flux cleaned = 2.26487e-05 Jy ! Total flux subtracted in 200 components = 2.26487e-05 Jy ! Clean residual min=-0.000251 max=0.000254 Jy/beam ! Clean residual mean=0.000008 rms=0.000095 Jy/beam ! Combined flux in latest and established models = 0.0692435 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 430 components and 0.0692435 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.073571Jy sigma=0.734678 ! Fit after self-cal, rms=0.073562Jy sigma=0.734668 ! 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.229 mas, bmaj=14.89 mas, bpa=0.5812 degrees ! Estimated noise=1.86212 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.229 x 14.89 at 0.5812 degrees (North through East) ! Clean map min=-0.0047747 max=0.042211 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.9438 mas, bmaj=15.47 mas, bpa=0.7712 degrees ! Estimated noise=4.02829 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.056292 Jy ! Component: 100 - total flux cleaned = 0.0646656 Jy ! Component: 150 - total flux cleaned = 0.066144 Jy ! Component: 200 - total flux cleaned = 0.0657396 Jy ! Total flux subtracted in 200 components = 0.0657396 Jy ! Clean residual min=-0.005632 max=0.005657 Jy/beam ! Clean residual mean=0.000026 rms=0.002780 Jy/beam ! Combined flux in latest and established models = 0.0657395 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 89 model components to the UV plane model. ! The established model now contains 89 components and 0.0657395 Jy ! Inverting map and beam ! Estimated beam: bmin=1.229 mas, bmaj=14.89 mas, bpa=0.5812 degrees ! Estimated noise=1.86212 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.00458963 Jy ! Component: 100 - total flux cleaned = 0.00566832 Jy ! Component: 150 - total flux cleaned = 0.00581136 Jy ! Component: 200 - total flux cleaned = 0.00581427 Jy ! Total flux subtracted in 200 components = 0.00581427 Jy ! Clean residual min=-0.002231 max=0.002246 Jy/beam ! Clean residual mean=-0.000002 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.0715538 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 135 components and 0.0715538 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.802 mas, bmaj=13.78 mas, bpa=-1.996 degrees ! Estimated noise=2.24005 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000975564 Jy ! Component: 100 - total flux cleaned = 0.000520155 Jy ! Component: 150 - total flux cleaned = 0.000169655 Jy ! Component: 200 - total flux cleaned = 0.000376696 Jy ! Total flux subtracted in 200 components = 0.000376696 Jy ! Clean residual min=-0.001810 max=0.001881 Jy/beam ! Clean residual mean=-0.000005 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.0719305 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.000370687 Jy ! Component: 100 - total flux cleaned = 0.000521771 Jy ! Component: 150 - total flux cleaned = 0.000526259 Jy ! Component: 200 - total flux cleaned = 0.000734955 Jy ! Total flux subtracted in 200 components = 0.000734955 Jy ! Clean residual min=-0.004028 max=0.004090 Jy/beam ! Clean residual mean=-0.000040 rms=0.001429 Jy/beam ! Combined flux in latest and established models = 0.0726654 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 186 components and 0.0726655 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.229 mas, bmaj=14.89 mas, bpa=0.5812 degrees ! Estimated noise=1.86212 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00067394 Jy ! Component: 100 - total flux cleaned = -0.000470658 Jy ! Component: 150 - total flux cleaned = -0.000102849 Jy ! Component: 200 - total flux cleaned = -0.000192522 Jy ! Total flux subtracted in 200 components = -0.000192522 Jy ! Clean residual min=-0.001366 max=0.001350 Jy/beam ! Clean residual mean=0.000005 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.0724729 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 228 components and 0.0724729 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.073692Jy sigma=0.736251 ! Fit after self-cal, rms=0.073649Jy sigma=0.735685 wmodel J1403-3547_X_map.mod ! Writing 228 model components to file: J1403-3547_X_map.mod wobs J1403-3547_X_uvs.fits ! Writing UV FITS file: J1403-3547_X_uvs.fits wwins J1403-3547_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J1403-3547_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.229 x 14.89 at 0.5812 degrees (North through East) ! Clean map min=-0.0068135 max=0.041424 Jy/beam ! Writing clean map to FITS file: .//J1403-3547_X_map.fits wmodel .//J1403-3547_X_map.mod ! Writing 228 model components to file: .//J1403-3547_X_map.mod wobs .//J1403-3547_X_uvs.fits ! Writing UV FITS file: .//J1403-3547_X_uvs.fits wwins .//J1403-3547_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.0414245 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000347305 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.51521 2.51521 5.03043 10.0609 20.1217 40.2434 80.4868 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.041 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 119.274 quit ! Quitting program ! Log file .//J1403-3547_X_dfm.log closed on Mon Jan 20 18:11:11 2020