! Started logfile: J1301+4634_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:25:38 2017 obs J1301+4634_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1301+4634_S_2015_01_23_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.872825 visibilities/baseline/integration-bin. ! Found source: J1301+4634 ! ! 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 338 lines of history. ! ! Reading 13040 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 J1301+4634_S_2015_01_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 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.913897Jy sigma=0.010902 ! Fit after self-cal, rms=0.901901Jy sigma=0.010821 ! 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.237 mas, bmaj=3.995 mas, bpa=-13.61 degrees ! Estimated noise=869.089 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.0799836 Jy ! Component: 100 - total flux cleaned = 0.0975135 Jy ! Total flux subtracted in 100 components = 0.0975135 Jy ! Clean residual min=-0.004982 max=0.005243 Jy/beam ! Clean residual mean=0.000007 rms=0.001159 Jy/beam ! Combined flux in latest and established models = 0.0975135 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0975135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108445Jy sigma=0.000802 ! Fit after self-cal, rms=0.108410Jy sigma=0.000802 ! 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.88 mas, bmaj=4.727 mas, bpa=-7.589 degrees ! Estimated noise=544.704 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.00610888 Jy ! Component: 100 - total flux cleaned = 0.00911203 Jy ! Component: 150 - total flux cleaned = 0.0109479 Jy ! Component: 200 - total flux cleaned = 0.0121037 Jy ! Total flux subtracted in 200 components = 0.0121037 Jy ! Clean residual min=-0.003174 max=0.004865 Jy/beam ! Clean residual mean=-0.000003 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.109617 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 30 components and 0.109617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108004Jy sigma=0.000798 ! Fit after self-cal, rms=0.108010Jy sigma=0.000798 ! 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.92 HN 0.95 KP 1.11 ! LA 0.97 MK 0.98 NL 1.02 OV 0.96 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.12 HN 0.97 KP 1.01 ! LA 0.95 MK 1.00 NL 1.09 OV 0.99 ! PT 1.03 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.30 HN 1.04 KP 0.86 ! LA 0.77 MK 1.02 NL 1.48 OV 0.93 ! PT 1.00 SC 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00* HN 0.99 KP 0.82 ! LA 0.83 MK 1.00 NL 1.08 OV 0.96 ! PT 1.00 SC 0.98 ! ! ! Fit before self-cal, rms=0.108010Jy sigma=0.000798 ! Fit after self-cal, rms=0.112325Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.895 mas, bmaj=4.765 mas, bpa=-8.015 degrees ! Estimated noise=545.469 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 (12, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00335839 Jy ! Component: 100 - total flux cleaned = 0.00524073 Jy ! Component: 150 - total flux cleaned = 0.00652379 Jy ! Component: 200 - total flux cleaned = 0.00725227 Jy ! Total flux subtracted in 200 components = 0.00725227 Jy ! Clean residual min=-0.001815 max=0.001798 Jy/beam ! Clean residual mean=0.000002 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.116869 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 56 components and 0.116869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112232Jy sigma=0.000776 ! Fit after self-cal, rms=0.112286Jy sigma=0.000776 ! 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.112286Jy sigma=0.000776 ! Fit after self-cal, rms=0.112988Jy sigma=0.000774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.889 mas, bmaj=4.747 mas, bpa=-7.676 degrees ! Estimated noise=544.097 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115385 Jy ! Component: 100 - total flux cleaned = 0.00188088 Jy ! Component: 150 - total flux cleaned = 0.00240171 Jy ! Component: 200 - total flux cleaned = 0.00276522 Jy ! Total flux subtracted in 200 components = 0.00276522 Jy ! Clean residual min=-0.001570 max=0.001440 Jy/beam ! Clean residual mean=0.000008 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.119635 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 80 components and 0.119635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112980Jy sigma=0.000774 ! Fit after self-cal, rms=0.112984Jy sigma=0.000774 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.000418919 Jy ! Component: 100 - total flux cleaned = 0.000620529 Jy ! Component: 150 - total flux cleaned = 0.000677837 Jy ! Component: 200 - total flux cleaned = 0.000709382 Jy ! Total flux subtracted in 200 components = 0.000709382 Jy ! Clean residual min=-0.001583 max=0.001367 Jy/beam ! Clean residual mean=0.000008 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.120344 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 92 components and 0.120344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112983Jy sigma=0.000774 ! Fit after self-cal, rms=0.112985Jy sigma=0.000774 ! 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.112985Jy sigma=0.000774 ! Fit after self-cal, rms=0.113529Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.885 mas, bmaj=4.74 mas, bpa=-7.604 degrees ! Estimated noise=543.683 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000436851 Jy ! Component: 100 - total flux cleaned = 0.00073647 Jy ! Component: 150 - total flux cleaned = 0.000878763 Jy ! Component: 200 - total flux cleaned = 0.000968083 Jy ! Total flux subtracted in 200 components = 0.000968083 Jy ! Clean residual min=-0.001605 max=0.001328 Jy/beam ! Clean residual mean=0.000007 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.121312 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 100 components and 0.121312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113528Jy sigma=0.000774 ! Fit after self-cal, rms=0.113527Jy sigma=0.000774 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.000184824 Jy ! Component: 100 - total flux cleaned = 0.000233551 Jy ! Component: 150 - total flux cleaned = 0.000278641 Jy ! Component: 200 - total flux cleaned = 0.000313907 Jy ! Total flux subtracted in 200 components = 0.000313907 Jy ! Clean residual min=-0.001623 max=0.001301 Jy/beam ! Clean residual mean=0.000007 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.121626 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 107 components and 0.121626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113527Jy sigma=0.000774 ! Fit after self-cal, rms=0.113528Jy sigma=0.000774 ! 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.113528Jy sigma=0.000774 ! Fit after self-cal, rms=0.113738Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.627 mas, bmaj=8.546 mas, bpa=7.802 degrees ! Estimated noise=685.512 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000467174 Jy ! Component: 100 - total flux cleaned = 0.000715236 Jy ! Component: 150 - total flux cleaned = 0.000823157 Jy ! Component: 200 - total flux cleaned = 0.000898014 Jy ! Total flux subtracted in 200 components = 0.000898014 Jy ! Clean residual min=-0.001681 max=0.001942 Jy/beam ! Clean residual mean=0.000015 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.122524 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 119 components and 0.122524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113740Jy sigma=0.000774 ! Fit after self-cal, rms=0.113740Jy sigma=0.000774 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.000107409 Jy ! Component: 100 - total flux cleaned = 0.000196366 Jy ! Component: 150 - total flux cleaned = 0.000228566 Jy ! Component: 200 - total flux cleaned = 0.000257975 Jy ! Total flux subtracted in 200 components = 0.000257975 Jy ! Clean residual min=-0.001668 max=0.001952 Jy/beam ! Clean residual mean=0.000016 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.122782 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 127 components and 0.122782 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113742Jy sigma=0.000774 ! Fit after self-cal, rms=0.113742Jy sigma=0.000774 ! 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.884 mas, bmaj=4.737 mas, bpa=-7.549 degrees ! Estimated noise=543.914 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.884 x 4.737 at -7.549 degrees (North through East) ! Clean map min=-0.0015529 max=0.1027 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.227 mas, bmaj=4.001 mas, bpa=-14.23 degrees ! Estimated noise=865.785 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0795239 Jy ! Component: 100 - total flux cleaned = 0.0970755 Jy ! Component: 150 - total flux cleaned = 0.102603 Jy ! Component: 200 - total flux cleaned = 0.106125 Jy ! Total flux subtracted in 200 components = 0.106125 Jy ! Clean residual min=-0.003213 max=0.002941 Jy/beam ! Clean residual mean=0.000008 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.106125 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.106125 Jy ! Inverting map and beam ! Estimated beam: bmin=3.884 mas, bmaj=4.737 mas, bpa=-7.549 degrees ! Estimated noise=543.914 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.00353311 Jy ! Component: 100 - total flux cleaned = 0.00602522 Jy ! Component: 150 - total flux cleaned = 0.00793791 Jy ! Component: 200 - total flux cleaned = 0.00945462 Jy ! Total flux subtracted in 200 components = 0.00945462 Jy ! Clean residual min=-0.001797 max=0.001562 Jy/beam ! Clean residual mean=0.000004 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.11558 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 60 components and 0.11558 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.627 mas, bmaj=8.546 mas, bpa=7.802 degrees ! Estimated noise=685.512 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00224798 Jy ! Component: 100 - total flux cleaned = 0.0037365 Jy ! Component: 150 - total flux cleaned = 0.00478246 Jy ! Component: 200 - total flux cleaned = 0.00553762 Jy ! Total flux subtracted in 200 components = 0.00553762 Jy ! Clean residual min=-0.001714 max=0.001877 Jy/beam ! Clean residual mean=0.000014 rms=0.000495 Jy/beam ! Combined flux in latest and established models = 0.121117 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.000547781 Jy ! Component: 100 - total flux cleaned = 0.000945941 Jy ! Component: 150 - total flux cleaned = 0.00123547 Jy ! Component: 200 - total flux cleaned = 0.0014461 Jy ! Total flux subtracted in 200 components = 0.0014461 Jy ! Clean residual min=-0.001666 max=0.001932 Jy/beam ! Clean residual mean=0.000016 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.122563 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 112 components and 0.122563 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.884 mas, bmaj=4.737 mas, bpa=-7.549 degrees ! Estimated noise=543.914 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000116971 Jy ! Component: 100 - total flux cleaned = -0.000102867 Jy ! Component: 150 - total flux cleaned = -7.59111e-05 Jy ! Component: 200 - total flux cleaned = -1.78294e-05 Jy ! Total flux subtracted in 200 components = -1.78294e-05 Jy ! Clean residual min=-0.001599 max=0.001319 Jy/beam ! Clean residual mean=0.000006 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.122546 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 127 components and 0.122546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113747Jy sigma=0.000774 ! Fit after self-cal, rms=0.113748Jy sigma=0.000774 wmodel J1301+4634_S_2015_01_23_pus_map.mod ! Writing 127 model components to file: J1301+4634_S_2015_01_23_pus_map.mod wobs J1301+4634_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1301+4634_S_2015_01_23_pus_uvs.fits wwins J1301+4634_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1301+4634_S_2015_01_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.000641246 Jy ! Component: 100 - total flux cleaned = -0.000966691 Jy ! Component: 150 - total flux cleaned = -0.00113456 Jy ! Component: 200 - total flux cleaned = -0.00127144 Jy ! Component: 250 - total flux cleaned = -0.00133697 Jy ! Component: 300 - total flux cleaned = -0.0013583 Jy ! Component: 350 - total flux cleaned = -0.00135835 Jy ! Component: 400 - total flux cleaned = -0.00141854 Jy ! Component: 450 - total flux cleaned = -0.00149675 Jy ! Component: 500 - total flux cleaned = -0.00155448 Jy ! Component: 550 - total flux cleaned = -0.00166763 Jy ! Component: 600 - total flux cleaned = -0.0017044 Jy ! Component: 650 - total flux cleaned = -0.00174076 Jy ! Component: 700 - total flux cleaned = -0.00177657 Jy ! Component: 750 - total flux cleaned = -0.00181157 Jy ! Component: 800 - total flux cleaned = -0.00181139 Jy ! Component: 850 - total flux cleaned = -0.00179434 Jy ! Component: 900 - total flux cleaned = -0.00184433 Jy ! Component: 950 - total flux cleaned = -0.00182756 Jy ! Component: 1000 - total flux cleaned = -0.00181148 Jy ! Component: 1050 - total flux cleaned = -0.00185966 Jy ! Component: 1100 - total flux cleaned = -0.00190711 Jy ! Component: 1150 - total flux cleaned = -0.00190717 Jy ! Component: 1200 - total flux cleaned = -0.00193797 Jy ! Component: 1250 - total flux cleaned = -0.00192264 Jy ! Component: 1300 - total flux cleaned = -0.00193763 Jy ! Component: 1350 - total flux cleaned = -0.00196761 Jy ! Component: 1400 - total flux cleaned = -0.00195307 Jy ! Component: 1450 - total flux cleaned = -0.00198247 Jy ! Component: 1500 - total flux cleaned = -0.00202595 Jy ! Component: 1550 - total flux cleaned = -0.00205452 Jy ! Component: 1600 - total flux cleaned = -0.00202619 Jy ! Component: 1650 - total flux cleaned = -0.00208217 Jy ! Component: 1700 - total flux cleaned = -0.0020544 Jy ! Component: 1750 - total flux cleaned = -0.00205445 Jy ! Component: 1800 - total flux cleaned = -0.0020136 Jy ! Component: 1850 - total flux cleaned = -0.00197307 Jy ! Component: 1900 - total flux cleaned = -0.0019866 Jy ! Component: 1950 - total flux cleaned = -0.0020129 Jy ! Component: 2000 - total flux cleaned = -0.00197354 Jy ! Component: 2050 - total flux cleaned = -0.00197344 Jy ! Component: 2100 - total flux cleaned = -0.00193459 Jy ! Component: 2150 - total flux cleaned = -0.00192179 Jy ! Component: 2200 - total flux cleaned = -0.00188353 Jy ! Component: 2250 - total flux cleaned = -0.00190871 Jy ! Component: 2300 - total flux cleaned = -0.00195858 Jy ! Component: 2350 - total flux cleaned = -0.00187169 Jy ! Component: 2400 - total flux cleaned = -0.00189628 Jy ! Component: 2450 - total flux cleaned = -0.00187181 Jy ! Component: 2500 - total flux cleaned = -0.0018595 Jy ! Component: 2550 - total flux cleaned = -0.00183531 Jy ! Component: 2600 - total flux cleaned = -0.00181136 Jy ! Component: 2650 - total flux cleaned = -0.00184715 Jy ! Component: 2700 - total flux cleaned = -0.00188248 Jy ! Component: 2750 - total flux cleaned = -0.00190597 Jy ! Component: 2800 - total flux cleaned = -0.00190584 Jy ! Component: 2850 - total flux cleaned = -0.0018828 Jy ! Component: 2900 - total flux cleaned = -0.00194023 Jy ! Component: 2950 - total flux cleaned = -0.00195172 Jy ! Component: 3000 - total flux cleaned = -0.0019858 Jy ! Component: 3050 - total flux cleaned = -0.00198578 Jy ! Component: 3100 - total flux cleaned = -0.00192992 Jy ! Component: 3150 - total flux cleaned = -0.00197449 Jy ! Component: 3200 - total flux cleaned = -0.00201867 Jy ! Component: 3250 - total flux cleaned = -0.00201861 Jy ! Component: 3300 - total flux cleaned = -0.00200769 Jy ! Component: 3350 - total flux cleaned = -0.00202933 Jy ! Component: 3400 - total flux cleaned = -0.00204006 Jy ! Component: 3450 - total flux cleaned = -0.00209359 Jy ! Component: 3500 - total flux cleaned = -0.00206158 Jy ! Component: 3550 - total flux cleaned = -0.00205103 Jy ! Component: 3600 - total flux cleaned = -0.00202993 Jy ! Component: 3650 - total flux cleaned = -0.00205088 Jy ! Component: 3700 - total flux cleaned = -0.002051 Jy ! Component: 3750 - total flux cleaned = -0.00206135 Jy ! Component: 3800 - total flux cleaned = -0.00205104 Jy ! Component: 3850 - total flux cleaned = -0.00205114 Jy ! Component: 3900 - total flux cleaned = -0.00207157 Jy ! Component: 3950 - total flux cleaned = -0.00209184 Jy ! Component: 4000 - total flux cleaned = -0.00210191 Jy ! Component: 4050 - total flux cleaned = -0.00209184 Jy ! Total flux subtracted in 4096 components = -0.00210186 Jy ! Clean residual min=-0.000608 max=0.000671 Jy/beam ! Clean residual mean=-0.000001 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.120444 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 405 components and 0.120444 Jy ![Exited script file: muppet] wmap "J1301+4634_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.884 x 4.737 at -7.549 degrees (North through East) ! Clean map min=-0.0011172 max=0.10274 Jy/beam ! Writing clean map to FITS file: J1301+4634_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.102741 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000178877 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.522313 0.522313 1.04463 2.08925 4.1785 8.35701 16.714 33.428 66.8561 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.102 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.884 x 4.737 at -7.549 degrees (North through East) ! Clean map min=-0.0011172 max=0.10274 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 J1301+4634_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:25:43 2017