! Started logfile: .//J2136-3723_C_dfm.log on Mon Jan 20 19:14:32 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 .//J2136-3723_C_uva.fits ! Reading UV FITS file: .//J2136-3723_C_uva.fits ! AN table 1: 15 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2136-3723 ! ! 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 85 lines of history. ! ! Reading 720 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 J2136-3723_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.003675Jy sigma=13.482236 ! Fit after self-cal, rms=0.932991Jy sigma=12.487214 ! 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=12.61 mas, bmaj=44.73 mas, bpa=-19.99 degrees ! Estimated noise=3.18999 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.0540121 Jy ! Component: 100 - total flux cleaned = 0.0604741 Jy ! Total flux subtracted in 100 components = 0.0604741 Jy ! Clean residual min=-0.005925 max=0.005909 Jy/beam ! Clean residual mean=-0.000304 rms=0.002795 Jy/beam ! Combined flux in latest and established models = 0.0604741 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0604741 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.046628Jy sigma=0.610736 ! Fit after self-cal, rms=0.046419Jy sigma=0.608052 ! 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=12.59 mas, bmaj=48.3 mas, bpa=-21.92 degrees ! Estimated noise=1.9802 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.00415675 Jy ! Component: 100 - total flux cleaned = 0.00273119 Jy ! Component: 150 - total flux cleaned = 0.00286166 Jy ! Component: 200 - total flux cleaned = 0.00343515 Jy ! Total flux subtracted in 200 components = 0.00343515 Jy ! Clean residual min=-0.002416 max=0.002489 Jy/beam ! Clean residual mean=0.000100 rms=0.001032 Jy/beam ! Combined flux in latest and established models = 0.0639092 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 85 components and 0.0639093 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.045356Jy sigma=0.592586 ! Fit after self-cal, rms=0.045283Jy sigma=0.590655 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.59 x 48.3 at -21.92 degrees (North through East) ! Clean map min=-0.0049536 max=0.064559 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 0.85 LA 1.08 PT 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 1.08 LA 0.86 PT 0.80 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 KP 1.09 LA 1.13 PT 0.86 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 0.98 LA 0.95 PT 1.06 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.93 KP 1.01 LA 1.04 PT 0.90 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 1.21 KP 1.08 LA 0.92 PT 1.11 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.84 KP 1.22 LA 1.01 PT 0.97 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 KP 0.83 LA 1.12 PT 0.91 ! ! ! Fit before self-cal, rms=0.045283Jy sigma=0.590655 ! Fit after self-cal, rms=0.044559Jy sigma=0.574716 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=48.53 mas, bpa=-21.91 degrees ! Estimated noise=1.9397 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.000114925 Jy ! Component: 100 - total flux cleaned = 0.000252604 Jy ! Component: 150 - total flux cleaned = 0.000253232 Jy ! Component: 200 - total flux cleaned = 0.000444056 Jy ! Total flux subtracted in 200 components = 0.000444056 Jy ! Clean residual min=-0.000800 max=0.000841 Jy/beam ! Clean residual mean=-0.000001 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.0643533 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 133 components and 0.0643533 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.044462Jy sigma=0.573428 ! Fit after self-cal, rms=0.044611Jy sigma=0.572548 ! 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.044611Jy sigma=0.572548 ! Fit after self-cal, rms=0.044831Jy sigma=0.572450 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=48.58 mas, bpa=-21.94 degrees ! Estimated noise=1.94134 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00010152 Jy ! Component: 100 - total flux cleaned = 0.000338344 Jy ! Component: 150 - total flux cleaned = 0.000479968 Jy ! Component: 200 - total flux cleaned = 0.000567167 Jy ! Total flux subtracted in 200 components = 0.000567167 Jy ! Clean residual min=-0.000495 max=0.000499 Jy/beam ! Clean residual mean=0.000000 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.0649205 Jy selfcal ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 199 components and 0.0649204 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.044797Jy sigma=0.571971 ! Fit after self-cal, rms=0.044808Jy sigma=0.571910 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.000385537 Jy ! Component: 100 - total flux cleaned = 0.000475156 Jy ! Component: 150 - total flux cleaned = 0.00057903 Jy ! Component: 200 - total flux cleaned = 0.000708065 Jy ! Total flux subtracted in 200 components = 0.000708065 Jy ! Clean residual min=-0.000358 max=0.000367 Jy/beam ! Clean residual mean=0.000002 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.0656285 Jy ! Performing phase self-cal ! Adding 106 model components to the UV plane model. ! The established model now contains 289 components and 0.0656285 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.044790Jy sigma=0.571627 ! Fit after self-cal, rms=0.044785Jy sigma=0.571601 ! 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.044785Jy sigma=0.571601 ! Fit after self-cal, rms=0.044805Jy sigma=0.571569 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.71 mas, bmaj=48.61 mas, bpa=-21.96 degrees ! Estimated noise=1.93971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000512644 Jy ! Component: 100 - total flux cleaned = 0.000591083 Jy ! Component: 150 - total flux cleaned = 0.000719885 Jy ! Component: 200 - total flux cleaned = 0.000813785 Jy ! Total flux subtracted in 200 components = 0.000813785 Jy ! Clean residual min=-0.000323 max=0.000322 Jy/beam ! Clean residual mean=0.000002 rms=0.000144 Jy/beam ! Combined flux in latest and established models = 0.0664423 Jy selfcal ! Performing phase self-cal ! Adding 119 model components to the UV plane model. ! The established model now contains 371 components and 0.0664423 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.044789Jy sigma=0.571358 ! Fit after self-cal, rms=0.044789Jy sigma=0.571335 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.000246202 Jy ! Component: 100 - total flux cleaned = 0.000298683 Jy ! Component: 150 - total flux cleaned = 0.000316427 Jy ! Component: 200 - total flux cleaned = 0.000334604 Jy ! Total flux subtracted in 200 components = 0.000334604 Jy ! Clean residual min=-0.000311 max=0.000320 Jy/beam ! Clean residual mean=0.000003 rms=0.000142 Jy/beam ! Combined flux in latest and established models = 0.0667769 Jy ! Performing phase self-cal ! Adding 97 model components to the UV plane model. ! The established model now contains 429 components and 0.0667769 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.044778Jy sigma=0.571182 ! Fit after self-cal, rms=0.044778Jy sigma=0.571165 ! 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.044778Jy sigma=0.571165 ! Fit after self-cal, rms=0.044787Jy sigma=0.571147 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.88 mas, bmaj=48.42 mas, bpa=-21.94 degrees ! Estimated noise=1.93401 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000429001 Jy ! Component: 100 - total flux cleaned = 0.000525555 Jy ! Component: 150 - total flux cleaned = 0.000604133 Jy ! Component: 200 - total flux cleaned = 0.000637361 Jy ! Total flux subtracted in 200 components = 0.000637361 Jy ! Clean residual min=-0.000284 max=0.000280 Jy/beam ! Clean residual mean=0.000003 rms=0.000124 Jy/beam ! Combined flux in latest and established models = 0.0674143 Jy selfcal ! Performing phase self-cal ! Adding 107 model components to the UV plane model. ! The established model now contains 484 components and 0.0674143 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.044775Jy sigma=0.571006 ! Fit after self-cal, rms=0.044775Jy sigma=0.570989 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.000210649 Jy ! Component: 100 - total flux cleaned = 0.000256237 Jy ! Component: 150 - total flux cleaned = 0.000271143 Jy ! Component: 200 - total flux cleaned = 0.000303842 Jy ! Total flux subtracted in 200 components = 0.000303842 Jy ! Clean residual min=-0.000285 max=0.000284 Jy/beam ! Clean residual mean=0.000004 rms=0.000124 Jy/beam ! Combined flux in latest and established models = 0.0677181 Jy ! Performing phase self-cal ! Adding 99 model components to the UV plane model. ! The established model now contains 529 components and 0.0677181 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.044766Jy sigma=0.570880 ! Fit after self-cal, rms=0.044767Jy sigma=0.570864 ! 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=12.72 mas, bmaj=48.63 mas, bpa=-21.98 degrees ! Estimated noise=1.93839 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.72 x 48.63 at -21.98 degrees (North through East) ! Clean map min=-0.0087688 max=0.063123 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=12.69 mas, bmaj=44.91 mas, bpa=-20.03 degrees ! Estimated noise=3.18797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0538108 Jy ! Component: 100 - total flux cleaned = 0.0562941 Jy ! Component: 150 - total flux cleaned = 0.0551541 Jy ! Component: 200 - total flux cleaned = 0.0545526 Jy ! Total flux subtracted in 200 components = 0.0545526 Jy ! Clean residual min=-0.003333 max=0.003419 Jy/beam ! Clean residual mean=-0.000148 rms=0.001372 Jy/beam ! Combined flux in latest and established models = 0.0545526 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 68 model components to the UV plane model. ! The established model now contains 68 components and 0.0545526 Jy ! Inverting map and beam ! Estimated beam: bmin=12.72 mas, bmaj=48.63 mas, bpa=-21.98 degrees ! Estimated noise=1.93839 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.00241187 Jy ! Component: 100 - total flux cleaned = -0.00374704 Jy ! Component: 150 - total flux cleaned = -0.00358714 Jy ! Component: 200 - total flux cleaned = -0.00342975 Jy ! Total flux subtracted in 200 components = -0.00342975 Jy ! Clean residual min=-0.001286 max=0.001300 Jy/beam ! Clean residual mean=-0.000007 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0511228 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 125 components and 0.0511228 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=12.88 mas, bmaj=48.42 mas, bpa=-21.94 degrees ! Estimated noise=1.93401 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000746387 Jy ! Component: 100 - total flux cleaned = -0.00104032 Jy ! Component: 150 - total flux cleaned = -0.00124283 Jy ! Component: 200 - total flux cleaned = -0.00129318 Jy ! Total flux subtracted in 200 components = -0.00129318 Jy ! Clean residual min=-0.000423 max=0.000411 Jy/beam ! Clean residual mean=0.000015 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.0498296 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 = -2.54987e-05 Jy ! Component: 100 - total flux cleaned = -2.33352e-05 Jy ! Component: 150 - total flux cleaned = -5.41055e-05 Jy ! Component: 200 - total flux cleaned = -9.02749e-05 Jy ! Total flux subtracted in 200 components = -9.02749e-05 Jy ! Clean residual min=-0.000653 max=0.000651 Jy/beam ! Clean residual mean=0.000012 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.0497394 Jy ! Adding 143 model components to the UV plane model. ! The established model now contains 267 components and 0.0497394 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=12.72 mas, bmaj=48.63 mas, bpa=-21.98 degrees ! Estimated noise=1.93839 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000276266 Jy ! Component: 100 - total flux cleaned = -0.000188983 Jy ! Component: 150 - total flux cleaned = -4.46911e-05 Jy ! Component: 200 - total flux cleaned = 0.000112021 Jy ! Total flux subtracted in 200 components = 0.000112021 Jy ! Clean residual min=-0.000549 max=0.000555 Jy/beam ! Clean residual mean=0.000017 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.0498514 Jy selfcal ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 349 components and 0.0498514 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.044815Jy sigma=0.571601 ! Fit after self-cal, rms=0.044817Jy sigma=0.571495 wmodel J2136-3723_C_map.mod ! Writing 349 model components to file: J2136-3723_C_map.mod wobs J2136-3723_C_uvs.fits ! Writing UV FITS file: J2136-3723_C_uvs.fits wwins J2136-3723_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J2136-3723_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 12.72 x 48.63 at -21.98 degrees (North through East) ! Clean map min=-0.0066052 max=0.061974 Jy/beam ! Writing clean map to FITS file: .//J2136-3723_C_map.fits wmodel .//J2136-3723_C_map.mod ! Writing 349 model components to file: .//J2136-3723_C_map.mod wobs .//J2136-3723_C_uvs.fits ! Writing UV FITS file: .//J2136-3723_C_uvs.fits wwins .//J2136-3723_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.0619737 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000241599 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.16952 1.16952 2.33905 4.6781 9.35619 18.7124 37.4248 74.8495 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.061 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 256.514 quit ! Quitting program ! Log file .//J2136-3723_C_dfm.log closed on Mon Jan 20 19:14:36 2020