! Started logfile: /image_prod/ug002_uva//J2359+3850_S_f_dfm.log on Thu Mar 5 06:35:14 2020 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 /image_prod/ug002_uva//J2359+3850_S_f_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J2359+3850_S_f_uva.fits ! AN table 1: 6 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.896296 visibilities/baseline/integration-bin. ! Found source: J2359+3850 ! ! There are 3 IFs, and a total of 3 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 ! ! Polarization(s): RR ! ! Read 44 lines of history. ! ! Reading 726 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 3 channels. ! Selecting polarization: RR, channels: 1..3 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 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 J2359+3850_S_f] 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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.133494Jy sigma=15.230613 ! Fit after self-cal, rms=0.525307Jy sigma=7.321124 ! 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.956 mas, bmaj=8.568 mas, bpa=26 degrees ! Estimated noise=2.40973 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.375773 Jy ! Component: 100 - total flux cleaned = 0.458484 Jy ! Total flux subtracted in 100 components = 0.458484 Jy ! Clean residual min=-0.061865 max=0.031249 Jy/beam ! Clean residual mean=0.000039 rms=0.010257 Jy/beam ! Combined flux in latest and established models = 0.458484 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.458484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.173450Jy sigma=1.781341 ! Fit after self-cal, rms=0.173455Jy sigma=1.781278 ! 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.454 mas, bmaj=8.966 mas, bpa=23.99 degrees ! Estimated noise=2.04832 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.0328252 Jy ! Component: 100 - total flux cleaned = 0.0495458 Jy ! Component: 150 - total flux cleaned = 0.0545234 Jy ! Component: 200 - total flux cleaned = 0.0570094 Jy ! Total flux subtracted in 200 components = 0.0570094 Jy ! Clean residual min=-0.061233 max=0.025799 Jy/beam ! Clean residual mean=0.000155 rms=0.008978 Jy/beam ! Combined flux in latest and established models = 0.515494 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 42 components and 0.515494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.163101Jy sigma=1.688347 ! Fit after self-cal, rms=0.163080Jy sigma=1.688088 ! 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.454 x 8.966 at 23.99 degrees (North through East) ! Clean map min=-0.05986 max=0.48361 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.10 HN 1.09 KP 1.05 ! LA 1.07 MK 1.08 NL 1.05 OV 0.69 ! PT 1.12 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.06 HN 1.05 KP 1.07 ! LA 1.06 MK 1.05 NL 0.52 OV 0.92 ! PT 1.09 SC 0.85 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.08 HN 1.08 KP 1.08 ! LA 1.11 MK 1.11 NL 0.85 OV 0.67 ! PT 1.11 SC 1.06 ! ! ! Fit before self-cal, rms=0.163080Jy sigma=1.688088 ! Fit after self-cal, rms=0.060293Jy sigma=0.721043 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.485 mas, bmaj=9.124 mas, bpa=24.31 degrees ! Estimated noise=2.04655 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.0011286 Jy ! Component: 100 - total flux cleaned = -0.000603294 Jy ! Component: 150 - total flux cleaned = -0.000290339 Jy ! Component: 200 - total flux cleaned = -0.000284247 Jy ! Total flux subtracted in 200 components = -0.000284247 Jy ! Clean residual min=-0.006657 max=0.006143 Jy/beam ! Clean residual mean=0.000018 rms=0.001608 Jy/beam ! Combined flux in latest and established models = 0.515209 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.515209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.059050Jy sigma=0.711568 ! Fit after self-cal, rms=0.059152Jy sigma=0.709969 ! 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. ! ! Fit before self-cal, rms=0.059152Jy sigma=0.709969 ! Fit after self-cal, rms=0.059165Jy sigma=0.708933 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.489 mas, bmaj=9.129 mas, bpa=24.23 degrees ! Estimated noise=2.04765 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000498086 Jy ! Component: 100 - total flux cleaned = -0.000497484 Jy ! Component: 150 - total flux cleaned = -0.000500415 Jy ! Component: 200 - total flux cleaned = -0.000595479 Jy ! Total flux subtracted in 200 components = -0.000595479 Jy ! Clean residual min=-0.006539 max=0.005456 Jy/beam ! Clean residual mean=0.000015 rms=0.001494 Jy/beam ! Combined flux in latest and established models = 0.514614 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 58 components and 0.514614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058546Jy sigma=0.704566 ! Fit after self-cal, rms=0.058550Jy sigma=0.704503 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.47822e-05 Jy ! Component: 100 - total flux cleaned = -9.64416e-05 Jy ! Component: 150 - total flux cleaned = -9.79928e-05 Jy ! Component: 200 - total flux cleaned = -0.000101669 Jy ! Total flux subtracted in 200 components = -0.000101669 Jy ! Clean residual min=-0.006400 max=0.005231 Jy/beam ! Clean residual mean=0.000014 rms=0.001456 Jy/beam ! Combined flux in latest and established models = 0.514512 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.514512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058229Jy sigma=0.702747 ! Fit after self-cal, rms=0.058227Jy sigma=0.702702 ! 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. ! ! Fit before self-cal, rms=0.058227Jy sigma=0.702702 ! Fit after self-cal, rms=0.058290Jy sigma=0.701886 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.489 mas, bmaj=9.137 mas, bpa=24.19 degrees ! Estimated noise=2.04994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.91666e-06 Jy ! Component: 100 - total flux cleaned = 7.91303e-05 Jy ! Component: 150 - total flux cleaned = 7.94037e-05 Jy ! Component: 200 - total flux cleaned = 0.000138413 Jy ! Total flux subtracted in 200 components = 0.000138413 Jy ! Clean residual min=-0.006265 max=0.005047 Jy/beam ! Clean residual mean=0.000012 rms=0.001401 Jy/beam ! Combined flux in latest and established models = 0.514651 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 0.514651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058040Jy sigma=0.700416 ! Fit after self-cal, rms=0.058043Jy sigma=0.700389 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.000118522 Jy ! Component: 100 - total flux cleaned = -0.000118367 Jy ! Component: 150 - total flux cleaned = -0.000114718 Jy ! Component: 200 - total flux cleaned = -6.7761e-05 Jy ! Total flux subtracted in 200 components = -6.7761e-05 Jy ! Clean residual min=-0.006154 max=0.004998 Jy/beam ! Clean residual mean=0.000012 rms=0.001386 Jy/beam ! Combined flux in latest and established models = 0.514583 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.514583 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057904Jy sigma=0.699723 ! Fit after self-cal, rms=0.057902Jy sigma=0.699704 ! 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. ! ! Fit before self-cal, rms=0.057902Jy sigma=0.699704 ! Fit after self-cal, rms=0.057948Jy sigma=0.699423 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.008 mas, bmaj=11.01 mas, bpa=16.21 degrees ! Estimated noise=2.43315 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000337958 Jy ! Component: 100 - total flux cleaned = 0.000309279 Jy ! Component: 150 - total flux cleaned = 0.000283833 Jy ! Component: 200 - total flux cleaned = 0.000262211 Jy ! Total flux subtracted in 200 components = 0.000262211 Jy ! Clean residual min=-0.005499 max=0.004459 Jy/beam ! Clean residual mean=0.000020 rms=0.001567 Jy/beam ! Combined flux in latest and established models = 0.514845 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 75 components and 0.514845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057938Jy sigma=0.699328 ! Fit after self-cal, rms=0.057943Jy sigma=0.699289 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.30134e-06 Jy ! Component: 100 - total flux cleaned = 1.27898e-05 Jy ! Component: 150 - total flux cleaned = -4.20079e-06 Jy ! Component: 200 - total flux cleaned = -1.89241e-05 Jy ! Total flux subtracted in 200 components = -1.89241e-05 Jy ! Clean residual min=-0.005416 max=0.004456 Jy/beam ! Clean residual mean=0.000020 rms=0.001566 Jy/beam ! Combined flux in latest and established models = 0.514826 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 79 components and 0.514826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.057927Jy sigma=0.699286 ! Fit after self-cal, rms=0.057931Jy sigma=0.699256 ! 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.488 mas, bmaj=9.141 mas, bpa=24.17 degrees ! Estimated noise=2.05128 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.488 x 9.141 at 24.17 degrees (North through East) ! Clean map min=-0.0059439 max=0.48471 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.995 mas, bmaj=8.758 mas, bpa=26.29 degrees ! Estimated noise=2.4231 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.377818 Jy ! Component: 100 - total flux cleaned = 0.460388 Jy ! Component: 150 - total flux cleaned = 0.482907 Jy ! Component: 200 - total flux cleaned = 0.4942 Jy ! Total flux subtracted in 200 components = 0.4942 Jy ! Clean residual min=-0.009751 max=0.008228 Jy/beam ! Clean residual mean=-0.000011 rms=0.002111 Jy/beam ! Combined flux in latest and established models = 0.4942 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.4942 Jy ! Inverting map and beam ! Estimated beam: bmin=3.488 mas, bmaj=9.141 mas, bpa=24.17 degrees ! Estimated noise=2.05128 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.00811225 Jy ! Component: 100 - total flux cleaned = 0.0134635 Jy ! Component: 150 - total flux cleaned = 0.0171251 Jy ! Component: 200 - total flux cleaned = 0.019303 Jy ! Total flux subtracted in 200 components = 0.019303 Jy ! Clean residual min=-0.006888 max=0.006021 Jy/beam ! Clean residual mean=0.000008 rms=0.001489 Jy/beam ! Combined flux in latest and established models = 0.513503 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 57 components and 0.513503 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=7.008 mas, bmaj=11.01 mas, bpa=16.21 degrees ! Estimated noise=2.43315 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173082 Jy ! Component: 100 - total flux cleaned = 0.00203451 Jy ! Component: 150 - total flux cleaned = 0.00211666 Jy ! Component: 200 - total flux cleaned = 0.00215353 Jy ! Total flux subtracted in 200 components = 0.00215353 Jy ! Clean residual min=-0.005430 max=0.005061 Jy/beam ! Clean residual mean=0.000022 rms=0.001588 Jy/beam ! Combined flux in latest and established models = 0.515657 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 = 3.33156e-05 Jy ! Component: 100 - total flux cleaned = 9.25138e-05 Jy ! Component: 150 - total flux cleaned = 0.000118323 Jy ! Component: 200 - total flux cleaned = 0.000142835 Jy ! Total flux subtracted in 200 components = 0.000142835 Jy ! Clean residual min=-0.005204 max=0.004945 Jy/beam ! Clean residual mean=0.000022 rms=0.001573 Jy/beam ! Combined flux in latest and established models = 0.515799 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 78 components and 0.515799 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.488 mas, bmaj=9.141 mas, bpa=24.17 degrees ! Estimated noise=2.05128 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000577965 Jy ! Component: 100 - total flux cleaned = 0.000461572 Jy ! Component: 150 - total flux cleaned = 0.000357754 Jy ! Component: 200 - total flux cleaned = 0.000261832 Jy ! Total flux subtracted in 200 components = 0.000261832 Jy ! Clean residual min=-0.006769 max=0.005907 Jy/beam ! Clean residual mean=0.000011 rms=0.001430 Jy/beam ! Combined flux in latest and established models = 0.516061 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 88 components and 0.516061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.058188Jy sigma=0.701659 ! Fit after self-cal, rms=0.058149Jy sigma=0.701338 wmodel J2359+3850_S_f_map.mod ! Writing 88 model components to file: J2359+3850_S_f_map.mod wobs J2359+3850_S_f_uvs.fits ! Writing UV FITS file: J2359+3850_S_f_uvs.fits wwins J2359+3850_S_f_map.win ! wwins: Wrote 1 windows to J2359+3850_S_f_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.00156621 Jy ! Component: 100 - total flux cleaned = -0.0019421 Jy ! Component: 150 - total flux cleaned = -0.0021976 Jy ! Component: 200 - total flux cleaned = -0.00196041 Jy ! Component: 250 - total flux cleaned = -0.00173909 Jy ! Component: 300 - total flux cleaned = -0.00159566 Jy ! Component: 350 - total flux cleaned = -0.00132388 Jy ! Component: 400 - total flux cleaned = -0.00112682 Jy ! Component: 450 - total flux cleaned = -0.000938681 Jy ! Component: 500 - total flux cleaned = -0.000879579 Jy ! Component: 550 - total flux cleaned = -0.000589203 Jy ! Component: 600 - total flux cleaned = -0.000590226 Jy ! Component: 650 - total flux cleaned = -0.000537045 Jy ! Component: 700 - total flux cleaned = -0.000538351 Jy ! Component: 750 - total flux cleaned = -0.000332442 Jy ! Component: 800 - total flux cleaned = -0.000382666 Jy ! Component: 850 - total flux cleaned = -0.000285367 Jy ! Component: 900 - total flux cleaned = -0.000333546 Jy ! Component: 950 - total flux cleaned = -0.00033388 Jy ! Component: 1000 - total flux cleaned = -0.000333589 Jy ! Component: 1050 - total flux cleaned = -0.000243961 Jy ! Component: 1100 - total flux cleaned = -0.000243799 Jy ! Component: 1150 - total flux cleaned = 1.33734e-05 Jy ! Component: 1200 - total flux cleaned = 1.27084e-05 Jy ! Component: 1250 - total flux cleaned = 0.000135519 Jy ! Component: 1300 - total flux cleaned = 0.000255799 Jy ! Component: 1350 - total flux cleaned = 0.000254393 Jy ! Component: 1400 - total flux cleaned = 0.000255133 Jy ! Component: 1450 - total flux cleaned = 0.000408 Jy ! Component: 1500 - total flux cleaned = 0.000446072 Jy ! Component: 1550 - total flux cleaned = 0.000630028 Jy ! Component: 1600 - total flux cleaned = 0.000738084 Jy ! Component: 1650 - total flux cleaned = 0.000737712 Jy ! Component: 1700 - total flux cleaned = 0.000772302 Jy ! Component: 1750 - total flux cleaned = 0.000875857 Jy ! Component: 1800 - total flux cleaned = 0.000943322 Jy ! Component: 1850 - total flux cleaned = 0.000976552 Jy ! Component: 1900 - total flux cleaned = 0.000976917 Jy ! Component: 1950 - total flux cleaned = 0.00100946 Jy ! Component: 2000 - total flux cleaned = 0.000977612 Jy ! Component: 2050 - total flux cleaned = 0.000977331 Jy ! Component: 2100 - total flux cleaned = 0.000915965 Jy ! Component: 2150 - total flux cleaned = 0.000824823 Jy ! Component: 2200 - total flux cleaned = 0.000824693 Jy ! Component: 2250 - total flux cleaned = 0.000676547 Jy ! Component: 2300 - total flux cleaned = 0.000705723 Jy ! Component: 2350 - total flux cleaned = 0.000589776 Jy ! Component: 2400 - total flux cleaned = 0.000561255 Jy ! Component: 2450 - total flux cleaned = 0.000617237 Jy ! Component: 2500 - total flux cleaned = 0.000477897 Jy ! Component: 2550 - total flux cleaned = 0.000588496 Jy ! Component: 2600 - total flux cleaned = 0.000588188 Jy ! Component: 2650 - total flux cleaned = 0.000534085 Jy ! Component: 2700 - total flux cleaned = 0.000534036 Jy ! Component: 2750 - total flux cleaned = 0.000560804 Jy ! Component: 2800 - total flux cleaned = 0.000482445 Jy ! Component: 2850 - total flux cleaned = 0.000456965 Jy ! Component: 2900 - total flux cleaned = 0.000482702 Jy ! Component: 2950 - total flux cleaned = 0.000508148 Jy ! Component: 3000 - total flux cleaned = 0.000558508 Jy ! Component: 3050 - total flux cleaned = 0.00055856 Jy ! Component: 3100 - total flux cleaned = 0.00053358 Jy ! Component: 3150 - total flux cleaned = 0.000533579 Jy ! Component: 3200 - total flux cleaned = 0.000533657 Jy ! Component: 3250 - total flux cleaned = 0.000581941 Jy ! Component: 3300 - total flux cleaned = 0.000605731 Jy ! Component: 3350 - total flux cleaned = 0.00060572 Jy ! Component: 3400 - total flux cleaned = 0.000534758 Jy ! Component: 3450 - total flux cleaned = 0.000558404 Jy ! Component: 3500 - total flux cleaned = 0.000488198 Jy ! Component: 3550 - total flux cleaned = 0.000534773 Jy ! Component: 3600 - total flux cleaned = 0.000557701 Jy ! Component: 3650 - total flux cleaned = 0.000534798 Jy ! Component: 3700 - total flux cleaned = 0.000557767 Jy ! Component: 3750 - total flux cleaned = 0.000580429 Jy ! Component: 3800 - total flux cleaned = 0.00062566 Jy ! Component: 3850 - total flux cleaned = 0.000580789 Jy ! Component: 3900 - total flux cleaned = 0.000670198 Jy ! Component: 3950 - total flux cleaned = 0.000648028 Jy ! Component: 4000 - total flux cleaned = 0.000603928 Jy ! Component: 4050 - total flux cleaned = 0.000648194 Jy ! Total flux subtracted in 4096 components = 0.000626209 Jy ! Clean residual min=-0.001316 max=0.001269 Jy/beam ! Clean residual mean=-0.000000 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.516688 Jy keep ! Adding 238 model components to the UV plane model. ! The established model now contains 326 components and 0.516688 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J2359+3850_S_f_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.488 x 9.141 at 24.17 degrees (North through East) ! Clean map min=-0.0039407 max=0.48665 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J2359+3850_S_f_map.fits wmodel /image_prod/ug002_uva//J2359+3850_S_f_map.mod ! Writing 326 model components to file: /image_prod/ug002_uva//J2359+3850_S_f_map.mod wobs /image_prod/ug002_uva//J2359+3850_S_f_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J2359+3850_S_f_uvs.fits wwins /image_prod/ug002_uva//J2359+3850_S_f_map.win ! wwins: Wrote 2 windows to /image_prod/ug002_uva//J2359+3850_S_f_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.486653 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00037757 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.232755 0.232755 0.46551 0.931021 1.86204 3.72408 7.44817 14.8963 29.7927 59.5853 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.486 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1288.91 quit ! Quitting program ! Log file /image_prod/ug002_uva//J2359+3850_S_f_dfm.log closed on Thu Mar 5 06:35:17 2020