! Started logfile: /g0/scr/pima/npcsb_uvs/J0205+7522_X_uvs.log on Wed Sep 25 00:03:16 2013 obs /g0/scr/pima/npcsb_uvs/J0205+7522_X_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsb_uvs/J0205+7522_X_uva.fits ! AN table 1: 47 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.545154 visibilities/baseline/integration-bin. ! Found source: J0205+7522 ! ! 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 8.40993e+09 8e+06 1 8e+06 ! 02 2 8.47993e+09 8e+06 1 8e+06 ! 03 3 8.79493e+09 8e+06 1 8e+06 ! 04 4 8.89993e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 4612 visibilities. select RR ! 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /g0/scr/pima/npcsb_uvs/J0205+7522_X] 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.200x0.200 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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.025093Jy sigma=2.398889 ! Fit after self-cal, rms=0.890227Jy sigma=2.058635 ! 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=0.7312 mas, bmaj=2.539 mas, bpa=0.8389 degrees ! Estimated noise=9.13807 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.0680634 Jy ! Component: 100 - total flux cleaned = 0.0920111 Jy ! Total flux subtracted in 100 components = 0.0920111 Jy ! Clean residual min=-0.012379 max=0.020759 Jy/beam ! Clean residual mean=0.000002 rms=0.003401 Jy/beam ! Combined flux in latest and established models = 0.092011 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.092011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104137Jy sigma=0.241464 ! Fit after self-cal, rms=0.103915Jy sigma=0.240825 ! Inverting map ! Added new window around map position (-45.2, 3.2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0198304 Jy ! Component: 100 - total flux cleaned = 0.0326092 Jy ! Total flux subtracted in 100 components = 0.0326092 Jy ! Clean residual min=-0.009705 max=0.013004 Jy/beam ! Clean residual mean=0.000002 rms=0.002690 Jy/beam ! Combined flux in latest and established models = 0.12462 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 28 components and 0.12462 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094918Jy sigma=0.217341 ! Fit after self-cal, rms=0.094335Jy sigma=0.215931 ! 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=0.9901 mas, bmaj=2.745 mas, bpa=1.116 degrees ! Estimated noise=4.55116 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.0304857 Jy ! Component: 100 - total flux cleaned = 0.0500079 Jy ! Component: 150 - total flux cleaned = 0.0644657 Jy ! Component: 200 - total flux cleaned = 0.0753674 Jy ! Total flux subtracted in 200 components = 0.0753674 Jy ! Clean residual min=-0.012655 max=0.017930 Jy/beam ! Clean residual mean=-0.000002 rms=0.004261 Jy/beam ! Combined flux in latest and established models = 0.199988 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 65 components and 0.199988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082496Jy sigma=0.184815 ! Fit after self-cal, rms=0.081730Jy sigma=0.182931 ! 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.99 FD 1.20 HN 1.08 KP 0.94 ! LA 0.89 MK 1.16 NL 1.09 OV 1.27 ! PT 0.88 SC 0.71 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.09 HN 1.02 KP 0.85 ! LA 0.85 MK 1.05 NL 1.14 OV 1.22 ! PT 0.92 SC 0.85 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 1.09 HN 0.95 KP 0.74 ! LA 0.84 MK 1.10 NL 1.27 OV 1.06 ! PT 0.93 SC 0.64 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.12 HN 0.97 KP 0.80 ! LA 0.85 MK 1.26 NL 1.37 OV 1.09 ! PT 1.01 SC 0.77 ! ! ! Fit before self-cal, rms=0.081730Jy sigma=0.182931 ! Fit after self-cal, rms=0.078938Jy sigma=0.171667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.976 mas, bmaj=2.812 mas, bpa=1.292 degrees ! Estimated noise=4.45445 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 (-4.2, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00958218 Jy ! Component: 100 - total flux cleaned = 0.012191 Jy ! Component: 150 - total flux cleaned = 0.0130564 Jy ! Component: 200 - total flux cleaned = 0.0129191 Jy ! Total flux subtracted in 200 components = 0.0129191 Jy ! Clean residual min=-0.005212 max=0.006028 Jy/beam ! Clean residual mean=0.000008 rms=0.001533 Jy/beam ! Combined flux in latest and established models = 0.212907 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 90 components and 0.212907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077514Jy sigma=0.168222 ! Fit after self-cal, rms=0.077553Jy sigma=0.167712 ! 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.077553Jy sigma=0.167712 ! Fit after self-cal, rms=0.075898Jy sigma=0.167524 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9783 mas, bmaj=2.802 mas, bpa=1.447 degrees ! Estimated noise=4.40103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00339289 Jy ! Component: 100 - total flux cleaned = 0.00404417 Jy ! Component: 150 - total flux cleaned = 0.00426136 Jy ! Component: 200 - total flux cleaned = 0.00415998 Jy ! Total flux subtracted in 200 components = 0.00415998 Jy ! Clean residual min=-0.004683 max=0.005281 Jy/beam ! Clean residual mean=0.000005 rms=0.001289 Jy/beam ! Combined flux in latest and established models = 0.217067 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 107 components and 0.217067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075499Jy sigma=0.166602 ! Fit after self-cal, rms=0.075382Jy sigma=0.166502 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 (15.2, -14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00463255 Jy ! Component: 100 - total flux cleaned = 0.00649448 Jy ! Component: 150 - total flux cleaned = 0.00745097 Jy ! Component: 200 - total flux cleaned = 0.00831998 Jy ! Total flux subtracted in 200 components = 0.00831998 Jy ! Clean residual min=-0.004125 max=0.004095 Jy/beam ! Clean residual mean=0.000006 rms=0.001057 Jy/beam ! Combined flux in latest and established models = 0.225387 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 122 components and 0.225387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074985Jy sigma=0.165601 ! Fit after self-cal, rms=0.074892Jy sigma=0.165499 ! 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.074892Jy sigma=0.165499 ! Fit after self-cal, rms=0.074388Jy sigma=0.165394 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9814 mas, bmaj=2.8 mas, bpa=1.389 degrees ! Estimated noise=4.37664 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00240761 Jy ! Component: 100 - total flux cleaned = 0.00356486 Jy ! Component: 150 - total flux cleaned = 0.00433592 Jy ! Component: 200 - total flux cleaned = 0.00455011 Jy ! Total flux subtracted in 200 components = 0.00455011 Jy ! Clean residual min=-0.003864 max=0.003760 Jy/beam ! Clean residual mean=0.000005 rms=0.000914 Jy/beam ! Combined flux in latest and established models = 0.229937 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 133 components and 0.229937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074199Jy sigma=0.164962 ! Fit after self-cal, rms=0.074144Jy sigma=0.164917 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.00069951 Jy ! Component: 100 - total flux cleaned = 0.000769036 Jy ! Component: 150 - total flux cleaned = 0.000642748 Jy ! Component: 200 - total flux cleaned = 0.000703624 Jy ! Total flux subtracted in 200 components = 0.000703624 Jy ! Clean residual min=-0.003710 max=0.003566 Jy/beam ! Clean residual mean=0.000004 rms=0.000863 Jy/beam ! Combined flux in latest and established models = 0.23064 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 140 components and 0.23064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074030Jy sigma=0.164659 ! Fit after self-cal, rms=0.074004Jy sigma=0.164633 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.074004Jy sigma=0.164633 ! Fit after self-cal, rms=0.074356Jy sigma=0.164588 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.605 mas, bmaj=3.362 mas, bpa=18.42 degrees ! Estimated noise=5.16311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000667231 Jy ! Component: 100 - total flux cleaned = 0.000972871 Jy ! Component: 150 - total flux cleaned = 0.00129674 Jy ! Component: 200 - total flux cleaned = 0.0012978 Jy ! Total flux subtracted in 200 components = 0.0012978 Jy ! Clean residual min=-0.003586 max=0.003351 Jy/beam ! Clean residual mean=0.000004 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.231938 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 159 components and 0.231938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074300Jy sigma=0.164449 ! Fit after self-cal, rms=0.074279Jy sigma=0.164403 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.000238343 Jy ! Component: 100 - total flux cleaned = 0.000292046 Jy ! Component: 150 - total flux cleaned = 0.000149075 Jy ! Component: 200 - total flux cleaned = 5.85161e-05 Jy ! Total flux subtracted in 200 components = 5.85161e-05 Jy ! Clean residual min=-0.003402 max=0.003333 Jy/beam ! Clean residual mean=0.000003 rms=0.000817 Jy/beam ! Combined flux in latest and established models = 0.231997 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 169 components and 0.231997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074253Jy sigma=0.164332 ! Fit after self-cal, rms=0.074236Jy sigma=0.164311 ! 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=0.9862 mas, bmaj=2.798 mas, bpa=1.351 degrees ! Estimated noise=4.38388 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9862 x 2.798 at 1.351 degrees (North through East) ! Clean map min=-0.0037253 max=0.10142 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=0.7226 mas, bmaj=2.555 mas, bpa=0.9197 degrees ! Estimated noise=8.80799 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.065658 Jy ! Component: 100 - total flux cleaned = 0.0950514 Jy ! Component: 150 - total flux cleaned = 0.114633 Jy ! Component: 200 - total flux cleaned = 0.128886 Jy ! Total flux subtracted in 200 components = 0.128886 Jy ! Clean residual min=-0.009822 max=0.010887 Jy/beam ! Clean residual mean=0.000007 rms=0.002435 Jy/beam ! Combined flux in latest and established models = 0.128886 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.128886 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9862 mas, bmaj=2.798 mas, bpa=1.351 degrees ! Estimated noise=4.38388 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.0260671 Jy ! Component: 100 - total flux cleaned = 0.0420391 Jy ! Component: 150 - total flux cleaned = 0.0538586 Jy ! Component: 200 - total flux cleaned = 0.0629174 Jy ! Total flux subtracted in 200 components = 0.0629174 Jy ! Clean residual min=-0.006562 max=0.007712 Jy/beam ! Clean residual mean=0.000006 rms=0.002233 Jy/beam ! Combined flux in latest and established models = 0.191803 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 54 components and 0.191803 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.605 mas, bmaj=3.362 mas, bpa=18.42 degrees ! Estimated noise=5.16311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011755 Jy ! Component: 100 - total flux cleaned = 0.0194436 Jy ! Component: 150 - total flux cleaned = 0.0252574 Jy ! Component: 200 - total flux cleaned = 0.0282101 Jy ! Total flux subtracted in 200 components = 0.0282101 Jy ! Clean residual min=-0.004846 max=0.004463 Jy/beam ! Clean residual mean=0.000004 rms=0.001509 Jy/beam ! Combined flux in latest and established models = 0.220014 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.00214298 Jy ! Component: 100 - total flux cleaned = 0.00398029 Jy ! Component: 150 - total flux cleaned = 0.00545955 Jy ! Component: 200 - total flux cleaned = 0.00635794 Jy ! Total flux subtracted in 200 components = 0.00635794 Jy ! Clean residual min=-0.003813 max=0.003750 Jy/beam ! Clean residual mean=0.000003 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.226372 Jy ! Adding 48 model components to the UV plane model. ! The established model now contains 91 components and 0.226371 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9862 mas, bmaj=2.798 mas, bpa=1.351 degrees ! Estimated noise=4.38388 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000523475 Jy ! Component: 100 - total flux cleaned = 0.000140878 Jy ! Component: 150 - total flux cleaned = 0.000785941 Jy ! Component: 200 - total flux cleaned = 0.0015275 Jy ! Total flux subtracted in 200 components = 0.0015275 Jy ! Clean residual min=-0.003596 max=0.003507 Jy/beam ! Clean residual mean=0.000002 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.227899 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 114 components and 0.227899 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074384Jy sigma=0.164735 ! Fit after self-cal, rms=0.074258Jy sigma=0.164438 wmodel /g0/scr/pima/npcsb_uvs/J0205+7522_X_map.mod ! Writing 114 model components to file: /g0/scr/pima/npcsb_uvs/J0205+7522_X_map.mod wobs /g0/scr/pima/npcsb_uvs/J0205+7522_X_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsb_uvs/J0205+7522_X_uvs.fits wwins /g0/scr/pima/npcsb_uvs/J0205+7522_X_map.win ! wwins: Wrote 4 windows to /g0/scr/pima/npcsb_uvs/J0205+7522_X_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.000742137 Jy ! Component: 100 - total flux cleaned = 0.00118154 Jy ! Component: 150 - total flux cleaned = 0.00138675 Jy ! Component: 200 - total flux cleaned = 0.00143565 Jy ! Component: 250 - total flux cleaned = 0.00148292 Jy ! Component: 300 - total flux cleaned = 0.00152587 Jy ! Component: 350 - total flux cleaned = 0.00156595 Jy ! Component: 400 - total flux cleaned = 0.00168733 Jy ! Component: 450 - total flux cleaned = 0.00172681 Jy ! Component: 500 - total flux cleaned = 0.00187941 Jy ! Component: 550 - total flux cleaned = 0.00187961 Jy ! Component: 600 - total flux cleaned = 0.00198876 Jy ! Component: 650 - total flux cleaned = 0.00205852 Jy ! Component: 700 - total flux cleaned = 0.0019902 Jy ! Component: 750 - total flux cleaned = 0.00192355 Jy ! Component: 800 - total flux cleaned = 0.00185818 Jy ! Component: 850 - total flux cleaned = 0.00195313 Jy ! Component: 900 - total flux cleaned = 0.00198349 Jy ! Component: 950 - total flux cleaned = 0.00210397 Jy ! Component: 1000 - total flux cleaned = 0.00210448 Jy ! Component: 1050 - total flux cleaned = 0.00224933 Jy ! Component: 1100 - total flux cleaned = 0.00224937 Jy ! Component: 1150 - total flux cleaned = 0.0023049 Jy ! Component: 1200 - total flux cleaned = 0.0023328 Jy ! Component: 1250 - total flux cleaned = 0.00235997 Jy ! Component: 1300 - total flux cleaned = 0.00243974 Jy ! Component: 1350 - total flux cleaned = 0.00243962 Jy ! Component: 1400 - total flux cleaned = 0.00246587 Jy ! Component: 1450 - total flux cleaned = 0.00254165 Jy ! Component: 1500 - total flux cleaned = 0.00268994 Jy ! Component: 1550 - total flux cleaned = 0.00266546 Jy ! Component: 1600 - total flux cleaned = 0.00273722 Jy ! Component: 1650 - total flux cleaned = 0.00276113 Jy ! Component: 1700 - total flux cleaned = 0.00285357 Jy ! Component: 1750 - total flux cleaned = 0.00276192 Jy ! Component: 1800 - total flux cleaned = 0.00280773 Jy ! Component: 1850 - total flux cleaned = 0.00280792 Jy ! Component: 1900 - total flux cleaned = 0.00280788 Jy ! Component: 1950 - total flux cleaned = 0.00280789 Jy ! Component: 2000 - total flux cleaned = 0.00295898 Jy ! Component: 2050 - total flux cleaned = 0.00308689 Jy ! Component: 2100 - total flux cleaned = 0.00310814 Jy ! Component: 2150 - total flux cleaned = 0.00321271 Jy ! Component: 2200 - total flux cleaned = 0.00325393 Jy ! Component: 2250 - total flux cleaned = 0.00331493 Jy ! Component: 2300 - total flux cleaned = 0.00327426 Jy ! Component: 2350 - total flux cleaned = 0.00323429 Jy ! Component: 2400 - total flux cleaned = 0.00335352 Jy ! Component: 2450 - total flux cleaned = 0.00335357 Jy ! Component: 2500 - total flux cleaned = 0.00335378 Jy ! Component: 2550 - total flux cleaned = 0.00329576 Jy ! Component: 2600 - total flux cleaned = 0.00337215 Jy ! Component: 2650 - total flux cleaned = 0.00329603 Jy ! Component: 2700 - total flux cleaned = 0.003315 Jy ! Component: 2750 - total flux cleaned = 0.00337109 Jy ! Component: 2800 - total flux cleaned = 0.0033341 Jy ! Component: 2850 - total flux cleaned = 0.00329768 Jy ! Component: 2900 - total flux cleaned = 0.00329781 Jy ! Component: 2950 - total flux cleaned = 0.00327965 Jy ! Component: 3000 - total flux cleaned = 0.00327958 Jy ! Component: 3050 - total flux cleaned = 0.00324393 Jy ! Component: 3100 - total flux cleaned = 0.00320836 Jy ! Component: 3150 - total flux cleaned = 0.00310316 Jy ! Component: 3200 - total flux cleaned = 0.00313788 Jy ! Component: 3250 - total flux cleaned = 0.00312044 Jy ! Component: 3300 - total flux cleaned = 0.00303475 Jy ! Component: 3350 - total flux cleaned = 0.00305204 Jy ! Component: 3400 - total flux cleaned = 0.00303501 Jy ! Component: 3450 - total flux cleaned = 0.00300132 Jy ! Component: 3500 - total flux cleaned = 0.00295105 Jy ! Component: 3550 - total flux cleaned = 0.00295102 Jy ! Component: 3600 - total flux cleaned = 0.00291791 Jy ! Component: 3650 - total flux cleaned = 0.00288504 Jy ! Component: 3700 - total flux cleaned = 0.00283586 Jy ! Component: 3750 - total flux cleaned = 0.00278697 Jy ! Component: 3800 - total flux cleaned = 0.00277067 Jy ! Component: 3850 - total flux cleaned = 0.00273852 Jy ! Component: 3900 - total flux cleaned = 0.00273853 Jy ! Component: 3950 - total flux cleaned = 0.00269069 Jy ! Component: 4000 - total flux cleaned = 0.00270662 Jy ! Component: 4050 - total flux cleaned = 0.00269084 Jy ! Total flux subtracted in 4096 components = 0.00267501 Jy ! Clean residual min=-0.001122 max=0.000933 Jy/beam ! Clean residual mean=-0.000001 rms=0.000269 Jy/beam ! Combined flux in latest and established models = 0.230574 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 403 components and 0.230574 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsb_uvs/J0205+7522_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9862 x 2.798 at 1.351 degrees (North through East) ! Clean map min=-0.0042357 max=0.097161 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsb_uvs/J0205+7522_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0971606 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000270503 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.835225 0.835225 1.67045 3.3409 6.6818 13.3636 26.7272 53.4544 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.097 quit ! Quitting program ! Log file /g0/scr/pima/npcsb_uvs/J0205+7522_X_uvs.log closed on Wed Sep 25 00:03:20 2013