! Started logfile: /scr/pima/bp171a7_uvs/J0739+0137_X_uvs.log on Sun May 12 14:01:14 2013 obs /scr/pima/bp171a7_uvs/J0739+0137_X_uva.fits ! Reading UV FITS file: /scr/pima/bp171a7_uvs/J0739+0137_X_uva.fits ! AN table 1: 10 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.711111 visibilities/baseline/integration-bin. ! Found source: J0739+0137 ! ! 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 7.40797e+09 3.2e+07 1 3.2e+07 ! 02 2 7.43997e+09 3.2e+07 1 3.2e+07 ! 03 3 7.47197e+09 3.2e+07 1 3.2e+07 ! 04 4 7.56797e+09 3.2e+07 1 3.2e+07 ! 05 5 7.75997e+09 3.2e+07 1 3.2e+07 ! 06 6 7.79197e+09 3.2e+07 1 3.2e+07 ! 07 7 7.82397e+09 3.2e+07 1 3.2e+07 ! 08 8 7.85597e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2048 visibilities. select RR ! Selecting polarization: RR, channels: 1..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: 5..5 ! 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/bp171a7_uvs/J0739+0137_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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.201220Jy sigma=0.849190 ! Fit after self-cal, rms=0.506857Jy sigma=0.358318 ! 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.21 mas, bmaj=2.958 mas, bpa=18.74 degrees ! Estimated noise=33.3629 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.383161 Jy ! Component: 100 - total flux cleaned = 0.496982 Jy ! Total flux subtracted in 100 components = 0.496982 Jy ! Clean residual min=-0.025193 max=0.045948 Jy/beam ! Clean residual mean=0.000176 rms=0.009149 Jy/beam ! Combined flux in latest and established models = 0.496982 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.496982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.148828Jy sigma=0.105221 ! Fit after self-cal, rms=0.148015Jy sigma=0.104647 ! 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.434 mas, bmaj=3.174 mas, bpa=15.75 degrees ! Estimated noise=22.5017 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.0576671 Jy ! Component: 100 - total flux cleaned = 0.0841017 Jy ! Component: 150 - total flux cleaned = 0.0986796 Jy ! Component: 200 - total flux cleaned = 0.107774 Jy ! Total flux subtracted in 200 components = 0.107774 Jy ! Clean residual min=-0.033861 max=0.024252 Jy/beam ! Clean residual mean=0.000122 rms=0.007751 Jy/beam ! Combined flux in latest and established models = 0.604756 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 37 components and 0.604756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.125945Jy sigma=0.089048 ! Fit after self-cal, rms=0.125885Jy sigma=0.089006 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.12 HN 0.97 KP 0.92 LA 1.14 ! MK 1.00* NL 1.04 OV 1.01 PT 0.83 ! SC 0.95 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.03 HN 0.95 KP 0.93 LA 1.08 ! MK 1.00* NL 1.05 OV 0.97 PT 0.86 ! SC 0.96 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.12 HN 1.00 KP 1.05 LA 1.04 ! MK 1.00* NL 1.05 OV 1.01 PT 0.87 ! SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 HN 1.04 KP 0.91 LA 1.09 ! MK 1.00* NL 1.00 OV 1.00 PT 0.88 ! SC 0.99 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 HN 1.02 KP 1.03 LA 1.08 ! MK 1.00* NL 0.95 OV 0.99 PT 0.85 ! SC 0.98 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 HN 1.10 KP 1.02 LA 1.12 ! MK 1.00* NL 1.00 OV 1.03 PT 0.87 ! SC 1.03 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 HN 1.04 KP 0.99 LA 1.07 ! MK 1.00* NL 1.03 OV 1.05 PT 0.85 ! SC 1.00 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 HN 1.06 KP 1.06 LA 1.00 ! MK 1.00* NL 1.01 OV 1.05 PT 0.82 ! SC 1.12 ! ! ! Fit before self-cal, rms=0.125885Jy sigma=0.089006 ! Fit after self-cal, rms=0.116579Jy sigma=0.079709 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.431 mas, bmaj=3.192 mas, bpa=15.91 degrees ! Estimated noise=22.6287 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 (1.6, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0224077 Jy ! Component: 100 - total flux cleaned = 0.0333472 Jy ! Component: 150 - total flux cleaned = 0.0409015 Jy ! Component: 200 - total flux cleaned = 0.0456728 Jy ! Total flux subtracted in 200 components = 0.0456728 Jy ! Clean residual min=-0.007482 max=0.013128 Jy/beam ! Clean residual mean=0.000052 rms=0.002545 Jy/beam ! Combined flux in latest and established models = 0.650428 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 67 components and 0.650428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.112294Jy sigma=0.076353 ! Fit after self-cal, rms=0.112189Jy sigma=0.076244 ! Inverting map ! Added new window around map position (-3.6, 1.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107205 Jy ! Component: 100 - total flux cleaned = 0.0140022 Jy ! Component: 150 - total flux cleaned = 0.0162567 Jy ! Component: 200 - total flux cleaned = 0.0182145 Jy ! Total flux subtracted in 200 components = 0.0182145 Jy ! Clean residual min=-0.005313 max=0.005298 Jy/beam ! Clean residual mean=0.000035 rms=0.001675 Jy/beam ! Combined flux in latest and established models = 0.668643 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 96 components and 0.668643 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.111096Jy sigma=0.075426 ! Fit after self-cal, rms=0.111067Jy sigma=0.075411 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.111067Jy sigma=0.075411 ! Fit after self-cal, rms=0.110051Jy sigma=0.075262 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.432 mas, bmaj=3.203 mas, bpa=15.95 degrees ! Estimated noise=22.5234 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00287622 Jy ! Component: 100 - total flux cleaned = 0.00376376 Jy ! Component: 150 - total flux cleaned = 0.00450142 Jy ! Component: 200 - total flux cleaned = 0.00521999 Jy ! Total flux subtracted in 200 components = 0.00521999 Jy ! Clean residual min=-0.004858 max=0.003636 Jy/beam ! Clean residual mean=0.000016 rms=0.001210 Jy/beam ! Combined flux in latest and established models = 0.673863 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 119 components and 0.673863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.109859Jy sigma=0.075118 ! Fit after self-cal, rms=0.109857Jy sigma=0.075115 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.000424994 Jy ! Component: 100 - total flux cleaned = 0.000872467 Jy ! Component: 150 - total flux cleaned = 0.00115494 Jy ! Component: 200 - total flux cleaned = 0.00151778 Jy ! Total flux subtracted in 200 components = 0.00151778 Jy ! Clean residual min=-0.004473 max=0.003642 Jy/beam ! Clean residual mean=0.000016 rms=0.001132 Jy/beam ! Combined flux in latest and established models = 0.675381 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 133 components and 0.675381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.109798Jy sigma=0.075070 ! Fit after self-cal, rms=0.109798Jy sigma=0.075069 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.109798Jy sigma=0.075069 ! Fit after self-cal, rms=0.109681Jy sigma=0.075062 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.432 mas, bmaj=3.204 mas, bpa=15.95 degrees ! Estimated noise=22.5139 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000150024 Jy ! Component: 100 - total flux cleaned = 0.00053469 Jy ! Component: 150 - total flux cleaned = 0.000829758 Jy ! Component: 200 - total flux cleaned = 0.00101943 Jy ! Total flux subtracted in 200 components = 0.00101943 Jy ! Clean residual min=-0.004376 max=0.003521 Jy/beam ! Clean residual mean=0.000012 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.6764 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 147 components and 0.6764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.109647Jy sigma=0.075037 ! Fit after self-cal, rms=0.109647Jy sigma=0.075036 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.000231052 Jy ! Component: 100 - total flux cleaned = 0.000404717 Jy ! Component: 150 - total flux cleaned = 0.000568058 Jy ! Component: 200 - total flux cleaned = 0.000753043 Jy ! Total flux subtracted in 200 components = 0.000753043 Jy ! Clean residual min=-0.004220 max=0.003485 Jy/beam ! Clean residual mean=0.000012 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.677153 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 166 components and 0.677153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.109628Jy sigma=0.075023 ! Fit after self-cal, rms=0.109628Jy sigma=0.075023 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.109628Jy sigma=0.075023 ! Fit after self-cal, rms=0.109626Jy sigma=0.075021 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.334 mas, bmaj=4.141 mas, bpa=-4.071 degrees ! Estimated noise=25.2034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000724385 Jy ! Component: 100 - total flux cleaned = 0.00117728 Jy ! Component: 150 - total flux cleaned = 0.00146601 Jy ! Component: 200 - total flux cleaned = 0.00164053 Jy ! Total flux subtracted in 200 components = 0.00164053 Jy ! Clean residual min=-0.005073 max=0.004261 Jy/beam ! Clean residual mean=0.000017 rms=0.001435 Jy/beam ! Combined flux in latest and established models = 0.678793 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 178 components and 0.678793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.109612Jy sigma=0.075011 ! Fit after self-cal, rms=0.109611Jy sigma=0.075010 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.000337591 Jy ! Component: 100 - total flux cleaned = 0.000541377 Jy ! Component: 150 - total flux cleaned = 0.000678132 Jy ! Component: 200 - total flux cleaned = 0.000782286 Jy ! Total flux subtracted in 200 components = 0.000782286 Jy ! Clean residual min=-0.004943 max=0.004204 Jy/beam ! Clean residual mean=0.000016 rms=0.001406 Jy/beam ! Combined flux in latest and established models = 0.679576 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 185 components and 0.679576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.109602Jy sigma=0.075004 ! Fit after self-cal, rms=0.109601Jy sigma=0.075003 ! 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.432 mas, bmaj=3.205 mas, bpa=15.95 degrees ! Estimated noise=22.517 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.432 x 3.205 at 15.95 degrees (North through East) ! Clean map min=-0.0050634 max=0.49395 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.209 mas, bmaj=2.974 mas, bpa=18.83 degrees ! Estimated noise=33.6731 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.383733 Jy ! Component: 100 - total flux cleaned = 0.498229 Jy ! Component: 150 - total flux cleaned = 0.544346 Jy ! Component: 200 - total flux cleaned = 0.569721 Jy ! Total flux subtracted in 200 components = 0.569721 Jy ! Clean residual min=-0.014708 max=0.016642 Jy/beam ! Clean residual mean=0.000086 rms=0.004180 Jy/beam ! Combined flux in latest and established models = 0.569721 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.569721 Jy ! Inverting map and beam ! Estimated beam: bmin=1.432 mas, bmaj=3.205 mas, bpa=15.95 degrees ! Estimated noise=22.517 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.0227408 Jy ! Component: 100 - total flux cleaned = 0.0396339 Jy ! Component: 150 - total flux cleaned = 0.0527579 Jy ! Component: 200 - total flux cleaned = 0.0630145 Jy ! Total flux subtracted in 200 components = 0.0630145 Jy ! Clean residual min=-0.007711 max=0.007599 Jy/beam ! Clean residual mean=0.000050 rms=0.002358 Jy/beam ! Combined flux in latest and established models = 0.632735 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 54 components and 0.632735 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.334 mas, bmaj=4.141 mas, bpa=-4.071 degrees ! Estimated noise=25.2034 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106696 Jy ! Component: 100 - total flux cleaned = 0.0182793 Jy ! Component: 150 - total flux cleaned = 0.0239931 Jy ! Component: 200 - total flux cleaned = 0.0284973 Jy ! Total flux subtracted in 200 components = 0.0284973 Jy ! Clean residual min=-0.007091 max=0.004609 Jy/beam ! Clean residual mean=0.000041 rms=0.001936 Jy/beam ! Combined flux in latest and established models = 0.661233 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.0037056 Jy ! Component: 100 - total flux cleaned = 0.00681684 Jy ! Component: 150 - total flux cleaned = 0.00893657 Jy ! Component: 200 - total flux cleaned = 0.0106763 Jy ! Total flux subtracted in 200 components = 0.0106763 Jy ! Clean residual min=-0.006174 max=0.004210 Jy/beam ! Clean residual mean=0.000027 rms=0.001595 Jy/beam ! Combined flux in latest and established models = 0.671909 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 106 components and 0.671909 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.432 mas, bmaj=3.205 mas, bpa=15.95 degrees ! Estimated noise=22.517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.2991e-05 Jy ! Component: 100 - total flux cleaned = 0.000969239 Jy ! Component: 150 - total flux cleaned = 0.00162067 Jy ! Component: 200 - total flux cleaned = 0.00213403 Jy ! Total flux subtracted in 200 components = 0.00213403 Jy ! Clean residual min=-0.004892 max=0.003550 Jy/beam ! Clean residual mean=0.000014 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.674043 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 125 components and 0.674043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.109700Jy sigma=0.075078 ! Fit after self-cal, rms=0.109693Jy sigma=0.075074 wmodel /scr/pima/bp171a7_uvs/J0739+0137_X_map.mod ! Writing 125 model components to file: /scr/pima/bp171a7_uvs/J0739+0137_X_map.mod wobs /scr/pima/bp171a7_uvs/J0739+0137_X_uvs.fits ! Writing UV FITS file: /scr/pima/bp171a7_uvs/J0739+0137_X_uvs.fits wwins /scr/pima/bp171a7_uvs/J0739+0137_X_map.win ! wwins: Wrote 3 windows to /scr/pima/bp171a7_uvs/J0739+0137_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.00200735 Jy ! Component: 100 - total flux cleaned = -0.00361511 Jy ! Component: 150 - total flux cleaned = -0.00452742 Jy ! Component: 200 - total flux cleaned = -0.00500287 Jy ! Component: 250 - total flux cleaned = -0.00524943 Jy ! Component: 300 - total flux cleaned = -0.00534408 Jy ! Component: 350 - total flux cleaned = -0.00552058 Jy ! Component: 400 - total flux cleaned = -0.00560384 Jy ! Component: 450 - total flux cleaned = -0.00576113 Jy ! Component: 500 - total flux cleaned = -0.00587282 Jy ! Component: 550 - total flux cleaned = -0.00594399 Jy ! Component: 600 - total flux cleaned = -0.00615096 Jy ! Component: 650 - total flux cleaned = -0.00628471 Jy ! Component: 700 - total flux cleaned = -0.00644711 Jy ! Component: 750 - total flux cleaned = -0.0065732 Jy ! Component: 800 - total flux cleaned = -0.00672597 Jy ! Component: 850 - total flux cleaned = -0.0068741 Jy ! Component: 900 - total flux cleaned = -0.00707574 Jy ! Component: 950 - total flux cleaned = -0.0072719 Jy ! Component: 1000 - total flux cleaned = -0.00751755 Jy ! Component: 1050 - total flux cleaned = -0.00770424 Jy ! Component: 1100 - total flux cleaned = -0.00793793 Jy ! Component: 1150 - total flux cleaned = -0.00806488 Jy ! Component: 1200 - total flux cleaned = -0.00826326 Jy ! Component: 1250 - total flux cleaned = -0.00835993 Jy ! Component: 1300 - total flux cleaned = -0.00850195 Jy ! Component: 1350 - total flux cleaned = -0.00859518 Jy ! Component: 1400 - total flux cleaned = -0.00873291 Jy ! Component: 1450 - total flux cleaned = -0.00886847 Jy ! Component: 1500 - total flux cleaned = -0.00904592 Jy ! Component: 1550 - total flux cleaned = -0.00911138 Jy ! Component: 1600 - total flux cleaned = -0.00921955 Jy ! Component: 1650 - total flux cleaned = -0.00934743 Jy ! Component: 1700 - total flux cleaned = -0.00941071 Jy ! Component: 1750 - total flux cleaned = -0.00951486 Jy ! Component: 1800 - total flux cleaned = -0.00961734 Jy ! Component: 1850 - total flux cleaned = -0.00969837 Jy ! Component: 1900 - total flux cleaned = -0.00977839 Jy ! Component: 1950 - total flux cleaned = -0.00989715 Jy ! Component: 2000 - total flux cleaned = -0.0099364 Jy ! Component: 2050 - total flux cleaned = -0.00999436 Jy ! Component: 2100 - total flux cleaned = -0.00997524 Jy ! Component: 2150 - total flux cleaned = -0.0100131 Jy ! Component: 2200 - total flux cleaned = -0.00999442 Jy ! Component: 2250 - total flux cleaned = -0.0100694 Jy ! Component: 2300 - total flux cleaned = -0.0100137 Jy ! Component: 2350 - total flux cleaned = -0.0100877 Jy ! Component: 2400 - total flux cleaned = -0.0100877 Jy ! Component: 2450 - total flux cleaned = -0.0101242 Jy ! Component: 2500 - total flux cleaned = -0.0101787 Jy ! Component: 2550 - total flux cleaned = -0.0101967 Jy ! Component: 2600 - total flux cleaned = -0.0102146 Jy ! Component: 2650 - total flux cleaned = -0.0102326 Jy ! Component: 2700 - total flux cleaned = -0.0102683 Jy ! Component: 2750 - total flux cleaned = -0.0102684 Jy ! Component: 2800 - total flux cleaned = -0.0103037 Jy ! Component: 2850 - total flux cleaned = -0.010286 Jy ! Component: 2900 - total flux cleaned = -0.0103036 Jy ! Component: 2950 - total flux cleaned = -0.0103562 Jy ! Component: 3000 - total flux cleaned = -0.0103564 Jy ! Component: 3050 - total flux cleaned = -0.0104264 Jy ! Component: 3100 - total flux cleaned = -0.0104614 Jy ! Component: 3150 - total flux cleaned = -0.0105138 Jy ! Component: 3200 - total flux cleaned = -0.0105489 Jy ! Component: 3250 - total flux cleaned = -0.0105489 Jy ! Component: 3300 - total flux cleaned = -0.0106361 Jy ! Component: 3350 - total flux cleaned = -0.010671 Jy ! Component: 3400 - total flux cleaned = -0.0107234 Jy ! Component: 3450 - total flux cleaned = -0.0107583 Jy ! Component: 3500 - total flux cleaned = -0.0107757 Jy ! Component: 3550 - total flux cleaned = -0.010828 Jy ! Component: 3600 - total flux cleaned = -0.010863 Jy ! Component: 3650 - total flux cleaned = -0.010828 Jy ! Component: 3700 - total flux cleaned = -0.0108281 Jy ! Component: 3750 - total flux cleaned = -0.0107929 Jy ! Component: 3800 - total flux cleaned = -0.0107754 Jy ! Component: 3850 - total flux cleaned = -0.0107579 Jy ! Component: 3900 - total flux cleaned = -0.0107226 Jy ! Component: 3950 - total flux cleaned = -0.010705 Jy ! Component: 4000 - total flux cleaned = -0.0106873 Jy ! Component: 4050 - total flux cleaned = -0.0107051 Jy ! Total flux subtracted in 4096 components = -0.0106872 Jy ! Clean residual min=-0.001138 max=0.001037 Jy/beam ! Clean residual mean=-0.000000 rms=0.000304 Jy/beam ! Combined flux in latest and established models = 0.663356 Jy keep ! Adding 231 model components to the UV plane model. ! The established model now contains 356 components and 0.663355 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bp171a7_uvs/J0739+0137_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.432 x 3.205 at 15.95 degrees (North through East) ! Clean map min=-0.0031537 max=0.50178 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171a7_uvs/J0739+0137_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.501776 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000315024 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.188346 0.188346 0.376691 0.753383 1.50677 3.01353 6.02706 12.0541 24.1082 48.2165 96.433 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.501 quit ! Quitting program ! Log file /scr/pima/bp171a7_uvs/J0739+0137_X_uvs.log closed on Sun May 12 14:01:18 2013