! Started logfile: /g0/scr/pima/npcsa_uvs/J0750+8241_S_uvs.log on Sun Oct 6 10:32:03 2013 obs /g0/scr/pima/npcsa_uvs/J0750+8241_S_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsa_uvs/J0750+8241_S_uva.fits ! AN table 1: 54 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.914815 visibilities/baseline/integration-bin. ! Found source: J0750+8241 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 8892 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 /g0/scr/pima/npcsa_uvs/J0750+8241_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.200803Jy sigma=5.299812 ! Fit after self-cal, rms=0.419992Jy sigma=1.542627 ! 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=2.414 mas, bmaj=10.59 mas, bpa=9.475 degrees ! Estimated noise=4.07415 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.478808 Jy ! Component: 100 - total flux cleaned = 0.60936 Jy ! Total flux subtracted in 100 components = 0.60936 Jy ! Clean residual min=-0.029376 max=0.057071 Jy/beam ! Clean residual mean=-0.000056 rms=0.008800 Jy/beam ! Combined flux in latest and established models = 0.60936 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.60936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182246Jy sigma=0.888541 ! Fit after self-cal, rms=0.182121Jy sigma=0.887586 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0628097 Jy ! Component: 100 - total flux cleaned = 0.0973781 Jy ! Total flux subtracted in 100 components = 0.0973781 Jy ! Clean residual min=-0.023212 max=0.032345 Jy/beam ! Clean residual mean=-0.000035 rms=0.006201 Jy/beam ! Combined flux in latest and established models = 0.706738 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.706738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158272Jy sigma=0.727458 ! Fit after self-cal, rms=0.157830Jy sigma=0.726013 ! 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=3.223 mas, bmaj=10.99 mas, bpa=8.212 degrees ! Estimated noise=1.83445 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.0402415 Jy ! Component: 100 - total flux cleaned = 0.064995 Jy ! Component: 150 - total flux cleaned = 0.0807468 Jy ! Component: 200 - total flux cleaned = 0.0908514 Jy ! Total flux subtracted in 200 components = 0.0908514 Jy ! Clean residual min=-0.025473 max=0.033602 Jy/beam ! Clean residual mean=-0.000088 rms=0.007160 Jy/beam ! Combined flux in latest and established models = 0.797589 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 58 components and 0.797589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.150389Jy sigma=0.661899 ! Fit after self-cal, rms=0.149993Jy sigma=0.661072 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 FD 1.04 HN 0.99 KP 0.96 ! LA 1.08 MK 0.92 NL 0.98 OV 1.09 ! PT 1.06 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.09 HN 1.00 KP 0.95 ! LA 1.03 MK 0.98 NL 0.98 OV 1.08 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.75 FD 1.11 HN 1.05 KP 0.97 ! LA 0.85 MK 1.11 NL 1.11 OV 1.14 ! PT 1.07 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.14 HN 0.96 KP 0.90 ! LA 0.72 MK 1.09 NL 1.02 OV 0.95 ! PT 0.94 SC 1.12 ! ! ! Fit before self-cal, rms=0.149993Jy sigma=0.661072 ! Fit after self-cal, rms=0.115597Jy sigma=0.469121 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.256 mas, bmaj=10.97 mas, bpa=8.216 degrees ! Estimated noise=1.80006 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 (-2.5, 20). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0241179 Jy ! Component: 100 - total flux cleaned = 0.0329768 Jy ! Component: 150 - total flux cleaned = 0.0351701 Jy ! Component: 200 - total flux cleaned = 0.035776 Jy ! Total flux subtracted in 200 components = 0.035776 Jy ! Clean residual min=-0.007297 max=0.009825 Jy/beam ! Clean residual mean=0.000010 rms=0.001934 Jy/beam ! Combined flux in latest and established models = 0.833365 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 92 components and 0.833365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110008Jy sigma=0.445953 ! Fit after self-cal, rms=0.109775Jy sigma=0.444400 ! Inverting map ! Added new window around map position (-15, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00517294 Jy ! Component: 100 - total flux cleaned = 0.00521249 Jy ! Component: 150 - total flux cleaned = 0.00425396 Jy ! Component: 200 - total flux cleaned = 0.00291665 Jy ! Total flux subtracted in 200 components = 0.00291665 Jy ! Clean residual min=-0.005733 max=0.007411 Jy/beam ! Clean residual mean=0.000013 rms=0.001513 Jy/beam ! Combined flux in latest and established models = 0.836282 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 116 components and 0.836282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108845Jy sigma=0.440324 ! Fit after self-cal, rms=0.108738Jy sigma=0.440159 ! 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.108738Jy sigma=0.440159 ! Fit after self-cal, rms=0.108081Jy sigma=0.438236 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.251 mas, bmaj=10.96 mas, bpa=8.183 degrees ! Estimated noise=1.78226 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00277637 Jy ! Component: 100 - total flux cleaned = -0.00143498 Jy ! Component: 150 - total flux cleaned = -0.00130038 Jy ! Component: 200 - total flux cleaned = -0.00140881 Jy ! Total flux subtracted in 200 components = -0.00140881 Jy ! Clean residual min=-0.004828 max=0.005194 Jy/beam ! Clean residual mean=0.000004 rms=0.001256 Jy/beam ! Combined flux in latest and established models = 0.834873 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 143 components and 0.834873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106883Jy sigma=0.437676 ! Fit after self-cal, rms=0.106830Jy sigma=0.437569 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.000536495 Jy ! Component: 100 - total flux cleaned = -4.76436e-05 Jy ! Component: 150 - total flux cleaned = -0.000387894 Jy ! Component: 200 - total flux cleaned = -0.000694837 Jy ! Total flux subtracted in 200 components = -0.000694837 Jy ! Clean residual min=-0.004522 max=0.004898 Jy/beam ! Clean residual mean=0.000004 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.834178 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 166 components and 0.834178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106619Jy sigma=0.437133 ! Fit after self-cal, rms=0.106593Jy sigma=0.437088 ! 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.106593Jy sigma=0.437088 ! Fit after self-cal, rms=0.106171Jy sigma=0.435925 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.248 mas, bmaj=10.96 mas, bpa=8.192 degrees ! Estimated noise=1.76349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00521205 Jy ! Component: 100 - total flux cleaned = -0.00435551 Jy ! Component: 150 - total flux cleaned = -0.00427101 Jy ! Component: 200 - total flux cleaned = -0.00427414 Jy ! Total flux subtracted in 200 components = -0.00427414 Jy ! Clean residual min=-0.004310 max=0.004530 Jy/beam ! Clean residual mean=0.000003 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.829904 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 185 components and 0.829904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105230Jy sigma=0.436414 ! Fit after self-cal, rms=0.105215Jy sigma=0.436377 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.000571449 Jy ! Component: 100 - total flux cleaned = 0.000631688 Jy ! Component: 150 - total flux cleaned = 0.000572665 Jy ! Component: 200 - total flux cleaned = 0.000466697 Jy ! Total flux subtracted in 200 components = 0.000466697 Jy ! Clean residual min=-0.004165 max=0.004364 Jy/beam ! Clean residual mean=0.000004 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.830371 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 201 components and 0.830371 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105100Jy sigma=0.436249 ! Fit after self-cal, rms=0.105094Jy sigma=0.436238 ! 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.105094Jy sigma=0.436238 ! Fit after self-cal, rms=0.104711Jy sigma=0.435155 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.744 mas, bmaj=12.97 mas, bpa=8.506 degrees ! Estimated noise=1.99026 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00431847 Jy ! Component: 100 - total flux cleaned = -0.00411293 Jy ! Component: 150 - total flux cleaned = -0.00418802 Jy ! Component: 200 - total flux cleaned = -0.00424477 Jy ! Total flux subtracted in 200 components = -0.00424477 Jy ! Clean residual min=-0.004486 max=0.004373 Jy/beam ! Clean residual mean=0.000008 rms=0.001300 Jy/beam ! Combined flux in latest and established models = 0.826126 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 220 components and 0.826126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103934Jy sigma=0.435861 ! Fit after self-cal, rms=0.103925Jy sigma=0.435820 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.000143642 Jy ! Component: 100 - total flux cleaned = 5.47853e-05 Jy ! Component: 150 - total flux cleaned = -2.66414e-05 Jy ! Component: 200 - total flux cleaned = -6.44746e-05 Jy ! Total flux subtracted in 200 components = -6.44746e-05 Jy ! Clean residual min=-0.004283 max=0.004255 Jy/beam ! Clean residual mean=0.000007 rms=0.001272 Jy/beam ! Combined flux in latest and established models = 0.826061 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 239 components and 0.826061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103911Jy sigma=0.435779 ! Fit after self-cal, rms=0.103908Jy sigma=0.435774 ! 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=3.245 mas, bmaj=10.96 mas, bpa=8.207 degrees ! Estimated noise=1.74503 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.245 x 10.96 at 8.207 degrees (North through East) ! Clean map min=-0.0039069 max=0.62141 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103908Jy sigma=0.435774 ! Fit after self-cal, rms=0.098711Jy sigma=0.394423 ! Inverting map and beam ! Estimated beam: bmin=3.246 mas, bmaj=10.97 mas, bpa=8.209 degrees ! Estimated noise=1.73474 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00389773 Jy ! Component: 100 - total flux cleaned = -0.00397793 Jy ! Component: 150 - total flux cleaned = -0.0039124 Jy ! Component: 200 - total flux cleaned = -0.00391271 Jy ! Total flux subtracted in 200 components = -0.00391271 Jy ! Clean residual min=-0.003618 max=0.003422 Jy/beam ! Clean residual mean=0.000003 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.822149 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 261 components and 0.822148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098237Jy sigma=0.394687 ! Fit after self-cal, rms=0.098236Jy sigma=0.394675 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000303248 Jy ! Component: 100 - total flux cleaned = 0.000256091 Jy ! Component: 150 - total flux cleaned = 0.000255754 Jy ! Component: 200 - total flux cleaned = 0.00021596 Jy ! Total flux subtracted in 200 components = 0.00021596 Jy ! Clean residual min=-0.003550 max=0.003390 Jy/beam ! Clean residual mean=0.000003 rms=0.000908 Jy/beam ! Combined flux in latest and established models = 0.822364 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 287 components and 0.822365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098164Jy sigma=0.394617 ! Fit after self-cal, rms=0.098165Jy sigma=0.394611 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098165Jy sigma=0.394611 ! Fit after self-cal, rms=0.097838Jy sigma=0.394025 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=2.426 mas, bmaj=10.62 mas, bpa=9.497 degrees ! Estimated noise=3.83388 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.450144 Jy ! Component: 100 - total flux cleaned = 0.576117 Jy ! Component: 150 - total flux cleaned = 0.635606 Jy ! Component: 200 - total flux cleaned = 0.67042 Jy ! Total flux subtracted in 200 components = 0.67042 Jy ! Clean residual min=-0.012858 max=0.019298 Jy/beam ! Clean residual mean=-0.000034 rms=0.003844 Jy/beam ! Combined flux in latest and established models = 0.670421 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 40 model components to the UV plane model. ! The established model now contains 40 components and 0.670421 Jy ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=10.97 mas, bpa=8.216 degrees ! Estimated noise=1.72214 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.0419883 Jy ! Component: 100 - total flux cleaned = 0.0700202 Jy ! Component: 150 - total flux cleaned = 0.0898716 Jy ! Component: 200 - total flux cleaned = 0.104197 Jy ! Total flux subtracted in 200 components = 0.104197 Jy ! Clean residual min=-0.007776 max=0.008815 Jy/beam ! Clean residual mean=-0.000056 rms=0.002471 Jy/beam ! Combined flux in latest and established models = 0.774617 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 104 components and 0.774617 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=7.743 mas, bmaj=12.96 mas, bpa=8.606 degrees ! Estimated noise=1.96468 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0177599 Jy ! Component: 100 - total flux cleaned = 0.0286314 Jy ! Component: 150 - total flux cleaned = 0.035728 Jy ! Component: 200 - total flux cleaned = 0.0398438 Jy ! Total flux subtracted in 200 components = 0.0398438 Jy ! Clean residual min=-0.005487 max=0.004892 Jy/beam ! Clean residual mean=-0.000009 rms=0.001555 Jy/beam ! Combined flux in latest and established models = 0.814461 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.00101204 Jy ! Component: 100 - total flux cleaned = 0.00196921 Jy ! Component: 150 - total flux cleaned = 0.00266898 Jy ! Component: 200 - total flux cleaned = 0.00300445 Jy ! Total flux subtracted in 200 components = 0.00300445 Jy ! Clean residual min=-0.004689 max=0.004040 Jy/beam ! Clean residual mean=-0.000000 rms=0.001292 Jy/beam ! Combined flux in latest and established models = 0.817465 Jy ! Adding 104 model components to the UV plane model. ! The established model now contains 198 components and 0.817465 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.244 mas, bmaj=10.97 mas, bpa=8.216 degrees ! Estimated noise=1.72214 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000950004 Jy ! Component: 100 - total flux cleaned = 0.00132676 Jy ! Component: 150 - total flux cleaned = 0.00154333 Jy ! Component: 200 - total flux cleaned = 0.0015388 Jy ! Total flux subtracted in 200 components = 0.0015388 Jy ! Clean residual min=-0.004104 max=0.003311 Jy/beam ! Clean residual mean=0.000002 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.819004 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 219 components and 0.819004 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097742Jy sigma=0.395367 ! Fit after self-cal, rms=0.097718Jy sigma=0.395285 wmodel /g0/scr/pima/npcsa_uvs/J0750+8241_S_map.mod ! Writing 219 model components to file: /g0/scr/pima/npcsa_uvs/J0750+8241_S_map.mod wobs /g0/scr/pima/npcsa_uvs/J0750+8241_S_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsa_uvs/J0750+8241_S_uvs.fits wwins /g0/scr/pima/npcsa_uvs/J0750+8241_S_map.win ! wwins: Wrote 3 windows to /g0/scr/pima/npcsa_uvs/J0750+8241_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.00175856 Jy ! Component: 100 - total flux cleaned = -0.00237956 Jy ! Component: 150 - total flux cleaned = -0.00272868 Jy ! Component: 200 - total flux cleaned = -0.00311476 Jy ! Component: 250 - total flux cleaned = -0.00343158 Jy ! Component: 300 - total flux cleaned = -0.00353344 Jy ! Component: 350 - total flux cleaned = -0.00353234 Jy ! Component: 400 - total flux cleaned = -0.0036256 Jy ! Component: 450 - total flux cleaned = -0.00371596 Jy ! Component: 500 - total flux cleaned = -0.00380383 Jy ! Component: 550 - total flux cleaned = -0.00393215 Jy ! Component: 600 - total flux cleaned = -0.00409851 Jy ! Component: 650 - total flux cleaned = -0.00430202 Jy ! Component: 700 - total flux cleaned = -0.00450063 Jy ! Component: 750 - total flux cleaned = -0.00477224 Jy ! Component: 800 - total flux cleaned = -0.00503729 Jy ! Component: 850 - total flux cleaned = -0.00529698 Jy ! Component: 900 - total flux cleaned = -0.0056237 Jy ! Component: 950 - total flux cleaned = -0.00580097 Jy ! Component: 1000 - total flux cleaned = -0.00587104 Jy ! Component: 1050 - total flux cleaned = -0.00593982 Jy ! Component: 1100 - total flux cleaned = -0.00607534 Jy ! Component: 1150 - total flux cleaned = -0.00614165 Jy ! Component: 1200 - total flux cleaned = -0.0063378 Jy ! Component: 1250 - total flux cleaned = -0.00646583 Jy ! Component: 1300 - total flux cleaned = -0.00643439 Jy ! Component: 1350 - total flux cleaned = -0.00662284 Jy ! Component: 1400 - total flux cleaned = -0.00677729 Jy ! Component: 1450 - total flux cleaned = -0.00692916 Jy ! Component: 1500 - total flux cleaned = -0.00704877 Jy ! Component: 1550 - total flux cleaned = -0.00713772 Jy ! Component: 1600 - total flux cleaned = -0.00725473 Jy ! Component: 1650 - total flux cleaned = -0.00739925 Jy ! Component: 1700 - total flux cleaned = -0.00742771 Jy ! Component: 1750 - total flux cleaned = -0.00751281 Jy ! Component: 1800 - total flux cleaned = -0.0077094 Jy ! Component: 1850 - total flux cleaned = -0.00773732 Jy ! Component: 1900 - total flux cleaned = -0.00798446 Jy ! Component: 1950 - total flux cleaned = -0.00809318 Jy ! Component: 2000 - total flux cleaned = -0.00822769 Jy ! Component: 2050 - total flux cleaned = -0.0083075 Jy ! Component: 2100 - total flux cleaned = -0.00838624 Jy ! Component: 2150 - total flux cleaned = -0.00851694 Jy ! Component: 2200 - total flux cleaned = -0.00859461 Jy ! Component: 2250 - total flux cleaned = -0.00872251 Jy ! Component: 2300 - total flux cleaned = -0.00882405 Jy ! Component: 2350 - total flux cleaned = -0.00887433 Jy ! Component: 2400 - total flux cleaned = -0.00897405 Jy ! Component: 2450 - total flux cleaned = -0.00904778 Jy ! Component: 2500 - total flux cleaned = -0.00926736 Jy ! Component: 2550 - total flux cleaned = -0.00926724 Jy ! Component: 2600 - total flux cleaned = -0.00945941 Jy ! Component: 2650 - total flux cleaned = -0.00960234 Jy ! Component: 2700 - total flux cleaned = -0.00972051 Jy ! Component: 2750 - total flux cleaned = -0.00983789 Jy ! Component: 2800 - total flux cleaned = -0.010047 Jy ! Component: 2850 - total flux cleaned = -0.010139 Jy ! Component: 2900 - total flux cleaned = -0.0102074 Jy ! Component: 2950 - total flux cleaned = -0.0104114 Jy ! Component: 3000 - total flux cleaned = -0.0104563 Jy ! Component: 3050 - total flux cleaned = -0.0106348 Jy ! Component: 3100 - total flux cleaned = -0.0107232 Jy ! Component: 3150 - total flux cleaned = -0.010833 Jy ! Component: 3200 - total flux cleaned = -0.0109638 Jy ! Component: 3250 - total flux cleaned = -0.011007 Jy ! Component: 3300 - total flux cleaned = -0.0110933 Jy ! Component: 3350 - total flux cleaned = -0.0111789 Jy ! Component: 3400 - total flux cleaned = -0.0113062 Jy ! Component: 3450 - total flux cleaned = -0.0114326 Jy ! Component: 3500 - total flux cleaned = -0.0115371 Jy ! Component: 3550 - total flux cleaned = -0.0115995 Jy ! Component: 3600 - total flux cleaned = -0.0117236 Jy ! Component: 3650 - total flux cleaned = -0.0119082 Jy ! Component: 3700 - total flux cleaned = -0.0119489 Jy ! Component: 3750 - total flux cleaned = -0.0120909 Jy ! Component: 3800 - total flux cleaned = -0.0122318 Jy ! Component: 3850 - total flux cleaned = -0.0123717 Jy ! Component: 3900 - total flux cleaned = -0.0124711 Jy ! Component: 3950 - total flux cleaned = -0.0125306 Jy ! Component: 4000 - total flux cleaned = -0.0126483 Jy ! Component: 4050 - total flux cleaned = -0.0127068 Jy ! Total flux subtracted in 4096 components = -0.0128232 Jy ! Clean residual min=-0.001059 max=0.001132 Jy/beam ! Clean residual mean=0.000002 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.806181 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 533 components and 0.806181 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsa_uvs/J0750+8241_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.244 x 10.97 at 8.216 degrees (North through East) ! Clean map min=-0.0035278 max=0.61389 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsa_uvs/J0750+8241_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.613889 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000374333 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.182932 0.182932 0.365863 0.731727 1.46345 2.92691 5.85381 11.7076 23.4153 46.8305 93.661 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.613 quit ! Quitting program ! Log file /g0/scr/pima/npcsa_uvs/J0750+8241_S_uvs.log closed on Sun Oct 6 10:32:07 2013