! Started logfile: /image_prod/ug002_uva//J1254+4536_S_dfm.log on Thu Mar 5 00:53:32 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//J1254+4536_S_uva.fits ! Reading UV FITS file: /image_prod/ug002_uva//J1254+4536_S_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.804444 visibilities/baseline/integration-bin. ! Found source: J1254+4536 ! ! 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 6516 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 J1254+4536_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 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 75 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999612Jy sigma=8.713548 ! Fit after self-cal, rms=0.885551Jy sigma=7.737303 ! 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.97 mas, bmaj=6.237 mas, bpa=14.16 degrees ! Estimated noise=1.55089 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.0894119 Jy ! Component: 100 - total flux cleaned = 0.109855 Jy ! Total flux subtracted in 100 components = 0.109855 Jy ! Clean residual min=-0.004103 max=0.007485 Jy/beam ! Clean residual mean=-0.000008 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.109855 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.109855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.055371Jy sigma=0.431360 ! Fit after self-cal, rms=0.055365Jy sigma=0.431280 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00772971 Jy ! Component: 100 - total flux cleaned = 0.0112421 Jy ! Total flux subtracted in 100 components = 0.0112421 Jy ! Clean residual min=-0.003529 max=0.003354 Jy/beam ! Clean residual mean=-0.000004 rms=0.000844 Jy/beam ! Combined flux in latest and established models = 0.121097 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 19 components and 0.121097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054347Jy sigma=0.422874 ! Fit after self-cal, rms=0.054349Jy sigma=0.422787 ! 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.589 mas, bmaj=6.969 mas, bpa=11.88 degrees ! Estimated noise=1.0341 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.00107455 Jy ! Component: 100 - total flux cleaned = 0.00100088 Jy ! Component: 150 - total flux cleaned = 0.000940689 Jy ! Component: 200 - total flux cleaned = 0.000913844 Jy ! Total flux subtracted in 200 components = 0.000913844 Jy ! Clean residual min=-0.003343 max=0.002654 Jy/beam ! Clean residual mean=0.000004 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.122011 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 31 components and 0.122011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.054268Jy sigma=0.422455 ! Fit after self-cal, rms=0.054267Jy sigma=0.422449 ! 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.589 x 6.969 at 11.88 degrees (North through East) ! Clean map min=-0.0032388 max=0.11544 Jy/beam gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.97 HN 0.99 KP 1.04 ! LA 1.01 MK 0.94 OV 0.90 PT 1.12 ! SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.03 HN 0.98 KP 1.01 ! LA 1.07 MK 0.99 OV 0.92 PT 1.04 ! SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 HN 1.01 KP 0.99 ! LA 1.00 MK 1.03 OV 0.93 PT 1.09 ! SC 1.02 ! ! ! Fit before self-cal, rms=0.054267Jy sigma=0.422449 ! Fit after self-cal, rms=0.053201Jy sigma=0.416588 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.594 mas, bmaj=6.946 mas, bpa=11.73 degrees ! Estimated noise=1.03231 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.000572522 Jy ! Component: 100 - total flux cleaned = 0.000623672 Jy ! Component: 150 - total flux cleaned = 0.000638321 Jy ! Component: 200 - total flux cleaned = 0.00063795 Jy ! Total flux subtracted in 200 components = 0.00063795 Jy ! Clean residual min=-0.001683 max=0.001939 Jy/beam ! Clean residual mean=0.000000 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.122648 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.122648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.053184Jy sigma=0.416509 ! Fit after self-cal, rms=0.053187Jy sigma=0.416438 ! 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.053187Jy sigma=0.416438 ! Fit after self-cal, rms=0.052608Jy sigma=0.415203 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.592 mas, bmaj=6.968 mas, bpa=11.61 degrees ! Estimated noise=1.03354 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.44907e-05 Jy ! Component: 100 - total flux cleaned = 8.18866e-06 Jy ! Component: 150 - total flux cleaned = 8.12894e-06 Jy ! Component: 200 - total flux cleaned = 1.98995e-05 Jy ! Total flux subtracted in 200 components = 1.98995e-05 Jy ! Clean residual min=-0.001527 max=0.001990 Jy/beam ! Clean residual mean=-0.000001 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.122668 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.122668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052598Jy sigma=0.415137 ! Fit after self-cal, rms=0.052591Jy sigma=0.415118 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 (-7, -29.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00176262 Jy ! Component: 100 - total flux cleaned = 0.00234543 Jy ! Component: 150 - total flux cleaned = 0.00244957 Jy ! Component: 200 - total flux cleaned = 0.00254074 Jy ! Total flux subtracted in 200 components = 0.00254074 Jy ! Clean residual min=-0.001489 max=0.001501 Jy/beam ! Clean residual mean=-0.000001 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.125209 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 66 components and 0.125209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052528Jy sigma=0.414553 ! Fit after self-cal, rms=0.052521Jy sigma=0.414528 ! 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.052521Jy sigma=0.414528 ! Fit after self-cal, rms=0.052529Jy sigma=0.414494 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.593 mas, bmaj=6.98 mas, bpa=11.57 degrees ! Estimated noise=1.03254 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000468445 Jy ! Component: 100 - total flux cleaned = 0.000508125 Jy ! Component: 150 - total flux cleaned = 0.000543651 Jy ! Component: 200 - total flux cleaned = 0.000560012 Jy ! Total flux subtracted in 200 components = 0.000560012 Jy ! Clean residual min=-0.001420 max=0.001513 Jy/beam ! Clean residual mean=-0.000000 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.125769 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 77 components and 0.125769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052514Jy sigma=0.414383 ! Fit after self-cal, rms=0.052515Jy sigma=0.414381 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.000103111 Jy ! Component: 100 - total flux cleaned = 0.000133271 Jy ! Component: 150 - total flux cleaned = 0.000147157 Jy ! Component: 200 - total flux cleaned = 0.00016078 Jy ! Total flux subtracted in 200 components = 0.00016078 Jy ! Clean residual min=-0.001410 max=0.001530 Jy/beam ! Clean residual mean=-0.000000 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.12593 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 0.12593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052506Jy sigma=0.414325 ! Fit after self-cal, rms=0.052505Jy sigma=0.414323 ! 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.052505Jy sigma=0.414323 ! Fit after self-cal, rms=0.052526Jy sigma=0.414318 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.142 mas, bmaj=10.49 mas, bpa=27.42 degrees ! Estimated noise=1.22465 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000133208 Jy ! Component: 100 - total flux cleaned = 0.000118104 Jy ! Component: 150 - total flux cleaned = 0.000118634 Jy ! Component: 200 - total flux cleaned = 0.000113473 Jy ! Total flux subtracted in 200 components = 0.000113473 Jy ! Clean residual min=-0.001580 max=0.001671 Jy/beam ! Clean residual mean=-0.000001 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.126043 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 91 components and 0.126043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052525Jy sigma=0.414307 ! Fit after self-cal, rms=0.052525Jy sigma=0.414306 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 = -5.01387e-06 Jy ! Component: 100 - total flux cleaned = -9.90414e-06 Jy ! Component: 150 - total flux cleaned = -1.4658e-05 Jy ! Component: 200 - total flux cleaned = -1.89019e-05 Jy ! Total flux subtracted in 200 components = -1.89019e-05 Jy ! Clean residual min=-0.001580 max=0.001657 Jy/beam ! Clean residual mean=-0.000001 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.126025 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 93 components and 0.126025 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052525Jy sigma=0.414302 ! Fit after self-cal, rms=0.052525Jy sigma=0.414301 ! 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.592 mas, bmaj=6.985 mas, bpa=11.57 degrees ! Estimated noise=1.03287 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.592 x 6.985 at 11.57 degrees (North through East) ! Clean map min=-0.0013783 max=0.11539 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.979 mas, bmaj=6.26 mas, bpa=13.93 degrees ! Estimated noise=1.54552 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0890545 Jy ! Component: 100 - total flux cleaned = 0.109388 Jy ! Component: 150 - total flux cleaned = 0.116798 Jy ! Component: 200 - total flux cleaned = 0.12045 Jy ! Total flux subtracted in 200 components = 0.12045 Jy ! Clean residual min=-0.003031 max=0.002268 Jy/beam ! Clean residual mean=-0.000003 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.12045 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.12045 Jy ! Inverting map and beam ! Estimated beam: bmin=3.592 mas, bmaj=6.985 mas, bpa=11.57 degrees ! Estimated noise=1.03287 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.00233245 Jy ! Component: 100 - total flux cleaned = 0.00375008 Jy ! Component: 150 - total flux cleaned = 0.00455251 Jy ! Component: 200 - total flux cleaned = 0.00479211 Jy ! Total flux subtracted in 200 components = 0.00479211 Jy ! Clean residual min=-0.001497 max=0.001492 Jy/beam ! Clean residual mean=-0.000001 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.125242 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 37 components and 0.125242 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=8.142 mas, bmaj=10.49 mas, bpa=27.42 degrees ! Estimated noise=1.22465 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000581585 Jy ! Component: 100 - total flux cleaned = 0.000822692 Jy ! Component: 150 - total flux cleaned = 0.000881762 Jy ! Component: 200 - total flux cleaned = 0.000901369 Jy ! Total flux subtracted in 200 components = 0.000901369 Jy ! Clean residual min=-0.001645 max=0.001683 Jy/beam ! Clean residual mean=-0.000001 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.126143 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 = 9.32874e-06 Jy ! Component: 100 - total flux cleaned = 1.31329e-06 Jy ! Component: 150 - total flux cleaned = 1.4307e-06 Jy ! Component: 200 - total flux cleaned = 2.05893e-06 Jy ! Total flux subtracted in 200 components = 2.05893e-06 Jy ! Clean residual min=-0.001619 max=0.001676 Jy/beam ! Clean residual mean=-0.000001 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.126145 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 56 components and 0.126145 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.592 mas, bmaj=6.985 mas, bpa=11.57 degrees ! Estimated noise=1.03287 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000129914 Jy ! Component: 100 - total flux cleaned = -8.14881e-05 Jy ! Component: 150 - total flux cleaned = 5.08007e-06 Jy ! Component: 200 - total flux cleaned = 4.53016e-05 Jy ! Total flux subtracted in 200 components = 4.53016e-05 Jy ! Clean residual min=-0.001482 max=0.001534 Jy/beam ! Clean residual mean=-0.000001 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.126191 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 69 components and 0.126191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Fit before self-cal, rms=0.052549Jy sigma=0.414471 ! Fit after self-cal, rms=0.052547Jy sigma=0.414457 wmodel J1254+4536_S_map.mod ! Writing 69 model components to file: J1254+4536_S_map.mod wobs J1254+4536_S_uvs.fits ! Writing UV FITS file: J1254+4536_S_uvs.fits wwins J1254+4536_S_map.win ! wwins: Wrote 2 windows to J1254+4536_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.000431122 Jy ! Component: 100 - total flux cleaned = -0.000726121 Jy ! Component: 150 - total flux cleaned = -0.000935992 Jy ! Component: 200 - total flux cleaned = -0.00107098 Jy ! Component: 250 - total flux cleaned = -0.00118043 Jy ! Component: 300 - total flux cleaned = -0.00141327 Jy ! Component: 350 - total flux cleaned = -0.00153686 Jy ! Component: 400 - total flux cleaned = -0.0016971 Jy ! Component: 450 - total flux cleaned = -0.00175512 Jy ! Component: 500 - total flux cleaned = -0.00181253 Jy ! Component: 550 - total flux cleaned = -0.00192509 Jy ! Component: 600 - total flux cleaned = -0.00201734 Jy ! Component: 650 - total flux cleaned = -0.00209004 Jy ! Component: 700 - total flux cleaned = -0.00221468 Jy ! Component: 750 - total flux cleaned = -0.00226706 Jy ! Component: 800 - total flux cleaned = -0.0023187 Jy ! Component: 850 - total flux cleaned = -0.00238641 Jy ! Component: 900 - total flux cleaned = -0.00243671 Jy ! Component: 950 - total flux cleaned = -0.00245332 Jy ! Component: 1000 - total flux cleaned = -0.00255079 Jy ! Component: 1050 - total flux cleaned = -0.00259882 Jy ! Component: 1100 - total flux cleaned = -0.00270901 Jy ! Component: 1150 - total flux cleaned = -0.00275574 Jy ! Component: 1200 - total flux cleaned = -0.0028781 Jy ! Component: 1250 - total flux cleaned = -0.00293838 Jy ! Component: 1300 - total flux cleaned = -0.00302787 Jy ! Component: 1350 - total flux cleaned = -0.00305742 Jy ! Component: 1400 - total flux cleaned = -0.00314465 Jy ! Component: 1450 - total flux cleaned = -0.00323092 Jy ! Component: 1500 - total flux cleaned = -0.00325937 Jy ! Component: 1550 - total flux cleaned = -0.00337114 Jy ! Component: 1600 - total flux cleaned = -0.0033712 Jy ! Component: 1650 - total flux cleaned = -0.00345313 Jy ! Component: 1700 - total flux cleaned = -0.0034938 Jy ! Component: 1750 - total flux cleaned = -0.00354722 Jy ! Component: 1800 - total flux cleaned = -0.00359997 Jy ! Component: 1850 - total flux cleaned = -0.00359969 Jy ! Component: 1900 - total flux cleaned = -0.00363839 Jy ! Component: 1950 - total flux cleaned = -0.00370233 Jy ! Component: 2000 - total flux cleaned = -0.0037529 Jy ! Component: 2050 - total flux cleaned = -0.00374035 Jy ! Component: 2100 - total flux cleaned = -0.00378999 Jy ! Component: 2150 - total flux cleaned = -0.00376564 Jy ! Component: 2200 - total flux cleaned = -0.00386284 Jy ! Component: 2250 - total flux cleaned = -0.00392299 Jy ! Component: 2300 - total flux cleaned = -0.00395883 Jy ! Component: 2350 - total flux cleaned = -0.003959 Jy ! Component: 2400 - total flux cleaned = -0.00401749 Jy ! Component: 2450 - total flux cleaned = -0.00405225 Jy ! Component: 2500 - total flux cleaned = -0.00409811 Jy ! Component: 2550 - total flux cleaned = -0.00417757 Jy ! Component: 2600 - total flux cleaned = -0.00418876 Jy ! Component: 2650 - total flux cleaned = -0.00423343 Jy ! Component: 2700 - total flux cleaned = -0.00423353 Jy ! Component: 2750 - total flux cleaned = -0.00428824 Jy ! Component: 2800 - total flux cleaned = -0.00432088 Jy ! Component: 2850 - total flux cleaned = -0.00435337 Jy ! Component: 2900 - total flux cleaned = -0.0044069 Jy ! Component: 2950 - total flux cleaned = -0.00444954 Jy ! Component: 3000 - total flux cleaned = -0.00450228 Jy ! Component: 3050 - total flux cleaned = -0.00454415 Jy ! Component: 3100 - total flux cleaned = -0.00460636 Jy ! Component: 3150 - total flux cleaned = -0.00462687 Jy ! Component: 3200 - total flux cleaned = -0.00465752 Jy ! Component: 3250 - total flux cleaned = -0.00469812 Jy ! Component: 3300 - total flux cleaned = -0.00470818 Jy ! Component: 3350 - total flux cleaned = -0.00476822 Jy ! Component: 3400 - total flux cleaned = -0.00479795 Jy ! Component: 3450 - total flux cleaned = -0.00480779 Jy ! Component: 3500 - total flux cleaned = -0.00488623 Jy ! Component: 3550 - total flux cleaned = -0.00490574 Jy ! Component: 3600 - total flux cleaned = -0.00493486 Jy ! Component: 3650 - total flux cleaned = -0.00496372 Jy ! Component: 3700 - total flux cleaned = -0.00499243 Jy ! Component: 3750 - total flux cleaned = -0.00499244 Jy ! Component: 3800 - total flux cleaned = -0.00502087 Jy ! Component: 3850 - total flux cleaned = -0.00504899 Jy ! Component: 3900 - total flux cleaned = -0.00505839 Jy ! Component: 3950 - total flux cleaned = -0.00509546 Jy ! Component: 4000 - total flux cleaned = -0.00510475 Jy ! Component: 4050 - total flux cleaned = -0.00513224 Jy ! Total flux subtracted in 4096 components = -0.00515049 Jy ! Clean residual min=-0.000482 max=0.000593 Jy/beam ! Clean residual mean=0.000001 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.12104 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 360 components and 0.12104 Jy ![Exited script file: /opt64/bin/pima_mupet_01.dfm] wmap /image_prod/ug002_uva//J1254+4536_S_map.fits ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.592 x 6.985 at 11.57 degrees (North through East) ! Clean map min=-0.0010225 max=0.1153 Jy/beam ! Writing clean map to FITS file: /image_prod/ug002_uva//J1254+4536_S_map.fits wmodel /image_prod/ug002_uva//J1254+4536_S_map.mod ! Writing 360 model components to file: /image_prod/ug002_uva//J1254+4536_S_map.mod wobs /image_prod/ug002_uva//J1254+4536_S_uvs.fits ! Writing UV FITS file: /image_prod/ug002_uva//J1254+4536_S_uvs.fits wwins /image_prod/ug002_uva//J1254+4536_S_map.win ! wwins: Wrote 3 windows to /image_prod/ug002_uva//J1254+4536_S_map.win float peak_flux peak_flux = peak(flux,max) print "The peak flux is", peak_flux ! The peak flux is 0.115301 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000160477 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.417542 0.417542 0.835084 1.67017 3.34034 6.68068 13.3614 26.7227 53.4454 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.115 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 718.49 quit ! Quitting program ! Log file /image_prod/ug002_uva//J1254+4536_S_dfm.log closed on Thu Mar 5 00:53:35 2020