! Started logfile: /tmp/maps//J1451-1512_X_20180615_dfm.log on Wed Jul 4 23:30:19 2018 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 /tmp/maps//J1451-1512_X_20180615_uva.fits ! Reading UV FITS file: /tmp/maps//J1451-1512_X_20180615_uva.fits ! AN table 1: 15 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1451-1512 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 94 lines of history. ! ! Reading 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 J1451-1512_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=0.998068Jy sigma=26.671318 ! Fit after self-cal, rms=0.979028Jy sigma=26.136345 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8172 mas, bmaj=16.76 mas, bpa=18.6 degrees ! Estimated noise=1.19548 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.0165387 Jy ! Component: 100 - total flux cleaned = 0.0182959 Jy ! Total flux subtracted in 100 components = 0.0182959 Jy ! Clean residual min=-0.001978 max=0.001971 Jy/beam ! Clean residual mean=0.000000 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.0182959 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0182959 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.019368Jy sigma=0.511903 ! Fit after self-cal, rms=0.017958Jy sigma=0.472459 ! 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=0.9443 mas, bmaj=15.45 mas, bpa=18.68 degrees ! Estimated noise=1.00646 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.00135382 Jy ! Component: 100 - total flux cleaned = 0.00132645 Jy ! Component: 150 - total flux cleaned = 0.00136777 Jy ! Component: 200 - total flux cleaned = 0.00153453 Jy ! Total flux subtracted in 200 components = 0.00153453 Jy ! Clean residual min=-0.000690 max=0.000674 Jy/beam ! Clean residual mean=-0.000004 rms=0.000231 Jy/beam ! Combined flux in latest and established models = 0.0198304 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 54 components and 0.0198304 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.017510Jy sigma=0.461361 ! Fit after self-cal, rms=0.017503Jy sigma=0.460998 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9443 x 15.45 at 18.68 degrees (North through East) ! Clean map min=-0.001168 max=0.018664 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 LA 0.96 PT 1.00 SC 1.09 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 LA 1.03 PT 1.00 SC 0.90 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.92 LA 1.20 PT 1.01 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 LA 0.87 PT 0.97 SC 1.01 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 LA 0.99 PT 1.09 SC 0.99 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 0.91 LA 0.99 PT 0.94 SC 1.16 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.84 LA 1.02 PT 1.41 SC 0.84 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.12 LA 1.17 PT 0.95 SC 1.06 ! ! ! Fit before self-cal, rms=0.017503Jy sigma=0.460998 ! Fit after self-cal, rms=0.017577Jy sigma=0.454464 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9453 mas, bmaj=15.36 mas, bpa=18.65 degrees ! Estimated noise=1.00651 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 = 2.81773e-05 Jy ! Component: 100 - total flux cleaned = 3.24957e-05 Jy ! Component: 150 - total flux cleaned = -6.56777e-05 Jy ! Component: 200 - total flux cleaned = -0.000146316 Jy ! Total flux subtracted in 200 components = -0.000146316 Jy ! Clean residual min=-0.000267 max=0.000268 Jy/beam ! Clean residual mean=-0.000001 rms=0.000095 Jy/beam ! Combined flux in latest and established models = 0.0196841 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 105 components and 0.0196841 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.017542Jy sigma=0.453665 ! Fit after self-cal, rms=0.017600Jy sigma=0.453022 ! 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.017600Jy sigma=0.453022 ! Fit after self-cal, rms=0.017688Jy sigma=0.452859 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9457 mas, bmaj=15.35 mas, bpa=18.64 degrees ! Estimated noise=1.00654 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.15098e-05 Jy ! Component: 100 - total flux cleaned = 4.51735e-05 Jy ! Component: 150 - total flux cleaned = 5.59872e-06 Jy ! Component: 200 - total flux cleaned = -5.94604e-05 Jy ! Total flux subtracted in 200 components = -5.94604e-05 Jy ! Clean residual min=-0.000220 max=0.000220 Jy/beam ! Clean residual mean=-0.000001 rms=0.000081 Jy/beam ! Combined flux in latest and established models = 0.0196246 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 142 components and 0.0196246 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.017667Jy sigma=0.452458 ! Fit after self-cal, rms=0.017683Jy sigma=0.452361 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 = -5.6971e-05 Jy ! Component: 100 - total flux cleaned = -0.000111478 Jy ! Component: 150 - total flux cleaned = -0.000184329 Jy ! Component: 200 - total flux cleaned = -0.000296998 Jy ! Total flux subtracted in 200 components = -0.000296998 Jy ! Clean residual min=-0.000169 max=0.000168 Jy/beam ! Clean residual mean=-0.000000 rms=0.000062 Jy/beam ! Combined flux in latest and established models = 0.0193277 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 188 components and 0.0193277 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.017670Jy sigma=0.452094 ! Fit after self-cal, rms=0.017670Jy sigma=0.452064 ! 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.017670Jy sigma=0.452064 ! Fit after self-cal, rms=0.017722Jy sigma=0.452011 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9467 mas, bmaj=15.35 mas, bpa=18.64 degrees ! Estimated noise=1.0074 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.23267e-05 Jy ! Component: 100 - total flux cleaned = -3.23735e-05 Jy ! Component: 150 - total flux cleaned = -5.1625e-05 Jy ! Component: 200 - total flux cleaned = -6.15254e-05 Jy ! Total flux subtracted in 200 components = -6.15254e-05 Jy ! Clean residual min=-0.000167 max=0.000163 Jy/beam ! Clean residual mean=-0.000000 rms=0.000061 Jy/beam ! Combined flux in latest and established models = 0.0192661 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 224 components and 0.0192661 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.017710Jy sigma=0.451801 ! Fit after self-cal, rms=0.017717Jy sigma=0.451767 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.17606e-05 Jy ! Component: 100 - total flux cleaned = -0.00010337 Jy ! Component: 150 - total flux cleaned = -0.000197769 Jy ! Component: 200 - total flux cleaned = -0.000289523 Jy ! Total flux subtracted in 200 components = -0.000289523 Jy ! Clean residual min=-0.000127 max=0.000125 Jy/beam ! Clean residual mean=-0.000000 rms=0.000047 Jy/beam ! Combined flux in latest and established models = 0.0189766 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 254 components and 0.0189766 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.017710Jy sigma=0.451617 ! Fit after self-cal, rms=0.017709Jy sigma=0.451604 ! 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.017709Jy sigma=0.451604 ! Fit after self-cal, rms=0.017756Jy sigma=0.451573 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.817 mas, bmaj=12.89 mas, bpa=20.09 degrees ! Estimated noise=1.33236 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.95838e-06 Jy ! Component: 100 - total flux cleaned = 1.8837e-06 Jy ! Component: 150 - total flux cleaned = 2.55753e-06 Jy ! Component: 200 - total flux cleaned = -8.60923e-06 Jy ! Total flux subtracted in 200 components = -8.60923e-06 Jy ! Clean residual min=-0.000103 max=0.000103 Jy/beam ! Clean residual mean=0.000001 rms=0.000036 Jy/beam ! Combined flux in latest and established models = 0.018968 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 299 components and 0.018968 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.017752Jy sigma=0.451553 ! Fit after self-cal, rms=0.017757Jy sigma=0.451540 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.44459e-05 Jy ! Component: 100 - total flux cleaned = -2.46545e-05 Jy ! Component: 150 - total flux cleaned = -2.45351e-05 Jy ! Component: 200 - total flux cleaned = -3.27903e-05 Jy ! Total flux subtracted in 200 components = -3.27903e-05 Jy ! Clean residual min=-0.000081 max=0.000079 Jy/beam ! Clean residual mean=0.000000 rms=0.000022 Jy/beam ! Combined flux in latest and established models = 0.0189352 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 322 components and 0.0189352 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.017755Jy sigma=0.451521 ! Fit after self-cal, rms=0.017754Jy sigma=0.451514 ! 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=0.948 mas, bmaj=15.34 mas, bpa=18.64 degrees ! Estimated noise=1.00864 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.948 x 15.34 at 18.64 degrees (North through East) ! Clean map min=-0.0007541 max=0.018523 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "============== Clearing model and starting over ==========" ! ============== Clearing model and starting over ========== clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8173 mas, bmaj=16.65 mas, bpa=18.57 degrees ! Estimated noise=1.21305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0178014 Jy ! Component: 100 - total flux cleaned = 0.0199189 Jy ! Component: 150 - total flux cleaned = 0.0196963 Jy ! Component: 200 - total flux cleaned = 0.0198076 Jy ! Total flux subtracted in 200 components = 0.0198076 Jy ! Clean residual min=-0.001862 max=0.001938 Jy/beam ! Clean residual mean=-0.000002 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.0198076 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.0198076 Jy ! Inverting map and beam ! Estimated beam: bmin=0.948 mas, bmaj=15.34 mas, bpa=18.64 degrees ! Estimated noise=1.00864 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.000415845 Jy ! Component: 100 - total flux cleaned = 0.000602726 Jy ! Component: 150 - total flux cleaned = 0.00068415 Jy ! Component: 200 - total flux cleaned = 0.000542184 Jy ! Total flux subtracted in 200 components = 0.000542184 Jy ! Clean residual min=-0.000598 max=0.000587 Jy/beam ! Clean residual mean=-0.000005 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.0203498 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 79 components and 0.0203498 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.817 mas, bmaj=12.89 mas, bpa=20.09 degrees ! Estimated noise=1.33236 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000168987 Jy ! Component: 100 - total flux cleaned = 0.000198634 Jy ! Component: 150 - total flux cleaned = 0.000182614 Jy ! Component: 200 - total flux cleaned = 0.000161457 Jy ! Total flux subtracted in 200 components = 0.000161457 Jy ! Clean residual min=-0.000362 max=0.000370 Jy/beam ! Clean residual mean=-0.000001 rms=0.000121 Jy/beam ! Combined flux in latest and established models = 0.0205113 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000154133 Jy ! Component: 100 - total flux cleaned = -0.000300242 Jy ! Component: 150 - total flux cleaned = -0.000449408 Jy ! Component: 200 - total flux cleaned = -0.000653563 Jy ! Total flux subtracted in 200 components = -0.000653563 Jy ! Clean residual min=-0.001353 max=0.001388 Jy/beam ! Clean residual mean=0.000006 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.0198577 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 169 components and 0.0198577 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.948 mas, bmaj=15.34 mas, bpa=18.64 degrees ! Estimated noise=1.00864 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000336876 Jy ! Component: 100 - total flux cleaned = 0.000584012 Jy ! Component: 150 - total flux cleaned = 0.000734314 Jy ! Component: 200 - total flux cleaned = 0.000780342 Jy ! Total flux subtracted in 200 components = 0.000780342 Jy ! Clean residual min=-0.000188 max=0.000188 Jy/beam ! Clean residual mean=0.000000 rms=0.000071 Jy/beam ! Combined flux in latest and established models = 0.020638 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 219 components and 0.020638 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.017757Jy sigma=0.451661 ! Fit after self-cal, rms=0.017747Jy sigma=0.451535 wmodel J1451-1512_X_map.mod ! Writing 219 model components to file: J1451-1512_X_map.mod wobs J1451-1512_X_uvs.fits ! Writing UV FITS file: J1451-1512_X_uvs.fits wwins J1451-1512_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /tmp/maps//J1451-1512_X_20180615_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.948 x 15.34 at 18.64 degrees (North through East) ! Clean map min=-0.0025253 max=0.01626 Jy/beam ! Writing clean map to FITS file: /tmp/maps//J1451-1512_X_20180615_map.fits wmodel /tmp/maps//J1451-1512_X_20180615_map.mod ! Writing 219 model components to file: /tmp/maps//J1451-1512_X_20180615_map.mod wobs /tmp/maps//J1451-1512_X_20180615_uvs.fits ! Writing UV FITS file: /tmp/maps//J1451-1512_X_20180615_uvs.fits wwins /tmp/maps//J1451-1512_X_20180615_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.0162603 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 5.89373e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.08738 1.08738 2.17477 4.34954 8.69908 17.3982 34.7963 69.5926 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.016 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 275.891 quit ! Quitting program ! Log file /tmp/maps//J1451-1512_X_20180615_dfm.log closed on Wed Jul 4 23:30:22 2018