! Started logfile: J1603+5730_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:31:06 2017 obs J1603+5730_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1603+5730_S_2014_01_04_pus_uva.fits ! AN table 1: 63 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.72619 visibilities/baseline/integration-bin. ! Found source: J1603+5730 ! ! 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 370 lines of history. ! ! Reading 6588 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 J1603+5730_S_2014_01_04_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 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 81 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.854361Jy sigma=0.010915 ! Fit after self-cal, rms=0.837113Jy sigma=0.010777 ! 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.992 mas, bmaj=4.723 mas, bpa=65.62 degrees ! Estimated noise=1484.87 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.138894 Jy ! Component: 100 - total flux cleaned = 0.190137 Jy ! Total flux subtracted in 100 components = 0.190137 Jy ! Clean residual min=-0.013976 max=0.023105 Jy/beam ! Clean residual mean=-0.000102 rms=0.004211 Jy/beam ! Combined flux in latest and established models = 0.190137 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.190137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095508Jy sigma=0.001121 ! Fit after self-cal, rms=0.094669Jy sigma=0.001116 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0267997 Jy ! Component: 100 - total flux cleaned = 0.0422854 Jy ! Total flux subtracted in 100 components = 0.0422854 Jy ! Clean residual min=-0.010754 max=0.013356 Jy/beam ! Clean residual mean=-0.000071 rms=0.002733 Jy/beam ! Combined flux in latest and established models = 0.232422 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 27 components and 0.232422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084557Jy sigma=0.000961 ! Fit after self-cal, rms=0.083950Jy sigma=0.000957 ! 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.376 mas, bmaj=8.074 mas, bpa=52.25 degrees ! Estimated noise=707.051 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.0169195 Jy ! Component: 100 - total flux cleaned = 0.0267335 Jy ! Component: 150 - total flux cleaned = 0.0332642 Jy ! Component: 200 - total flux cleaned = 0.0377755 Jy ! Total flux subtracted in 200 components = 0.0377755 Jy ! Clean residual min=-0.009962 max=0.009423 Jy/beam ! Clean residual mean=-0.000129 rms=0.002389 Jy/beam ! Combined flux in latest and established models = 0.270197 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 45 components and 0.270197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080013Jy sigma=0.000909 ! Fit after self-cal, rms=0.079656Jy sigma=0.000907 ! 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.03 FD 0.85 KP 1.00* LA 1.05 ! MK 0.97 NL 1.02 OV 0.92 PT 0.99 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 KP 1.00* LA 1.02 ! MK 0.97 NL 1.05 OV 0.98 PT 0.98 ! SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.17 KP 1.00* LA 0.83 ! MK 0.93 NL 1.05 OV 0.89 PT 0.98 ! SC 1.11 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.99 KP 1.00* LA 0.86 ! MK 0.99 NL 1.10 OV 0.98 PT 1.06 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.079656Jy sigma=0.000907 ! Fit after self-cal, rms=0.075538Jy sigma=0.000858 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.396 mas, bmaj=8.11 mas, bpa=52.14 degrees ! Estimated noise=705.154 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 (29, 38). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00880459 Jy ! Component: 100 - total flux cleaned = 0.0138863 Jy ! Component: 150 - total flux cleaned = 0.0176419 Jy ! Component: 200 - total flux cleaned = 0.0193418 Jy ! Total flux subtracted in 200 components = 0.0193418 Jy ! Clean residual min=-0.007447 max=0.004559 Jy/beam ! Clean residual mean=-0.000036 rms=0.001166 Jy/beam ! Combined flux in latest and established models = 0.289539 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 77 components and 0.289539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074205Jy sigma=0.000843 ! Fit after self-cal, rms=0.073844Jy sigma=0.000841 ! 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.073844Jy sigma=0.000841 ! Fit after self-cal, rms=0.073427Jy sigma=0.000838 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.389 mas, bmaj=8.091 mas, bpa=52.15 degrees ! Estimated noise=703.051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00236086 Jy ! Component: 100 - total flux cleaned = 0.00318166 Jy ! Component: 150 - total flux cleaned = 0.00399154 Jy ! Component: 200 - total flux cleaned = 0.00479293 Jy ! Total flux subtracted in 200 components = 0.00479293 Jy ! Clean residual min=-0.006432 max=0.004004 Jy/beam ! Clean residual mean=-0.000002 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.294332 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 91 components and 0.294332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073093Jy sigma=0.000836 ! Fit after self-cal, rms=0.073007Jy sigma=0.000836 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 = 2.71696e-05 Jy ! Component: 100 - total flux cleaned = 0.000669127 Jy ! Component: 150 - total flux cleaned = 0.00131201 Jy ! Component: 200 - total flux cleaned = 0.00200535 Jy ! Total flux subtracted in 200 components = 0.00200535 Jy ! Clean residual min=-0.005888 max=0.003808 Jy/beam ! Clean residual mean=-0.000001 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.296338 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 95 components and 0.296338 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072827Jy sigma=0.000835 ! Fit after self-cal, rms=0.072774Jy sigma=0.000834 ! 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.072774Jy sigma=0.000834 ! Fit after self-cal, rms=0.072130Jy sigma=0.000834 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.374 mas, bmaj=8.101 mas, bpa=52.05 degrees ! Estimated noise=699.275 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00027198 Jy ! Component: 100 - total flux cleaned = 0.000300392 Jy ! Component: 150 - total flux cleaned = 0.000785611 Jy ! Component: 200 - total flux cleaned = 0.00126277 Jy ! Total flux subtracted in 200 components = 0.00126277 Jy ! Clean residual min=-0.005408 max=0.003464 Jy/beam ! Clean residual mean=0.000006 rms=0.000819 Jy/beam ! Combined flux in latest and established models = 0.2976 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 104 components and 0.2976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071988Jy sigma=0.000833 ! Fit after self-cal, rms=0.071935Jy sigma=0.000833 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.00010946 Jy ! Component: 100 - total flux cleaned = 8.08347e-05 Jy ! Component: 150 - total flux cleaned = 0.000551975 Jy ! Component: 200 - total flux cleaned = 0.000781356 Jy ! Total flux subtracted in 200 components = 0.000781356 Jy ! Clean residual min=-0.005001 max=0.003258 Jy/beam ! Clean residual mean=0.000005 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.298382 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 107 components and 0.298382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071842Jy sigma=0.000832 ! Fit after self-cal, rms=0.071810Jy sigma=0.000832 ! 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.071810Jy sigma=0.000832 ! Fit after self-cal, rms=0.071453Jy sigma=0.000832 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.068 mas, bmaj=11.14 mas, bpa=65.2 degrees ! Estimated noise=813.429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000499349 Jy ! Component: 100 - total flux cleaned = -6.23676e-05 Jy ! Component: 150 - total flux cleaned = 0.000376804 Jy ! Component: 200 - total flux cleaned = 0.000616793 Jy ! Total flux subtracted in 200 components = 0.000616793 Jy ! Clean residual min=-0.003098 max=0.002811 Jy/beam ! Clean residual mean=0.000012 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.298999 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 126 components and 0.298999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071428Jy sigma=0.000832 ! Fit after self-cal, rms=0.071386Jy sigma=0.000832 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 = -3.96581e-05 Jy ! Component: 100 - total flux cleaned = 0.000164893 Jy ! Component: 150 - total flux cleaned = 0.000328275 Jy ! Component: 200 - total flux cleaned = 0.000485714 Jy ! Total flux subtracted in 200 components = 0.000485714 Jy ! Clean residual min=-0.002940 max=0.002570 Jy/beam ! Clean residual mean=0.000009 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.299484 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 143 components and 0.299484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071372Jy sigma=0.000832 ! Fit after self-cal, rms=0.071347Jy sigma=0.000831 ! 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.365 mas, bmaj=8.105 mas, bpa=51.99 degrees ! Estimated noise=697.407 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.365 x 8.105 at 51.99 degrees (North through East) ! Clean map min=-0.0041681 max=0.16027 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.974 mas, bmaj=4.681 mas, bpa=65.69 degrees ! Estimated noise=1469.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139671 Jy ! Component: 100 - total flux cleaned = 0.192165 Jy ! Component: 150 - total flux cleaned = 0.216937 Jy ! Component: 200 - total flux cleaned = 0.231958 Jy ! Total flux subtracted in 200 components = 0.231958 Jy ! Clean residual min=-0.008530 max=0.009473 Jy/beam ! Clean residual mean=-0.000043 rms=0.002189 Jy/beam ! Combined flux in latest and established models = 0.231958 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.231958 Jy ! Inverting map and beam ! Estimated beam: bmin=3.365 mas, bmaj=8.105 mas, bpa=51.99 degrees ! Estimated noise=697.407 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.013825 Jy ! Component: 100 - total flux cleaned = 0.0233652 Jy ! Component: 150 - total flux cleaned = 0.0304306 Jy ! Component: 200 - total flux cleaned = 0.0361134 Jy ! Total flux subtracted in 200 components = 0.0361134 Jy ! Clean residual min=-0.005933 max=0.004993 Jy/beam ! Clean residual mean=-0.000065 rms=0.001427 Jy/beam ! Combined flux in latest and established models = 0.268071 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 61 components and 0.268071 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.068 mas, bmaj=11.14 mas, bpa=65.2 degrees ! Estimated noise=813.429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00702655 Jy ! Component: 100 - total flux cleaned = 0.0118841 Jy ! Component: 150 - total flux cleaned = 0.0156449 Jy ! Component: 200 - total flux cleaned = 0.0186333 Jy ! Total flux subtracted in 200 components = 0.0186333 Jy ! Clean residual min=-0.003702 max=0.004155 Jy/beam ! Clean residual mean=-0.000055 rms=0.001152 Jy/beam ! Combined flux in latest and established models = 0.286705 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.00239997 Jy ! Component: 100 - total flux cleaned = 0.00434103 Jy ! Component: 150 - total flux cleaned = 0.00592189 Jy ! Component: 200 - total flux cleaned = 0.00692884 Jy ! Total flux subtracted in 200 components = 0.00692884 Jy ! Clean residual min=-0.002931 max=0.003535 Jy/beam ! Clean residual mean=-0.000028 rms=0.000897 Jy/beam ! Combined flux in latest and established models = 0.293633 Jy ! Adding 79 model components to the UV plane model. ! The established model now contains 136 components and 0.293634 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.365 mas, bmaj=8.105 mas, bpa=51.99 degrees ! Estimated noise=697.407 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000645567 Jy ! Component: 100 - total flux cleaned = -3.45455e-05 Jy ! Component: 150 - total flux cleaned = 0.000386731 Jy ! Component: 200 - total flux cleaned = 0.000746255 Jy ! Total flux subtracted in 200 components = 0.000746255 Jy ! Clean residual min=-0.004401 max=0.003300 Jy/beam ! Clean residual mean=-0.000014 rms=0.000796 Jy/beam ! Combined flux in latest and established models = 0.29438 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 149 components and 0.29438 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071379Jy sigma=0.000833 ! Fit after self-cal, rms=0.071252Jy sigma=0.000832 wmodel J1603+5730_S_2014_01_04_pus_map.mod ! Writing 149 model components to file: J1603+5730_S_2014_01_04_pus_map.mod wobs J1603+5730_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1603+5730_S_2014_01_04_pus_uvs.fits wwins J1603+5730_S_2014_01_04_pus_map.win ! wwins: Wrote 2 windows to J1603+5730_S_2014_01_04_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.00149715 Jy ! Component: 100 - total flux cleaned = -0.00150204 Jy ! Component: 150 - total flux cleaned = -0.00140863 Jy ! Component: 200 - total flux cleaned = -0.00119075 Jy ! Component: 250 - total flux cleaned = -0.000905729 Jy ! Component: 300 - total flux cleaned = -0.000520384 Jy ! Component: 350 - total flux cleaned = -0.000410381 Jy ! Component: 400 - total flux cleaned = -0.000131291 Jy ! Component: 450 - total flux cleaned = 3.59938e-05 Jy ! Component: 500 - total flux cleaned = 3.66901e-05 Jy ! Component: 550 - total flux cleaned = 9.98098e-05 Jy ! Component: 600 - total flux cleaned = 6.9283e-05 Jy ! Component: 650 - total flux cleaned = 0.000128396 Jy ! Component: 700 - total flux cleaned = 0.000213974 Jy ! Component: 750 - total flux cleaned = 0.00021369 Jy ! Component: 800 - total flux cleaned = 0.000186621 Jy ! Component: 850 - total flux cleaned = 0.000293801 Jy ! Component: 900 - total flux cleaned = 0.000294003 Jy ! Component: 950 - total flux cleaned = 0.000293907 Jy ! Component: 1000 - total flux cleaned = 0.000318845 Jy ! Component: 1050 - total flux cleaned = 0.000245352 Jy ! Component: 1100 - total flux cleaned = 0.000173408 Jy ! Component: 1150 - total flux cleaned = 0.000102134 Jy ! Component: 1200 - total flux cleaned = -3.76189e-05 Jy ! Component: 1250 - total flux cleaned = -0.000106284 Jy ! Component: 1300 - total flux cleaned = -0.000173859 Jy ! Component: 1350 - total flux cleaned = -0.000240032 Jy ! Component: 1400 - total flux cleaned = -0.000261908 Jy ! Component: 1450 - total flux cleaned = -0.000369343 Jy ! Component: 1500 - total flux cleaned = -0.000475284 Jy ! Component: 1550 - total flux cleaned = -0.000496004 Jy ! Component: 1600 - total flux cleaned = -0.000619626 Jy ! Component: 1650 - total flux cleaned = -0.000721362 Jy ! Component: 1700 - total flux cleaned = -0.000861583 Jy ! Component: 1750 - total flux cleaned = -0.000861401 Jy ! Component: 1800 - total flux cleaned = -0.00103686 Jy ! Component: 1850 - total flux cleaned = -0.00109439 Jy ! Component: 1900 - total flux cleaned = -0.00111329 Jy ! Component: 1950 - total flux cleaned = -0.00117005 Jy ! Component: 2000 - total flux cleaned = -0.00128169 Jy ! Component: 2050 - total flux cleaned = -0.00137318 Jy ! Component: 2100 - total flux cleaned = -0.00139109 Jy ! Component: 2150 - total flux cleaned = -0.00146253 Jy ! Component: 2200 - total flux cleaned = -0.00149798 Jy ! Component: 2250 - total flux cleaned = -0.0016031 Jy ! Component: 2300 - total flux cleaned = -0.00168949 Jy ! Component: 2350 - total flux cleaned = -0.00167223 Jy ! Component: 2400 - total flux cleaned = -0.00168917 Jy ! Component: 2450 - total flux cleaned = -0.00170576 Jy ! Component: 2500 - total flux cleaned = -0.0017058 Jy ! Component: 2550 - total flux cleaned = -0.00173916 Jy ! Component: 2600 - total flux cleaned = -0.00175549 Jy ! Component: 2650 - total flux cleaned = -0.00175527 Jy ! Component: 2700 - total flux cleaned = -0.00172304 Jy ! Component: 2750 - total flux cleaned = -0.00172294 Jy ! Component: 2800 - total flux cleaned = -0.00172308 Jy ! Component: 2850 - total flux cleaned = -0.00169174 Jy ! Component: 2900 - total flux cleaned = -0.00164529 Jy ! Component: 2950 - total flux cleaned = -0.00164536 Jy ! Component: 3000 - total flux cleaned = -0.00159948 Jy ! Component: 3050 - total flux cleaned = -0.00164475 Jy ! Component: 3100 - total flux cleaned = -0.00167466 Jy ! Component: 3150 - total flux cleaned = -0.00170447 Jy ! Component: 3200 - total flux cleaned = -0.00171918 Jy ! Component: 3250 - total flux cleaned = -0.0017191 Jy ! Component: 3300 - total flux cleaned = -0.00168979 Jy ! Component: 3350 - total flux cleaned = -0.00173371 Jy ! Component: 3400 - total flux cleaned = -0.00177733 Jy ! Component: 3450 - total flux cleaned = -0.00179182 Jy ! Component: 3500 - total flux cleaned = -0.00180624 Jy ! Component: 3550 - total flux cleaned = -0.00179197 Jy ! Component: 3600 - total flux cleaned = -0.001835 Jy ! Component: 3650 - total flux cleaned = -0.00187793 Jy ! Component: 3700 - total flux cleaned = -0.00194923 Jy ! Component: 3750 - total flux cleaned = -0.0019492 Jy ! Component: 3800 - total flux cleaned = -0.00196346 Jy ! Component: 3850 - total flux cleaned = -0.00200594 Jy ! Component: 3900 - total flux cleaned = -0.00197776 Jy ! Component: 3950 - total flux cleaned = -0.00202007 Jy ! Component: 4000 - total flux cleaned = -0.00202007 Jy ! Component: 4050 - total flux cleaned = -0.00204812 Jy ! Total flux subtracted in 4096 components = -0.00204811 Jy ! Clean residual min=-0.000901 max=0.000858 Jy/beam ! Clean residual mean=-0.000002 rms=0.000236 Jy/beam ! Combined flux in latest and established models = 0.292332 Jy keep ! Adding 240 model components to the UV plane model. ! The established model now contains 389 components and 0.292332 Jy ![Exited script file: muppet] wmap "J1603+5730_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.365 x 8.105 at 51.99 degrees (North through East) ! Clean map min=-0.0018702 max=0.15987 Jy/beam ! Writing clean map to FITS file: J1603+5730_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.159869 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000232704 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.436678 0.436678 0.873357 1.74671 3.49343 6.98685 13.9737 27.9474 55.8948 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.159 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.365 x 8.105 at 51.99 degrees (North through East) ! Clean map min=-0.0018702 max=0.15987 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 J1603+5730_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:31:11 2017