! Started logfile: /vlbi/sb072/temp_maps//J0850-1213_X_dfm.log on Tue Mar 5 22:51:59 2019 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 /vlbi/sb072/temp_maps//J0850-1213_X_uva.fits ! Reading UV FITS file: /vlbi/sb072/temp_maps//J0850-1213_X_uva.fits ! AN table 1: 4 integrations on 6 of 6 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0850-1213 ! ! 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 85 lines of history. ! ! Reading 192 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 J0850-1213_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.023942Jy sigma=41.414710 ! Fit after self-cal, rms=0.686457Jy sigma=28.023937 ! 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=3.089 mas, bmaj=22 mas, bpa=24.88 degrees ! Estimated noise=2.00463 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.246905 Jy ! Component: 100 - total flux cleaned = 0.301747 Jy ! Total flux subtracted in 100 components = 0.301747 Jy ! Clean residual min=-0.015164 max=0.018982 Jy/beam ! Clean residual mean=-0.000080 rms=0.008080 Jy/beam ! Combined flux in latest and established models = 0.301747 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.301747 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.029408Jy sigma=1.202898 ! Fit after self-cal, rms=0.029400Jy sigma=1.202499 ! 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.267 mas, bmaj=21.69 mas, bpa=25.42 degrees ! Estimated noise=1.26003 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.0176725 Jy ! Component: 100 - total flux cleaned = 0.0218518 Jy ! Component: 150 - total flux cleaned = 0.0253628 Jy ! Component: 200 - total flux cleaned = 0.0266978 Jy ! Total flux subtracted in 200 components = 0.0266978 Jy ! Clean residual min=-0.002777 max=0.002692 Jy/beam ! Clean residual mean=-0.000025 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.328445 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 88 components and 0.328445 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.014640Jy sigma=0.587045 ! Fit after self-cal, rms=0.014594Jy sigma=0.585191 ! 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.267 x 21.69 at 25.42 degrees (North through East) ! Clean map min=-0.0051158 max=0.29511 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.99 OV 1.01 PT 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 KP 1.00 OV 1.00 PT 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.99 OV 1.00 PT 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.99 OV 1.01 PT 0.98 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! FD 0.98 KP 0.98 OV 1.05 PT 0.98 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 1.00 OV 0.99 PT 1.00 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 KP 0.99 OV 1.00 PT 0.97 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! FD 1.00 KP 1.00 OV 0.98 PT 1.00 ! ! ! Fit before self-cal, rms=0.014594Jy sigma=0.585191 ! Fit after self-cal, rms=0.013274Jy sigma=0.527869 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.279 mas, bmaj=21.61 mas, bpa=25.41 degrees ! Estimated noise=1.25417 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.000127272 Jy ! Component: 100 - total flux cleaned = 5.48105e-05 Jy ! Component: 150 - total flux cleaned = 7.73541e-05 Jy ! Component: 200 - total flux cleaned = 7.21927e-05 Jy ! Total flux subtracted in 200 components = 7.21927e-05 Jy ! Clean residual min=-0.000458 max=0.000480 Jy/beam ! Clean residual mean=-0.000001 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.328517 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 128 components and 0.328517 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.013141Jy sigma=0.521499 ! Fit after self-cal, rms=0.013140Jy sigma=0.521405 ! 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.013140Jy sigma=0.521405 ! Fit after self-cal, rms=0.013122Jy sigma=0.520935 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.278 mas, bmaj=21.62 mas, bpa=25.41 degrees ! Estimated noise=1.25411 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000112266 Jy ! Component: 100 - total flux cleaned = 0.000155214 Jy ! Component: 150 - total flux cleaned = 0.000281868 Jy ! Component: 200 - total flux cleaned = 0.000442272 Jy ! Total flux subtracted in 200 components = 0.000442272 Jy ! Clean residual min=-0.000248 max=0.000251 Jy/beam ! Clean residual mean=-0.000000 rms=0.000094 Jy/beam ! Combined flux in latest and established models = 0.32896 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 180 components and 0.32896 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.013094Jy sigma=0.519924 ! Fit after self-cal, rms=0.013095Jy sigma=0.519865 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 = -7.13241e-05 Jy ! Component: 100 - total flux cleaned = -0.000133655 Jy ! Component: 150 - total flux cleaned = -0.000243504 Jy ! Component: 200 - total flux cleaned = -0.000352768 Jy ! Total flux subtracted in 200 components = -0.000352768 Jy ! Clean residual min=-0.000203 max=0.000202 Jy/beam ! Clean residual mean=-0.000000 rms=0.000078 Jy/beam ! Combined flux in latest and established models = 0.328607 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 245 components and 0.328607 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.013074Jy sigma=0.519082 ! Fit after self-cal, rms=0.013075Jy sigma=0.519038 ! 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.013075Jy sigma=0.519038 ! Fit after self-cal, rms=0.013072Jy sigma=0.519000 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.277 mas, bmaj=21.62 mas, bpa=25.41 degrees ! Estimated noise=1.25401 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.30483e-05 Jy ! Component: 100 - total flux cleaned = 8.18463e-05 Jy ! Component: 150 - total flux cleaned = 0.000201923 Jy ! Component: 200 - total flux cleaned = 0.000325885 Jy ! Total flux subtracted in 200 components = 0.000325885 Jy ! Clean residual min=-0.000210 max=0.000212 Jy/beam ! Clean residual mean=-0.000000 rms=0.000081 Jy/beam ! Combined flux in latest and established models = 0.328933 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 297 components and 0.328933 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.013054Jy sigma=0.518323 ! Fit after self-cal, rms=0.013054Jy sigma=0.518291 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 = -1.53525e-06 Jy ! Component: 100 - total flux cleaned = -2.3732e-05 Jy ! Component: 150 - total flux cleaned = -7.91349e-05 Jy ! Component: 200 - total flux cleaned = -4.42349e-05 Jy ! Total flux subtracted in 200 components = -4.42349e-05 Jy ! Clean residual min=-0.000194 max=0.000191 Jy/beam ! Clean residual mean=-0.000000 rms=0.000070 Jy/beam ! Combined flux in latest and established models = 0.328889 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 341 components and 0.328889 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.013038Jy sigma=0.517689 ! Fit after self-cal, rms=0.013039Jy sigma=0.517659 ! 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.013039Jy sigma=0.517659 ! Fit after self-cal, rms=0.013037Jy sigma=0.517634 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.452 mas, bmaj=20.92 mas, bpa=25.35 degrees ! Estimated noise=1.25795 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.9768e-05 Jy ! Component: 100 - total flux cleaned = -3.01138e-05 Jy ! Component: 150 - total flux cleaned = -2.97811e-05 Jy ! Component: 200 - total flux cleaned = 3.07721e-05 Jy ! Total flux subtracted in 200 components = 3.07721e-05 Jy ! Clean residual min=-0.000174 max=0.000173 Jy/beam ! Clean residual mean=-0.000000 rms=0.000061 Jy/beam ! Combined flux in latest and established models = 0.328919 Jy selfcal ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 392 components and 0.328919 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.013023Jy sigma=0.517163 ! Fit after self-cal, rms=0.013024Jy sigma=0.517138 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 = -1.79124e-06 Jy ! Component: 100 - total flux cleaned = -0.000118049 Jy ! Component: 150 - total flux cleaned = -0.000156721 Jy ! Component: 200 - total flux cleaned = -0.00012767 Jy ! Total flux subtracted in 200 components = -0.00012767 Jy ! Clean residual min=-0.000164 max=0.000166 Jy/beam ! Clean residual mean=-0.000000 rms=0.000062 Jy/beam ! Combined flux in latest and established models = 0.328792 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 420 components and 0.328792 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.013012Jy sigma=0.516643 ! Fit after self-cal, rms=0.013014Jy sigma=0.516619 ! 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.277 mas, bmaj=21.62 mas, bpa=25.41 degrees ! Estimated noise=1.25397 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.277 x 21.62 at 25.41 degrees (North through East) ! Clean map min=-0.0030116 max=0.29346 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=3.097 mas, bmaj=21.94 mas, bpa=24.87 degrees ! Estimated noise=1.99402 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.245596 Jy ! Component: 100 - total flux cleaned = 0.299923 Jy ! Component: 150 - total flux cleaned = 0.319573 Jy ! Component: 200 - total flux cleaned = 0.323695 Jy ! Total flux subtracted in 200 components = 0.323695 Jy ! Clean residual min=-0.005688 max=0.005705 Jy/beam ! Clean residual mean=-0.000055 rms=0.002320 Jy/beam ! Combined flux in latest and established models = 0.323695 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 55 model components to the UV plane model. ! The established model now contains 55 components and 0.323695 Jy ! Inverting map and beam ! Estimated beam: bmin=3.277 mas, bmaj=21.62 mas, bpa=25.41 degrees ! Estimated noise=1.25397 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.00118991 Jy ! Component: 100 - total flux cleaned = 0.000688989 Jy ! Component: 150 - total flux cleaned = 0.0006885 Jy ! Component: 200 - total flux cleaned = 0.000880859 Jy ! Total flux subtracted in 200 components = 0.000880859 Jy ! Clean residual min=-0.001060 max=0.001078 Jy/beam ! Clean residual mean=-0.000007 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.324576 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 130 components and 0.324576 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.452 mas, bmaj=20.92 mas, bpa=25.35 degrees ! Estimated noise=1.25795 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000664085 Jy ! Component: 100 - total flux cleaned = 0.000668854 Jy ! Component: 150 - total flux cleaned = 0.000754159 Jy ! Component: 200 - total flux cleaned = 0.00104154 Jy ! Total flux subtracted in 200 components = 0.00104154 Jy ! Clean residual min=-0.000874 max=0.000876 Jy/beam ! Clean residual mean=-0.000003 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.325618 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.00010628 Jy ! Component: 100 - total flux cleaned = 1.94986e-05 Jy ! Component: 150 - total flux cleaned = -0.000273179 Jy ! Component: 200 - total flux cleaned = -0.000527384 Jy ! Total flux subtracted in 200 components = -0.000527384 Jy ! Clean residual min=-0.002387 max=0.002303 Jy/beam ! Clean residual mean=-0.000005 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.32509 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 182 components and 0.32509 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.277 mas, bmaj=21.62 mas, bpa=25.41 degrees ! Estimated noise=1.25397 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012208 Jy ! Component: 100 - total flux cleaned = -2.28612e-06 Jy ! Component: 150 - total flux cleaned = -1.07028e-05 Jy ! Component: 200 - total flux cleaned = 0.000315141 Jy ! Total flux subtracted in 200 components = 0.000315141 Jy ! Clean residual min=-0.002892 max=0.002814 Jy/beam ! Clean residual mean=0.000007 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.325406 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 207 components and 0.325406 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.013516Jy sigma=0.537497 ! Fit after self-cal, rms=0.013323Jy sigma=0.529433 wmodel J0850-1213_X_map.mod ! Writing 207 model components to file: J0850-1213_X_map.mod wobs J0850-1213_X_uvs.fits ! Writing UV FITS file: J0850-1213_X_uvs.fits wwins J0850-1213_X_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//J0850-1213_X_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.277 x 21.62 at 25.41 degrees (North through East) ! Clean map min=-0.0023954 max=0.2922 Jy/beam ! Writing clean map to FITS file: /vlbi/sb072/temp_maps//J0850-1213_X_map.fits wmodel /vlbi/sb072/temp_maps//J0850-1213_X_map.mod ! Writing 207 model components to file: /vlbi/sb072/temp_maps//J0850-1213_X_map.mod wobs /vlbi/sb072/temp_maps//J0850-1213_X_uvs.fits ! Writing UV FITS file: /vlbi/sb072/temp_maps//J0850-1213_X_uvs.fits wwins /vlbi/sb072/temp_maps//J0850-1213_X_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.292201 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000574707 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.590046 0.590046 1.18009 2.36018 4.72036 9.44073 18.8815 37.7629 75.5258 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.292 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 508.435 quit ! Quitting program ! Log file /vlbi/sb072/temp_maps//J0850-1213_X_dfm.log closed on Tue Mar 5 22:52:03 2019