! Started logfile: .//J2350-0224_X_dfm.log on Mon Jan 20 19:32:46 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 .//J2350-0224_X_uva.fits ! Reading UV FITS file: .//J2350-0224_X_uva.fits ! AN table 1: 15 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J2350-0224 ! ! 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 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/opt64/bin/pima_mupet_01.dfm J2350-0224_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.007813Jy sigma=17.763013 ! Fit after self-cal, rms=0.944605Jy sigma=16.658795 ! 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=7.23 mas, bmaj=12.56 mas, bpa=55.56 degrees ! Estimated noise=1.50674 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.0438735 Jy ! Component: 100 - total flux cleaned = 0.0499028 Jy ! Total flux subtracted in 100 components = 0.0499028 Jy ! Clean residual min=-0.006499 max=0.006541 Jy/beam ! Clean residual mean=-0.000015 rms=0.002788 Jy/beam ! Combined flux in latest and established models = 0.0499028 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.0499028 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.038546Jy sigma=0.662772 ! Fit after self-cal, rms=0.036966Jy sigma=0.636591 ! 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=7.23 mas, bmaj=12.56 mas, bpa=55.56 degrees ! Estimated noise=1.50674 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.000318785 Jy ! Component: 100 - total flux cleaned = 0.00275663 Jy ! Component: 150 - total flux cleaned = 0.00213312 Jy ! Component: 200 - total flux cleaned = 0.000884903 Jy ! Total flux subtracted in 200 components = 0.000884903 Jy ! Clean residual min=-0.001601 max=0.001595 Jy/beam ! Clean residual mean=-0.000005 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.0507877 Jy ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 109 components and 0.0507877 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.034746Jy sigma=0.597280 ! Fit after self-cal, rms=0.034553Jy sigma=0.594558 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.23 x 12.56 at 55.56 degrees (North through East) ! Clean map min=-0.0080271 max=0.045317 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 1.18 OV 1.04 PT 0.80 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 KP 0.97 OV 0.98 PT 0.88 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 KP 0.92 OV 1.00 PT 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.80 KP 1.18 OV 1.17 PT 0.87 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.15 KP 0.96 OV 1.19 PT 1.11 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 0.87 OV 1.01 PT 1.00 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 1.05 OV 0.78 PT 1.05 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.14 KP 0.89 OV 0.97 PT 1.10 ! ! ! Fit before self-cal, rms=0.034553Jy sigma=0.594558 ! Fit after self-cal, rms=0.034097Jy sigma=0.575557 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.274 mas, bmaj=12.52 mas, bpa=55.63 degrees ! Estimated noise=1.48628 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 = -5.80767e-05 Jy ! Component: 100 - total flux cleaned = -0.000221472 Jy ! Component: 150 - total flux cleaned = -0.000221066 Jy ! Component: 200 - total flux cleaned = -0.000258006 Jy ! Total flux subtracted in 200 components = -0.000258006 Jy ! Clean residual min=-0.000631 max=0.000626 Jy/beam ! Clean residual mean=-0.000001 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.0505297 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 189 components and 0.0505297 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.033952Jy sigma=0.573475 ! Fit after self-cal, rms=0.034053Jy sigma=0.572305 ! 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.034053Jy sigma=0.572305 ! Fit after self-cal, rms=0.034391Jy sigma=0.572162 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.294 mas, bmaj=12.49 mas, bpa=55.66 degrees ! Estimated noise=1.49433 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000690383 Jy ! Component: 100 - total flux cleaned = -0.000896084 Jy ! Component: 150 - total flux cleaned = -0.000896142 Jy ! Component: 200 - total flux cleaned = -0.000941621 Jy ! Total flux subtracted in 200 components = -0.000941621 Jy ! Clean residual min=-0.000360 max=0.000356 Jy/beam ! Clean residual mean=0.000000 rms=0.000133 Jy/beam ! Combined flux in latest and established models = 0.0495881 Jy selfcal ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 269 components and 0.049588 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.034342Jy sigma=0.571629 ! Fit after self-cal, rms=0.034365Jy sigma=0.571568 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.000597503 Jy ! Component: 100 - total flux cleaned = 0.000644525 Jy ! Component: 150 - total flux cleaned = 0.000603683 Jy ! Component: 200 - total flux cleaned = 0.000565095 Jy ! Total flux subtracted in 200 components = 0.000565095 Jy ! Clean residual min=-0.000319 max=0.000318 Jy/beam ! Clean residual mean=-0.000001 rms=0.000113 Jy/beam ! Combined flux in latest and established models = 0.0501531 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 336 components and 0.0501531 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.034334Jy sigma=0.571257 ! Fit after self-cal, rms=0.034342Jy sigma=0.571227 ! 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.034342Jy sigma=0.571227 ! Fit after self-cal, rms=0.034286Jy sigma=0.571199 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.285 mas, bmaj=12.51 mas, bpa=55.67 degrees ! Estimated noise=1.49196 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000263864 Jy ! Component: 100 - total flux cleaned = -0.00032248 Jy ! Component: 150 - total flux cleaned = -0.000413109 Jy ! Component: 200 - total flux cleaned = -0.000482418 Jy ! Total flux subtracted in 200 components = -0.000482418 Jy ! Clean residual min=-0.000282 max=0.000278 Jy/beam ! Clean residual mean=0.000001 rms=0.000105 Jy/beam ! Combined flux in latest and established models = 0.0496707 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 391 components and 0.0496707 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.034261Jy sigma=0.570972 ! Fit after self-cal, rms=0.034267Jy sigma=0.570947 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.000346065 Jy ! Component: 100 - total flux cleaned = 0.000280471 Jy ! Component: 150 - total flux cleaned = 0.000218666 Jy ! Component: 200 - total flux cleaned = 0.000143433 Jy ! Total flux subtracted in 200 components = 0.000143433 Jy ! Clean residual min=-0.000247 max=0.000246 Jy/beam ! Clean residual mean=0.000001 rms=0.000091 Jy/beam ! Combined flux in latest and established models = 0.0498142 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 435 components and 0.0498142 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.034248Jy sigma=0.570794 ! Fit after self-cal, rms=0.034253Jy sigma=0.570772 ! 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.034253Jy sigma=0.570772 ! Fit after self-cal, rms=0.034203Jy sigma=0.570751 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.335 mas, bmaj=12.48 mas, bpa=55.65 degrees ! Estimated noise=1.49023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.16312e-05 Jy ! Component: 100 - total flux cleaned = -0.000213977 Jy ! Component: 150 - total flux cleaned = -0.000300156 Jy ! Component: 200 - total flux cleaned = -0.000369154 Jy ! Total flux subtracted in 200 components = -0.000369154 Jy ! Clean residual min=-0.000223 max=0.000220 Jy/beam ! Clean residual mean=0.000000 rms=0.000083 Jy/beam ! Combined flux in latest and established models = 0.049445 Jy selfcal ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 471 components and 0.049445 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.034186Jy sigma=0.570630 ! Fit after self-cal, rms=0.034190Jy sigma=0.570612 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 = 1.39679e-05 Jy ! Component: 100 - total flux cleaned = -0.000143122 Jy ! Component: 150 - total flux cleaned = -0.000252353 Jy ! Component: 200 - total flux cleaned = -0.000344771 Jy ! Total flux subtracted in 200 components = -0.000344771 Jy ! Clean residual min=-0.000186 max=0.000191 Jy/beam ! Clean residual mean=0.000000 rms=0.000075 Jy/beam ! Combined flux in latest and established models = 0.0491002 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 518 components and 0.0491002 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.034178Jy sigma=0.570519 ! Fit after self-cal, rms=0.034182Jy sigma=0.570501 ! 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=7.273 mas, bmaj=12.53 mas, bpa=55.66 degrees ! Estimated noise=1.49035 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.273 x 12.53 at 55.66 degrees (North through East) ! Clean map min=-0.005868 max=0.044658 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=7.273 mas, bmaj=12.53 mas, bpa=55.66 degrees ! Estimated noise=1.49034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0383503 Jy ! Component: 100 - total flux cleaned = 0.044002 Jy ! Component: 150 - total flux cleaned = 0.0474455 Jy ! Component: 200 - total flux cleaned = 0.0460693 Jy ! Total flux subtracted in 200 components = 0.0460693 Jy ! Clean residual min=-0.002927 max=0.002891 Jy/beam ! Clean residual mean=-0.000030 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 0.0460693 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 79 model components to the UV plane model. ! The established model now contains 79 components and 0.0460693 Jy ! Inverting map and beam ! Estimated beam: bmin=7.273 mas, bmaj=12.53 mas, bpa=55.66 degrees ! Estimated noise=1.49035 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.00176488 Jy ! Component: 100 - total flux cleaned = -0.00181037 Jy ! Component: 150 - total flux cleaned = -0.00233315 Jy ! Component: 200 - total flux cleaned = -0.00233748 Jy ! Total flux subtracted in 200 components = -0.00233748 Jy ! Clean residual min=-0.000755 max=0.000764 Jy/beam ! Clean residual mean=-0.000007 rms=0.000300 Jy/beam ! Combined flux in latest and established models = 0.0437318 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 146 components and 0.0437318 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=7.335 mas, bmaj=12.48 mas, bpa=55.65 degrees ! Estimated noise=1.49023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000341256 Jy ! Component: 100 - total flux cleaned = 0.000464208 Jy ! Component: 150 - total flux cleaned = 0.000386146 Jy ! Component: 200 - total flux cleaned = 0.000384638 Jy ! Total flux subtracted in 200 components = 0.000384638 Jy ! Clean residual min=-0.000386 max=0.000385 Jy/beam ! Clean residual mean=-0.000002 rms=0.000133 Jy/beam ! Combined flux in latest and established models = 0.0441165 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.39446e-06 Jy ! Component: 100 - total flux cleaned = 2.53023e-05 Jy ! Component: 150 - total flux cleaned = 0.0001079 Jy ! Component: 200 - total flux cleaned = 0.000188251 Jy ! Total flux subtracted in 200 components = 0.000188251 Jy ! Clean residual min=-0.000331 max=0.000331 Jy/beam ! Clean residual mean=-0.000001 rms=0.000118 Jy/beam ! Combined flux in latest and established models = 0.0443047 Jy ! Adding 146 model components to the UV plane model. ! The established model now contains 292 components and 0.0443047 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.273 mas, bmaj=12.53 mas, bpa=55.66 degrees ! Estimated noise=1.49035 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.77271e-05 Jy ! Component: 100 - total flux cleaned = 5.77073e-05 Jy ! Component: 150 - total flux cleaned = 0.000233812 Jy ! Component: 200 - total flux cleaned = 0.000384594 Jy ! Total flux subtracted in 200 components = 0.000384594 Jy ! Clean residual min=-0.000275 max=0.000273 Jy/beam ! Clean residual mean=-0.000000 rms=0.000097 Jy/beam ! Combined flux in latest and established models = 0.0446893 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 360 components and 0.0446893 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.034204Jy sigma=0.570854 ! Fit after self-cal, rms=0.034201Jy sigma=0.570766 wmodel J2350-0224_X_map.mod ! Writing 360 model components to file: J2350-0224_X_map.mod wobs J2350-0224_X_uvs.fits ! Writing UV FITS file: J2350-0224_X_uvs.fits wwins J2350-0224_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J2350-0224_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.273 x 12.53 at 55.66 degrees (North through East) ! Clean map min=-0.0076744 max=0.044083 Jy/beam ! Writing clean map to FITS file: .//J2350-0224_X_map.fits wmodel .//J2350-0224_X_map.mod ! Writing 360 model components to file: .//J2350-0224_X_map.mod wobs .//J2350-0224_X_uvs.fits ! Writing UV FITS file: .//J2350-0224_X_uvs.fits wwins .//J2350-0224_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.0440834 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000125991 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.857406 0.857406 1.71481 3.42963 6.85925 13.7185 27.437 54.874 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.044 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 349.892 quit ! Quitting program ! Log file .//J2350-0224_X_dfm.log closed on Mon Jan 20 19:32:49 2020