! Started logfile: J1243+7442_S_2017_04_28_pus_uvs.log on Thu May 2 16:26:29 2019 obs J1243+7442_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J1243+7442_S_2017_04_28_pus_uva.fits ! AN table 1: 151 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.873584 visibilities/baseline/integration-bin. ! Found source: J1243+7442 ! ! 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 671 lines of history. ! ! Reading 23744 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 J1243+7442_S_2017_04_28_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 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 104 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 706 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.873149Jy sigma=0.007192 ! Fit after self-cal, rms=0.866316Jy sigma=0.007142 ! 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.181 mas, bmaj=4.445 mas, bpa=75.25 degrees ! Estimated noise=931.579 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.103156 Jy ! Component: 100 - total flux cleaned = 0.135077 Jy ! Total flux subtracted in 100 components = 0.135077 Jy ! Clean residual min=-0.004238 max=0.013713 Jy/beam ! Clean residual mean=-0.000011 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.135077 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.135077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089497Jy sigma=0.000689 ! Fit after self-cal, rms=0.089502Jy sigma=0.000689 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.014817 Jy ! Component: 100 - total flux cleaned = 0.021892 Jy ! Total flux subtracted in 100 components = 0.021892 Jy ! Clean residual min=-0.002786 max=0.003224 Jy/beam ! Clean residual mean=0.000001 rms=0.000738 Jy/beam ! Combined flux in latest and established models = 0.156969 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 12 components and 0.156969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087209Jy sigma=0.000669 ! Fit after self-cal, rms=0.087220Jy sigma=0.000669 ! 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.816 mas, bmaj=5.342 mas, bpa=77.59 degrees ! Estimated noise=619.216 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.00307067 Jy ! Component: 100 - total flux cleaned = 0.00442399 Jy ! Component: 150 - total flux cleaned = 0.00486673 Jy ! Component: 200 - total flux cleaned = 0.00500091 Jy ! Total flux subtracted in 200 components = 0.00500091 Jy ! Clean residual min=-0.002094 max=0.002387 Jy/beam ! Clean residual mean=0.000006 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.16197 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 20 components and 0.16197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087102Jy sigma=0.000668 ! Fit after self-cal, rms=0.087107Jy sigma=0.000668 ! 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 0.97 FD 1.01 HN 1.01 KP 0.98 ! LA 0.97 MK 1.01 NL 0.93 OV 1.01 ! PT 1.06 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.96 HN 1.03 KP 0.95 ! LA 0.96 MK 0.99 NL 1.09 OV 1.01 ! PT 1.05 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.98 HN 1.04 KP 0.99 ! LA 1.01 MK 1.04 NL 1.00 OV 0.96 ! PT 1.06 SC 0.99 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.03 HN 1.03 KP 1.00* ! LA 0.97 MK 0.99 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.087107Jy sigma=0.000668 ! Fit after self-cal, rms=0.086562Jy sigma=0.000665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.822 mas, bmaj=5.346 mas, bpa=77.62 degrees ! Estimated noise=621.465 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 = -7.60117e-05 Jy ! Component: 100 - total flux cleaned = -7.65517e-05 Jy ! Component: 150 - total flux cleaned = -3.9958e-05 Jy ! Component: 200 - total flux cleaned = -5.76199e-05 Jy ! Total flux subtracted in 200 components = -5.76199e-05 Jy ! Clean residual min=-0.001919 max=0.001844 Jy/beam ! Clean residual mean=0.000001 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.161912 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 25 components and 0.161912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086549Jy sigma=0.000665 ! Fit after self-cal, rms=0.086532Jy sigma=0.000665 ! 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.086532Jy sigma=0.000665 ! Fit after self-cal, rms=0.085905Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.815 mas, bmaj=5.35 mas, bpa=77.73 degrees ! Estimated noise=622.057 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000247227 Jy ! Component: 100 - total flux cleaned = 0.000246529 Jy ! Component: 150 - total flux cleaned = 0.000231117 Jy ! Component: 200 - total flux cleaned = 0.000217496 Jy ! Total flux subtracted in 200 components = 0.000217496 Jy ! Clean residual min=-0.001597 max=0.001608 Jy/beam ! Clean residual mean=-0.000000 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.16213 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 25 components and 0.16213 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085898Jy sigma=0.000663 ! Fit after self-cal, rms=0.085905Jy sigma=0.000663 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 = 4.63926e-05 Jy ! Component: 100 - total flux cleaned = 4.7702e-06 Jy ! Component: 150 - total flux cleaned = -2.15177e-05 Jy ! Component: 200 - total flux cleaned = -3.4114e-05 Jy ! Total flux subtracted in 200 components = -3.4114e-05 Jy ! Clean residual min=-0.001584 max=0.001620 Jy/beam ! Clean residual mean=-0.000000 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.162096 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 27 components and 0.162096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085900Jy sigma=0.000663 ! Fit after self-cal, rms=0.085901Jy sigma=0.000663 ! 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.085901Jy sigma=0.000663 ! Fit after self-cal, rms=0.085937Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.812 mas, bmaj=5.346 mas, bpa=77.66 degrees ! Estimated noise=622.554 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000260194 Jy ! Component: 100 - total flux cleaned = 0.000260064 Jy ! Component: 150 - total flux cleaned = 0.000247832 Jy ! Component: 200 - total flux cleaned = 0.000235974 Jy ! Total flux subtracted in 200 components = 0.000235974 Jy ! Clean residual min=-0.001574 max=0.001616 Jy/beam ! Clean residual mean=-0.000001 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.162332 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 27 components and 0.162332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085932Jy sigma=0.000663 ! Fit after self-cal, rms=0.085932Jy sigma=0.000663 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.45407e-06 Jy ! Component: 100 - total flux cleaned = -1.52178e-05 Jy ! Component: 150 - total flux cleaned = -2.60881e-05 Jy ! Component: 200 - total flux cleaned = -4.70645e-05 Jy ! Total flux subtracted in 200 components = -4.70645e-05 Jy ! Clean residual min=-0.001567 max=0.001616 Jy/beam ! Clean residual mean=-0.000001 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.162285 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 27 components and 0.162285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085929Jy sigma=0.000663 ! Fit after self-cal, rms=0.085930Jy sigma=0.000663 ! 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.085930Jy sigma=0.000663 ! Fit after self-cal, rms=0.085966Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.841 mas, bmaj=9.498 mas, bpa=78.45 degrees ! Estimated noise=771.209 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000418152 Jy ! Component: 100 - total flux cleaned = 0.000417389 Jy ! Component: 150 - total flux cleaned = 0.000432925 Jy ! Component: 200 - total flux cleaned = 0.000438647 Jy ! Total flux subtracted in 200 components = 0.000438647 Jy ! Clean residual min=-0.001970 max=0.001660 Jy/beam ! Clean residual mean=-0.000000 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.162723 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.162723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085969Jy sigma=0.000663 ! Fit after self-cal, rms=0.085967Jy sigma=0.000663 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 = 4.18513e-06 Jy ! Component: 100 - total flux cleaned = 1.42465e-05 Jy ! Component: 150 - total flux cleaned = 1.42878e-05 Jy ! Component: 200 - total flux cleaned = 1.91283e-05 Jy ! Total flux subtracted in 200 components = 1.91283e-05 Jy ! Clean residual min=-0.001969 max=0.001654 Jy/beam ! Clean residual mean=-0.000000 rms=0.000470 Jy/beam ! Combined flux in latest and established models = 0.162742 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 42 components and 0.162742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085970Jy sigma=0.000663 ! Fit after self-cal, rms=0.085968Jy sigma=0.000663 ! 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.81 mas, bmaj=5.344 mas, bpa=77.63 degrees ! Estimated noise=623.039 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.81 x 5.344 at 77.63 degrees (North through East) ! Clean map min=-0.001514 max=0.13757 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.184 mas, bmaj=4.446 mas, bpa=75.03 degrees ! Estimated noise=938.392 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.103664 Jy ! Component: 100 - total flux cleaned = 0.136353 Jy ! Component: 150 - total flux cleaned = 0.151206 Jy ! Component: 200 - total flux cleaned = 0.158179 Jy ! Total flux subtracted in 200 components = 0.158179 Jy ! Clean residual min=-0.002524 max=0.003137 Jy/beam ! Clean residual mean=-0.000002 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.158179 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.158179 Jy ! Inverting map and beam ! Estimated beam: bmin=3.81 mas, bmaj=5.344 mas, bpa=77.63 degrees ! Estimated noise=623.039 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.00288097 Jy ! Component: 100 - total flux cleaned = 0.00375306 Jy ! Component: 150 - total flux cleaned = 0.00394661 Jy ! Component: 200 - total flux cleaned = 0.00412324 Jy ! Total flux subtracted in 200 components = 0.00412324 Jy ! Clean residual min=-0.001601 max=0.001652 Jy/beam ! Clean residual mean=-0.000001 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.162302 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.162302 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.841 mas, bmaj=9.498 mas, bpa=78.45 degrees ! Estimated noise=771.209 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000284195 Jy ! Component: 100 - total flux cleaned = 0.000326298 Jy ! Component: 150 - total flux cleaned = 0.000353399 Jy ! Component: 200 - total flux cleaned = 0.000372099 Jy ! Total flux subtracted in 200 components = 0.000372099 Jy ! Clean residual min=-0.001975 max=0.001657 Jy/beam ! Clean residual mean=-0.000001 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.162675 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 = 1.33193e-05 Jy ! Component: 100 - total flux cleaned = 2.41604e-05 Jy ! Component: 150 - total flux cleaned = 3.38539e-05 Jy ! Component: 200 - total flux cleaned = 4.23464e-05 Jy ! Total flux subtracted in 200 components = 4.23464e-05 Jy ! Clean residual min=-0.001980 max=0.001642 Jy/beam ! Clean residual mean=-0.000000 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.162717 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 30 components and 0.162717 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.81 mas, bmaj=5.344 mas, bpa=77.63 degrees ! Estimated noise=623.039 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.08378e-05 Jy ! Component: 100 - total flux cleaned = -5.71447e-05 Jy ! Component: 150 - total flux cleaned = -5.77269e-05 Jy ! Component: 200 - total flux cleaned = -5.80085e-05 Jy ! Total flux subtracted in 200 components = -5.80085e-05 Jy ! Clean residual min=-0.001590 max=0.001612 Jy/beam ! Clean residual mean=-0.000000 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.162659 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.162659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085973Jy sigma=0.000663 ! Fit after self-cal, rms=0.085972Jy sigma=0.000663 wmodel J1243+7442_S_2017_04_28_pus_map.mod ! Writing 39 model components to file: J1243+7442_S_2017_04_28_pus_map.mod wobs J1243+7442_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J1243+7442_S_2017_04_28_pus_uvs.fits wwins J1243+7442_S_2017_04_28_pus_map.win ! wwins: Wrote 1 windows to J1243+7442_S_2017_04_28_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 = 2.93736e-05 Jy ! Component: 100 - total flux cleaned = 2.89874e-05 Jy ! Component: 150 - total flux cleaned = 0.000136862 Jy ! Component: 200 - total flux cleaned = 0.000189145 Jy ! Component: 250 - total flux cleaned = 0.000215046 Jy ! Component: 300 - total flux cleaned = 0.000215111 Jy ! Component: 350 - total flux cleaned = 0.000288021 Jy ! Component: 400 - total flux cleaned = 0.000263842 Jy ! Component: 450 - total flux cleaned = 0.000263955 Jy ! Component: 500 - total flux cleaned = 0.000333226 Jy ! Component: 550 - total flux cleaned = 0.000310346 Jy ! Component: 600 - total flux cleaned = 0.000310169 Jy ! Component: 650 - total flux cleaned = 0.000265948 Jy ! Component: 700 - total flux cleaned = 0.000287714 Jy ! Component: 750 - total flux cleaned = 0.000265915 Jy ! Component: 800 - total flux cleaned = 0.000265619 Jy ! Component: 850 - total flux cleaned = 0.000244292 Jy ! Component: 900 - total flux cleaned = 0.000244096 Jy ! Component: 950 - total flux cleaned = 0.000244159 Jy ! Component: 1000 - total flux cleaned = 0.00024392 Jy ! Component: 1050 - total flux cleaned = 0.000283859 Jy ! Component: 1100 - total flux cleaned = 0.000224709 Jy ! Component: 1150 - total flux cleaned = 0.000264117 Jy ! Component: 1200 - total flux cleaned = 0.000303081 Jy ! Component: 1250 - total flux cleaned = 0.000360369 Jy ! Component: 1300 - total flux cleaned = 0.000341301 Jy ! Component: 1350 - total flux cleaned = 0.000453959 Jy ! Component: 1400 - total flux cleaned = 0.000397908 Jy ! Component: 1450 - total flux cleaned = 0.000434907 Jy ! Component: 1500 - total flux cleaned = 0.000489802 Jy ! Component: 1550 - total flux cleaned = 0.000544358 Jy ! Component: 1600 - total flux cleaned = 0.000562383 Jy ! Component: 1650 - total flux cleaned = 0.000615739 Jy ! Component: 1700 - total flux cleaned = 0.000633304 Jy ! Component: 1750 - total flux cleaned = 0.000651031 Jy ! Component: 1800 - total flux cleaned = 0.000703185 Jy ! Component: 1850 - total flux cleaned = 0.000754827 Jy ! Component: 1900 - total flux cleaned = 0.000771833 Jy ! Component: 1950 - total flux cleaned = 0.000839908 Jy ! Component: 2000 - total flux cleaned = 0.000856657 Jy ! Component: 2050 - total flux cleaned = 0.00090707 Jy ! Component: 2100 - total flux cleaned = 0.000923839 Jy ! Component: 2150 - total flux cleaned = 0.0010063 Jy ! Component: 2200 - total flux cleaned = 0.00105542 Jy ! Component: 2250 - total flux cleaned = 0.00108775 Jy ! Component: 2300 - total flux cleaned = 0.00113616 Jy ! Component: 2350 - total flux cleaned = 0.0011041 Jy ! Component: 2400 - total flux cleaned = 0.00112016 Jy ! Component: 2450 - total flux cleaned = 0.00115167 Jy ! Component: 2500 - total flux cleaned = 0.00123009 Jy ! Component: 2550 - total flux cleaned = 0.00119888 Jy ! Component: 2600 - total flux cleaned = 0.00122994 Jy ! Component: 2650 - total flux cleaned = 0.00126078 Jy ! Component: 2700 - total flux cleaned = 0.00132164 Jy ! Component: 2750 - total flux cleaned = 0.00127633 Jy ! Component: 2800 - total flux cleaned = 0.00129139 Jy ! Component: 2850 - total flux cleaned = 0.00132153 Jy ! Component: 2900 - total flux cleaned = 0.00130636 Jy ! Component: 2950 - total flux cleaned = 0.00133596 Jy ! Component: 3000 - total flux cleaned = 0.00140939 Jy ! Component: 3050 - total flux cleaned = 0.00135098 Jy ! Component: 3100 - total flux cleaned = 0.0013509 Jy ! Component: 3150 - total flux cleaned = 0.00136546 Jy ! Component: 3200 - total flux cleaned = 0.00137988 Jy ! Component: 3250 - total flux cleaned = 0.00143691 Jy ! Component: 3300 - total flux cleaned = 0.00150789 Jy ! Component: 3350 - total flux cleaned = 0.00146557 Jy ! Component: 3400 - total flux cleaned = 0.00143747 Jy ! Component: 3450 - total flux cleaned = 0.00146526 Jy ! Component: 3500 - total flux cleaned = 0.0015206 Jy ! Component: 3550 - total flux cleaned = 0.00152042 Jy ! Component: 3600 - total flux cleaned = 0.00145188 Jy ! Component: 3650 - total flux cleaned = 0.00149283 Jy ! Component: 3700 - total flux cleaned = 0.00150617 Jy ! Component: 3750 - total flux cleaned = 0.00153301 Jy ! Component: 3800 - total flux cleaned = 0.00153298 Jy ! Component: 3850 - total flux cleaned = 0.00149317 Jy ! Component: 3900 - total flux cleaned = 0.00154607 Jy ! Component: 3950 - total flux cleaned = 0.00157235 Jy ! Component: 4000 - total flux cleaned = 0.00155923 Jy ! Component: 4050 - total flux cleaned = 0.00153329 Jy ! Total flux subtracted in 4096 components = 0.00155904 Jy ! Clean residual min=-0.000815 max=0.000694 Jy/beam ! Clean residual mean=-0.000001 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.164218 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 328 components and 0.164218 Jy ![Exited script file: muppet] wmap "J1243+7442_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.81 x 5.344 at 77.63 degrees (North through East) ! Clean map min=-0.0013532 max=0.13775 Jy/beam ! Writing clean map to FITS file: J1243+7442_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.137749 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231975 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.505213 0.505213 1.01043 2.02085 4.04171 8.08341 16.1668 32.3336 64.6673 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.137 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.81 x 5.344 at 77.63 degrees (North through East) ! Clean map min=-0.0013532 max=0.13775 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 J1243+7442_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:26:34 2019