! Started logfile: /scr/pima/rdv93_uvs/J1610+2414_S_uvs.log on Tue Sep 24 17:08:10 2013 obs /scr/pima/rdv93_uvs/J1610+2414_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1610+2414_S_uva.fits ! AN table 1: 51 integrations on 36 of 36 possible baselines. ! AN table 2: 105 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.671652 visibilities/baseline/integration-bin. ! Found source: J1610+2414 ! ! 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.23693e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26693e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35693e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37693e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 15088 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /scr/pima/rdv93_uvs/J1610+2414_S] 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 47 telescope corrections were flagged in sub-array 1. ! A total of 232 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 47 telescope corrections were flagged in sub-array 1. ! A total of 232 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 47 telescope corrections were flagged in sub-array 1. ! A total of 232 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 47 telescope corrections were flagged in sub-array 1. ! A total of 232 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.022822Jy sigma=1.526820 ! Fit after self-cal, rms=0.801088Jy sigma=1.192079 ! 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=4.078 mas, bmaj=5.24 mas, bpa=-29.76 degrees ! Estimated noise=6.32688 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.156356 Jy ! Component: 100 - total flux cleaned = 0.191825 Jy ! Total flux subtracted in 100 components = 0.191825 Jy ! Clean residual min=-0.007197 max=0.012060 Jy/beam ! Clean residual mean=0.000008 rms=0.001908 Jy/beam ! Combined flux in latest and established models = 0.191825 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.191825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116417Jy sigma=0.160493 ! Fit after self-cal, rms=0.116374Jy sigma=0.160436 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123716 Jy ! Component: 100 - total flux cleaned = 0.0188198 Jy ! Total flux subtracted in 100 components = 0.0188198 Jy ! Clean residual min=-0.007142 max=0.007083 Jy/beam ! Clean residual mean=0.000004 rms=0.001582 Jy/beam ! Combined flux in latest and established models = 0.210645 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 23 components and 0.210645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114621Jy sigma=0.157580 ! Fit after self-cal, rms=0.114616Jy sigma=0.157568 ! 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=5.543 mas, bmaj=6.338 mas, bpa=-42.93 degrees ! Estimated noise=3.9572 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.006299 Jy ! Component: 100 - total flux cleaned = 0.00929219 Jy ! Component: 150 - total flux cleaned = 0.0108695 Jy ! Component: 200 - total flux cleaned = 0.0115212 Jy ! Total flux subtracted in 200 components = 0.0115212 Jy ! Clean residual min=-0.006493 max=0.007142 Jy/beam ! Clean residual mean=0.000006 rms=0.001659 Jy/beam ! Combined flux in latest and established models = 0.222166 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 34 components and 0.222166 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114294Jy sigma=0.157071 ! Fit after self-cal, rms=0.114293Jy sigma=0.157057 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.03 HN 0.92 KP 0.99 ! LA 1.14 NL 0.99 OV 0.93 PT 0.99 ! SC 0.95 ! ! A total of 9 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 1.00 HN 0.96 KP 1.04 ! LA 1.10 MK 0.85 NL 1.01 OV 1.01 ! PT 1.01 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.10 HN 1.04 KP 1.01 ! LA 1.01 NL 1.06 OV 1.02 PT 0.97 ! SC 1.01 ! ! A total of 9 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 1.12 HN 1.06 KP 1.04 ! LA 1.02 MK 0.97 NL 1.03 OV 1.04 ! PT 1.03 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 1.08 HN 0.97 KP 0.88 ! LA 0.99 NL 1.10 OV 1.02 PT 1.08 ! SC 0.92 ! ! A total of 9 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.09 FD 1.10 HN 1.00 KP 0.90 ! LA 0.96 MK 1.00 NL 1.08 OV 1.03 ! PT 1.12 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.57 FD 1.07 HN 0.90 KP 0.84 ! LA 0.82 NL 1.03 OV 0.89 PT 0.95 ! SC 0.97 ! ! A total of 9 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 1.07 HN 0.95 KP 0.84 ! LA 0.80 MK 1.07 NL 1.00 OV 0.88 ! PT 0.95 ! ! ! Fit before self-cal, rms=0.114293Jy sigma=0.157057 ! Fit after self-cal, rms=0.110176Jy sigma=0.151091 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.501 mas, bmaj=6.334 mas, bpa=-40.54 degrees ! Estimated noise=3.96055 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.00120947 Jy ! Component: 100 - total flux cleaned = 0.00128775 Jy ! Component: 150 - total flux cleaned = 0.00132041 Jy ! Component: 200 - total flux cleaned = 0.00132095 Jy ! Total flux subtracted in 200 components = 0.00132095 Jy ! Clean residual min=-0.004393 max=0.004961 Jy/beam ! Clean residual mean=-0.000001 rms=0.001193 Jy/beam ! Combined flux in latest and established models = 0.223487 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.223487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110146Jy sigma=0.151050 ! Fit after self-cal, rms=0.110326Jy sigma=0.150970 ! 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.110326Jy sigma=0.150970 ! Fit after self-cal, rms=0.110045Jy sigma=0.150803 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.501 mas, bmaj=6.328 mas, bpa=-40.66 degrees ! Estimated noise=3.96286 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000241948 Jy ! Component: 100 - total flux cleaned = 0.00021538 Jy ! Component: 150 - total flux cleaned = 0.000259434 Jy ! Component: 200 - total flux cleaned = 0.000320155 Jy ! Total flux subtracted in 200 components = 0.000320155 Jy ! Clean residual min=-0.004186 max=0.005048 Jy/beam ! Clean residual mean=0.000008 rms=0.001155 Jy/beam ! Combined flux in latest and established models = 0.223807 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 48 components and 0.223807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110036Jy sigma=0.150785 ! Fit after self-cal, rms=0.110041Jy sigma=0.150781 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 (-36, -28). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00452182 Jy ! Component: 100 - total flux cleaned = 0.00560624 Jy ! Component: 150 - total flux cleaned = 0.00637368 Jy ! Component: 200 - total flux cleaned = 0.00659322 Jy ! Total flux subtracted in 200 components = 0.00659322 Jy ! Clean residual min=-0.003832 max=0.003720 Jy/beam ! Clean residual mean=0.000005 rms=0.001046 Jy/beam ! Combined flux in latest and established models = 0.230401 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 81 components and 0.230401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109789Jy sigma=0.150546 ! Fit after self-cal, rms=0.109767Jy sigma=0.150515 ! 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.109767Jy sigma=0.150515 ! Fit after self-cal, rms=0.109815Jy sigma=0.150491 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.495 mas, bmaj=6.328 mas, bpa=-40.49 degrees ! Estimated noise=3.96131 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00130425 Jy ! Component: 100 - total flux cleaned = 0.00183224 Jy ! Component: 150 - total flux cleaned = 0.002002 Jy ! Component: 200 - total flux cleaned = 0.00214544 Jy ! Total flux subtracted in 200 components = 0.00214544 Jy ! Clean residual min=-0.003917 max=0.003771 Jy/beam ! Clean residual mean=0.000010 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.232546 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 97 components and 0.232546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109748Jy sigma=0.150451 ! Fit after self-cal, rms=0.109754Jy sigma=0.150445 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.000291212 Jy ! Component: 100 - total flux cleaned = 0.000352494 Jy ! Component: 150 - total flux cleaned = 0.000381273 Jy ! Component: 200 - total flux cleaned = 0.000381639 Jy ! Total flux subtracted in 200 components = 0.000381639 Jy ! Clean residual min=-0.004106 max=0.003766 Jy/beam ! Clean residual mean=0.000009 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.232928 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 103 components and 0.232928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109733Jy sigma=0.150432 ! Fit after self-cal, rms=0.109731Jy sigma=0.150432 ! 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.109731Jy sigma=0.150432 ! Fit after self-cal, rms=0.109778Jy sigma=0.150421 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.19 mas, bmaj=10.33 mas, bpa=-26.63 degrees ! Estimated noise=4.53498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000731098 Jy ! Component: 100 - total flux cleaned = 0.00119706 Jy ! Component: 150 - total flux cleaned = 0.00151963 Jy ! Component: 200 - total flux cleaned = 0.00156625 Jy ! Total flux subtracted in 200 components = 0.00156625 Jy ! Clean residual min=-0.004992 max=0.004471 Jy/beam ! Clean residual mean=0.000023 rms=0.001417 Jy/beam ! Combined flux in latest and established models = 0.234494 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 110 components and 0.234494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109762Jy sigma=0.150424 ! Fit after self-cal, rms=0.109762Jy sigma=0.150420 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 = -6.99966e-06 Jy ! Component: 100 - total flux cleaned = 3.84128e-05 Jy ! Component: 150 - total flux cleaned = 7.74613e-05 Jy ! Component: 200 - total flux cleaned = 0.000112208 Jy ! Total flux subtracted in 200 components = 0.000112208 Jy ! Clean residual min=-0.005057 max=0.004478 Jy/beam ! Clean residual mean=0.000022 rms=0.001418 Jy/beam ! Combined flux in latest and established models = 0.234606 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 116 components and 0.234606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109760Jy sigma=0.150421 ! Fit after self-cal, rms=0.109755Jy sigma=0.150419 ! 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=5.494 mas, bmaj=6.329 mas, bpa=-40.56 degrees ! Estimated noise=3.96327 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.494 x 6.329 at -40.56 degrees (North through East) ! Clean map min=-0.0041869 max=0.203 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=4.036 mas, bmaj=5.23 mas, bpa=-28.84 degrees ! Estimated noise=6.31376 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.155612 Jy ! Component: 100 - total flux cleaned = 0.191964 Jy ! Component: 150 - total flux cleaned = 0.205398 Jy ! Component: 200 - total flux cleaned = 0.212674 Jy ! Total flux subtracted in 200 components = 0.212674 Jy ! Clean residual min=-0.004663 max=0.005059 Jy/beam ! Clean residual mean=0.000006 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.212674 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.212674 Jy ! Inverting map and beam ! Estimated beam: bmin=5.494 mas, bmaj=6.329 mas, bpa=-40.56 degrees ! Estimated noise=3.96327 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) ! Added new window around map position (-5.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00763546 Jy ! Component: 100 - total flux cleaned = 0.0119808 Jy ! Component: 150 - total flux cleaned = 0.0142066 Jy ! Component: 200 - total flux cleaned = 0.0160059 Jy ! Total flux subtracted in 200 components = 0.0160059 Jy ! Clean residual min=-0.004104 max=0.003691 Jy/beam ! Clean residual mean=0.000013 rms=0.001059 Jy/beam ! Combined flux in latest and established models = 0.22868 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 79 components and 0.22868 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=10.19 mas, bmaj=10.33 mas, bpa=-26.63 degrees ! Estimated noise=4.53498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00229457 Jy ! Component: 100 - total flux cleaned = 0.00353713 Jy ! Component: 150 - total flux cleaned = 0.00451462 Jy ! Component: 200 - total flux cleaned = 0.00533803 Jy ! Total flux subtracted in 200 components = 0.00533803 Jy ! Clean residual min=-0.005062 max=0.004349 Jy/beam ! Clean residual mean=0.000023 rms=0.001418 Jy/beam ! Combined flux in latest and established models = 0.234018 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.000607309 Jy ! Component: 100 - total flux cleaned = 0.00112357 Jy ! Component: 150 - total flux cleaned = 0.00132399 Jy ! Component: 200 - total flux cleaned = 0.00147646 Jy ! Total flux subtracted in 200 components = 0.00147646 Jy ! Clean residual min=-0.005098 max=0.004392 Jy/beam ! Clean residual mean=0.000024 rms=0.001404 Jy/beam ! Combined flux in latest and established models = 0.235495 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 117 components and 0.235495 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.494 mas, bmaj=6.329 mas, bpa=-40.56 degrees ! Estimated noise=3.96327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00021979 Jy ! Component: 100 - total flux cleaned = -0.000334684 Jy ! Component: 150 - total flux cleaned = -0.000472961 Jy ! Component: 200 - total flux cleaned = -0.000504336 Jy ! Total flux subtracted in 200 components = -0.000504336 Jy ! Clean residual min=-0.004318 max=0.003728 Jy/beam ! Clean residual mean=0.000014 rms=0.000993 Jy/beam ! Combined flux in latest and established models = 0.23499 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 134 components and 0.23499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109713Jy sigma=0.150337 ! Fit after self-cal, rms=0.109702Jy sigma=0.150324 wmodel /scr/pima/rdv93_uvs/J1610+2414_S_map.mod ! Writing 134 model components to file: /scr/pima/rdv93_uvs/J1610+2414_S_map.mod wobs /scr/pima/rdv93_uvs/J1610+2414_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1610+2414_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1610+2414_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv93_uvs/J1610+2414_S_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.00151656 Jy ! Component: 100 - total flux cleaned = -0.00232064 Jy ! Component: 150 - total flux cleaned = -0.00269165 Jy ! Component: 200 - total flux cleaned = -0.0032148 Jy ! Component: 250 - total flux cleaned = -0.00371288 Jy ! Component: 300 - total flux cleaned = -0.00408144 Jy ! Component: 350 - total flux cleaned = -0.00423268 Jy ! Component: 400 - total flux cleaned = -0.00428017 Jy ! Component: 450 - total flux cleaned = -0.00423285 Jy ! Component: 500 - total flux cleaned = -0.00427777 Jy ! Component: 550 - total flux cleaned = -0.00427658 Jy ! Component: 600 - total flux cleaned = -0.00419084 Jy ! Component: 650 - total flux cleaned = -0.00423112 Jy ! Component: 700 - total flux cleaned = -0.00423083 Jy ! Component: 750 - total flux cleaned = -0.00419274 Jy ! Component: 800 - total flux cleaned = -0.00434442 Jy ! Component: 850 - total flux cleaned = -0.00434275 Jy ! Component: 900 - total flux cleaned = -0.00419589 Jy ! Component: 950 - total flux cleaned = -0.00415986 Jy ! Component: 1000 - total flux cleaned = -0.00405515 Jy ! Component: 1050 - total flux cleaned = -0.00398675 Jy ! Component: 1100 - total flux cleaned = -0.00388549 Jy ! Component: 1150 - total flux cleaned = -0.00385217 Jy ! Component: 1200 - total flux cleaned = -0.00368934 Jy ! Component: 1250 - total flux cleaned = -0.00365746 Jy ! Component: 1300 - total flux cleaned = -0.00359462 Jy ! Component: 1350 - total flux cleaned = -0.00350129 Jy ! Component: 1400 - total flux cleaned = -0.00350044 Jy ! Component: 1450 - total flux cleaned = -0.00332046 Jy ! Component: 1500 - total flux cleaned = -0.0032911 Jy ! Component: 1550 - total flux cleaned = -0.00332012 Jy ! Component: 1600 - total flux cleaned = -0.0032628 Jy ! Component: 1650 - total flux cleaned = -0.00326301 Jy ! Component: 1700 - total flux cleaned = -0.00326264 Jy ! Component: 1750 - total flux cleaned = -0.00318051 Jy ! Component: 1800 - total flux cleaned = -0.00318093 Jy ! Component: 1850 - total flux cleaned = -0.00315433 Jy ! Component: 1900 - total flux cleaned = -0.00320694 Jy ! Component: 1950 - total flux cleaned = -0.00318071 Jy ! Component: 2000 - total flux cleaned = -0.00312916 Jy ! Component: 2050 - total flux cleaned = -0.00307802 Jy ! Component: 2100 - total flux cleaned = -0.00307759 Jy ! Component: 2150 - total flux cleaned = -0.00302848 Jy ! Component: 2200 - total flux cleaned = -0.00307722 Jy ! Component: 2250 - total flux cleaned = -0.00305273 Jy ! Component: 2300 - total flux cleaned = -0.00300493 Jy ! Component: 2350 - total flux cleaned = -0.00302837 Jy ! Component: 2400 - total flux cleaned = -0.00300541 Jy ! Component: 2450 - total flux cleaned = -0.00295922 Jy ! Component: 2500 - total flux cleaned = -0.00293661 Jy ! Component: 2550 - total flux cleaned = -0.003004 Jy ! Component: 2600 - total flux cleaned = -0.00291491 Jy ! Component: 2650 - total flux cleaned = -0.00289302 Jy ! Component: 2700 - total flux cleaned = -0.00284936 Jy ! Component: 2750 - total flux cleaned = -0.00282773 Jy ! Component: 2800 - total flux cleaned = -0.00280651 Jy ! Component: 2850 - total flux cleaned = -0.00280665 Jy ! Component: 2900 - total flux cleaned = -0.00276483 Jy ! Component: 2950 - total flux cleaned = -0.00268232 Jy ! Component: 3000 - total flux cleaned = -0.00274386 Jy ! Component: 3050 - total flux cleaned = -0.00272343 Jy ! Component: 3100 - total flux cleaned = -0.0027036 Jy ! Component: 3150 - total flux cleaned = -0.00270364 Jy ! Component: 3200 - total flux cleaned = -0.00272334 Jy ! Component: 3250 - total flux cleaned = -0.00272313 Jy ! Component: 3300 - total flux cleaned = -0.00266534 Jy ! Component: 3350 - total flux cleaned = -0.00264647 Jy ! Component: 3400 - total flux cleaned = -0.00260852 Jy ! Component: 3450 - total flux cleaned = -0.00264606 Jy ! Component: 3500 - total flux cleaned = -0.00266464 Jy ! Component: 3550 - total flux cleaned = -0.00264623 Jy ! Component: 3600 - total flux cleaned = -0.00262823 Jy ! Component: 3650 - total flux cleaned = -0.00268223 Jy ! Component: 3700 - total flux cleaned = -0.00268236 Jy ! Component: 3750 - total flux cleaned = -0.00262924 Jy ! Component: 3800 - total flux cleaned = -0.00257652 Jy ! Component: 3850 - total flux cleaned = -0.00254162 Jy ! Component: 3900 - total flux cleaned = -0.00247276 Jy ! Component: 3950 - total flux cleaned = -0.00242151 Jy ! Component: 4000 - total flux cleaned = -0.00242177 Jy ! Component: 4050 - total flux cleaned = -0.00238816 Jy ! Total flux subtracted in 4096 components = -0.00232145 Jy ! Clean residual min=-0.001259 max=0.001024 Jy/beam ! Clean residual mean=0.000008 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.232669 Jy keep ! Adding 327 model components to the UV plane model. ! The established model now contains 461 components and 0.232669 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J1610+2414_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.494 x 6.329 at -40.56 degrees (North through East) ! Clean map min=-0.0033674 max=0.20326 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1610+2414_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.203255 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00032865 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.485079 0.485079 0.970159 1.94032 3.88063 7.76127 15.5225 31.0451 62.0901 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.203 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1610+2414_S_uvs.log closed on Tue Sep 24 17:08:15 2013