! Started logfile: /tmp/maps//J1925-2219_X_20180619_dfm.log on Wed Jul 4 23:36:23 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//J1925-2219_X_20180619_uva.fits ! Reading UV FITS file: /tmp/maps//J1925-2219_X_20180619_uva.fits ! AN table 1: 15 integrations on 10 of 10 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1925-2219 ! ! 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 76 lines of history. ! ! Reading 1200 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 J1925-2219_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.008687Jy sigma=25.175439 ! Fit after self-cal, rms=0.826034Jy sigma=20.746798 ! 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.7038 mas, bmaj=13.31 mas, bpa=-17.92 degrees ! Estimated noise=1.54538 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.115321 Jy ! Component: 100 - total flux cleaned = 0.152519 Jy ! Total flux subtracted in 100 components = 0.152519 Jy ! Clean residual min=-0.012898 max=0.019342 Jy/beam ! Clean residual mean=0.000044 rms=0.006233 Jy/beam ! Combined flux in latest and established models = 0.152519 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.152519 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.054719Jy sigma=1.365612 ! Fit after self-cal, rms=0.054685Jy sigma=1.364547 ! 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.929 mas, bmaj=12.81 mas, bpa=-18.41 degrees ! Estimated noise=0.836306 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.0375506 Jy ! Component: 100 - total flux cleaned = 0.0527773 Jy ! Component: 150 - total flux cleaned = 0.0588087 Jy ! Component: 200 - total flux cleaned = 0.0600758 Jy ! Total flux subtracted in 200 components = 0.0600758 Jy ! Clean residual min=-0.002018 max=0.001994 Jy/beam ! Clean residual mean=0.000002 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 0.212595 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 78 components and 0.212595 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.025028Jy sigma=0.597638 ! Fit after self-cal, rms=0.025004Jy sigma=0.596634 ! 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.929 x 12.81 at -18.41 degrees (North through East) ! Clean map min=-0.0020648 max=0.1641 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 KP 0.99 LA 1.00 MK 1.03 ! PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.98 LA 1.01 MK 0.99 ! PT 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.99 LA 1.04 MK 1.04 ! PT 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.99 LA 1.03 MK 1.02 ! PT 0.98 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 KP 0.99 LA 1.00 MK 0.98 ! PT 0.96 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.98 LA 0.98 MK 1.01 ! PT 1.01 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.98 LA 1.00 MK 0.99 ! PT 0.99 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 1.00 LA 0.99 MK 1.00 ! PT 0.99 ! ! ! Fit before self-cal, rms=0.025004Jy sigma=0.596634 ! Fit after self-cal, rms=0.024384Jy sigma=0.582583 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9332 mas, bmaj=12.83 mas, bpa=-18.41 degrees ! Estimated noise=0.830057 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.000451367 Jy ! Component: 100 - total flux cleaned = 0.000447556 Jy ! Component: 150 - total flux cleaned = 0.000408967 Jy ! Component: 200 - total flux cleaned = 0.000519265 Jy ! Total flux subtracted in 200 components = 0.000519265 Jy ! Clean residual min=-0.000579 max=0.000585 Jy/beam ! Clean residual mean=-0.000000 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.213114 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 120 components and 0.213114 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.024205Jy sigma=0.578030 ! Fit after self-cal, rms=0.024206Jy sigma=0.577911 ! 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.024206Jy sigma=0.577911 ! Fit after self-cal, rms=0.024166Jy sigma=0.577763 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9318 mas, bmaj=12.82 mas, bpa=-18.41 degrees ! Estimated noise=0.829387 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000193481 Jy ! Component: 100 - total flux cleaned = 0.00028016 Jy ! Component: 150 - total flux cleaned = 0.000230489 Jy ! Component: 200 - total flux cleaned = 0.000138371 Jy ! Total flux subtracted in 200 components = 0.000138371 Jy ! Clean residual min=-0.000373 max=0.000372 Jy/beam ! Clean residual mean=0.000000 rms=0.000144 Jy/beam ! Combined flux in latest and established models = 0.213253 Jy selfcal ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 166 components and 0.213253 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.024108Jy sigma=0.576344 ! Fit after self-cal, rms=0.024106Jy sigma=0.576306 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.00025767 Jy ! Component: 100 - total flux cleaned = -0.000424824 Jy ! Component: 150 - total flux cleaned = -0.000483923 Jy ! Component: 200 - total flux cleaned = -0.000483981 Jy ! Total flux subtracted in 200 components = -0.000483981 Jy ! Clean residual min=-0.000293 max=0.000291 Jy/beam ! Clean residual mean=0.000000 rms=0.000113 Jy/beam ! Combined flux in latest and established models = 0.212769 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 200 components and 0.212769 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.024077Jy sigma=0.575574 ! Fit after self-cal, rms=0.024078Jy sigma=0.575561 ! 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.024078Jy sigma=0.575561 ! Fit after self-cal, rms=0.024075Jy sigma=0.575515 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9312 mas, bmaj=12.82 mas, bpa=-18.41 degrees ! Estimated noise=0.829314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000118862 Jy ! Component: 100 - total flux cleaned = -0.000206071 Jy ! Component: 150 - total flux cleaned = -0.000299635 Jy ! Component: 200 - total flux cleaned = -0.000401714 Jy ! Total flux subtracted in 200 components = -0.000401714 Jy ! Clean residual min=-0.000237 max=0.000236 Jy/beam ! Clean residual mean=0.000000 rms=0.000091 Jy/beam ! Combined flux in latest and established models = 0.212367 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 234 components and 0.212367 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.024053Jy sigma=0.575069 ! Fit after self-cal, rms=0.024053Jy sigma=0.575055 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.27812e-05 Jy ! Component: 100 - total flux cleaned = -7.62903e-05 Jy ! Component: 150 - total flux cleaned = -0.000177934 Jy ! Component: 200 - total flux cleaned = -0.000262333 Jy ! Total flux subtracted in 200 components = -0.000262333 Jy ! Clean residual min=-0.000195 max=0.000196 Jy/beam ! Clean residual mean=0.000000 rms=0.000077 Jy/beam ! Combined flux in latest and established models = 0.212105 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 263 components and 0.212105 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.024039Jy sigma=0.574773 ! Fit after self-cal, rms=0.024039Jy sigma=0.574764 ! 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.024039Jy sigma=0.574764 ! Fit after self-cal, rms=0.024045Jy sigma=0.574740 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.767 mas, bmaj=11.67 mas, bpa=-13.21 degrees ! Estimated noise=1.04655 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.94436e-05 Jy ! Component: 100 - total flux cleaned = -0.000223656 Jy ! Component: 150 - total flux cleaned = -0.000275638 Jy ! Component: 200 - total flux cleaned = -0.00029587 Jy ! Total flux subtracted in 200 components = -0.00029587 Jy ! Clean residual min=-0.000105 max=0.000105 Jy/beam ! Clean residual mean=0.000000 rms=0.000040 Jy/beam ! Combined flux in latest and established models = 0.211809 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 301 components and 0.211809 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.024038Jy sigma=0.574627 ! Fit after self-cal, rms=0.024038Jy sigma=0.574619 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.22921e-05 Jy ! Component: 100 - total flux cleaned = -0.00012356 Jy ! Component: 150 - total flux cleaned = -0.000167337 Jy ! Component: 200 - total flux cleaned = -0.000197136 Jy ! Total flux subtracted in 200 components = -0.000197136 Jy ! Clean residual min=-0.000081 max=0.000081 Jy/beam ! Clean residual mean=0.000000 rms=0.000031 Jy/beam ! Combined flux in latest and established models = 0.211612 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 328 components and 0.211612 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.024033Jy sigma=0.574558 ! Fit after self-cal, rms=0.024034Jy sigma=0.574546 ! 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.9309 mas, bmaj=12.82 mas, bpa=-18.41 degrees ! Estimated noise=0.829428 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9309 x 12.82 at -18.41 degrees (North through East) ! Clean map min=-0.0010549 max=0.16238 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.7046 mas, bmaj=13.32 mas, bpa=-17.93 degrees ! Estimated noise=1.54001 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.114883 Jy ! Component: 100 - total flux cleaned = 0.151861 Jy ! Component: 150 - total flux cleaned = 0.174992 Jy ! Component: 200 - total flux cleaned = 0.189613 Jy ! Total flux subtracted in 200 components = 0.189613 Jy ! Clean residual min=-0.006205 max=0.007654 Jy/beam ! Clean residual mean=0.000016 rms=0.002551 Jy/beam ! Combined flux in latest and established models = 0.189613 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.189613 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9309 mas, bmaj=12.82 mas, bpa=-18.41 degrees ! Estimated noise=0.829428 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.014614 Jy ! Component: 100 - total flux cleaned = 0.0200852 Jy ! Component: 150 - total flux cleaned = 0.0204365 Jy ! Component: 200 - total flux cleaned = 0.0203162 Jy ! Total flux subtracted in 200 components = 0.0203162 Jy ! Clean residual min=-0.001363 max=0.001349 Jy/beam ! Clean residual mean=0.000001 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.209929 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 93 components and 0.209929 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=3.767 mas, bmaj=11.67 mas, bpa=-13.21 degrees ! Estimated noise=1.04655 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000876348 Jy ! Component: 100 - total flux cleaned = 0.00112602 Jy ! Component: 150 - total flux cleaned = 0.00112454 Jy ! Component: 200 - total flux cleaned = 0.00112342 Jy ! Total flux subtracted in 200 components = 0.00112342 Jy ! Clean residual min=-0.000603 max=0.000607 Jy/beam ! Clean residual mean=0.000001 rms=0.000197 Jy/beam ! Combined flux in latest and established models = 0.211053 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 = 7.71169e-05 Jy ! Component: 100 - total flux cleaned = 0.000166971 Jy ! Component: 150 - total flux cleaned = 0.0001091 Jy ! Component: 200 - total flux cleaned = 3.66319e-05 Jy ! Total flux subtracted in 200 components = 3.66319e-05 Jy ! Clean residual min=-0.001259 max=0.001265 Jy/beam ! Clean residual mean=0.000001 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.211089 Jy ! Adding 88 model components to the UV plane model. ! The established model now contains 179 components and 0.211089 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9309 mas, bmaj=12.82 mas, bpa=-18.41 degrees ! Estimated noise=0.829428 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.38305e-05 Jy ! Component: 100 - total flux cleaned = 0.00032105 Jy ! Component: 150 - total flux cleaned = 0.000680928 Jy ! Component: 200 - total flux cleaned = 0.000768036 Jy ! Total flux subtracted in 200 components = 0.000768036 Jy ! Clean residual min=-0.000740 max=0.000732 Jy/beam ! Clean residual mean=-0.000000 rms=0.000235 Jy/beam ! Combined flux in latest and established models = 0.211857 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 206 components and 0.211857 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.024116Jy sigma=0.576997 ! Fit after self-cal, rms=0.024113Jy sigma=0.576749 wmodel J1925-2219_X_map.mod ! Writing 206 model components to file: J1925-2219_X_map.mod wobs J1925-2219_X_uvs.fits ! Writing UV FITS file: J1925-2219_X_uvs.fits wwins J1925-2219_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//J1925-2219_X_20180619_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9309 x 12.82 at -18.41 degrees (North through East) ! Clean map min=-0.0015729 max=0.14767 Jy/beam ! Writing clean map to FITS file: /tmp/maps//J1925-2219_X_20180619_map.fits wmodel /tmp/maps//J1925-2219_X_20180619_map.mod ! Writing 206 model components to file: /tmp/maps//J1925-2219_X_20180619_map.mod wobs /tmp/maps//J1925-2219_X_20180619_uvs.fits ! Writing UV FITS file: /tmp/maps//J1925-2219_X_20180619_uvs.fits wwins /tmp/maps//J1925-2219_X_20180619_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.147667 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000244083 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.495876 0.495876 0.991753 1.98351 3.96701 7.93402 15.868 31.7361 63.4722 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.147 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 604.989 quit ! Quitting program ! Log file /tmp/maps//J1925-2219_X_20180619_dfm.log closed on Wed Jul 4 23:36:27 2018