! Started logfile: /vlbi/bp222/maps//J0005+0524_S_dfm.log on Thu Sep 27 10:30:32 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.22000 obs /vlbi/bp222/maps//J0005+0524_S_uva.fits ! Reading UV FITS file: /vlbi/bp222/maps//J0005+0524_S_uva.fits ! AN table 1: 46 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.977484 visibilities/baseline/integration-bin. ! Found source: J0005+0524 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 54 lines of history. ! ! Reading 5036 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 J0005+0524_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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 368 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.031719Jy sigma=17.048388 ! Fit after self-cal, rms=0.831633Jy sigma=13.716358 ! 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=2.69 mas, bmaj=13.5 mas, bpa=-16.65 degrees ! Estimated noise=0.933103 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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126731 Jy ! Component: 100 - total flux cleaned = 0.162459 Jy ! Total flux subtracted in 100 components = 0.162459 Jy ! Clean residual min=-0.008419 max=0.015715 Jy/beam ! Clean residual mean=0.000025 rms=0.002490 Jy/beam ! Combined flux in latest and established models = 0.162459 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.162459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067583Jy sigma=1.043272 ! Fit after self-cal, rms=0.067553Jy sigma=1.042859 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0169797 Jy ! Component: 100 - total flux cleaned = 0.0226601 Jy ! Total flux subtracted in 100 components = 0.0226601 Jy ! Clean residual min=-0.005169 max=0.007268 Jy/beam ! Clean residual mean=0.000001 rms=0.001490 Jy/beam ! Combined flux in latest and established models = 0.185119 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 13 components and 0.185119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063056Jy sigma=0.963212 ! Fit after self-cal, rms=0.063039Jy sigma=0.962950 ! 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=3.227 mas, bmaj=12.86 mas, bpa=-15.69 degrees ! Estimated noise=0.714697 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.0008179 Jy ! Component: 100 - total flux cleaned = -0.00103072 Jy ! Component: 150 - total flux cleaned = -0.00116897 Jy ! Component: 200 - total flux cleaned = -0.00167381 Jy ! Total flux subtracted in 200 components = -0.00167381 Jy ! Clean residual min=-0.004989 max=0.005580 Jy/beam ! Clean residual mean=-0.000002 rms=0.001332 Jy/beam ! Combined flux in latest and established models = 0.183446 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 29 components and 0.183446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061924Jy sigma=0.946885 ! Fit after self-cal, rms=0.061896Jy sigma=0.946811 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.227 x 12.86 at -15.69 degrees (North through East) ! Clean map min=-0.0048835 max=0.16975 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 0.96 LA 1.03 ! MK 0.98 NL 1.03 OV 1.00 PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.97 HN 0.97 LA 1.09 ! MK 0.98 NL 1.12 OV 0.98 PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 0.98 LA 1.00 ! MK 1.03 NL 1.07 OV 1.00 PT 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* LA 0.00* ! MK 0.00* NL 0.00* OV 0.00* PT 0.00* ! ! ! Fit before self-cal, rms=0.061896Jy sigma=0.946811 ! Fit after self-cal, rms=0.060520Jy sigma=0.929221 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.225 mas, bmaj=12.65 mas, bpa=-15.59 degrees ! Estimated noise=0.707014 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.00178781 Jy ! Component: 100 - total flux cleaned = 0.00204727 Jy ! Component: 150 - total flux cleaned = 0.00212717 Jy ! Component: 200 - total flux cleaned = 0.00222596 Jy ! Total flux subtracted in 200 components = 0.00222596 Jy ! Clean residual min=-0.003669 max=0.003144 Jy/beam ! Clean residual mean=-0.000006 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.185672 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 43 components and 0.185672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060427Jy sigma=0.927683 ! Fit after self-cal, rms=0.060474Jy sigma=0.927514 ! 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.060474Jy sigma=0.927514 ! Fit after self-cal, rms=0.060528Jy sigma=0.927326 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.222 mas, bmaj=12.62 mas, bpa=-15.58 degrees ! Estimated noise=0.707602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010809 Jy ! Component: 100 - total flux cleaned = 0.00140864 Jy ! Component: 150 - total flux cleaned = 0.00153478 Jy ! Component: 200 - total flux cleaned = 0.00160352 Jy ! Total flux subtracted in 200 components = 0.00160352 Jy ! Clean residual min=-0.003633 max=0.002978 Jy/beam ! Clean residual mean=-0.000006 rms=0.000913 Jy/beam ! Combined flux in latest and established models = 0.187275 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 63 components and 0.187275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060504Jy sigma=0.926810 ! Fit after self-cal, rms=0.060505Jy sigma=0.926794 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.000166639 Jy ! Component: 100 - total flux cleaned = 0.000205883 Jy ! Component: 150 - total flux cleaned = 0.000242302 Jy ! Component: 200 - total flux cleaned = 0.000292571 Jy ! Total flux subtracted in 200 components = 0.000292571 Jy ! Clean residual min=-0.003592 max=0.002937 Jy/beam ! Clean residual mean=-0.000006 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.187568 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 73 components and 0.187568 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060495Jy sigma=0.926599 ! Fit after self-cal, rms=0.060495Jy sigma=0.926594 ! 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.060495Jy sigma=0.926594 ! Fit after self-cal, rms=0.059951Jy sigma=0.909085 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.216 mas, bmaj=12.59 mas, bpa=-15.56 degrees ! Estimated noise=0.708058 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000874431 Jy ! Component: 100 - total flux cleaned = 0.00132267 Jy ! Component: 150 - total flux cleaned = 0.00150766 Jy ! Component: 200 - total flux cleaned = 0.00162237 Jy ! Total flux subtracted in 200 components = 0.00162237 Jy ! Clean residual min=-0.002527 max=0.002337 Jy/beam ! Clean residual mean=-0.000008 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.18919 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 87 components and 0.18919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059935Jy sigma=0.908799 ! Fit after self-cal, rms=0.059949Jy sigma=0.908696 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.71446e-05 Jy ! Component: 100 - total flux cleaned = 0.000165352 Jy ! Component: 150 - total flux cleaned = 0.00021502 Jy ! Component: 200 - total flux cleaned = 0.000249615 Jy ! Total flux subtracted in 200 components = 0.000249615 Jy ! Clean residual min=-0.002495 max=0.002319 Jy/beam ! Clean residual mean=-0.000008 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.18944 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 89 components and 0.18944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059944Jy sigma=0.908613 ! Fit after self-cal, rms=0.059944Jy sigma=0.908611 ! 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.059944Jy sigma=0.908611 ! Fit after self-cal, rms=0.059951Jy sigma=0.908508 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.942 mas, bmaj=12.78 mas, bpa=-6.127 degrees ! Estimated noise=0.873382 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000515326 Jy ! Component: 100 - total flux cleaned = 0.000577916 Jy ! Component: 150 - total flux cleaned = 0.00056076 Jy ! Component: 200 - total flux cleaned = 0.000559493 Jy ! Total flux subtracted in 200 components = 0.000559493 Jy ! Clean residual min=-0.002735 max=0.002445 Jy/beam ! Clean residual mean=-0.000013 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.189999 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 105 components and 0.189999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059949Jy sigma=0.908498 ! Fit after self-cal, rms=0.059946Jy sigma=0.908482 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.04209e-05 Jy ! Component: 100 - total flux cleaned = -3.25059e-05 Jy ! Component: 150 - total flux cleaned = -4.47785e-05 Jy ! Component: 200 - total flux cleaned = -4.50717e-05 Jy ! Total flux subtracted in 200 components = -4.50717e-05 Jy ! Clean residual min=-0.002721 max=0.002454 Jy/beam ! Clean residual mean=-0.000014 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.189954 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 110 components and 0.189954 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059948Jy sigma=0.908499 ! Fit after self-cal, rms=0.059947Jy sigma=0.908493 ! 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=3.213 mas, bmaj=12.57 mas, bpa=-15.56 degrees ! Estimated noise=0.708404 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.213 x 12.57 at -15.56 degrees (North through East) ! Clean map min=-0.0022831 max=0.1682 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=2.689 mas, bmaj=13.2 mas, bpa=-16.53 degrees ! Estimated noise=0.922968 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.125272 Jy ! Component: 100 - total flux cleaned = 0.160895 Jy ! Component: 150 - total flux cleaned = 0.177962 Jy ! Component: 200 - total flux cleaned = 0.186644 Jy ! Total flux subtracted in 200 components = 0.186644 Jy ! Clean residual min=-0.003603 max=0.004052 Jy/beam ! Clean residual mean=-0.000001 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.186644 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.186644 Jy ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=12.57 mas, bpa=-15.56 degrees ! Estimated noise=0.708404 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.00304486 Jy ! Component: 100 - total flux cleaned = 0.00431045 Jy ! Component: 150 - total flux cleaned = 0.00431539 Jy ! Component: 200 - total flux cleaned = 0.00423459 Jy ! Total flux subtracted in 200 components = 0.00423459 Jy ! Clean residual min=-0.002771 max=0.002586 Jy/beam ! Clean residual mean=-0.000007 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.190878 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 29 components and 0.190878 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=6.942 mas, bmaj=12.78 mas, bpa=-6.127 degrees ! Estimated noise=0.873382 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000488851 Jy ! Component: 100 - total flux cleaned = -0.000847322 Jy ! Component: 150 - total flux cleaned = -0.000977078 Jy ! Component: 200 - total flux cleaned = -0.00110755 Jy ! Total flux subtracted in 200 components = -0.00110755 Jy ! Clean residual min=-0.002985 max=0.002455 Jy/beam ! Clean residual mean=-0.000013 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.189771 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.74463e-05 Jy ! Component: 100 - total flux cleaned = -0.000120999 Jy ! Component: 150 - total flux cleaned = -0.000177103 Jy ! Component: 200 - total flux cleaned = -0.000209057 Jy ! Total flux subtracted in 200 components = -0.000209057 Jy ! Clean residual min=-0.002876 max=0.002450 Jy/beam ! Clean residual mean=-0.000013 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.189562 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 59 components and 0.189562 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=12.57 mas, bpa=-15.56 degrees ! Estimated noise=0.708404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000107252 Jy ! Component: 100 - total flux cleaned = -8.30503e-06 Jy ! Component: 150 - total flux cleaned = -7.70669e-06 Jy ! Component: 200 - total flux cleaned = -5.63497e-05 Jy ! Total flux subtracted in 200 components = -5.63497e-05 Jy ! Clean residual min=-0.002471 max=0.002356 Jy/beam ! Clean residual mean=-0.000006 rms=0.000560 Jy/beam ! Combined flux in latest and established models = 0.189505 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 71 components and 0.189505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059958Jy sigma=0.908588 ! Fit after self-cal, rms=0.059959Jy sigma=0.908574 wmodel J0005+0524_S_map.mod ! Writing 71 model components to file: J0005+0524_S_map.mod wobs J0005+0524_S_uvs.fits ! Writing UV FITS file: J0005+0524_S_uvs.fits wwins J0005+0524_S_map.win ! wwins: Wrote 1 windows to J0005+0524_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000404459 Jy ! Component: 100 - total flux cleaned = -0.000673833 Jy ! Component: 150 - total flux cleaned = -0.000708718 Jy ! Component: 200 - total flux cleaned = -0.000739827 Jy ! Component: 250 - total flux cleaned = -0.000739496 Jy ! Component: 300 - total flux cleaned = -0.000768384 Jy ! Component: 350 - total flux cleaned = -0.000850545 Jy ! Component: 400 - total flux cleaned = -0.000824174 Jy ! Component: 450 - total flux cleaned = -0.000799373 Jy ! Component: 500 - total flux cleaned = -0.000847868 Jy ! Component: 550 - total flux cleaned = -0.000752998 Jy ! Component: 600 - total flux cleaned = -0.000798557 Jy ! Component: 650 - total flux cleaned = -0.000753793 Jy ! Component: 700 - total flux cleaned = -0.000710252 Jy ! Component: 750 - total flux cleaned = -0.000647002 Jy ! Component: 800 - total flux cleaned = -0.00058519 Jy ! Component: 850 - total flux cleaned = -0.00052484 Jy ! Component: 900 - total flux cleaned = -0.000466269 Jy ! Component: 950 - total flux cleaned = -0.000447212 Jy ! Component: 1000 - total flux cleaned = -0.000390372 Jy ! Component: 1050 - total flux cleaned = -0.000335038 Jy ! Component: 1100 - total flux cleaned = -0.00031665 Jy ! Component: 1150 - total flux cleaned = -0.000298699 Jy ! Component: 1200 - total flux cleaned = -0.000298406 Jy ! Component: 1250 - total flux cleaned = -0.000315201 Jy ! Component: 1300 - total flux cleaned = -0.000264875 Jy ! Component: 1350 - total flux cleaned = -0.000347498 Jy ! Component: 1400 - total flux cleaned = -0.00033071 Jy ! Component: 1450 - total flux cleaned = -0.00034657 Jy ! Component: 1500 - total flux cleaned = -0.000393105 Jy ! Component: 1550 - total flux cleaned = -0.000392664 Jy ! Component: 1600 - total flux cleaned = -0.000392339 Jy ! Component: 1650 - total flux cleaned = -0.000392353 Jy ! Component: 1700 - total flux cleaned = -0.000422037 Jy ! Component: 1750 - total flux cleaned = -0.000436915 Jy ! Component: 1800 - total flux cleaned = -0.000480321 Jy ! Component: 1850 - total flux cleaned = -0.000494814 Jy ! Component: 1900 - total flux cleaned = -0.000550511 Jy ! Component: 1950 - total flux cleaned = -0.000578168 Jy ! Component: 2000 - total flux cleaned = -0.000646412 Jy ! Component: 2050 - total flux cleaned = -0.000700466 Jy ! Component: 2100 - total flux cleaned = -0.000767373 Jy ! Component: 2150 - total flux cleaned = -0.000833032 Jy ! Component: 2200 - total flux cleaned = -0.000924089 Jy ! Component: 2250 - total flux cleaned = -0.00102692 Jy ! Component: 2300 - total flux cleaned = -0.00110323 Jy ! Component: 2350 - total flux cleaned = -0.00122918 Jy ! Component: 2400 - total flux cleaned = -0.00130421 Jy ! Component: 2450 - total flux cleaned = -0.0014033 Jy ! Component: 2500 - total flux cleaned = -0.00151334 Jy ! Component: 2550 - total flux cleaned = -0.0016345 Jy ! Component: 2600 - total flux cleaned = -0.00171837 Jy ! Component: 2650 - total flux cleaned = -0.00184907 Jy ! Component: 2700 - total flux cleaned = -0.00195481 Jy ! Component: 2750 - total flux cleaned = -0.00205974 Jy ! Component: 2800 - total flux cleaned = -0.00218662 Jy ! Component: 2850 - total flux cleaned = -0.00227818 Jy ! Component: 2900 - total flux cleaned = -0.00238032 Jy ! Component: 2950 - total flux cleaned = -0.00245921 Jy ! Component: 3000 - total flux cleaned = -0.0025151 Jy ! Component: 3050 - total flux cleaned = -0.00262621 Jy ! Component: 3100 - total flux cleaned = -0.00272555 Jy ! Component: 3150 - total flux cleaned = -0.00281336 Jy ! Component: 3200 - total flux cleaned = -0.00288958 Jy ! Component: 3250 - total flux cleaned = -0.00298694 Jy ! Component: 3300 - total flux cleaned = -0.00308374 Jy ! Component: 3350 - total flux cleaned = -0.00314775 Jy ! Component: 3400 - total flux cleaned = -0.00323262 Jy ! Component: 3450 - total flux cleaned = -0.00329593 Jy ! Component: 3500 - total flux cleaned = -0.00336928 Jy ! Component: 3550 - total flux cleaned = -0.00346309 Jy ! Component: 3600 - total flux cleaned = -0.00355633 Jy ! Component: 3650 - total flux cleaned = -0.00362837 Jy ! Component: 3700 - total flux cleaned = -0.00368986 Jy ! Component: 3750 - total flux cleaned = -0.00377137 Jy ! Component: 3800 - total flux cleaned = -0.00385238 Jy ! Component: 3850 - total flux cleaned = -0.00395322 Jy ! Component: 3900 - total flux cleaned = -0.00406336 Jy ! Component: 3950 - total flux cleaned = -0.00411324 Jy ! Component: 4000 - total flux cleaned = -0.00421256 Jy ! Component: 4050 - total flux cleaned = -0.00430144 Jy ! Total flux subtracted in 4096 components = -0.00438007 Jy ! Clean residual min=-0.000595 max=0.000546 Jy/beam ! Clean residual mean=-0.000002 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.185125 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 342 components and 0.185125 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /vlbi/bp222/maps//J0005+0524_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.213 x 12.57 at -15.56 degrees (North through East) ! Clean map min=-0.0014207 max=0.16722 Jy/beam ! Writing clean map to FITS file: /vlbi/bp222/maps//J0005+0524_S_map.fits wmodel /vlbi/bp222/maps//J0005+0524_S_map.mod ! Writing 342 model components to file: /vlbi/bp222/maps//J0005+0524_S_map.mod wobs /vlbi/bp222/maps//J0005+0524_S_uvs.fits ! Writing UV FITS file: /vlbi/bp222/maps//J0005+0524_S_uvs.fits wwins /vlbi/bp222/maps//J0005+0524_S_map.win ! wwins: Wrote 2 windows to /vlbi/bp222/maps//J0005+0524_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.167218 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000179246 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.321579 0.321579 0.643157 1.28631 2.57263 5.14526 10.2905 20.581 41.1621 82.3242 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.167 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 932.897 quit ! Quitting program ! Log file /vlbi/bp222/maps//J0005+0524_S_dfm.log closed on Thu Sep 27 10:30:37 2018