! Started logfile: /image_prod/ug002_uva//J1045+1735_S_dfm.log on Wed Mar 4 23:42:29 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//J1045+1735_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1045+1735_S_uva.fits ! AN table 1: 90 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.903704 visibilities/baseline/integration-bin. ! Found source: J1045+1735 ! ! 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 40 lines of history. ! ! Reading 8784 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 J1045+1735_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 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011623Jy sigma=8.665261 ! Fit after self-cal, rms=0.825806Jy sigma=7.024023 ! 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.031 mas, bmaj=10.18 mas, bpa=-20.33 degrees ! Estimated noise=1.50493 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.132388 Jy ! Component: 100 - total flux cleaned = 0.164118 Jy ! Total flux subtracted in 100 components = 0.164118 Jy ! Clean residual min=-0.006281 max=0.012651 Jy/beam ! Clean residual mean=0.000006 rms=0.001735 Jy/beam ! Combined flux in latest and established models = 0.164118 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.164118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.067949Jy sigma=0.519710 ! Fit after self-cal, rms=0.067922Jy sigma=0.519566 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0136835 Jy ! Component: 100 - total flux cleaned = 0.0203202 Jy ! Total flux subtracted in 100 components = 0.0203202 Jy ! Clean residual min=-0.004595 max=0.007748 Jy/beam ! Clean residual mean=0.000006 rms=0.001313 Jy/beam ! Combined flux in latest and established models = 0.184438 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 12 components and 0.184438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.064716Jy sigma=0.487164 ! Fit after self-cal, rms=0.064670Jy sigma=0.486816 ! 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.769 mas, bmaj=11.37 mas, bpa=-18.66 degrees ! Estimated noise=0.9213 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 (-56, 22). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00977115 Jy ! Component: 100 - total flux cleaned = 0.0155623 Jy ! Component: 150 - total flux cleaned = 0.0199186 Jy ! Component: 200 - total flux cleaned = 0.0234494 Jy ! Total flux subtracted in 200 components = 0.0234494 Jy ! Clean residual min=-0.004311 max=0.004218 Jy/beam ! Clean residual mean=0.000007 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.207888 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 58 components and 0.207888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.063094Jy sigma=0.469179 ! Fit after self-cal, rms=0.062963Jy sigma=0.467899 ! 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.769 x 11.37 at -18.66 degrees (North through East) ! Clean map min=-0.0037113 max=0.17543 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.96 HN 1.02 KP 0.98 ! LA 1.03 MK 1.07 NL 1.02 OV 1.07 ! PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.95 HN 1.01 KP 1.00 ! LA 1.01 MK 1.01 NL 0.99 OV 0.88 ! PT 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.94 HN 0.99 KP 0.99 ! LA 1.04 MK 0.98 NL 1.00 OV 1.03 ! PT 0.96 ! ! ! Fit before self-cal, rms=0.062963Jy sigma=0.467899 ! Fit after self-cal, rms=0.061777Jy sigma=0.457086 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.801 mas, bmaj=11.37 mas, bpa=-18.59 degrees ! Estimated noise=0.911224 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.00332766 Jy ! Component: 100 - total flux cleaned = 0.00530756 Jy ! Component: 150 - total flux cleaned = 0.00668897 Jy ! Component: 200 - total flux cleaned = 0.00756725 Jy ! Total flux subtracted in 200 components = 0.00756725 Jy ! Clean residual min=-0.003235 max=0.004335 Jy/beam ! Clean residual mean=0.000013 rms=0.000878 Jy/beam ! Combined flux in latest and established models = 0.215455 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 104 components and 0.215455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061536Jy sigma=0.454727 ! Fit after self-cal, rms=0.061568Jy sigma=0.454521 ! Inverting map ! Added new window around map position (-15.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00284433 Jy ! Component: 100 - total flux cleaned = 0.00419128 Jy ! Component: 150 - total flux cleaned = 0.00529364 Jy ! Component: 200 - total flux cleaned = 0.00593792 Jy ! Total flux subtracted in 200 components = 0.00593792 Jy ! Clean residual min=-0.002863 max=0.003697 Jy/beam ! Clean residual mean=0.000014 rms=0.000768 Jy/beam ! Combined flux in latest and established models = 0.221393 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 130 components and 0.221393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061253Jy sigma=0.451992 ! Fit after self-cal, rms=0.061237Jy sigma=0.451834 ! 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.061237Jy sigma=0.451834 ! Fit after self-cal, rms=0.061577Jy sigma=0.442455 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.791 mas, bmaj=11.38 mas, bpa=-18.65 degrees ! Estimated noise=0.912726 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00120775 Jy ! Component: 100 - total flux cleaned = 0.00198504 Jy ! Component: 150 - total flux cleaned = 0.00252692 Jy ! Component: 200 - total flux cleaned = 0.00280193 Jy ! Total flux subtracted in 200 components = 0.00280193 Jy ! Clean residual min=-0.001762 max=0.002451 Jy/beam ! Clean residual mean=0.000004 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.224195 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 153 components and 0.224195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061503Jy sigma=0.441764 ! Fit after self-cal, rms=0.061535Jy sigma=0.441679 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) ! Added new window around map position (-40, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00245474 Jy ! Component: 100 - total flux cleaned = 0.0038839 Jy ! Component: 150 - total flux cleaned = 0.00500977 Jy ! Component: 200 - total flux cleaned = 0.0058919 Jy ! Total flux subtracted in 200 components = 0.0058919 Jy ! Clean residual min=-0.001511 max=0.001685 Jy/beam ! Clean residual mean=0.000002 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.230087 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 201 components and 0.230087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061428Jy sigma=0.440451 ! Fit after self-cal, rms=0.061422Jy sigma=0.440400 ! 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.061422Jy sigma=0.440400 ! Fit after self-cal, rms=0.061447Jy sigma=0.440328 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.791 mas, bmaj=11.37 mas, bpa=-18.67 degrees ! Estimated noise=0.91147 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00103126 Jy ! Component: 100 - total flux cleaned = 0.00150795 Jy ! Component: 150 - total flux cleaned = 0.00200708 Jy ! Component: 200 - total flux cleaned = 0.00243833 Jy ! Total flux subtracted in 200 components = 0.00243833 Jy ! Clean residual min=-0.001447 max=0.001542 Jy/beam ! Clean residual mean=0.000000 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.232525 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 246 components and 0.232525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061413Jy sigma=0.439942 ! Fit after self-cal, rms=0.061413Jy sigma=0.439933 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.000335816 Jy ! Component: 100 - total flux cleaned = 0.000670497 Jy ! Component: 150 - total flux cleaned = 0.00100851 Jy ! Component: 200 - total flux cleaned = 0.00132623 Jy ! Total flux subtracted in 200 components = 0.00132623 Jy ! Clean residual min=-0.001381 max=0.001487 Jy/beam ! Clean residual mean=0.000000 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.233851 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 267 components and 0.233851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061394Jy sigma=0.439725 ! Fit after self-cal, rms=0.061393Jy sigma=0.439721 ! 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.061393Jy sigma=0.439721 ! Fit after self-cal, rms=0.061425Jy sigma=0.439692 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.765 mas, bmaj=12.55 mas, bpa=-15.99 degrees ! Estimated noise=1.05073 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117203 Jy ! Component: 100 - total flux cleaned = 0.00201469 Jy ! Component: 150 - total flux cleaned = 0.00271037 Jy ! Component: 200 - total flux cleaned = 0.00321589 Jy ! Total flux subtracted in 200 components = 0.00321589 Jy ! Clean residual min=-0.001500 max=0.001493 Jy/beam ! Clean residual mean=-0.000003 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.237067 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 296 components and 0.237067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061413Jy sigma=0.439541 ! Fit after self-cal, rms=0.061413Jy sigma=0.439528 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.00052662 Jy ! Component: 100 - total flux cleaned = 0.000779193 Jy ! Component: 150 - total flux cleaned = 0.000991307 Jy ! Component: 200 - total flux cleaned = 0.00118509 Jy ! Total flux subtracted in 200 components = 0.00118509 Jy ! Clean residual min=-0.001468 max=0.001484 Jy/beam ! Clean residual mean=-0.000003 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.238252 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 319 components and 0.238252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061407Jy sigma=0.439461 ! Fit after self-cal, rms=0.061406Jy sigma=0.439457 ! 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.79 mas, bmaj=11.37 mas, bpa=-18.68 degrees ! Estimated noise=0.911084 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.79 x 11.37 at -18.68 degrees (North through East) ! Clean map min=-0.0013206 max=0.17354 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.045 mas, bmaj=10.15 mas, bpa=-20.33 degrees ! Estimated noise=1.49589 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.131476 Jy ! Component: 100 - total flux cleaned = 0.162939 Jy ! Component: 150 - total flux cleaned = 0.176448 Jy ! Component: 200 - total flux cleaned = 0.184617 Jy ! Total flux subtracted in 200 components = 0.184617 Jy ! Clean residual min=-0.003513 max=0.004442 Jy/beam ! Clean residual mean=-0.000001 rms=0.000973 Jy/beam ! Combined flux in latest and established models = 0.184617 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.184617 Jy ! Inverting map and beam ! Estimated beam: bmin=3.79 mas, bmaj=11.37 mas, bpa=-18.68 degrees ! Estimated noise=0.911084 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.00804141 Jy ! Component: 100 - total flux cleaned = 0.0135905 Jy ! Component: 150 - total flux cleaned = 0.017891 Jy ! Component: 200 - total flux cleaned = 0.0214398 Jy ! Total flux subtracted in 200 components = 0.0214398 Jy ! Clean residual min=-0.002317 max=0.003222 Jy/beam ! Clean residual mean=-0.000001 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.206057 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 82 components and 0.206057 Jy ! Inverting map ! Added new window around map position (-112, 110.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00333282 Jy ! Component: 100 - total flux cleaned = 0.00607272 Jy ! Component: 150 - total flux cleaned = 0.00851693 Jy ! Component: 200 - total flux cleaned = 0.0105399 Jy ! Total flux subtracted in 200 components = 0.0105399 Jy ! Clean residual min=-0.002012 max=0.001872 Jy/beam ! Clean residual mean=-0.000003 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.216597 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 133 components and 0.216597 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.765 mas, bmaj=12.55 mas, bpa=-15.99 degrees ! Estimated noise=1.05073 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00311673 Jy ! Component: 100 - total flux cleaned = 0.00569005 Jy ! Component: 150 - total flux cleaned = 0.00788169 Jy ! Component: 200 - total flux cleaned = 0.00977579 Jy ! Total flux subtracted in 200 components = 0.00977579 Jy ! Clean residual min=-0.002033 max=0.001585 Jy/beam ! Clean residual mean=-0.000004 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.226373 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.00165471 Jy ! Component: 100 - total flux cleaned = 0.00311072 Jy ! Component: 150 - total flux cleaned = 0.00419312 Jy ! Component: 200 - total flux cleaned = 0.00516444 Jy ! Total flux subtracted in 200 components = 0.00516444 Jy ! Clean residual min=-0.001721 max=0.001416 Jy/beam ! Clean residual mean=-0.000006 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.231537 Jy ! Adding 190 model components to the UV plane model. ! The established model now contains 298 components and 0.231537 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.79 mas, bmaj=11.37 mas, bpa=-18.68 degrees ! Estimated noise=0.911084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000313437 Jy ! Component: 100 - total flux cleaned = 0.00082562 Jy ! Component: 150 - total flux cleaned = 0.00127583 Jy ! Component: 200 - total flux cleaned = 0.00175279 Jy ! Total flux subtracted in 200 components = 0.00175279 Jy ! Clean residual min=-0.001413 max=0.001395 Jy/beam ! Clean residual mean=-0.000003 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.23329 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 332 components and 0.23329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.061428Jy sigma=0.439613 ! Fit after self-cal, rms=0.061420Jy sigma=0.439539 wmodel J1045+1735_S_map.mod ! Writing 332 model components to file: J1045+1735_S_map.mod wobs J1045+1735_S_uvs.fits ! Writing UV FITS file: J1045+1735_S_uvs.fits wwins J1045+1735_S_map.win ! wwins: Wrote 5 windows to J1045+1735_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.000187871 Jy ! Component: 100 - total flux cleaned = -0.000479351 Jy ! Component: 150 - total flux cleaned = -0.000776078 Jy ! Component: 200 - total flux cleaned = -0.00101609 Jy ! Component: 250 - total flux cleaned = -0.00120402 Jy ! Component: 300 - total flux cleaned = -0.00134453 Jy ! Component: 350 - total flux cleaned = -0.00150006 Jy ! Component: 400 - total flux cleaned = -0.00161298 Jy ! Component: 450 - total flux cleaned = -0.00163128 Jy ! Component: 500 - total flux cleaned = -0.0017028 Jy ! Component: 550 - total flux cleaned = -0.00170265 Jy ! Component: 600 - total flux cleaned = -0.00173738 Jy ! Component: 650 - total flux cleaned = -0.00178794 Jy ! Component: 700 - total flux cleaned = -0.00182116 Jy ! Component: 750 - total flux cleaned = -0.00183733 Jy ! Component: 800 - total flux cleaned = -0.00183724 Jy ! Component: 850 - total flux cleaned = -0.00179047 Jy ! Component: 900 - total flux cleaned = -0.00175994 Jy ! Component: 950 - total flux cleaned = -0.00177531 Jy ! Component: 1000 - total flux cleaned = -0.00171567 Jy ! Component: 1050 - total flux cleaned = -0.00167159 Jy ! Component: 1100 - total flux cleaned = -0.00159943 Jy ! Component: 1150 - total flux cleaned = -0.00159951 Jy ! Component: 1200 - total flux cleaned = -0.00154298 Jy ! Component: 1250 - total flux cleaned = -0.00148745 Jy ! Component: 1300 - total flux cleaned = -0.00145996 Jy ! Component: 1350 - total flux cleaned = -0.00147371 Jy ! Component: 1400 - total flux cleaned = -0.00151343 Jy ! Component: 1450 - total flux cleaned = -0.00148695 Jy ! Component: 1500 - total flux cleaned = -0.00147385 Jy ! Component: 1550 - total flux cleaned = -0.00147377 Jy ! Component: 1600 - total flux cleaned = -0.00147364 Jy ! Component: 1650 - total flux cleaned = -0.00146101 Jy ! Component: 1700 - total flux cleaned = -0.00146091 Jy ! Component: 1750 - total flux cleaned = -0.00144857 Jy ! Component: 1800 - total flux cleaned = -0.00141222 Jy ! Component: 1850 - total flux cleaned = -0.00140014 Jy ! Component: 1900 - total flux cleaned = -0.00134078 Jy ! Component: 1950 - total flux cleaned = -0.00132917 Jy ! Component: 2000 - total flux cleaned = -0.00129442 Jy ! Component: 2050 - total flux cleaned = -0.00131748 Jy ! Component: 2100 - total flux cleaned = -0.00129467 Jy ! Component: 2150 - total flux cleaned = -0.00132854 Jy ! Component: 2200 - total flux cleaned = -0.00130625 Jy ! Component: 2250 - total flux cleaned = -0.00132839 Jy ! Component: 2300 - total flux cleaned = -0.00135024 Jy ! Component: 2350 - total flux cleaned = -0.0013612 Jy ! Component: 2400 - total flux cleaned = -0.00137197 Jy ! Component: 2450 - total flux cleaned = -0.00143603 Jy ! Component: 2500 - total flux cleaned = -0.00144642 Jy ! Component: 2550 - total flux cleaned = -0.00147786 Jy ! Component: 2600 - total flux cleaned = -0.00143626 Jy ! Component: 2650 - total flux cleaned = -0.00148792 Jy ! Component: 2700 - total flux cleaned = -0.00148799 Jy ! Component: 2750 - total flux cleaned = -0.00150831 Jy ! Component: 2800 - total flux cleaned = -0.00151849 Jy ! Component: 2850 - total flux cleaned = -0.00153858 Jy ! Component: 2900 - total flux cleaned = -0.00153848 Jy ! Component: 2950 - total flux cleaned = -0.0015189 Jy ! Component: 3000 - total flux cleaned = -0.00151891 Jy ! Component: 3050 - total flux cleaned = -0.00155774 Jy ! Component: 3100 - total flux cleaned = -0.00154819 Jy ! Component: 3150 - total flux cleaned = -0.0015483 Jy ! Component: 3200 - total flux cleaned = -0.00158603 Jy ! Component: 3250 - total flux cleaned = -0.00159528 Jy ! Component: 3300 - total flux cleaned = -0.00159536 Jy ! Component: 3350 - total flux cleaned = -0.00159539 Jy ! Component: 3400 - total flux cleaned = -0.00161374 Jy ! Component: 3450 - total flux cleaned = -0.00162289 Jy ! Component: 3500 - total flux cleaned = -0.00167734 Jy ! Component: 3550 - total flux cleaned = -0.00166821 Jy ! Component: 3600 - total flux cleaned = -0.001695 Jy ! Component: 3650 - total flux cleaned = -0.00171262 Jy ! Component: 3700 - total flux cleaned = -0.00170377 Jy ! Component: 3750 - total flux cleaned = -0.0017125 Jy ! Component: 3800 - total flux cleaned = -0.00171247 Jy ! Component: 3850 - total flux cleaned = -0.00172118 Jy ! Component: 3900 - total flux cleaned = -0.00176405 Jy ! Component: 3950 - total flux cleaned = -0.00173839 Jy ! Component: 4000 - total flux cleaned = -0.0017384 Jy ! Component: 4050 - total flux cleaned = -0.00174686 Jy ! Total flux subtracted in 4096 components = -0.0017468 Jy ! Clean residual min=-0.000529 max=0.000436 Jy/beam ! Clean residual mean=-0.000000 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.231543 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 633 components and 0.231543 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1045+1735_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.79 x 11.37 at -18.68 degrees (North through East) ! Clean map min=-0.001283 max=0.1732 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1045+1735_S_map.fits wmodel /image_prod/ug002_uva//J1045+1735_S_map.mod ! Writing 633 model components to file: /image_prod/ug002_uva//J1045+1735_S_map.mod wobs /image_prod/ug002_uva//J1045+1735_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1045+1735_S_uvs.fits wwins /image_prod/ug002_uva//J1045+1735_S_map.win ! wwins: Wrote 6 windows to /image_prod/ug002_uva//J1045+1735_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.173203 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000156884 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.271734 0.271734 0.543469 1.08694 2.17388 4.34775 8.6955 17.391 34.782 69.564 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.173 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1104.02 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1045+1735_S_dfm.log closed on Wed Mar 4 23:42:34 2020