! Started logfile: /scr/pima/rv122_uvs/J1107-4449_S_dfm.log on Fri Jul 13 21:08:49 2018 float field_size field_size = 1024 float field_cell field_cell = 0.5000 float taper_size taper_size = 20.0 float freq freq = 2.23275 obs /scr/pima/rv122_uvs/J1107-4449_S_uva.fits ! Reading UV FITS file: /scr/pima/rv122_uvs/J1107-4449_S_uva.fits ! AN table 1: 19 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.515789 visibilities/baseline/integration-bin. ! Found source: J1107-4449 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23275e+09 8e+06 1 8e+06 ! 02 2 2.26275e+09 8e+06 1 8e+06 ! 03 3 2.35275e+09 8e+06 1 8e+06 ! 04 4 2.37275e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 392 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 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/opt64/bin/pima_mupet_01.dfm J1107-4449_S] 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.500x0.500 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. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=2.304053Jy sigma=19.638128 ! Fit after self-cal, rms=1.035862Jy sigma=9.257832 ! 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=15.05 mas, bmaj=93.16 mas, bpa=-4.131 degrees ! Estimated noise=7.37493 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 = 1.57458 Jy ! Component: 100 - total flux cleaned = 1.91193 Jy ! Total flux subtracted in 100 components = 1.91193 Jy ! Clean residual min=-0.099468 max=0.098612 Jy/beam ! Clean residual mean=-0.001649 rms=0.033121 Jy/beam ! Combined flux in latest and established models = 1.91193 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 1.91193 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202092Jy sigma=1.883279 ! Fit after self-cal, rms=0.202073Jy sigma=1.882878 ! 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=19.47 mas, bmaj=98.35 mas, bpa=-11.46 degrees ! Estimated noise=4.9498 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.0224441 Jy ! Component: 100 - total flux cleaned = 0.0462586 Jy ! Component: 150 - total flux cleaned = 0.0763312 Jy ! Component: 200 - total flux cleaned = 0.106061 Jy ! Total flux subtracted in 200 components = 0.106061 Jy ! Clean residual min=-0.021078 max=0.021426 Jy/beam ! Clean residual mean=-0.000390 rms=0.010031 Jy/beam ! Combined flux in latest and established models = 2.01799 Jy ! Performing phase self-cal ! Adding 106 model components to the UV plane model. ! The established model now contains 108 components and 2.01799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124012Jy sigma=1.135113 ! Fit after self-cal, rms=0.123727Jy sigma=1.133579 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 19.47 x 98.35 at -11.46 degrees (North through East) ! Clean map min=-0.060548 max=2.0061 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.98 LA 0.97 OV 0.97 ! PT 0.99 ! ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.97 LA 0.98 OV 0.85 ! PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* KP 0.00* LA 0.00* OV 0.00* ! PT 0.00* ! ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 KP 1.01 LA 0.97 OV 1.06 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.123727Jy sigma=1.133579 ! Fit after self-cal, rms=0.083838Jy sigma=0.777090 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=18.54 mas, bmaj=105.1 mas, bpa=-8.466 degrees ! Estimated noise=5.51112 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.000780946 Jy ! Component: 100 - total flux cleaned = -0.0129948 Jy ! Component: 150 - total flux cleaned = -0.0225214 Jy ! Component: 200 - total flux cleaned = -0.0264466 Jy ! Total flux subtracted in 200 components = -0.0264466 Jy ! Clean residual min=-0.008691 max=0.008685 Jy/beam ! Clean residual mean=-0.000048 rms=0.004578 Jy/beam ! Combined flux in latest and established models = 1.99154 Jy ! Performing phase self-cal ! Adding 130 model components to the UV plane model. ! The established model now contains 238 components and 1.99154 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071330Jy sigma=0.655703 ! Fit after self-cal, rms=0.071283Jy sigma=0.655490 ! 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. ! ! Fit before self-cal, rms=0.071283Jy sigma=0.655490 ! Fit after self-cal, rms=0.069553Jy sigma=0.641086 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=18.52 mas, bmaj=105.1 mas, bpa=-8.49 degrees ! Estimated noise=5.49205 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00619858 Jy ! Component: 100 - total flux cleaned = -0.0141104 Jy ! Component: 150 - total flux cleaned = -0.0186017 Jy ! Component: 200 - total flux cleaned = -0.017878 Jy ! Total flux subtracted in 200 components = -0.017878 Jy ! Clean residual min=-0.005915 max=0.005905 Jy/beam ! Clean residual mean=-0.000037 rms=0.003099 Jy/beam ! Combined flux in latest and established models = 1.97366 Jy selfcal ! Performing phase self-cal ! Adding 101 model components to the UV plane model. ! The established model now contains 327 components and 1.97366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064067Jy sigma=0.586993 ! Fit after self-cal, rms=0.064031Jy sigma=0.586881 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.00381418 Jy ! Component: 100 - total flux cleaned = -0.00629538 Jy ! Component: 150 - total flux cleaned = -0.0045853 Jy ! Component: 200 - total flux cleaned = -0.00189525 Jy ! Total flux subtracted in 200 components = -0.00189525 Jy ! Clean residual min=-0.004310 max=0.004344 Jy/beam ! Clean residual mean=-0.000052 rms=0.002369 Jy/beam ! Combined flux in latest and established models = 1.97177 Jy ! Performing phase self-cal ! Adding 105 model components to the UV plane model. ! The established model now contains 426 components and 1.97177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061765Jy sigma=0.564550 ! Fit after self-cal, rms=0.061754Jy sigma=0.564488 ! 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. ! ! Fit before self-cal, rms=0.061754Jy sigma=0.564488 ! Fit after self-cal, rms=0.058565Jy sigma=0.525799 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=18.52 mas, bmaj=105.2 mas, bpa=-8.491 degrees ! Estimated noise=5.48167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00626143 Jy ! Component: 100 - total flux cleaned = 0.00983397 Jy ! Component: 150 - total flux cleaned = 0.0124013 Jy ! Component: 200 - total flux cleaned = 0.0147096 Jy ! Total flux subtracted in 200 components = 0.0147096 Jy ! Clean residual min=-0.002412 max=0.002427 Jy/beam ! Clean residual mean=0.000036 rms=0.001189 Jy/beam ! Combined flux in latest and established models = 1.98648 Jy selfcal ! Performing phase self-cal ! Adding 121 model components to the UV plane model. ! The established model now contains 547 components and 1.98648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057395Jy sigma=0.516135 ! Fit after self-cal, rms=0.057395Jy sigma=0.516048 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.000871812 Jy ! Component: 100 - total flux cleaned = 0.00186333 Jy ! Component: 150 - total flux cleaned = 0.00253335 Jy ! Component: 200 - total flux cleaned = 0.00325984 Jy ! Total flux subtracted in 200 components = 0.00325984 Jy ! Clean residual min=-0.001646 max=0.001655 Jy/beam ! Clean residual mean=0.000026 rms=0.000851 Jy/beam ! Combined flux in latest and established models = 1.98974 Jy ! Performing phase self-cal ! Adding 98 model components to the UV plane model. ! The established model now contains 643 components and 1.98974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056930Jy sigma=0.512494 ! Fit after self-cal, rms=0.056918Jy sigma=0.512435 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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. ! ! Fit before self-cal, rms=0.056918Jy sigma=0.512435 ! Fit after self-cal, rms=0.056664Jy sigma=0.511045 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=19.14 mas, bmaj=106.4 mas, bpa=-8.848 degrees ! Estimated noise=5.48603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149998 Jy ! Component: 100 - total flux cleaned = 0.00168997 Jy ! Component: 150 - total flux cleaned = 0.00229356 Jy ! Component: 200 - total flux cleaned = 0.00262083 Jy ! Total flux subtracted in 200 components = 0.00262083 Jy ! Clean residual min=-0.001291 max=0.001306 Jy/beam ! Clean residual mean=0.000039 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 1.99236 Jy selfcal ! Performing phase self-cal ! Adding 103 model components to the UV plane model. ! The established model now contains 733 components and 1.99236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056375Jy sigma=0.508724 ! Fit after self-cal, rms=0.056380Jy sigma=0.508698 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.000493956 Jy ! Component: 100 - total flux cleaned = 0.000277368 Jy ! Component: 150 - total flux cleaned = 0.000147164 Jy ! Component: 200 - total flux cleaned = 0.000271553 Jy ! Total flux subtracted in 200 components = 0.000271553 Jy ! Clean residual min=-0.001011 max=0.001013 Jy/beam ! Clean residual mean=0.000021 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 1.99263 Jy ! Performing phase self-cal ! Adding 97 model components to the UV plane model. ! The established model now contains 815 components and 1.99263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056200Jy sigma=0.507475 ! Fit after self-cal, rms=0.056196Jy sigma=0.507450 ! 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=18.52 mas, bmaj=105.2 mas, bpa=-8.484 degrees ! Estimated noise=5.48118 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 18.52 x 105.2 at -8.484 degrees (North through East) ! Clean map min=-0.039898 max=1.9855 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056196Jy sigma=0.507450 ! Fit after self-cal, rms=0.045551Jy sigma=0.356600 ! Inverting map and beam ! Estimated beam: bmin=18.52 mas, bmaj=105.2 mas, bpa=-8.48 degrees ! Estimated noise=5.48148 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00160222 Jy ! Component: 100 - total flux cleaned = 0.0019433 Jy ! Component: 150 - total flux cleaned = 0.00257366 Jy ! Component: 200 - total flux cleaned = 0.00304907 Jy ! Total flux subtracted in 200 components = 0.00304907 Jy ! Clean residual min=-0.000975 max=0.000969 Jy/beam ! Clean residual mean=0.000031 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 1.99568 Jy ! Performing phase self-cal ! Adding 111 model components to the UV plane model. ! The established model now contains 913 components and 1.99568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045351Jy sigma=0.355068 ! Fit after self-cal, rms=0.045351Jy sigma=0.355051 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000168026 Jy ! Component: 100 - total flux cleaned = 0.000221871 Jy ! Component: 150 - total flux cleaned = 0.000274519 Jy ! Component: 200 - total flux cleaned = 0.000370547 Jy ! Total flux subtracted in 200 components = 0.000370547 Jy ! Clean residual min=-0.000802 max=0.000813 Jy/beam ! Clean residual mean=0.000021 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 1.99605 Jy ! Performing phase self-cal ! Adding 104 model components to the UV plane model. ! The established model now contains 1005 components and 1.99605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045207Jy sigma=0.354222 ! Fit after self-cal, rms=0.045207Jy sigma=0.354205 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045207Jy sigma=0.354205 ! Fit after self-cal, rms=0.045244Jy sigma=0.353933 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=14.7 mas, bmaj=108.2 mas, bpa=-3.08 degrees ! Estimated noise=7.67277 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.53998 Jy ! Component: 100 - total flux cleaned = 1.8759 Jy ! Component: 150 - total flux cleaned = 1.9023 Jy ! Component: 200 - total flux cleaned = 1.90775 Jy ! Total flux subtracted in 200 components = 1.90775 Jy ! Clean residual min=-0.029672 max=0.029835 Jy/beam ! Clean residual mean=-0.000548 rms=0.013173 Jy/beam ! Combined flux in latest and established models = 1.90775 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 67 model components to the UV plane model. ! The established model now contains 67 components and 1.90775 Jy ! Inverting map and beam ! Estimated beam: bmin=18.52 mas, bmaj=105.2 mas, bpa=-8.478 degrees ! Estimated noise=5.48234 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.0217991 Jy ! Component: 100 - total flux cleaned = 0.0353179 Jy ! Component: 150 - total flux cleaned = 0.0428308 Jy ! Component: 200 - total flux cleaned = 0.0469276 Jy ! Total flux subtracted in 200 components = 0.0469276 Jy ! Clean residual min=-0.010471 max=0.010385 Jy/beam ! Clean residual mean=-0.000194 rms=0.005106 Jy/beam ! Combined flux in latest and established models = 1.95468 Jy ! Adding 117 model components to the UV plane model. ! The established model now contains 181 components and 1.95468 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=19.14 mas, bmaj=106.4 mas, bpa=-8.843 degrees ! Estimated noise=5.48726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022917 Jy ! Component: 100 - total flux cleaned = 0.000454679 Jy ! Component: 150 - total flux cleaned = -0.00396337 Jy ! Component: 200 - total flux cleaned = -0.00787175 Jy ! Total flux subtracted in 200 components = -0.00787175 Jy ! Clean residual min=-0.005569 max=0.005572 Jy/beam ! Clean residual mean=-0.000145 rms=0.002830 Jy/beam ! Combined flux in latest and established models = 1.94681 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.00189618 Jy ! Component: 100 - total flux cleaned = -0.00303714 Jy ! Component: 150 - total flux cleaned = -0.00225709 Jy ! Component: 200 - total flux cleaned = -0.000560833 Jy ! Total flux subtracted in 200 components = -0.000560833 Jy ! Clean residual min=-0.003859 max=0.003884 Jy/beam ! Clean residual mean=-0.000082 rms=0.001994 Jy/beam ! Combined flux in latest and established models = 1.94624 Jy ! Adding 216 model components to the UV plane model. ! The established model now contains 390 components and 1.94624 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=18.52 mas, bmaj=105.2 mas, bpa=-8.478 degrees ! Estimated noise=5.48234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000643902 Jy ! Component: 100 - total flux cleaned = -0.00214863 Jy ! Component: 150 - total flux cleaned = -0.00254542 Jy ! Component: 200 - total flux cleaned = -0.00199929 Jy ! Total flux subtracted in 200 components = -0.00199929 Jy ! Clean residual min=-0.002944 max=0.002944 Jy/beam ! Clean residual mean=-0.000038 rms=0.001545 Jy/beam ! Combined flux in latest and established models = 1.94425 Jy selfcal ! Performing phase self-cal ! Adding 92 model components to the UV plane model. ! The established model now contains 473 components and 1.94425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047618Jy sigma=0.378168 ! Fit after self-cal, rms=0.047618Jy sigma=0.377544 wmodel J1107-4449_S_map.mod ! Writing 473 model components to file: J1107-4449_S_map.mod wobs J1107-4449_S_uvs.fits ! Writing UV FITS file: J1107-4449_S_uvs.fits wwins J1107-4449_S_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /scr/pima/rv122_uvs/J1107-4449_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 18.52 x 105.2 at -8.478 degrees (North through East) ! Clean map min=-0.040652 max=1.9783 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv122_uvs/J1107-4449_S_map.fits wmodel /scr/pima/rv122_uvs/J1107-4449_S_map.mod ! Writing 473 model components to file: /scr/pima/rv122_uvs/J1107-4449_S_map.mod wobs /scr/pima/rv122_uvs/J1107-4449_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv122_uvs/J1107-4449_S_uvs.fits wwins /scr/pima/rv122_uvs/J1107-4449_S_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 1.97825 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00152895 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.231864 0.231864 0.463727 0.927455 1.85491 3.70982 7.41964 14.8393 29.6785 59.3571 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0045 print "peak= ", int(1000*peak_flux)/1000 ! peak= 1.978 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1293.86 quit ! Quitting program ! Log file /scr/pima/rv122_uvs/J1107-4449_S_dfm.log closed on Fri Jul 13 21:08:54 2018