! Started logfile: /scr/pima/gc030_uvs/J1558+3323_X_uvs.log on Fri Apr 22 08:50:23 2016 obs /scr/pima/gc030_uvs/J1558+3323_X_uva.fits ! Reading UV FITS file: /scr/pima/gc030_uvs/J1558+3323_X_uva.fits ! AN table 1: 70 integrations on 36 of 36 possible baselines. ! AN table 2: 140 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.973913 visibilities/baseline/integration-bin. ! Found source: J1558+3323 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.37724e+09 8e+06 1 8e+06 ! 02 2 8.38499e+09 8e+06 1 8e+06 ! 03 3 8.39324e+09 8e+06 1 8e+06 ! 04 4 8.40099e+09 8e+06 1 8e+06 ! 05 5 8.40924e+09 8e+06 1 8e+06 ! 06 6 8.41699e+09 8e+06 1 8e+06 ! 07 7 8.42524e+09 8e+06 1 8e+06 ! 08 8 8.43299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 139 lines of history. ! ! Reading 50176 visibilities. select rr, 1,2,3,4,6,7,8 ! Selecting polarization: RR, channels: 1..4 6..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: (none) ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 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 /scr/pima/gc030_uvs/J1558+3323_X] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 29 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 29 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 29 telescope corrections were flagged in sub-array 2. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! A total of 70 telescope corrections were flagged in sub-array 1. ! A total of 169 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 7. ! A total of 29 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 8. ! A total of 29 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.022430Jy sigma=14.295370 ! Fit after self-cal, rms=0.874962Jy sigma=12.095449 ! 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.4805 mas, bmaj=1.54 mas, bpa=5.649 degrees ! Estimated noise=0.651454 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.109185 Jy ! Component: 100 - total flux cleaned = 0.13447 Jy ! Total flux subtracted in 100 components = 0.13447 Jy ! Clean residual min=-0.008641 max=0.009217 Jy/beam ! Clean residual mean=-0.000002 rms=0.001965 Jy/beam ! Combined flux in latest and established models = 0.13447 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.13447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.108818Jy sigma=0.842582 ! Fit after self-cal, rms=0.108599Jy sigma=0.841017 ! 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.5552 mas, bmaj=1.519 mas, bpa=4.332 degrees ! Estimated noise=0.318616 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.0059147 Jy ! Component: 100 - total flux cleaned = 0.00592287 Jy ! Component: 150 - total flux cleaned = 0.00566671 Jy ! Component: 200 - total flux cleaned = 0.00542053 Jy ! Total flux subtracted in 200 components = 0.00542053 Jy ! Clean residual min=-0.004759 max=0.005172 Jy/beam ! Clean residual mean=-0.000012 rms=0.001303 Jy/beam ! Combined flux in latest and established models = 0.139891 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 18 components and 0.139891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.108126Jy sigma=0.822001 ! Fit after self-cal, rms=0.108244Jy sigma=0.821903 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.5552 x 1.519 at 4.332 degrees (North through East) ! Clean map min=-0.0042673 max=0.13226 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 HN 0.86 KP 1.00 LA 1.16 ! MK 0.85 NL 1.06 OV 1.01 PT 1.02 ! SC 1.10 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 EB 0.99 HN 0.84 KP 1.01 ! LA 0.92 NL 1.09 PT 1.06 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 HN 0.86 KP 0.99 LA 1.15 ! MK 0.87 NL 1.06 OV 1.08 PT 1.03 ! SC 1.06 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 EB 1.00 HN 0.83 KP 1.00 ! LA 0.87 NL 1.07 PT 1.06 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 HN 0.86 KP 1.01 LA 1.16 ! MK 0.88 NL 1.08 OV 1.05 PT 1.04 ! SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 EB 0.99 HN 0.85 KP 1.02 ! LA 0.87 NL 1.09 PT 1.07 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* EB 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* PT 1.00* SC 1.00* ! ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! A total of 18 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 EB 1.02 HN 1.00* KP 1.01 ! LA 0.90 NL 1.08 PT 1.05 SC 0.98 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* EB 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* PT 1.00* SC 1.00* ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* EB 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.108244Jy sigma=0.821903 ! Fit after self-cal, rms=0.104790Jy sigma=0.810785 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.5547 mas, bmaj=1.523 mas, bpa=4.327 degrees ! Estimated noise=0.316475 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.00047355 Jy ! Component: 100 - total flux cleaned = -0.000530531 Jy ! Component: 150 - total flux cleaned = -0.000548725 Jy ! Component: 200 - total flux cleaned = -0.000583123 Jy ! Total flux subtracted in 200 components = -0.000583123 Jy ! Clean residual min=-0.003427 max=0.003931 Jy/beam ! Clean residual mean=0.000003 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.139308 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 22 components and 0.139308 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.104765Jy sigma=0.810489 ! Fit after self-cal, rms=0.104823Jy sigma=0.810137 ! 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. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.104823Jy sigma=0.810137 ! Fit after self-cal, rms=0.106067Jy sigma=0.802922 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.5564 mas, bmaj=1.517 mas, bpa=4.348 degrees ! Estimated noise=0.31875 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000549017 Jy ! Component: 100 - total flux cleaned = 0.000495838 Jy ! Component: 150 - total flux cleaned = 0.000460289 Jy ! Component: 200 - total flux cleaned = 0.000461038 Jy ! Total flux subtracted in 200 components = 0.000461038 Jy ! Clean residual min=-0.002807 max=0.002686 Jy/beam ! Clean residual mean=-0.000004 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.139769 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.139769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.106052Jy sigma=0.802530 ! Fit after self-cal, rms=0.106113Jy sigma=0.802466 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.69231e-05 Jy ! Component: 100 - total flux cleaned = 6.74782e-05 Jy ! Component: 150 - total flux cleaned = 5.9802e-05 Jy ! Component: 200 - total flux cleaned = 4.52043e-05 Jy ! Total flux subtracted in 200 components = 4.52043e-05 Jy ! Clean residual min=-0.002779 max=0.002695 Jy/beam ! Clean residual mean=-0.000004 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.139814 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 28 components and 0.139814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.106110Jy sigma=0.802472 ! Fit after self-cal, rms=0.106114Jy sigma=0.802465 ! 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. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.106114Jy sigma=0.802465 ! Fit after self-cal, rms=0.105815Jy sigma=0.801771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.558 mas, bmaj=1.508 mas, bpa=4.368 degrees ! Estimated noise=0.319594 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00029964 Jy ! Component: 100 - total flux cleaned = 0.00025645 Jy ! Component: 150 - total flux cleaned = 0.000225503 Jy ! Component: 200 - total flux cleaned = 0.000224479 Jy ! Total flux subtracted in 200 components = 0.000224479 Jy ! Clean residual min=-0.002777 max=0.002621 Jy/beam ! Clean residual mean=-0.000005 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.140038 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 29 components and 0.140038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.105804Jy sigma=0.801546 ! Fit after self-cal, rms=0.105808Jy sigma=0.801530 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 = -1.45371e-05 Jy ! Component: 100 - total flux cleaned = -3.12008e-05 Jy ! Component: 150 - total flux cleaned = -2.50268e-05 Jy ! Component: 200 - total flux cleaned = -1.8872e-05 Jy ! Total flux subtracted in 200 components = -1.8872e-05 Jy ! Clean residual min=-0.002762 max=0.002625 Jy/beam ! Clean residual mean=-0.000005 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.140019 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 31 components and 0.140019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.105805Jy sigma=0.801545 ! Fit after self-cal, rms=0.105808Jy sigma=0.801540 ! 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. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.105808Jy sigma=0.801540 ! Fit after self-cal, rms=0.105684Jy sigma=0.801325 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.309 mas, bmaj=2.572 mas, bpa=21.84 degrees ! Estimated noise=0.620163 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000604796 Jy ! Component: 100 - total flux cleaned = 0.000672592 Jy ! Component: 150 - total flux cleaned = 0.000701865 Jy ! Component: 200 - total flux cleaned = 0.000673881 Jy ! Total flux subtracted in 200 components = 0.000673881 Jy ! Clean residual min=-0.004117 max=0.003973 Jy/beam ! Clean residual mean=-0.000019 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.140693 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 33 components and 0.140693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.105694Jy sigma=0.801358 ! Fit after self-cal, rms=0.105682Jy sigma=0.801279 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.6084e-05 Jy ! Component: 100 - total flux cleaned = -2.86213e-05 Jy ! Component: 150 - total flux cleaned = -2.79707e-05 Jy ! Component: 200 - total flux cleaned = -4.97616e-05 Jy ! Total flux subtracted in 200 components = -4.97616e-05 Jy ! Clean residual min=-0.004077 max=0.003981 Jy/beam ! Clean residual mean=-0.000019 rms=0.001062 Jy/beam ! Combined flux in latest and established models = 0.140644 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 33 components and 0.140644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.105694Jy sigma=0.801511 ! Fit after self-cal, rms=0.105700Jy sigma=0.801479 ! 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.5593 mas, bmaj=1.502 mas, bpa=4.381 degrees ! Estimated noise=0.320305 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.5593 x 1.502 at 4.381 degrees (North through East) ! Clean map min=-0.0027702 max=0.13185 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.4836 mas, bmaj=1.524 mas, bpa=5.69 degrees ! Estimated noise=0.652931 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.10949 Jy ! Component: 100 - total flux cleaned = 0.135533 Jy ! Component: 150 - total flux cleaned = 0.142825 Jy ! Component: 200 - total flux cleaned = 0.143105 Jy ! Total flux subtracted in 200 components = 0.143105 Jy ! Clean residual min=-0.004298 max=0.004116 Jy/beam ! Clean residual mean=0.000002 rms=0.000959 Jy/beam ! Combined flux in latest and established models = 0.143105 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.143105 Jy ! Inverting map and beam ! Estimated beam: bmin=0.5593 mas, bmaj=1.502 mas, bpa=4.381 degrees ! Estimated noise=0.320305 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.002515 Jy ! Component: 100 - total flux cleaned = -0.00266529 Jy ! Component: 150 - total flux cleaned = -0.00271101 Jy ! Component: 200 - total flux cleaned = -0.0028136 Jy ! Total flux subtracted in 200 components = -0.0028136 Jy ! Clean residual min=-0.002756 max=0.002671 Jy/beam ! Clean residual mean=-0.000004 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.140291 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 20 components and 0.140291 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.309 mas, bmaj=2.572 mas, bpa=21.84 degrees ! Estimated noise=0.620163 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000274338 Jy ! Component: 100 - total flux cleaned = 0.000362348 Jy ! Component: 150 - total flux cleaned = 0.000401303 Jy ! Component: 200 - total flux cleaned = 0.00036674 Jy ! Total flux subtracted in 200 components = 0.00036674 Jy ! Clean residual min=-0.004149 max=0.003943 Jy/beam ! Clean residual mean=-0.000019 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.140658 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.36676e-06 Jy ! Component: 100 - total flux cleaned = -2.46541e-06 Jy ! Component: 150 - total flux cleaned = -3.07341e-05 Jy ! Component: 200 - total flux cleaned = -5.49309e-05 Jy ! Total flux subtracted in 200 components = -5.49309e-05 Jy ! Clean residual min=-0.004106 max=0.003959 Jy/beam ! Clean residual mean=-0.000019 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.140603 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 25 components and 0.140603 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.5593 mas, bmaj=1.502 mas, bpa=4.381 degrees ! Estimated noise=0.320305 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000133824 Jy ! Component: 100 - total flux cleaned = -8.61638e-05 Jy ! Component: 150 - total flux cleaned = -0.000229031 Jy ! Component: 200 - total flux cleaned = -0.0002292 Jy ! Total flux subtracted in 200 components = -0.0002292 Jy ! Clean residual min=-0.002867 max=0.002607 Jy/beam ! Clean residual mean=-0.000004 rms=0.000654 Jy/beam ! Combined flux in latest and established models = 0.140374 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 32 components and 0.140374 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.105683Jy sigma=0.801180 ! Fit after self-cal, rms=0.105687Jy sigma=0.801150 wmodel /scr/pima/gc030_uvs/J1558+3323_X_map.mod ! Writing 32 model components to file: /scr/pima/gc030_uvs/J1558+3323_X_map.mod wobs /scr/pima/gc030_uvs/J1558+3323_X_uvs.fits ! Writing UV FITS file: /scr/pima/gc030_uvs/J1558+3323_X_uvs.fits wwins /scr/pima/gc030_uvs/J1558+3323_X_map.win ! wwins: Wrote 1 windows to /scr/pima/gc030_uvs/J1558+3323_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.000423556 Jy ! Component: 100 - total flux cleaned = -0.000378583 Jy ! Component: 150 - total flux cleaned = -0.000421554 Jy ! Component: 200 - total flux cleaned = -0.000421067 Jy ! Component: 250 - total flux cleaned = -0.00046098 Jy ! Component: 300 - total flux cleaned = -0.000539075 Jy ! Component: 350 - total flux cleaned = -0.000650636 Jy ! Component: 400 - total flux cleaned = -0.000685656 Jy ! Component: 450 - total flux cleaned = -0.000719384 Jy ! Component: 500 - total flux cleaned = -0.000751836 Jy ! Component: 550 - total flux cleaned = -0.000719736 Jy ! Component: 600 - total flux cleaned = -0.000657525 Jy ! Component: 650 - total flux cleaned = -0.000657668 Jy ! Component: 700 - total flux cleaned = -0.000627953 Jy ! Component: 750 - total flux cleaned = -0.00057008 Jy ! Component: 800 - total flux cleaned = -0.000513527 Jy ! Component: 850 - total flux cleaned = -0.000486487 Jy ! Component: 900 - total flux cleaned = -0.000459588 Jy ! Component: 950 - total flux cleaned = -0.000433544 Jy ! Component: 1000 - total flux cleaned = -0.000408287 Jy ! Component: 1050 - total flux cleaned = -0.000383696 Jy ! Component: 1100 - total flux cleaned = -0.000407696 Jy ! Component: 1150 - total flux cleaned = -0.000431356 Jy ! Component: 1200 - total flux cleaned = -0.000384683 Jy ! Component: 1250 - total flux cleaned = -0.00031675 Jy ! Component: 1300 - total flux cleaned = -0.000316923 Jy ! Component: 1350 - total flux cleaned = -0.000251463 Jy ! Component: 1400 - total flux cleaned = -0.000187595 Jy ! Component: 1450 - total flux cleaned = -0.000187878 Jy ! Component: 1500 - total flux cleaned = -0.000106012 Jy ! Component: 1550 - total flux cleaned = -0.000146864 Jy ! Component: 1600 - total flux cleaned = -6.70003e-05 Jy ! Component: 1650 - total flux cleaned = 1.10824e-05 Jy ! Component: 1700 - total flux cleaned = 4.95349e-05 Jy ! Component: 1750 - total flux cleaned = 0.000125428 Jy ! Component: 1800 - total flux cleaned = 0.000162553 Jy ! Component: 1850 - total flux cleaned = 0.000199071 Jy ! Component: 1900 - total flux cleaned = 0.000235277 Jy ! Component: 1950 - total flux cleaned = 0.000217567 Jy ! Component: 2000 - total flux cleaned = 0.00023525 Jy ! Component: 2050 - total flux cleaned = 0.000235275 Jy ! Component: 2100 - total flux cleaned = 0.000218094 Jy ! Component: 2150 - total flux cleaned = 0.000218207 Jy ! Component: 2200 - total flux cleaned = 0.000168388 Jy ! Component: 2250 - total flux cleaned = 0.000168782 Jy ! Component: 2300 - total flux cleaned = 0.000168769 Jy ! Component: 2350 - total flux cleaned = 0.000152837 Jy ! Component: 2400 - total flux cleaned = 8.98951e-05 Jy ! Component: 2450 - total flux cleaned = 7.43495e-05 Jy ! Component: 2500 - total flux cleaned = 9.00366e-05 Jy ! Component: 2550 - total flux cleaned = 5.93001e-05 Jy ! Component: 2600 - total flux cleaned = 2.92177e-05 Jy ! Component: 2650 - total flux cleaned = 1.42328e-05 Jy ! Component: 2700 - total flux cleaned = -2.99988e-05 Jy ! Component: 2750 - total flux cleaned = -3.00386e-05 Jy ! Component: 2800 - total flux cleaned = -5.86808e-05 Jy ! Component: 2850 - total flux cleaned = -7.28877e-05 Jy ! Component: 2900 - total flux cleaned = -0.000100848 Jy ! Component: 2950 - total flux cleaned = -5.91218e-05 Jy ! Component: 3000 - total flux cleaned = -8.67258e-05 Jy ! Component: 3050 - total flux cleaned = -0.000100309 Jy ! Component: 3100 - total flux cleaned = -0.000100448 Jy ! Component: 3150 - total flux cleaned = -0.000140484 Jy ! Component: 3200 - total flux cleaned = -0.000232827 Jy ! Component: 3250 - total flux cleaned = -0.000219711 Jy ! Component: 3300 - total flux cleaned = -0.000284234 Jy ! Component: 3350 - total flux cleaned = -0.000309924 Jy ! Component: 3400 - total flux cleaned = -0.000335255 Jy ! Component: 3450 - total flux cleaned = -0.000410514 Jy ! Component: 3500 - total flux cleaned = -0.000385501 Jy ! Component: 3550 - total flux cleaned = -0.000410142 Jy ! Component: 3600 - total flux cleaned = -0.000434348 Jy ! Component: 3650 - total flux cleaned = -0.000446361 Jy ! Component: 3700 - total flux cleaned = -0.000410503 Jy ! Component: 3750 - total flux cleaned = -0.000481745 Jy ! Component: 3800 - total flux cleaned = -0.000481674 Jy ! Component: 3850 - total flux cleaned = -0.000505124 Jy ! Component: 3900 - total flux cleaned = -0.00054 Jy ! Component: 3950 - total flux cleaned = -0.000597391 Jy ! Component: 4000 - total flux cleaned = -0.000619974 Jy ! Component: 4050 - total flux cleaned = -0.000653708 Jy ! Total flux subtracted in 4096 components = -0.000664835 Jy ! Clean residual min=-0.000619 max=0.000592 Jy/beam ! Clean residual mean=-0.000008 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.139709 Jy keep ! Adding 329 model components to the UV plane model. ! The established model now contains 361 components and 0.139709 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/gc030_uvs/J1558+3323_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.5593 x 1.502 at 4.381 degrees (North through East) ! Clean map min=-0.0014753 max=0.13271 Jy/beam ! Writing clean map to FITS file: /scr/pima/gc030_uvs/J1558+3323_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.132707 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000192781 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.435804 0.435804 0.871608 1.74322 3.48643 6.97287 13.9457 27.8915 55.7829 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.132 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 688.382 quit ! Quitting program ! Log file /scr/pima/gc030_uvs/J1558+3323_X_uvs.log closed on Fri Apr 22 08:50:29 2016