! Started logfile: /vlbi/sb072/temp_maps//J0701-3756_C_dfm.log on Tue Mar 5 22:43:50 2019 float field_size field_size = 1024 float field_cell field_cell = 0.3000 float taper_size taper_size = 40.0 float freq freq = 4.12800 obs /vlbi/sb072/temp_maps//J0701-3756_C_uva.fits ! Reading UV FITS file: /vlbi/sb072/temp_maps//J0701-3756_C_uva.fits ! AN table 1: 19 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0701-3756 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 85 lines of history. ! ! Reading 912 visibilities. select rr, 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16 ! Restricting channel ranges to the available 8 channels. ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.3 print "taper_size =", taper_size ! taper_size = 40 ![@/opt64/bin/pima_mupet_01.dfm J0701-3756_C] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff print "===============================================================" ! =============================================================== ! print "=== Difmap script: pima_mupet_01.dvm version of 2016.05.19 === " ! === Difmap script: pima_mupet_01.dvm version of 2016.05.19 === ! mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.300x0.300 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=1.000582Jy sigma=31.388922 ! Fit after self-cal, rms=0.985816Jy sigma=30.968411 ! 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=7.263 mas, bmaj=56.83 mas, bpa=-3.038 degrees ! Estimated noise=0.809647 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.010995 Jy ! Component: 100 - total flux cleaned = 0.0146771 Jy ! Total flux subtracted in 100 components = 0.0146771 Jy ! Clean residual min=-0.001551 max=0.001766 Jy/beam ! Clean residual mean=-0.000035 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.0146771 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 59 components and 0.0146771 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.019176Jy sigma=0.549168 ! Fit after self-cal, rms=0.017695Jy sigma=0.499498 ! 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=7.742 mas, bmaj=55.46 mas, bpa=-2.368 degrees ! Estimated noise=0.758005 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.00309854 Jy ! Component: 100 - total flux cleaned = 0.00484213 Jy ! Component: 150 - total flux cleaned = 0.00533236 Jy ! Component: 200 - total flux cleaned = 0.00583302 Jy ! Total flux subtracted in 200 components = 0.00583302 Jy ! Clean residual min=-0.001045 max=0.001078 Jy/beam ! Clean residual mean=-0.000040 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0205102 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 130 components and 0.0205102 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.017007Jy sigma=0.483361 ! Fit after self-cal, rms=0.016919Jy sigma=0.481628 ! Inverting map print "============== Finished natural weighting clean ==============" ! ============== Finished natural weighting clean ============== ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.742 x 55.46 at -2.368 degrees (North through East) ! Clean map min=-0.00084969 max=0.011696 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! KP 0.83 LA 0.78 OV 0.94 PT 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! KP 0.95 LA 0.77 OV 1.16 PT 0.81 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! KP 0.87 LA 1.22 OV 0.98 PT 0.79 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! KP 1.38 LA 1.00 OV 1.09 PT 0.96 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! KP 1.25 LA 1.20 OV 1.09 PT 0.87 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! KP 1.17 LA 0.91 OV 0.75 PT 1.23 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! KP 1.00 LA 1.03 OV 0.99 PT 1.04 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! KP 0.77 LA 0.85 OV 1.18 PT 1.34 ! ! ! Fit before self-cal, rms=0.016919Jy sigma=0.481628 ! Fit after self-cal, rms=0.016049Jy sigma=0.466735 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.771 mas, bmaj=55.75 mas, bpa=-2.478 degrees ! Estimated noise=0.732324 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.000301863 Jy ! Component: 100 - total flux cleaned = -0.000302688 Jy ! Component: 150 - total flux cleaned = -3.95911e-05 Jy ! Component: 200 - total flux cleaned = 0.000263719 Jy ! Total flux subtracted in 200 components = 0.000263719 Jy ! Clean residual min=-0.000288 max=0.000291 Jy/beam ! Clean residual mean=-0.000004 rms=0.000110 Jy/beam ! Combined flux in latest and established models = 0.0207739 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 209 components and 0.0207739 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.015996Jy sigma=0.464939 ! Fit after self-cal, rms=0.016151Jy sigma=0.461951 ! 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.016151Jy sigma=0.461951 ! Fit after self-cal, rms=0.016589Jy sigma=0.461376 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.769 mas, bmaj=55.7 mas, bpa=-2.495 degrees ! Estimated noise=0.730615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000128795 Jy ! Component: 100 - total flux cleaned = -0.000308483 Jy ! Component: 150 - total flux cleaned = -0.000545744 Jy ! Component: 200 - total flux cleaned = -0.000765398 Jy ! Total flux subtracted in 200 components = -0.000765398 Jy ! Clean residual min=-0.000173 max=0.000172 Jy/beam ! Clean residual mean=-0.000001 rms=0.000072 Jy/beam ! Combined flux in latest and established models = 0.0200085 Jy selfcal ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 293 components and 0.0200085 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.016558Jy sigma=0.460443 ! Fit after self-cal, rms=0.016633Jy sigma=0.459939 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.000104732 Jy ! Component: 100 - total flux cleaned = 8.10956e-05 Jy ! Component: 150 - total flux cleaned = 6.92373e-05 Jy ! Component: 200 - total flux cleaned = 8.0221e-05 Jy ! Total flux subtracted in 200 components = 8.0221e-05 Jy ! Clean residual min=-0.000182 max=0.000182 Jy/beam ! Clean residual mean=-0.000001 rms=0.000077 Jy/beam ! Combined flux in latest and established models = 0.0200887 Jy ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 359 components and 0.0200887 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.016616Jy sigma=0.459485 ! Fit after self-cal, rms=0.016602Jy sigma=0.459024 ! 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.016602Jy sigma=0.459024 ! Fit after self-cal, rms=0.017152Jy sigma=0.458656 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.794 mas, bmaj=55.46 mas, bpa=-2.559 degrees ! Estimated noise=0.733389 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000330695 Jy ! Component: 100 - total flux cleaned = -0.000412521 Jy ! Component: 150 - total flux cleaned = -0.00037597 Jy ! Component: 200 - total flux cleaned = -0.000266765 Jy ! Total flux subtracted in 200 components = -0.000266765 Jy ! Clean residual min=-0.000157 max=0.000156 Jy/beam ! Clean residual mean=-0.000001 rms=0.000061 Jy/beam ! Combined flux in latest and established models = 0.0198219 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 411 components and 0.0198219 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.017133Jy sigma=0.458253 ! Fit after self-cal, rms=0.017213Jy sigma=0.457523 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.31009e-05 Jy ! Component: 100 - total flux cleaned = -1.34186e-05 Jy ! Component: 150 - total flux cleaned = 5.44325e-06 Jy ! Component: 200 - total flux cleaned = 4.22566e-05 Jy ! Total flux subtracted in 200 components = 4.22566e-05 Jy ! Clean residual min=-0.000154 max=0.000153 Jy/beam ! Clean residual mean=0.000000 rms=0.000065 Jy/beam ! Combined flux in latest and established models = 0.0198642 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 470 components and 0.0198642 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.017202Jy sigma=0.457272 ! Fit after self-cal, rms=0.017200Jy sigma=0.457141 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.017200Jy sigma=0.457141 ! Fit after self-cal, rms=0.017627Jy sigma=0.456944 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.053 mas, bmaj=54.71 mas, bpa=-2.808 degrees ! Estimated noise=0.731872 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000172061 Jy ! Component: 100 - total flux cleaned = -0.000301659 Jy ! Component: 150 - total flux cleaned = -0.000376502 Jy ! Component: 200 - total flux cleaned = -0.000351083 Jy ! Total flux subtracted in 200 components = -0.000351083 Jy ! Clean residual min=-0.000108 max=0.000109 Jy/beam ! Clean residual mean=-0.000000 rms=0.000044 Jy/beam ! Combined flux in latest and established models = 0.0195131 Jy selfcal ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 539 components and 0.0195131 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.017617Jy sigma=0.456799 ! Fit after self-cal, rms=0.017646Jy sigma=0.456245 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.38532e-05 Jy ! Component: 100 - total flux cleaned = 0.000119259 Jy ! Component: 150 - total flux cleaned = 0.000118835 Jy ! Component: 200 - total flux cleaned = 0.000126527 Jy ! Total flux subtracted in 200 components = 0.000126527 Jy ! Clean residual min=-0.000121 max=0.000126 Jy/beam ! Clean residual mean=0.000000 rms=0.000057 Jy/beam ! Combined flux in latest and established models = 0.0196396 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 617 components and 0.0196396 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.017632Jy sigma=0.455980 ! Fit after self-cal, rms=0.017632Jy sigma=0.455894 ! 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=7.828 mas, bmaj=55.18 mas, bpa=-2.647 degrees ! Estimated noise=0.733866 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.828 x 55.18 at -2.647 degrees (North through East) ! Clean map min=-0.0015673 max=0.01074 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=7.384 mas, bmaj=56.46 mas, bpa=-3.343 degrees ! Estimated noise=0.771515 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.010599 Jy ! Component: 100 - total flux cleaned = 0.0117334 Jy ! Component: 150 - total flux cleaned = 0.0123595 Jy ! Component: 200 - total flux cleaned = 0.0129087 Jy ! Total flux subtracted in 200 components = 0.0129087 Jy ! Clean residual min=-0.001485 max=0.001531 Jy/beam ! Clean residual mean=-0.000030 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.0129087 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 81 model components to the UV plane model. ! The established model now contains 81 components and 0.0129087 Jy ! Inverting map and beam ! Estimated beam: bmin=7.828 mas, bmaj=55.18 mas, bpa=-2.647 degrees ! Estimated noise=0.733866 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.00176089 Jy ! Component: 100 - total flux cleaned = 0.00238962 Jy ! Component: 150 - total flux cleaned = 0.00256941 Jy ! Component: 200 - total flux cleaned = 0.00261398 Jy ! Total flux subtracted in 200 components = 0.00261398 Jy ! Clean residual min=-0.000813 max=0.000793 Jy/beam ! Clean residual mean=-0.000020 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.0155227 Jy ! Adding 91 model components to the UV plane model. ! The established model now contains 169 components and 0.0155227 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.053 mas, bmaj=54.71 mas, bpa=-2.808 degrees ! Estimated noise=0.731872 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000165438 Jy ! Component: 100 - total flux cleaned = -0.000352608 Jy ! Component: 150 - total flux cleaned = -0.000407485 Jy ! Component: 200 - total flux cleaned = -0.000234926 Jy ! Total flux subtracted in 200 components = -0.000234926 Jy ! Clean residual min=-0.000304 max=0.000307 Jy/beam ! Clean residual mean=-0.000009 rms=0.000143 Jy/beam ! Combined flux in latest and established models = 0.0152878 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.000238443 Jy ! Component: 100 - total flux cleaned = 0.000454925 Jy ! Component: 150 - total flux cleaned = 0.000652906 Jy ! Component: 200 - total flux cleaned = 0.000836502 Jy ! Total flux subtracted in 200 components = 0.000836502 Jy ! Clean residual min=-0.000476 max=0.000482 Jy/beam ! Clean residual mean=-0.000010 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.0161243 Jy ! Adding 142 model components to the UV plane model. ! The established model now contains 310 components and 0.0161243 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.828 mas, bmaj=55.18 mas, bpa=-2.647 degrees ! Estimated noise=0.733866 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000348678 Jy ! Component: 100 - total flux cleaned = 0.000425979 Jy ! Component: 150 - total flux cleaned = 0.000454005 Jy ! Component: 200 - total flux cleaned = 0.000526619 Jy ! Total flux subtracted in 200 components = 0.000526619 Jy ! Clean residual min=-0.000246 max=0.000243 Jy/beam ! Clean residual mean=-0.000001 rms=0.000095 Jy/beam ! Combined flux in latest and established models = 0.0166509 Jy selfcal ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 358 components and 0.0166509 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.017651Jy sigma=0.456726 ! Fit after self-cal, rms=0.017605Jy sigma=0.456368 wmodel J0701-3756_C_map.mod ! Writing 358 model components to file: J0701-3756_C_map.mod wobs J0701-3756_C_uvs.fits ! Writing UV FITS file: J0701-3756_C_uvs.fits wwins J0701-3756_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /opt64/bin/pima_mupet_01.dfm] ! wmap /vlbi/sb072/temp_maps//J0701-3756_C_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.828 x 55.18 at -2.647 degrees (North through East) ! Clean map min=-0.0011211 max=0.007088 Jy/beam ! Writing clean map to FITS file: /vlbi/sb072/temp_maps//J0701-3756_C_map.fits wmodel /vlbi/sb072/temp_maps//J0701-3756_C_map.mod ! Writing 358 model components to file: /vlbi/sb072/temp_maps//J0701-3756_C_map.mod wobs /vlbi/sb072/temp_maps//J0701-3756_C_uvs.fits ! Writing UV FITS file: /vlbi/sb072/temp_maps//J0701-3756_C_uvs.fits wwins /vlbi/sb072/temp_maps//J0701-3756_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ! float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.00708804 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 9.66029e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -4.0887 4.0887 8.1774 16.3548 32.7096 65.4192 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.007 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 73.372 quit ! Quitting program ! Log file /vlbi/sb072/temp_maps//J0701-3756_C_dfm.log closed on Tue Mar 5 22:43:54 2019