! Started logfile: .//J2310-0635_C_dfm.log on Mon Jan 20 19:26:04 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 .//J2310-0635_C_uva.fits ! Reading UV FITS file: .//J2310-0635_C_uva.fits ! AN table 1: 15 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2310-0635 ! ! 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 1200 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 J2310-0635_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. ! ! 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.002293Jy sigma=18.669797 ! Fit after self-cal, rms=0.945898Jy sigma=17.612002 ! 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=5.511 mas, bmaj=10.86 mas, bpa=65.86 degrees ! Estimated noise=2.21089 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.0391589 Jy ! Component: 100 - total flux cleaned = 0.0414946 Jy ! Total flux subtracted in 100 components = 0.0414946 Jy ! Clean residual min=-0.006245 max=0.006194 Jy/beam ! Clean residual mean=-0.000005 rms=0.002705 Jy/beam ! Combined flux in latest and established models = 0.0414946 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 35 components and 0.0414946 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.049612Jy sigma=0.758194 ! Fit after self-cal, rms=0.049104Jy sigma=0.748706 ! 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=6.739 mas, bmaj=11.11 mas, bpa=60.1 degrees ! Estimated noise=1.14748 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.00429718 Jy ! Component: 100 - total flux cleaned = 0.00798929 Jy ! Component: 150 - total flux cleaned = 0.0073262 Jy ! Component: 200 - total flux cleaned = 0.00652912 Jy ! Total flux subtracted in 200 components = 0.00652912 Jy ! Clean residual min=-0.003012 max=0.003000 Jy/beam ! Clean residual mean=0.000000 rms=0.001671 Jy/beam ! Combined flux in latest and established models = 0.0480237 Jy ! Performing phase self-cal ! Adding 122 model components to the UV plane model. ! The established model now contains 156 components and 0.0480237 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.044735Jy sigma=0.630872 ! Fit after self-cal, rms=0.044678Jy sigma=0.627774 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.739 x 11.11 at 60.1 degrees (North through East) ! Clean map min=-0.0059175 max=0.045806 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.82 KP 1.10 OV 1.18 ! PT 0.82 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.64 FD 0.95 KP 1.05 OV 1.26 ! PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.86 KP 1.04 OV 1.03 ! PT 0.89 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.24 FD 0.91 KP 1.01 OV 0.90 ! PT 0.89 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 1.00 KP 1.14 OV 0.95 ! PT 0.97 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.93 KP 0.92 OV 1.05 ! PT 0.94 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.88 KP 0.95 OV 0.95 ! PT 0.98 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.99 KP 0.99 OV 1.03 ! PT 0.77 ! ! ! Fit before self-cal, rms=0.044678Jy sigma=0.627774 ! Fit after self-cal, rms=0.042122Jy sigma=0.602281 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.857 mas, bmaj=11.3 mas, bpa=57.43 degrees ! Estimated noise=1.09595 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.00298122 Jy ! Component: 100 - total flux cleaned = 0.00361145 Jy ! Component: 150 - total flux cleaned = 0.00417306 Jy ! Component: 200 - total flux cleaned = 0.00444635 Jy ! Total flux subtracted in 200 components = 0.00444635 Jy ! Clean residual min=-0.000609 max=0.000605 Jy/beam ! Clean residual mean=-0.000002 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.0524701 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 215 components and 0.0524701 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.041802Jy sigma=0.596095 ! Fit after self-cal, rms=0.041904Jy sigma=0.595270 ! 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.041904Jy sigma=0.595270 ! Fit after self-cal, rms=0.041384Jy sigma=0.594968 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.87 mas, bmaj=11.31 mas, bpa=57.56 degrees ! Estimated noise=1.09175 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000905341 Jy ! Component: 100 - total flux cleaned = 0.00104045 Jy ! Component: 150 - total flux cleaned = 0.00089774 Jy ! Component: 200 - total flux cleaned = 0.000816084 Jy ! Total flux subtracted in 200 components = 0.000816084 Jy ! Clean residual min=-0.000444 max=0.000444 Jy/beam ! Clean residual mean=-0.000001 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.0532861 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 263 components and 0.0532862 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.041321Jy sigma=0.594178 ! Fit after self-cal, rms=0.041342Jy sigma=0.594100 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.000343773 Jy ! Component: 100 - total flux cleaned = 0.000367777 Jy ! Component: 150 - total flux cleaned = 0.000258764 Jy ! Component: 200 - total flux cleaned = 0.00023692 Jy ! Total flux subtracted in 200 components = 0.00023692 Jy ! Clean residual min=-0.000353 max=0.000349 Jy/beam ! Clean residual mean=-0.000000 rms=0.000127 Jy/beam ! Combined flux in latest and established models = 0.0535231 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 316 components and 0.0535231 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.041310Jy sigma=0.593719 ! Fit after self-cal, rms=0.041315Jy sigma=0.593687 ! 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.041315Jy sigma=0.593687 ! Fit after self-cal, rms=0.041232Jy sigma=0.593603 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.88 mas, bmaj=11.31 mas, bpa=57.58 degrees ! Estimated noise=1.09195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000483667 Jy ! Component: 100 - total flux cleaned = 0.000443081 Jy ! Component: 150 - total flux cleaned = 0.000268628 Jy ! Component: 200 - total flux cleaned = 0.000137987 Jy ! Total flux subtracted in 200 components = 0.000137987 Jy ! Clean residual min=-0.000309 max=0.000305 Jy/beam ! Clean residual mean=-0.000000 rms=0.000111 Jy/beam ! Combined flux in latest and established models = 0.0536611 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 360 components and 0.0536611 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.041201Jy sigma=0.593325 ! Fit after self-cal, rms=0.041208Jy sigma=0.593296 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.000243795 Jy ! Component: 100 - total flux cleaned = 0.000227168 Jy ! Component: 150 - total flux cleaned = 0.000192952 Jy ! Component: 200 - total flux cleaned = 0.000191598 Jy ! Total flux subtracted in 200 components = 0.000191598 Jy ! Clean residual min=-0.000294 max=0.000289 Jy/beam ! Clean residual mean=-0.000000 rms=0.000104 Jy/beam ! Combined flux in latest and established models = 0.0538527 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 401 components and 0.0538527 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.041190Jy sigma=0.593084 ! Fit after self-cal, rms=0.041190Jy sigma=0.593066 ! 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.041190Jy sigma=0.593066 ! Fit after self-cal, rms=0.041116Jy sigma=0.593039 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.209 mas, bmaj=11.45 mas, bpa=55.5 degrees ! Estimated noise=1.08053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000148212 Jy ! Component: 100 - total flux cleaned = 7.00572e-05 Jy ! Component: 150 - total flux cleaned = 4.03671e-05 Jy ! Component: 200 - total flux cleaned = -4.48033e-05 Jy ! Total flux subtracted in 200 components = -4.48033e-05 Jy ! Clean residual min=-0.000232 max=0.000234 Jy/beam ! Clean residual mean=-0.000000 rms=0.000087 Jy/beam ! Combined flux in latest and established models = 0.0538079 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 450 components and 0.0538079 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.041094Jy sigma=0.592910 ! Fit after self-cal, rms=0.041093Jy sigma=0.592895 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.81566e-05 Jy ! Component: 100 - total flux cleaned = 4.9494e-06 Jy ! Component: 150 - total flux cleaned = -9.5084e-05 Jy ! Component: 200 - total flux cleaned = -0.000124309 Jy ! Total flux subtracted in 200 components = -0.000124309 Jy ! Clean residual min=-0.000242 max=0.000241 Jy/beam ! Clean residual mean=-0.000000 rms=0.000087 Jy/beam ! Combined flux in latest and established models = 0.0536836 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 477 components and 0.0536835 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.041082Jy sigma=0.592745 ! Fit after self-cal, rms=0.041082Jy sigma=0.592732 ! 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=6.884 mas, bmaj=11.31 mas, bpa=57.56 degrees ! Estimated noise=1.09206 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.884 x 11.31 at 57.56 degrees (North through East) ! Clean map min=-0.0024417 max=0.043329 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=5.632 mas, bmaj=10.89 mas, bpa=64.21 degrees ! Estimated noise=2.1762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0384745 Jy ! Component: 100 - total flux cleaned = 0.0387469 Jy ! Component: 150 - total flux cleaned = 0.0399634 Jy ! Component: 200 - total flux cleaned = 0.0399536 Jy ! Total flux subtracted in 200 components = 0.0399536 Jy ! Clean residual min=-0.003676 max=0.003649 Jy/beam ! Clean residual mean=-0.000004 rms=0.001619 Jy/beam ! Combined flux in latest and established models = 0.0399536 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 72 model components to the UV plane model. ! The established model now contains 72 components and 0.0399536 Jy ! Inverting map and beam ! Estimated beam: bmin=6.884 mas, bmaj=11.31 mas, bpa=57.56 degrees ! Estimated noise=1.09206 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.00294809 Jy ! Component: 100 - total flux cleaned = 0.00353101 Jy ! Component: 150 - total flux cleaned = 0.0034209 Jy ! Component: 200 - total flux cleaned = 0.00264332 Jy ! Total flux subtracted in 200 components = 0.00264332 Jy ! Clean residual min=-0.001649 max=0.001638 Jy/beam ! Clean residual mean=-0.000002 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.0425969 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 161 components and 0.0425969 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=7.209 mas, bmaj=11.45 mas, bpa=55.5 degrees ! Estimated noise=1.08053 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102022 Jy ! Component: 100 - total flux cleaned = -0.00151308 Jy ! Component: 150 - total flux cleaned = -0.00189909 Jy ! Component: 200 - total flux cleaned = -0.00198855 Jy ! Total flux subtracted in 200 components = -0.00198855 Jy ! Clean residual min=-0.000717 max=0.000716 Jy/beam ! Clean residual mean=-0.000001 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0406084 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 = -3.87946e-05 Jy ! Component: 100 - total flux cleaned = -0.000115157 Jy ! Component: 150 - total flux cleaned = -0.000291337 Jy ! Component: 200 - total flux cleaned = -0.000325724 Jy ! Total flux subtracted in 200 components = -0.000325724 Jy ! Clean residual min=-0.000566 max=0.000558 Jy/beam ! Clean residual mean=-0.000002 rms=0.000207 Jy/beam ! Combined flux in latest and established models = 0.0402827 Jy ! Adding 143 model components to the UV plane model. ! The established model now contains 301 components and 0.0402826 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.884 mas, bmaj=11.31 mas, bpa=57.56 degrees ! Estimated noise=1.09206 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.78435e-05 Jy ! Component: 100 - total flux cleaned = -8.43809e-05 Jy ! Component: 150 - total flux cleaned = 3.16967e-05 Jy ! Component: 200 - total flux cleaned = 0.00014274 Jy ! Total flux subtracted in 200 components = 0.00014274 Jy ! Clean residual min=-0.000370 max=0.000369 Jy/beam ! Clean residual mean=-0.000000 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.0404254 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 352 components and 0.0404254 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.041111Jy sigma=0.593365 ! Fit after self-cal, rms=0.041118Jy sigma=0.593280 wmodel J2310-0635_C_map.mod ! Writing 352 model components to file: J2310-0635_C_map.mod wobs J2310-0635_C_uvs.fits ! Writing UV FITS file: J2310-0635_C_uvs.fits wwins J2310-0635_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J2310-0635_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.884 x 11.31 at 57.56 degrees (North through East) ! Clean map min=-0.0041771 max=0.039964 Jy/beam ! Writing clean map to FITS file: .//J2310-0635_C_map.fits wmodel .//J2310-0635_C_map.mod ! Writing 352 model components to file: .//J2310-0635_C_map.mod wobs .//J2310-0635_C_uvs.fits ! Writing UV FITS file: .//J2310-0635_C_uvs.fits wwins .//J2310-0635_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.039964 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000137342 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.03099 1.03099 2.06198 4.12395 8.24791 16.4958 32.9916 65.9833 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.039 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 290.982 quit ! Quitting program ! Log file .//J2310-0635_C_dfm.log closed on Mon Jan 20 19:26:07 2020