! Started logfile: /scr/pima/rdv93_uvs/J1610+2414_X_uvs.log on Tue Sep 24 17:08:36 2013 obs /scr/pima/rdv93_uvs/J1610+2414_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1610+2414_X_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.637464 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 8.40993e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47993e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79493e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89993e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 14320 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 /scr/pima/rdv93_uvs/J1610+2414_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 47 telescope corrections were flagged in sub-array 1. ! A total of 241 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 241 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 241 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 241 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.017916Jy sigma=1.539580 ! Fit after self-cal, rms=0.797711Jy sigma=1.181769 ! 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=1.252 mas, bmaj=1.42 mas, bpa=-77.54 degrees ! Estimated noise=8.11929 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.165413 Jy ! Component: 100 - total flux cleaned = 0.211272 Jy ! Total flux subtracted in 100 components = 0.211272 Jy ! Clean residual min=-0.010490 max=0.017773 Jy/beam ! Clean residual mean=-0.000012 rms=0.002362 Jy/beam ! Combined flux in latest and established models = 0.211272 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.211272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119961Jy sigma=0.169568 ! Fit after self-cal, rms=0.119908Jy sigma=0.169307 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0181719 Jy ! Component: 100 - total flux cleaned = 0.0274429 Jy ! Total flux subtracted in 100 components = 0.0274429 Jy ! Clean residual min=-0.007710 max=0.008382 Jy/beam ! Clean residual mean=0.000005 rms=0.001880 Jy/beam ! Combined flux in latest and established models = 0.238715 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.238715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117792Jy sigma=0.164502 ! Fit after self-cal, rms=0.117850Jy sigma=0.164466 ! 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=1.552 mas, bmaj=1.831 mas, bpa=-86.13 degrees ! Estimated noise=4.03303 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.00448473 Jy ! Component: 100 - total flux cleaned = 0.00528197 Jy ! Component: 150 - total flux cleaned = 0.00555092 Jy ! Component: 200 - total flux cleaned = 0.00578305 Jy ! Total flux subtracted in 200 components = 0.00578305 Jy ! Clean residual min=-0.009403 max=0.011238 Jy/beam ! Clean residual mean=0.000020 rms=0.002904 Jy/beam ! Combined flux in latest and established models = 0.244498 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 30 components and 0.244498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117691Jy sigma=0.164101 ! Fit after self-cal, rms=0.117686Jy sigma=0.164081 ! 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.97 FD 1.01 HN 1.01 KP 1.02 ! LA 0.98 NL 0.95 OV 1.00 PT 0.96 ! SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 1.05 HN 0.99 KP 1.02 ! LA 1.03 MK 1.01 NL 0.95 OV 0.99 ! PT 0.97 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.01 KP 0.96 ! LA 1.00 NL 0.96 OV 0.98 PT 0.97 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 1.08 HN 1.04 KP 0.92 ! LA 1.01 MK 1.07 NL 0.95 OV 0.98 ! PT 1.01 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.03 HN 0.96 KP 0.88 ! LA 0.99 NL 1.03 OV 1.00 PT 0.97 ! SC 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 1.01 HN 1.05 KP 0.84 ! LA 1.06 MK 0.97 NL 1.00 OV 1.08 ! PT 0.98 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.03 HN 0.98 KP 0.93 ! LA 0.97 NL 1.05 OV 1.01 PT 1.01 ! SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 1.10 HN 1.08 KP 0.95 ! LA 1.01 MK 1.02 NL 1.01 OV 1.02 ! PT 1.01 ! ! ! Fit before self-cal, rms=0.117686Jy sigma=0.164081 ! Fit after self-cal, rms=0.118572Jy sigma=0.162655 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.564 mas, bmaj=1.838 mas, bpa=-86.33 degrees ! Estimated noise=4.02014 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.0014378 Jy ! Component: 100 - total flux cleaned = -0.00143809 Jy ! Component: 150 - total flux cleaned = -0.00148869 Jy ! Component: 200 - total flux cleaned = -0.0015369 Jy ! Total flux subtracted in 200 components = -0.0015369 Jy ! Clean residual min=-0.009372 max=0.010461 Jy/beam ! Clean residual mean=0.000004 rms=0.002737 Jy/beam ! Combined flux in latest and established models = 0.242961 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 36 components and 0.242961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118485Jy sigma=0.162617 ! Fit after self-cal, rms=0.118601Jy sigma=0.162588 ! 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.118601Jy sigma=0.162588 ! Fit after self-cal, rms=0.123082Jy sigma=0.161775 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.564 mas, bmaj=1.854 mas, bpa=-88.21 degrees ! Estimated noise=4.02306 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000173357 Jy ! Component: 100 - total flux cleaned = 0.000367414 Jy ! Component: 150 - total flux cleaned = 0.000453918 Jy ! Component: 200 - total flux cleaned = 0.00049115 Jy ! Total flux subtracted in 200 components = 0.00049115 Jy ! Clean residual min=-0.009598 max=0.009190 Jy/beam ! Clean residual mean=-0.000007 rms=0.002630 Jy/beam ! Combined flux in latest and established models = 0.243452 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 40 components and 0.243452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123017Jy sigma=0.161752 ! Fit after self-cal, rms=0.123141Jy sigma=0.161735 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.000100969 Jy ! Component: 100 - total flux cleaned = -5.82336e-05 Jy ! Component: 150 - total flux cleaned = -2.03279e-05 Jy ! Component: 200 - total flux cleaned = 1.56867e-05 Jy ! Total flux subtracted in 200 components = 1.56867e-05 Jy ! Clean residual min=-0.009538 max=0.009179 Jy/beam ! Clean residual mean=-0.000007 rms=0.002614 Jy/beam ! Combined flux in latest and established models = 0.243468 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.243468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123085Jy sigma=0.161722 ! Fit after self-cal, rms=0.123120Jy sigma=0.161717 ! 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.123120Jy sigma=0.161717 ! Fit after self-cal, rms=0.123109Jy sigma=0.161714 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.563 mas, bmaj=1.849 mas, bpa=-88.16 degrees ! Estimated noise=4.01876 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.15173e-05 Jy ! Component: 100 - total flux cleaned = 0.000160069 Jy ! Component: 150 - total flux cleaned = 0.000274739 Jy ! Component: 200 - total flux cleaned = 0.000274169 Jy ! Total flux subtracted in 200 components = 0.000274169 Jy ! Clean residual min=-0.009530 max=0.009167 Jy/beam ! Clean residual mean=-0.000007 rms=0.002610 Jy/beam ! Combined flux in latest and established models = 0.243742 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.243742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123054Jy sigma=0.161700 ! Fit after self-cal, rms=0.123092Jy sigma=0.161696 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 = 5.29628e-06 Jy ! Component: 100 - total flux cleaned = 4.29175e-05 Jy ! Component: 150 - total flux cleaned = 4.31969e-05 Jy ! Component: 200 - total flux cleaned = 7.60181e-05 Jy ! Total flux subtracted in 200 components = 7.60181e-05 Jy ! Clean residual min=-0.009535 max=0.009171 Jy/beam ! Clean residual mean=-0.000007 rms=0.002609 Jy/beam ! Combined flux in latest and established models = 0.243818 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.243818 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123043Jy sigma=0.161688 ! Fit after self-cal, rms=0.123078Jy sigma=0.161683 ! 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.123078Jy sigma=0.161683 ! Fit after self-cal, rms=0.122995Jy sigma=0.161681 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.884 mas, bmaj=3.028 mas, bpa=-70.27 degrees ! Estimated noise=4.37857 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000522356 Jy ! Component: 100 - total flux cleaned = 0.000521274 Jy ! Component: 150 - total flux cleaned = 0.000548674 Jy ! Component: 200 - total flux cleaned = 0.000549981 Jy ! Total flux subtracted in 200 components = 0.000549981 Jy ! Clean residual min=-0.012607 max=0.011935 Jy/beam ! Clean residual mean=-0.000011 rms=0.003904 Jy/beam ! Combined flux in latest and established models = 0.244368 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 46 components and 0.244368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122986Jy sigma=0.161677 ! Fit after self-cal, rms=0.122964Jy sigma=0.161667 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.22657e-06 Jy ! Component: 100 - total flux cleaned = 2.18107e-05 Jy ! Component: 150 - total flux cleaned = 2.29987e-05 Jy ! Component: 200 - total flux cleaned = 4.3927e-05 Jy ! Total flux subtracted in 200 components = 4.3927e-05 Jy ! Clean residual min=-0.012637 max=0.011961 Jy/beam ! Clean residual mean=-0.000011 rms=0.003904 Jy/beam ! Combined flux in latest and established models = 0.244412 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 50 components and 0.244412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122965Jy sigma=0.161667 ! Fit after self-cal, rms=0.122947Jy sigma=0.161662 ! 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=1.563 mas, bmaj=1.846 mas, bpa=-88.19 degrees ! Estimated noise=4.01507 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.563 x 1.846 at -88.19 degrees (North through East) ! Clean map min=-0.0094535 max=0.21217 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=1.262 mas, bmaj=1.434 mas, bpa=-83.32 degrees ! Estimated noise=8.08627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.164364 Jy ! Component: 100 - total flux cleaned = 0.208986 Jy ! Component: 150 - total flux cleaned = 0.227232 Jy ! Component: 200 - total flux cleaned = 0.237037 Jy ! Total flux subtracted in 200 components = 0.237037 Jy ! Clean residual min=-0.008464 max=0.007303 Jy/beam ! Clean residual mean=-0.000011 rms=0.001732 Jy/beam ! Combined flux in latest and established models = 0.237037 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.237037 Jy ! Inverting map and beam ! Estimated beam: bmin=1.563 mas, bmaj=1.846 mas, bpa=-88.19 degrees ! Estimated noise=4.01507 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.00489059 Jy ! Component: 100 - total flux cleaned = 0.00646829 Jy ! Component: 150 - total flux cleaned = 0.00662861 Jy ! Component: 200 - total flux cleaned = 0.00667872 Jy ! Total flux subtracted in 200 components = 0.00667872 Jy ! Clean residual min=-0.009523 max=0.009151 Jy/beam ! Clean residual mean=-0.000008 rms=0.002613 Jy/beam ! Combined flux in latest and established models = 0.243715 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 30 components and 0.243715 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.884 mas, bmaj=3.028 mas, bpa=-70.27 degrees ! Estimated noise=4.37857 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000395694 Jy ! Component: 100 - total flux cleaned = 0.000447918 Jy ! Component: 150 - total flux cleaned = 0.000516308 Jy ! Component: 200 - total flux cleaned = 0.000575074 Jy ! Total flux subtracted in 200 components = 0.000575074 Jy ! Clean residual min=-0.012663 max=0.011992 Jy/beam ! Clean residual mean=-0.000012 rms=0.003908 Jy/beam ! Combined flux in latest and established models = 0.244291 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 = 2.70946e-05 Jy ! Component: 100 - total flux cleaned = 7.97902e-05 Jy ! Component: 150 - total flux cleaned = 0.000128104 Jy ! Component: 200 - total flux cleaned = 0.000151387 Jy ! Total flux subtracted in 200 components = 0.000151387 Jy ! Clean residual min=-0.012646 max=0.011980 Jy/beam ! Clean residual mean=-0.000012 rms=0.003906 Jy/beam ! Combined flux in latest and established models = 0.244442 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 34 components and 0.244442 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.563 mas, bmaj=1.846 mas, bpa=-88.19 degrees ! Estimated noise=4.01507 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000114487 Jy ! Component: 100 - total flux cleaned = -0.000162532 Jy ! Component: 150 - total flux cleaned = -0.000204957 Jy ! Component: 200 - total flux cleaned = -0.00020329 Jy ! Total flux subtracted in 200 components = -0.00020329 Jy ! Clean residual min=-0.009651 max=0.009245 Jy/beam ! Clean residual mean=-0.000008 rms=0.002603 Jy/beam ! Combined flux in latest and established models = 0.244239 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.244239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122919Jy sigma=0.161659 ! Fit after self-cal, rms=0.122952Jy sigma=0.161653 wmodel /scr/pima/rdv93_uvs/J1610+2414_X_map.mod ! Writing 40 model components to file: /scr/pima/rdv93_uvs/J1610+2414_X_map.mod wobs /scr/pima/rdv93_uvs/J1610+2414_X_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1610+2414_X_uvs.fits wwins /scr/pima/rdv93_uvs/J1610+2414_X_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv93_uvs/J1610+2414_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.000907032 Jy ! Component: 100 - total flux cleaned = -0.000749745 Jy ! Component: 150 - total flux cleaned = -0.000897752 Jy ! Component: 200 - total flux cleaned = -0.000895005 Jy ! Component: 250 - total flux cleaned = -0.000625961 Jy ! Component: 300 - total flux cleaned = -0.000497553 Jy ! Component: 350 - total flux cleaned = -0.000243444 Jy ! Component: 400 - total flux cleaned = 2.9016e-06 Jy ! Component: 450 - total flux cleaned = 0.000241802 Jy ! Component: 500 - total flux cleaned = 0.00047351 Jy ! Component: 550 - total flux cleaned = 0.000474591 Jy ! Component: 600 - total flux cleaned = 0.000477073 Jy ! Component: 650 - total flux cleaned = 0.000372213 Jy ! Component: 700 - total flux cleaned = 0.000478444 Jy ! Component: 750 - total flux cleaned = 0.000376982 Jy ! Component: 800 - total flux cleaned = 0.000476098 Jy ! Component: 850 - total flux cleaned = 0.000475186 Jy ! Component: 900 - total flux cleaned = 0.00047514 Jy ! Component: 950 - total flux cleaned = 0.000382828 Jy ! Component: 1000 - total flux cleaned = 0.000292307 Jy ! Component: 1050 - total flux cleaned = 0.000203549 Jy ! Component: 1100 - total flux cleaned = 0.000117199 Jy ! Component: 1150 - total flux cleaned = 0.000118092 Jy ! Component: 1200 - total flux cleaned = 0.000118227 Jy ! Component: 1250 - total flux cleaned = 3.54717e-05 Jy ! Component: 1300 - total flux cleaned = -0.000126655 Jy ! Component: 1350 - total flux cleaned = -4.63224e-05 Jy ! Component: 1400 - total flux cleaned = -0.000122885 Jy ! Component: 1450 - total flux cleaned = -0.000121969 Jy ! Component: 1500 - total flux cleaned = -0.000121841 Jy ! Component: 1550 - total flux cleaned = -0.000121631 Jy ! Component: 1600 - total flux cleaned = -0.000193501 Jy ! Component: 1650 - total flux cleaned = -0.00026384 Jy ! Component: 1700 - total flux cleaned = -0.00026345 Jy ! Component: 1750 - total flux cleaned = -0.000331813 Jy ! Component: 1800 - total flux cleaned = -0.000467014 Jy ! Component: 1850 - total flux cleaned = -0.000732348 Jy ! Component: 1900 - total flux cleaned = -0.00073288 Jy ! Component: 1950 - total flux cleaned = -0.000861382 Jy ! Component: 2000 - total flux cleaned = -0.000924418 Jy ! Component: 2050 - total flux cleaned = -0.00104907 Jy ! Component: 2100 - total flux cleaned = -0.00110992 Jy ! Component: 2150 - total flux cleaned = -0.00123031 Jy ! Component: 2200 - total flux cleaned = -0.00128896 Jy ! Component: 2250 - total flux cleaned = -0.00140567 Jy ! Component: 2300 - total flux cleaned = -0.00157784 Jy ! Component: 2350 - total flux cleaned = -0.00157771 Jy ! Component: 2400 - total flux cleaned = -0.00168893 Jy ! Component: 2450 - total flux cleaned = -0.00174415 Jy ! Component: 2500 - total flux cleaned = -0.00185225 Jy ! Component: 2550 - total flux cleaned = -0.00185201 Jy ! Component: 2600 - total flux cleaned = -0.00179984 Jy ! Component: 2650 - total flux cleaned = -0.00195623 Jy ! Component: 2700 - total flux cleaned = -0.00195617 Jy ! Component: 2750 - total flux cleaned = -0.00200723 Jy ! Component: 2800 - total flux cleaned = -0.00215728 Jy ! Component: 2850 - total flux cleaned = -0.00230481 Jy ! Component: 2900 - total flux cleaned = -0.0023536 Jy ! Component: 2950 - total flux cleaned = -0.00235349 Jy ! Component: 3000 - total flux cleaned = -0.00244804 Jy ! Component: 3050 - total flux cleaned = -0.00249441 Jy ! Component: 3100 - total flux cleaned = -0.00240253 Jy ! Component: 3150 - total flux cleaned = -0.00253883 Jy ! Component: 3200 - total flux cleaned = -0.00249462 Jy ! Component: 3250 - total flux cleaned = -0.00258404 Jy ! Component: 3300 - total flux cleaned = -0.00267145 Jy ! Component: 3350 - total flux cleaned = -0.00262818 Jy ! Component: 3400 - total flux cleaned = -0.00275652 Jy ! Component: 3450 - total flux cleaned = -0.00275695 Jy ! Component: 3500 - total flux cleaned = -0.00288234 Jy ! Component: 3550 - total flux cleaned = -0.00300583 Jy ! Component: 3600 - total flux cleaned = -0.00300619 Jy ! Component: 3650 - total flux cleaned = -0.00320683 Jy ! Component: 3700 - total flux cleaned = -0.00328651 Jy ! Component: 3750 - total flux cleaned = -0.00328731 Jy ! Component: 3800 - total flux cleaned = -0.00344205 Jy ! Component: 3850 - total flux cleaned = -0.00351861 Jy ! Component: 3900 - total flux cleaned = -0.00374585 Jy ! Component: 3950 - total flux cleaned = -0.00382094 Jy ! Component: 4000 - total flux cleaned = -0.00396864 Jy ! Component: 4050 - total flux cleaned = -0.00404183 Jy ! Total flux subtracted in 4096 components = -0.00425941 Jy ! Clean residual min=-0.001911 max=0.001957 Jy/beam ! Clean residual mean=-0.000005 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.239979 Jy keep ! Adding 419 model components to the UV plane model. ! The established model now contains 459 components and 0.239979 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J1610+2414_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.563 x 1.846 at -88.19 degrees (North through East) ! Clean map min=-0.0046399 max=0.21247 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1610+2414_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.212472 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000735518 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.03852 1.03852 2.07703 4.15406 8.30812 16.6162 33.2325 66.465 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.212 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1610+2414_X_uvs.log closed on Tue Sep 24 17:08:40 2013