! Started logfile: J2349+0534_S_2017_03_23_pus_uvs.log on Mon May 13 10:12:06 2019 obs J2349+0534_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J2349+0534_S_2017_03_23_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.909827 visibilities/baseline/integration-bin. ! Found source: J2349+0534 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 481 lines of history. ! ! Reading 28332 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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 ![@muppet J2349+0534_S_2017_03_23_pus] 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 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 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 113 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 610 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.936930Jy sigma=0.007364 ! Fit after self-cal, rms=0.901806Jy sigma=0.007091 ! 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.678 mas, bmaj=6.93 mas, bpa=-6.236 degrees ! Estimated noise=922.519 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.0769684 Jy ! Component: 100 - total flux cleaned = 0.0939832 Jy ! Total flux subtracted in 100 components = 0.0939832 Jy ! Clean residual min=-0.002950 max=0.005648 Jy/beam ! Clean residual mean=-0.000004 rms=0.000871 Jy/beam ! Combined flux in latest and established models = 0.0939832 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0939832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096395Jy sigma=0.000684 ! Fit after self-cal, rms=0.096394Jy sigma=0.000684 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00592023 Jy ! Component: 100 - total flux cleaned = 0.00925655 Jy ! Total flux subtracted in 100 components = 0.00925655 Jy ! Clean residual min=-0.002817 max=0.003432 Jy/beam ! Clean residual mean=-0.000004 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.10324 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 30 components and 0.10324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095779Jy sigma=0.000680 ! Fit after self-cal, rms=0.095781Jy sigma=0.000680 ! 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.272 mas, bmaj=7.666 mas, bpa=-4.537 degrees ! Estimated noise=590.873 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.00397048 Jy ! Component: 100 - total flux cleaned = 0.00619342 Jy ! Component: 150 - total flux cleaned = 0.0075839 Jy ! Component: 200 - total flux cleaned = 0.00847979 Jy ! Total flux subtracted in 200 components = 0.00847979 Jy ! Clean residual min=-0.003261 max=0.003867 Jy/beam ! Clean residual mean=0.000001 rms=0.000801 Jy/beam ! Combined flux in latest and established models = 0.11172 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 78 components and 0.11172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095557Jy sigma=0.000679 ! Fit after self-cal, rms=0.095566Jy sigma=0.000679 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.95 HN 0.98 KP 1.02 ! LA 1.00 MK 0.98 NL 0.92 OV 1.04 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.96 HN 0.98 KP 1.00 ! LA 0.95 MK 1.05 NL 1.11 OV 1.09 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.04 HN 1.05 KP 0.88 ! LA 0.76 MK 0.96 NL 1.18 OV 0.97 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 1.00 HN 0.96 KP 1.00* ! LA 0.77 MK 1.22 NL 1.00* OV 1.49 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.095566Jy sigma=0.000679 ! Fit after self-cal, rms=0.095312Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.278 mas, bmaj=7.709 mas, bpa=-4.228 degrees ! Estimated noise=594.577 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.000572471 Jy ! Component: 100 - total flux cleaned = 0.000575528 Jy ! Component: 150 - total flux cleaned = 0.000560866 Jy ! Component: 200 - total flux cleaned = 0.000533105 Jy ! Total flux subtracted in 200 components = 0.000533105 Jy ! Clean residual min=-0.002464 max=0.002540 Jy/beam ! Clean residual mean=0.000000 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.112253 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 83 components and 0.112253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095302Jy sigma=0.000671 ! Fit after self-cal, rms=0.095399Jy sigma=0.000670 ! 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. ! ! Fit before self-cal, rms=0.095399Jy sigma=0.000670 ! Fit after self-cal, rms=0.095081Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.287 mas, bmaj=7.704 mas, bpa=-4.221 degrees ! Estimated noise=595.646 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.09433e-05 Jy ! Component: 100 - total flux cleaned = 3.0043e-05 Jy ! Component: 150 - total flux cleaned = 3.00773e-05 Jy ! Component: 200 - total flux cleaned = 3.66646e-05 Jy ! Total flux subtracted in 200 components = 3.66646e-05 Jy ! Clean residual min=-0.001955 max=0.002089 Jy/beam ! Clean residual mean=0.000002 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.112289 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 87 components and 0.112289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095077Jy sigma=0.000668 ! Fit after self-cal, rms=0.095111Jy sigma=0.000667 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 (-103.5, -53.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187784 Jy ! Component: 100 - total flux cleaned = 0.0025803 Jy ! Component: 150 - total flux cleaned = 0.00276094 Jy ! Component: 200 - total flux cleaned = 0.00281082 Jy ! Total flux subtracted in 200 components = 0.00281082 Jy ! Clean residual min=-0.001801 max=0.001760 Jy/beam ! Clean residual mean=-0.000000 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.1151 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 109 components and 0.1151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095073Jy sigma=0.000667 ! Fit after self-cal, rms=0.095068Jy sigma=0.000667 ! 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. ! ! Fit before self-cal, rms=0.095068Jy sigma=0.000667 ! Fit after self-cal, rms=0.095017Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.288 mas, bmaj=7.697 mas, bpa=-4.12 degrees ! Estimated noise=596.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000844632 Jy ! Component: 100 - total flux cleaned = 0.000897963 Jy ! Component: 150 - total flux cleaned = 0.000898379 Jy ! Component: 200 - total flux cleaned = 0.000878266 Jy ! Total flux subtracted in 200 components = 0.000878266 Jy ! Clean residual min=-0.001718 max=0.001810 Jy/beam ! Clean residual mean=-0.000001 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.115978 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 122 components and 0.115978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095005Jy sigma=0.000667 ! Fit after self-cal, rms=0.095001Jy sigma=0.000667 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.000244455 Jy ! Component: 100 - total flux cleaned = 0.000243992 Jy ! Component: 150 - total flux cleaned = 0.000258279 Jy ! Component: 200 - total flux cleaned = 0.000271025 Jy ! Total flux subtracted in 200 components = 0.000271025 Jy ! Clean residual min=-0.001658 max=0.001787 Jy/beam ! Clean residual mean=-0.000001 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.116249 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 135 components and 0.116249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094996Jy sigma=0.000667 ! Fit after self-cal, rms=0.094996Jy sigma=0.000667 ! 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. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094996Jy sigma=0.000667 ! Fit after self-cal, rms=0.095041Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.525 mas, bmaj=11.5 mas, bpa=0.9826 degrees ! Estimated noise=737.169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000694603 Jy ! Component: 100 - total flux cleaned = 0.000769112 Jy ! Component: 150 - total flux cleaned = 0.000826714 Jy ! Component: 200 - total flux cleaned = 0.000874139 Jy ! Total flux subtracted in 200 components = 0.000874139 Jy ! Clean residual min=-0.001765 max=0.002358 Jy/beam ! Clean residual mean=-0.000002 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.117124 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 140 components and 0.117124 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095041Jy sigma=0.000667 ! Fit after self-cal, rms=0.095039Jy sigma=0.000667 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 = 8.73977e-05 Jy ! Component: 100 - total flux cleaned = 0.000135349 Jy ! Component: 150 - total flux cleaned = 0.000155924 Jy ! Component: 200 - total flux cleaned = 0.000147062 Jy ! Total flux subtracted in 200 components = 0.000147062 Jy ! Clean residual min=-0.001760 max=0.002344 Jy/beam ! Clean residual mean=-0.000002 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.117271 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 147 components and 0.117271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095039Jy sigma=0.000667 ! Fit after self-cal, rms=0.095039Jy sigma=0.000667 ! 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.289 mas, bmaj=7.695 mas, bpa=-4.068 degrees ! Estimated noise=596.218 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.289 x 7.695 at -4.068 degrees (North through East) ! Clean map min=-0.0015965 max=0.10099 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.691 mas, bmaj=6.94 mas, bpa=-5.698 degrees ! Estimated noise=941.806 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0783459 Jy ! Component: 100 - total flux cleaned = 0.0955932 Jy ! Component: 150 - total flux cleaned = 0.101399 Jy ! Component: 200 - total flux cleaned = 0.104634 Jy ! Total flux subtracted in 200 components = 0.104634 Jy ! Clean residual min=-0.002429 max=0.002363 Jy/beam ! Clean residual mean=-0.000000 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.104634 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.104634 Jy ! Inverting map and beam ! Estimated beam: bmin=3.289 mas, bmaj=7.695 mas, bpa=-4.068 degrees ! Estimated noise=596.218 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.00370727 Jy ! Component: 100 - total flux cleaned = 0.00616913 Jy ! Component: 150 - total flux cleaned = 0.00797006 Jy ! Component: 200 - total flux cleaned = 0.00933194 Jy ! Total flux subtracted in 200 components = 0.00933194 Jy ! Clean residual min=-0.001892 max=0.001914 Jy/beam ! Clean residual mean=-0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.113966 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 68 components and 0.113966 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.525 mas, bmaj=11.5 mas, bpa=0.9826 degrees ! Estimated noise=737.169 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00174119 Jy ! Component: 100 - total flux cleaned = 0.00242641 Jy ! Component: 150 - total flux cleaned = 0.00274207 Jy ! Component: 200 - total flux cleaned = 0.00299069 Jy ! Total flux subtracted in 200 components = 0.00299069 Jy ! Clean residual min=-0.001839 max=0.002467 Jy/beam ! Clean residual mean=-0.000003 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.116956 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.84691e-05 Jy ! Component: 100 - total flux cleaned = 0.000140485 Jy ! Component: 150 - total flux cleaned = 0.000189927 Jy ! Component: 200 - total flux cleaned = 0.0002227 Jy ! Total flux subtracted in 200 components = 0.0002227 Jy ! Clean residual min=-0.001805 max=0.002409 Jy/beam ! Clean residual mean=-0.000003 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.117179 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 97 components and 0.117179 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.289 mas, bmaj=7.695 mas, bpa=-4.068 degrees ! Estimated noise=596.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000322725 Jy ! Component: 100 - total flux cleaned = -0.000234959 Jy ! Component: 150 - total flux cleaned = -0.000232865 Jy ! Component: 200 - total flux cleaned = -0.000255014 Jy ! Total flux subtracted in 200 components = -0.000255014 Jy ! Clean residual min=-0.001660 max=0.001773 Jy/beam ! Clean residual mean=-0.000001 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.116924 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 112 components and 0.116924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095046Jy sigma=0.000667 ! Fit after self-cal, rms=0.095040Jy sigma=0.000667 wmodel J2349+0534_S_2017_03_23_pus_map.mod ! Writing 112 model components to file: J2349+0534_S_2017_03_23_pus_map.mod wobs J2349+0534_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J2349+0534_S_2017_03_23_pus_uvs.fits wwins J2349+0534_S_2017_03_23_pus_map.win ! wwins: Wrote 2 windows to J2349+0534_S_2017_03_23_pus_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.000358989 Jy ! Component: 100 - total flux cleaned = 0.000273956 Jy ! Component: 150 - total flux cleaned = 0.000219031 Jy ! Component: 200 - total flux cleaned = 0.000113883 Jy ! Component: 250 - total flux cleaned = -1.33467e-05 Jy ! Component: 300 - total flux cleaned = -3.76544e-05 Jy ! Component: 350 - total flux cleaned = -6.16327e-05 Jy ! Component: 400 - total flux cleaned = -3.84925e-05 Jy ! Component: 450 - total flux cleaned = -8.49795e-05 Jy ! Component: 500 - total flux cleaned = -8.53169e-05 Jy ! Component: 550 - total flux cleaned = -6.3894e-05 Jy ! Component: 600 - total flux cleaned = -4.25411e-05 Jy ! Component: 650 - total flux cleaned = 4.19767e-05 Jy ! Component: 700 - total flux cleaned = 0.000124944 Jy ! Component: 750 - total flux cleaned = 0.000145293 Jy ! Component: 800 - total flux cleaned = 0.000345126 Jy ! Component: 850 - total flux cleaned = 0.000364419 Jy ! Component: 900 - total flux cleaned = 0.000480813 Jy ! Component: 950 - total flux cleaned = 0.000557685 Jy ! Component: 1000 - total flux cleaned = 0.00068963 Jy ! Component: 1050 - total flux cleaned = 0.00072653 Jy ! Component: 1100 - total flux cleaned = 0.000763265 Jy ! Component: 1150 - total flux cleaned = 0.000853824 Jy ! Component: 1200 - total flux cleaned = 0.000871729 Jy ! Component: 1250 - total flux cleaned = 0.000960116 Jy ! Component: 1300 - total flux cleaned = 0.000960076 Jy ! Component: 1350 - total flux cleaned = 0.00106366 Jy ! Component: 1400 - total flux cleaned = 0.00104659 Jy ! Component: 1450 - total flux cleaned = 0.00114793 Jy ! Component: 1500 - total flux cleaned = 0.0011981 Jy ! Component: 1550 - total flux cleaned = 0.00124753 Jy ! Component: 1600 - total flux cleaned = 0.00134529 Jy ! Component: 1650 - total flux cleaned = 0.00134548 Jy ! Component: 1700 - total flux cleaned = 0.00142547 Jy ! Component: 1750 - total flux cleaned = 0.00150429 Jy ! Component: 1800 - total flux cleaned = 0.00156708 Jy ! Component: 1850 - total flux cleaned = 0.00164434 Jy ! Component: 1900 - total flux cleaned = 0.00170551 Jy ! Component: 1950 - total flux cleaned = 0.00179651 Jy ! Component: 2000 - total flux cleaned = 0.00184164 Jy ! Component: 2050 - total flux cleaned = 0.00188609 Jy ! Component: 2100 - total flux cleaned = 0.00198933 Jy ! Component: 2150 - total flux cleaned = 0.00204768 Jy ! Component: 2200 - total flux cleaned = 0.00216314 Jy ! Component: 2250 - total flux cleaned = 0.00216304 Jy ! Component: 2300 - total flux cleaned = 0.00219145 Jy ! Component: 2350 - total flux cleaned = 0.00230396 Jy ! Component: 2400 - total flux cleaned = 0.00234598 Jy ! Component: 2450 - total flux cleaned = 0.00242899 Jy ! Component: 2500 - total flux cleaned = 0.00249772 Jy ! Component: 2550 - total flux cleaned = 0.00257918 Jy ! Component: 2600 - total flux cleaned = 0.0026466 Jy ! Component: 2650 - total flux cleaned = 0.00269994 Jy ! Component: 2700 - total flux cleaned = 0.00277923 Jy ! Component: 2750 - total flux cleaned = 0.00285799 Jy ! Component: 2800 - total flux cleaned = 0.00292306 Jy ! Component: 2850 - total flux cleaned = 0.00305213 Jy ! Component: 2900 - total flux cleaned = 0.00305203 Jy ! Component: 2950 - total flux cleaned = 0.00310292 Jy ! Component: 3000 - total flux cleaned = 0.00315353 Jy ! Component: 3050 - total flux cleaned = 0.00317849 Jy ! Component: 3100 - total flux cleaned = 0.00322832 Jy ! Component: 3150 - total flux cleaned = 0.00322825 Jy ! Component: 3200 - total flux cleaned = 0.00321592 Jy ! Component: 3250 - total flux cleaned = 0.00324029 Jy ! Component: 3300 - total flux cleaned = 0.00325257 Jy ! Component: 3350 - total flux cleaned = 0.00336071 Jy ! Component: 3400 - total flux cleaned = 0.00338457 Jy ! Component: 3450 - total flux cleaned = 0.00337271 Jy ! Component: 3500 - total flux cleaned = 0.00343147 Jy ! Component: 3550 - total flux cleaned = 0.00341985 Jy ! Component: 3600 - total flux cleaned = 0.00344311 Jy ! Component: 3650 - total flux cleaned = 0.00346627 Jy ! Component: 3700 - total flux cleaned = 0.00346611 Jy ! Component: 3750 - total flux cleaned = 0.00347743 Jy ! Component: 3800 - total flux cleaned = 0.00348872 Jy ! Component: 3850 - total flux cleaned = 0.00343247 Jy ! Component: 3900 - total flux cleaned = 0.00349969 Jy ! Component: 3950 - total flux cleaned = 0.00351086 Jy ! Component: 4000 - total flux cleaned = 0.00349975 Jy ! Component: 4050 - total flux cleaned = 0.00345579 Jy ! Total flux subtracted in 4096 components = 0.00342304 Jy ! Clean residual min=-0.000635 max=0.000667 Jy/beam ! Clean residual mean=-0.000002 rms=0.000211 Jy/beam ! Combined flux in latest and established models = 0.120347 Jy keep ! Adding 334 model components to the UV plane model. ! The established model now contains 446 components and 0.120347 Jy ![Exited script file: muppet] wmap "J2349+0534_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.289 x 7.695 at -4.068 degrees (North through East) ! Clean map min=-0.0010225 max=0.10157 Jy/beam ! Writing clean map to FITS file: J2349+0534_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.10157 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000208665 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.61632 0.61632 1.23264 2.46528 4.93056 9.86111 19.7222 39.4445 78.8889 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.101 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.289 x 7.695 at -4.068 degrees (North through East) ! Clean map min=-0.0010225 max=0.10157 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J2349+0534_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:12:12 2019