! Started logfile: .//J1510-2951_C_dfm.log on Mon Jan 20 18:17:15 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 .//J1510-2951_C_uva.fits ! Reading UV FITS file: .//J1510-2951_C_uva.fits ! AN table 1: 15 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1510-2951 ! ! 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 94 lines of history. ! ! Reading 1800 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 J1510-2951_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.005922Jy sigma=13.819278 ! Fit after self-cal, rms=0.947353Jy sigma=12.960997 ! 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=3.712 mas, bmaj=44.73 mas, bpa=-25.35 degrees ! Estimated noise=1.92258 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.0415046 Jy ! Component: 100 - total flux cleaned = 0.0507462 Jy ! Total flux subtracted in 100 components = 0.0507462 Jy ! Clean residual min=-0.005082 max=0.005161 Jy/beam ! Clean residual mean=0.000012 rms=0.001862 Jy/beam ! Combined flux in latest and established models = 0.0507462 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0507462 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.052789Jy sigma=0.673142 ! Fit after self-cal, rms=0.051787Jy sigma=0.660243 ! 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=4.866 mas, bmaj=39.65 mas, bpa=-24.39 degrees ! Estimated noise=1.25112 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.00538344 Jy ! Component: 100 - total flux cleaned = 0.00513654 Jy ! Component: 150 - total flux cleaned = 0.00434926 Jy ! Component: 200 - total flux cleaned = 0.00416252 Jy ! Total flux subtracted in 200 components = 0.00416252 Jy ! Clean residual min=-0.001382 max=0.001385 Jy/beam ! Clean residual mean=0.000005 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.0549088 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 104 components and 0.0549088 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.050855Jy sigma=0.645248 ! Fit after self-cal, rms=0.050918Jy sigma=0.644845 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.866 x 39.65 at -24.39 degrees (North through East) ! Clean map min=-0.0026543 max=0.051811 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.83 KP 0.95 LA 0.92 NL 1.12 ! OV 0.94 PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 KP 1.01 LA 0.95 NL 1.02 ! OV 1.03 PT 1.11 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.94 LA 0.82 NL 0.96 ! OV 1.01 PT 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.89 KP 1.09 LA 0.92 NL 1.17 ! OV 0.95 PT 0.89 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 KP 0.93 LA 1.15 NL 0.82 ! OV 1.03 PT 1.01 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 1.01 LA 0.98 NL 1.03 ! OV 1.01 PT 0.98 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 0.98 LA 1.06 NL 0.98 ! OV 1.01 PT 0.96 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 KP 0.99 LA 0.94 NL 1.04 ! OV 0.99 PT 1.08 ! ! ! Fit before self-cal, rms=0.050918Jy sigma=0.644845 ! Fit after self-cal, rms=0.050391Jy sigma=0.638471 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.888 mas, bmaj=39.72 mas, bpa=-24.39 degrees ! Estimated noise=1.22388 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 = 1.9846e-05 Jy ! Component: 100 - total flux cleaned = -0.000454217 Jy ! Component: 150 - total flux cleaned = -0.000773522 Jy ! Component: 200 - total flux cleaned = -0.000870436 Jy ! Total flux subtracted in 200 components = -0.000870436 Jy ! Clean residual min=-0.000776 max=0.000773 Jy/beam ! Clean residual mean=-0.000012 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0540383 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 160 components and 0.0540383 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.050251Jy sigma=0.637052 ! Fit after self-cal, rms=0.050314Jy sigma=0.636645 ! 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.050314Jy sigma=0.636645 ! Fit after self-cal, rms=0.050587Jy sigma=0.636583 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.89 mas, bmaj=39.72 mas, bpa=-24.39 degrees ! Estimated noise=1.22734 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000158921 Jy ! Component: 100 - total flux cleaned = -0.000305369 Jy ! Component: 150 - total flux cleaned = -0.000484302 Jy ! Component: 200 - total flux cleaned = -0.000607922 Jy ! Total flux subtracted in 200 components = -0.000607922 Jy ! Clean residual min=-0.000655 max=0.000659 Jy/beam ! Clean residual mean=-0.000006 rms=0.000286 Jy/beam ! Combined flux in latest and established models = 0.0534304 Jy selfcal ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 207 components and 0.0534304 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.050498Jy sigma=0.635682 ! Fit after self-cal, rms=0.050513Jy sigma=0.635628 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.42741e-05 Jy ! Component: 100 - total flux cleaned = -3.10867e-05 Jy ! Component: 150 - total flux cleaned = 6.71825e-06 Jy ! Component: 200 - total flux cleaned = -2.55383e-05 Jy ! Total flux subtracted in 200 components = -2.55383e-05 Jy ! Clean residual min=-0.000553 max=0.000552 Jy/beam ! Clean residual mean=-0.000003 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.0534049 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 244 components and 0.0534049 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.050457Jy sigma=0.635047 ! Fit after self-cal, rms=0.050462Jy sigma=0.635020 ! 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.050462Jy sigma=0.635020 ! Fit after self-cal, rms=0.050562Jy sigma=0.634979 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.893 mas, bmaj=39.73 mas, bpa=-24.38 degrees ! Estimated noise=1.22778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.65448e-05 Jy ! Component: 100 - total flux cleaned = -0.000135994 Jy ! Component: 150 - total flux cleaned = -0.000293207 Jy ! Component: 200 - total flux cleaned = -0.000561908 Jy ! Total flux subtracted in 200 components = -0.000561908 Jy ! Clean residual min=-0.000485 max=0.000486 Jy/beam ! Clean residual mean=-0.000002 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.052843 Jy selfcal ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 299 components and 0.052843 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.050519Jy sigma=0.634531 ! Fit after self-cal, rms=0.050527Jy sigma=0.634511 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.93094e-05 Jy ! Component: 100 - total flux cleaned = 4.16395e-05 Jy ! Component: 150 - total flux cleaned = 9.50011e-05 Jy ! Component: 200 - total flux cleaned = 6.87426e-05 Jy ! Total flux subtracted in 200 components = 6.87426e-05 Jy ! Clean residual min=-0.000424 max=0.000426 Jy/beam ! Clean residual mean=-0.000002 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.0529117 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 343 components and 0.0529117 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.050494Jy sigma=0.634188 ! Fit after self-cal, rms=0.050503Jy sigma=0.634172 ! 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.050503Jy sigma=0.634172 ! Fit after self-cal, rms=0.050569Jy sigma=0.634150 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.721 mas, bmaj=38.91 mas, bpa=-24.02 degrees ! Estimated noise=1.21939 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000154028 Jy ! Component: 100 - total flux cleaned = 0.000133634 Jy ! Component: 150 - total flux cleaned = 0.000114048 Jy ! Component: 200 - total flux cleaned = 7.68028e-05 Jy ! Total flux subtracted in 200 components = 7.68028e-05 Jy ! Clean residual min=-0.000296 max=0.000297 Jy/beam ! Clean residual mean=-0.000002 rms=0.000131 Jy/beam ! Combined flux in latest and established models = 0.0529885 Jy selfcal ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 406 components and 0.0529885 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.050551Jy sigma=0.633923 ! Fit after self-cal, rms=0.050572Jy sigma=0.633890 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 = -6.96828e-05 Jy ! Component: 100 - total flux cleaned = -9.01788e-05 Jy ! Component: 150 - total flux cleaned = -0.000108383 Jy ! Component: 200 - total flux cleaned = -0.00016281 Jy ! Total flux subtracted in 200 components = -0.00016281 Jy ! Clean residual min=-0.000295 max=0.000294 Jy/beam ! Clean residual mean=-0.000002 rms=0.000129 Jy/beam ! Combined flux in latest and established models = 0.0528257 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 469 components and 0.0528257 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.050550Jy sigma=0.633684 ! Fit after self-cal, rms=0.050555Jy sigma=0.633665 ! 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=4.897 mas, bmaj=39.75 mas, bpa=-24.37 degrees ! Estimated noise=1.22802 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.897 x 39.75 at -24.37 degrees (North through East) ! Clean map min=-0.0024571 max=0.050508 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=3.737 mas, bmaj=44.83 mas, bpa=-25.4 degrees ! Estimated noise=1.85271 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0401462 Jy ! Component: 100 - total flux cleaned = 0.04702 Jy ! Component: 150 - total flux cleaned = 0.0450738 Jy ! Component: 200 - total flux cleaned = 0.0426494 Jy ! Total flux subtracted in 200 components = 0.0426494 Jy ! Clean residual min=-0.002774 max=0.002769 Jy/beam ! Clean residual mean=0.000002 rms=0.001118 Jy/beam ! Combined flux in latest and established models = 0.0426494 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 59 model components to the UV plane model. ! The established model now contains 59 components and 0.0426494 Jy ! Inverting map and beam ! Estimated beam: bmin=4.897 mas, bmaj=39.75 mas, bpa=-24.37 degrees ! Estimated noise=1.22802 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.00343335 Jy ! Component: 100 - total flux cleaned = 0.00241379 Jy ! Component: 150 - total flux cleaned = 0.00164574 Jy ! Component: 200 - total flux cleaned = 0.00119856 Jy ! Total flux subtracted in 200 components = 0.00119856 Jy ! Clean residual min=-0.001180 max=0.001179 Jy/beam ! Clean residual mean=-0.000000 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.0438479 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 131 components and 0.0438479 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=5.721 mas, bmaj=38.91 mas, bpa=-24.02 degrees ! Estimated noise=1.21939 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.74729e-05 Jy ! Component: 100 - total flux cleaned = -0.000169681 Jy ! Component: 150 - total flux cleaned = -0.000306509 Jy ! Component: 200 - total flux cleaned = -0.000224051 Jy ! Total flux subtracted in 200 components = -0.000224051 Jy ! Clean residual min=-0.000673 max=0.000678 Jy/beam ! Clean residual mean=-0.000001 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.0436239 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.99279e-05 Jy ! Component: 100 - total flux cleaned = 0.000189213 Jy ! Component: 150 - total flux cleaned = 0.000442211 Jy ! Component: 200 - total flux cleaned = 0.000760482 Jy ! Total flux subtracted in 200 components = 0.000760482 Jy ! Clean residual min=-0.000579 max=0.000582 Jy/beam ! Clean residual mean=0.000000 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.0443844 Jy ! Adding 118 model components to the UV plane model. ! The established model now contains 239 components and 0.0443844 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.897 mas, bmaj=39.75 mas, bpa=-24.37 degrees ! Estimated noise=1.22802 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000107766 Jy ! Component: 100 - total flux cleaned = -0.000144537 Jy ! Component: 150 - total flux cleaned = -3.3088e-05 Jy ! Component: 200 - total flux cleaned = 3.45984e-05 Jy ! Total flux subtracted in 200 components = 3.45984e-05 Jy ! Clean residual min=-0.000540 max=0.000539 Jy/beam ! Clean residual mean=-0.000001 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.044419 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 306 components and 0.044419 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.050579Jy sigma=0.634038 ! Fit after self-cal, rms=0.050585Jy sigma=0.633961 wmodel J1510-2951_C_map.mod ! Writing 306 model components to file: J1510-2951_C_map.mod wobs J1510-2951_C_uvs.fits ! Writing UV FITS file: J1510-2951_C_uvs.fits wwins J1510-2951_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap .//J1510-2951_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.897 x 39.75 at -24.37 degrees (North through East) ! Clean map min=-0.0028293 max=0.049701 Jy/beam ! Writing clean map to FITS file: .//J1510-2951_C_map.fits wmodel .//J1510-2951_C_map.mod ! Writing 306 model components to file: .//J1510-2951_C_map.mod wobs .//J1510-2951_C_uvs.fits ! Writing UV FITS file: .//J1510-2951_C_uvs.fits wwins .//J1510-2951_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.0497006 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000219362 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.3241 1.3241 2.64821 5.29642 10.5928 21.1857 42.3713 84.7427 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.049 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 226.568 quit ! Quitting program ! Log file .//J1510-2951_C_dfm.log closed on Mon Jan 20 18:17:18 2020