! Started logfile: /g0/scr/pima/npcsb_uvs/J1159+2914_X_uvs.log on Sat Oct 5 18:52:54 2013 obs /g0/scr/pima/npcsb_uvs/J1159+2914_X_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsb_uvs/J1159+2914_X_uva.fits ! AN table 1: 13 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.635897 visibilities/baseline/integration-bin. ! Found source: J1159+2914 ! ! 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.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 1488 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 /g0/scr/pima/npcsb_uvs/J1159+2914_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=2.112095Jy sigma=31.531794 ! Fit after self-cal, rms=0.823311Jy sigma=12.526769 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7585 mas, bmaj=2.106 mas, bpa=-23.07 degrees ! Estimated noise=1.6623 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 = 1.39655 Jy ! Component: 100 - total flux cleaned = 1.7011 Jy ! Total flux subtracted in 100 components = 1.7011 Jy ! Clean residual min=-0.036729 max=0.084932 Jy/beam ! Clean residual mean=0.000019 rms=0.010245 Jy/beam ! Combined flux in latest and established models = 1.7011 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1.7011 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201736Jy sigma=3.137362 ! Fit after self-cal, rms=0.201735Jy sigma=3.137355 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0764171 Jy ! Component: 100 - total flux cleaned = 0.109112 Jy ! Total flux subtracted in 100 components = 0.109112 Jy ! Clean residual min=-0.030765 max=0.032206 Jy/beam ! Clean residual mean=0.000010 rms=0.006952 Jy/beam ! Combined flux in latest and established models = 1.81021 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 1.81021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.164864Jy sigma=2.519695 ! Fit after self-cal, rms=0.164815Jy sigma=2.519192 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8757 mas, bmaj=2.194 mas, bpa=-24.69 degrees ! Estimated noise=1.25007 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.0360804 Jy ! Component: 100 - total flux cleaned = 0.0580171 Jy ! Component: 150 - total flux cleaned = 0.0735365 Jy ! Component: 200 - total flux cleaned = 0.0849566 Jy ! Total flux subtracted in 200 components = 0.0849566 Jy ! Clean residual min=-0.032478 max=0.034851 Jy/beam ! Clean residual mean=0.000004 rms=0.008121 Jy/beam ! Combined flux in latest and established models = 1.89516 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 40 components and 1.89516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156772Jy sigma=2.372380 ! Fit after self-cal, rms=0.156715Jy sigma=2.371619 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 1.05 KP 1.04 ! LA 1.04 MK 1.03 NL 1.03 OV 1.00 ! PT 1.03 SC 1.02 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 1.03 KP 0.95 ! LA 0.97 MK 0.98 NL 1.00 OV 0.98 ! PT 1.06 SC 0.98 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.98 HN 1.02 KP 0.84 ! LA 0.97 MK 0.99 NL 0.99 OV 0.99 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 1.00 KP 0.90 ! LA 0.94 MK 1.02 NL 0.98 OV 0.98 ! PT 1.07 SC 1.03 ! ! ! Fit before self-cal, rms=0.156715Jy sigma=2.371619 ! Fit after self-cal, rms=0.098384Jy sigma=1.441434 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8756 mas, bmaj=2.196 mas, bpa=-24.74 degrees ! Estimated noise=1.25281 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.00409312 Jy ! Component: 100 - total flux cleaned = -0.00533821 Jy ! Component: 150 - total flux cleaned = -0.00532589 Jy ! Component: 200 - total flux cleaned = -0.00542759 Jy ! Total flux subtracted in 200 components = -0.00542759 Jy ! Clean residual min=-0.009756 max=0.010273 Jy/beam ! Clean residual mean=0.000001 rms=0.002273 Jy/beam ! Combined flux in latest and established models = 1.88974 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 1.88974 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097528Jy sigma=1.432216 ! Fit after self-cal, rms=0.097545Jy sigma=1.431846 ! 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.097545Jy sigma=1.431846 ! Fit after self-cal, rms=0.097474Jy sigma=1.430538 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8756 mas, bmaj=2.198 mas, bpa=-24.75 degrees ! Estimated noise=1.25195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00230308 Jy ! Component: 100 - total flux cleaned = -0.00311103 Jy ! Component: 150 - total flux cleaned = -0.00364581 Jy ! Component: 200 - total flux cleaned = -0.00383104 Jy ! Total flux subtracted in 200 components = -0.00383104 Jy ! Clean residual min=-0.009608 max=0.010144 Jy/beam ! Clean residual mean=0.000001 rms=0.002215 Jy/beam ! Combined flux in latest and established models = 1.88591 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 50 components and 1.88591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097253Jy sigma=1.428747 ! Fit after self-cal, rms=0.097250Jy sigma=1.428684 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 (-14.4, 11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00743956 Jy ! Component: 100 - total flux cleaned = 0.00933504 Jy ! Component: 150 - total flux cleaned = 0.0102552 Jy ! Component: 200 - total flux cleaned = 0.0107344 Jy ! Total flux subtracted in 200 components = 0.0107344 Jy ! Clean residual min=-0.008325 max=0.008811 Jy/beam ! Clean residual mean=0.000001 rms=0.001895 Jy/beam ! Combined flux in latest and established models = 1.89664 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 74 components and 1.89664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096279Jy sigma=1.413077 ! Fit after self-cal, rms=0.096250Jy sigma=1.412313 ! Inverting map ! Added new window around map position (14.4, 1.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00835897 Jy ! Component: 100 - total flux cleaned = 0.0131279 Jy ! Component: 150 - total flux cleaned = 0.0165419 Jy ! Component: 200 - total flux cleaned = 0.0188531 Jy ! Total flux subtracted in 200 components = 0.0188531 Jy ! Clean residual min=-0.007867 max=0.006204 Jy/beam ! Clean residual mean=0.000002 rms=0.001634 Jy/beam ! Combined flux in latest and established models = 1.91549 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 99 components and 1.91549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095499Jy sigma=1.398783 ! Fit after self-cal, rms=0.095479Jy sigma=1.398535 ! 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.095479Jy sigma=1.398535 ! Fit after self-cal, rms=0.095393Jy sigma=1.396824 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8761 mas, bmaj=2.199 mas, bpa=-24.76 degrees ! Estimated noise=1.24996 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207537 Jy ! Component: 100 - total flux cleaned = 0.00333154 Jy ! Component: 150 - total flux cleaned = 0.00434335 Jy ! Component: 200 - total flux cleaned = 0.00525064 Jy ! Total flux subtracted in 200 components = 0.00525064 Jy ! Clean residual min=-0.007203 max=0.006198 Jy/beam ! Clean residual mean=0.000001 rms=0.001557 Jy/beam ! Combined flux in latest and established models = 1.92074 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 112 components and 1.92074 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095203Jy sigma=1.394037 ! Fit after self-cal, rms=0.095206Jy sigma=1.393947 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.000630427 Jy ! Component: 100 - total flux cleaned = 0.00143175 Jy ! Component: 150 - total flux cleaned = 0.00217191 Jy ! Component: 200 - total flux cleaned = 0.00285976 Jy ! Total flux subtracted in 200 components = 0.00285976 Jy ! Clean residual min=-0.007040 max=0.006051 Jy/beam ! Clean residual mean=0.000002 rms=0.001531 Jy/beam ! Combined flux in latest and established models = 1.9236 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 121 components and 1.9236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095105Jy sigma=1.392720 ! Fit after self-cal, rms=0.095107Jy sigma=1.392662 ! 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.095107Jy sigma=1.392662 ! Fit after self-cal, rms=0.095098Jy sigma=1.392499 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.062 mas, bmaj=2.611 mas, bpa=-19.89 degrees ! Estimated noise=1.49333 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00167649 Jy ! Component: 100 - total flux cleaned = 0.00313733 Jy ! Component: 150 - total flux cleaned = 0.00405533 Jy ! Component: 200 - total flux cleaned = 0.00486556 Jy ! Total flux subtracted in 200 components = 0.00486556 Jy ! Clean residual min=-0.007591 max=0.008311 Jy/beam ! Clean residual mean=0.000000 rms=0.002267 Jy/beam ! Combined flux in latest and established models = 1.92847 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 147 components and 1.92847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095048Jy sigma=1.391557 ! Fit after self-cal, rms=0.095039Jy sigma=1.391438 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.000495669 Jy ! Component: 100 - total flux cleaned = 0.00107459 Jy ! Component: 150 - total flux cleaned = 0.00159752 Jy ! Component: 200 - total flux cleaned = 0.00212094 Jy ! Total flux subtracted in 200 components = 0.00212094 Jy ! Clean residual min=-0.007559 max=0.007969 Jy/beam ! Clean residual mean=0.000001 rms=0.002234 Jy/beam ! Combined flux in latest and established models = 1.93059 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 156 components and 1.93059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095016Jy sigma=1.391205 ! Fit after self-cal, rms=0.095013Jy sigma=1.391114 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=0.8762 mas, bmaj=2.199 mas, bpa=-24.76 degrees ! Estimated noise=1.24933 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8762 x 2.199 at -24.76 degrees (North through East) ! Clean map min=-0.0060294 max=1.7976 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.095013Jy sigma=1.391114 ! Fit after self-cal, rms=0.088378Jy sigma=1.257605 ! Inverting map and beam ! Estimated beam: bmin=0.8762 mas, bmaj=2.199 mas, bpa=-24.75 degrees ! Estimated noise=1.24905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125922 Jy ! Component: 100 - total flux cleaned = 0.00174311 Jy ! Component: 150 - total flux cleaned = 0.00192744 Jy ! Component: 200 - total flux cleaned = 0.00198491 Jy ! Total flux subtracted in 200 components = 0.00198491 Jy ! Clean residual min=-0.005735 max=0.005789 Jy/beam ! Clean residual mean=0.000001 rms=0.001407 Jy/beam ! Combined flux in latest and established models = 1.93257 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 173 components and 1.93257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088272Jy sigma=1.256456 ! Fit after self-cal, rms=0.088273Jy sigma=1.256433 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000164903 Jy ! Component: 100 - total flux cleaned = 0.000166213 Jy ! Component: 150 - total flux cleaned = 0.000264498 Jy ! Component: 200 - total flux cleaned = 0.000218379 Jy ! Total flux subtracted in 200 components = 0.000218379 Jy ! Clean residual min=-0.005717 max=0.005660 Jy/beam ! Clean residual mean=0.000001 rms=0.001397 Jy/beam ! Combined flux in latest and established models = 1.93279 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 183 components and 1.93279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088214Jy sigma=1.255824 ! Fit after self-cal, rms=0.088216Jy sigma=1.255815 ! 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.088216Jy sigma=1.255815 ! Fit after self-cal, rms=0.088217Jy sigma=1.255707 print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7581 mas, bmaj=2.116 mas, bpa=-23.05 degrees ! Estimated noise=1.6678 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.39801 Jy ! Component: 100 - total flux cleaned = 1.70287 Jy ! Component: 150 - total flux cleaned = 1.78138 Jy ! Component: 200 - total flux cleaned = 1.81484 Jy ! Total flux subtracted in 200 components = 1.81484 Jy ! Clean residual min=-0.012612 max=0.015393 Jy/beam ! Clean residual mean=0.000003 rms=0.003362 Jy/beam ! Combined flux in latest and established models = 1.81484 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 1.81484 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8762 mas, bmaj=2.199 mas, bpa=-24.75 degrees ! Estimated noise=1.24873 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.0215526 Jy ! Component: 100 - total flux cleaned = 0.0354565 Jy ! Component: 150 - total flux cleaned = 0.0461942 Jy ! Component: 200 - total flux cleaned = 0.0547061 Jy ! Total flux subtracted in 200 components = 0.0547061 Jy ! Clean residual min=-0.008274 max=0.009257 Jy/beam ! Clean residual mean=-0.000000 rms=0.002151 Jy/beam ! Combined flux in latest and established models = 1.86955 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 41 components and 1.86955 Jy ! Inverting map ! Added new window around map position (12, -32). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00874073 Jy ! Component: 100 - total flux cleaned = 0.0139289 Jy ! Component: 150 - total flux cleaned = 0.0187402 Jy ! Component: 200 - total flux cleaned = 0.022869 Jy ! Total flux subtracted in 200 components = 0.022869 Jy ! Clean residual min=-0.007306 max=0.006104 Jy/beam ! Clean residual mean=-0.000001 rms=0.001718 Jy/beam ! Combined flux in latest and established models = 1.89241 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 68 components and 1.89241 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.062 mas, bmaj=2.612 mas, bpa=-19.84 degrees ! Estimated noise=1.49207 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00796067 Jy ! Component: 100 - total flux cleaned = 0.014146 Jy ! Component: 150 - total flux cleaned = 0.0191773 Jy ! Component: 200 - total flux cleaned = 0.0234407 Jy ! Total flux subtracted in 200 components = 0.0234407 Jy ! Clean residual min=-0.007132 max=0.008041 Jy/beam ! Clean residual mean=-0.000002 rms=0.002154 Jy/beam ! Combined flux in latest and established models = 1.91586 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.00367391 Jy ! Component: 100 - total flux cleaned = 0.00688038 Jy ! Component: 150 - total flux cleaned = 0.00915466 Jy ! Component: 200 - total flux cleaned = 0.0110986 Jy ! Total flux subtracted in 200 components = 0.0110986 Jy ! Clean residual min=-0.006685 max=0.007072 Jy/beam ! Clean residual mean=-0.000002 rms=0.001983 Jy/beam ! Combined flux in latest and established models = 1.92695 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 139 components and 1.92695 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8762 mas, bmaj=2.199 mas, bpa=-24.75 degrees ! Estimated noise=1.24873 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109667 Jy ! Component: 100 - total flux cleaned = 0.00222606 Jy ! Component: 150 - total flux cleaned = 0.00340399 Jy ! Component: 200 - total flux cleaned = 0.00406582 Jy ! Total flux subtracted in 200 components = 0.00406582 Jy ! Clean residual min=-0.005486 max=0.006218 Jy/beam ! Clean residual mean=-0.000000 rms=0.001384 Jy/beam ! Combined flux in latest and established models = 1.93102 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 164 components and 1.93102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088215Jy sigma=1.256178 ! Fit after self-cal, rms=0.088134Jy sigma=1.254926 wmodel /g0/scr/pima/npcsb_uvs/J1159+2914_X_map.mod ! Writing 164 model components to file: /g0/scr/pima/npcsb_uvs/J1159+2914_X_map.mod wobs /g0/scr/pima/npcsb_uvs/J1159+2914_X_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsb_uvs/J1159+2914_X_uvs.fits wwins /g0/scr/pima/npcsb_uvs/J1159+2914_X_map.win ! wwins: Wrote 4 windows to /g0/scr/pima/npcsb_uvs/J1159+2914_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.000793142 Jy ! Component: 100 - total flux cleaned = 0.000791473 Jy ! Component: 150 - total flux cleaned = 0.000795178 Jy ! Component: 200 - total flux cleaned = 0.00046135 Jy ! Component: 250 - total flux cleaned = 5.9781e-05 Jy ! Component: 300 - total flux cleaned = -9.54986e-05 Jy ! Component: 350 - total flux cleaned = -0.000170586 Jy ! Component: 400 - total flux cleaned = -0.000316309 Jy ! Component: 450 - total flux cleaned = -0.000316842 Jy ! Component: 500 - total flux cleaned = -0.000316911 Jy ! Component: 550 - total flux cleaned = 1.93075e-05 Jy ! Component: 600 - total flux cleaned = 8.36494e-05 Jy ! Component: 650 - total flux cleaned = 0.000147746 Jy ! Component: 700 - total flux cleaned = 0.00014786 Jy ! Component: 750 - total flux cleaned = 0.0001467 Jy ! Component: 800 - total flux cleaned = 0.000146196 Jy ! Component: 850 - total flux cleaned = 8.57526e-05 Jy ! Component: 900 - total flux cleaned = -8.94667e-05 Jy ! Component: 950 - total flux cleaned = -8.77971e-05 Jy ! Component: 1000 - total flux cleaned = 0.000252873 Jy ! Component: 1050 - total flux cleaned = 0.000307524 Jy ! Component: 1100 - total flux cleaned = 0.000417211 Jy ! Component: 1150 - total flux cleaned = 0.000471592 Jy ! Component: 1200 - total flux cleaned = 0.000631678 Jy ! Component: 1250 - total flux cleaned = 0.000788191 Jy ! Component: 1300 - total flux cleaned = 0.00089165 Jy ! Component: 1350 - total flux cleaned = 0.00104348 Jy ! Component: 1400 - total flux cleaned = 0.00104261 Jy ! Component: 1450 - total flux cleaned = 0.00113978 Jy ! Component: 1500 - total flux cleaned = 0.00128369 Jy ! Component: 1550 - total flux cleaned = 0.00133117 Jy ! Component: 1600 - total flux cleaned = 0.00142434 Jy ! Component: 1650 - total flux cleaned = 0.0013315 Jy ! Component: 1700 - total flux cleaned = 0.00137764 Jy ! Component: 1750 - total flux cleaned = 0.00142253 Jy ! Component: 1800 - total flux cleaned = 0.00146793 Jy ! Component: 1850 - total flux cleaned = 0.00160106 Jy ! Component: 1900 - total flux cleaned = 0.00177543 Jy ! Component: 1950 - total flux cleaned = 0.00181851 Jy ! Component: 2000 - total flux cleaned = 0.00173363 Jy ! Component: 2050 - total flux cleaned = 0.00194508 Jy ! Component: 2100 - total flux cleaned = 0.00198682 Jy ! Component: 2150 - total flux cleaned = 0.00194485 Jy ! Component: 2200 - total flux cleaned = 0.00202676 Jy ! Component: 2250 - total flux cleaned = 0.00190489 Jy ! Component: 2300 - total flux cleaned = 0.00206618 Jy ! Component: 2350 - total flux cleaned = 0.00202625 Jy ! Component: 2400 - total flux cleaned = 0.0019864 Jy ! Component: 2450 - total flux cleaned = 0.00190788 Jy ! Component: 2500 - total flux cleaned = 0.00183 Jy ! Component: 2550 - total flux cleaned = 0.00179167 Jy ! Component: 2600 - total flux cleaned = 0.00186805 Jy ! Component: 2650 - total flux cleaned = 0.00182984 Jy ! Component: 2700 - total flux cleaned = 0.00190474 Jy ! Component: 2750 - total flux cleaned = 0.00179348 Jy ! Component: 2800 - total flux cleaned = 0.0019411 Jy ! Component: 2850 - total flux cleaned = 0.00201421 Jy ! Component: 2900 - total flux cleaned = 0.00212299 Jy ! Component: 2950 - total flux cleaned = 0.00212329 Jy ! Component: 3000 - total flux cleaned = 0.00212368 Jy ! Component: 3050 - total flux cleaned = 0.00212394 Jy ! Component: 3100 - total flux cleaned = 0.00219486 Jy ! Component: 3150 - total flux cleaned = 0.002265 Jy ! Component: 3200 - total flux cleaned = 0.00236905 Jy ! Component: 3250 - total flux cleaned = 0.00233452 Jy ! Component: 3300 - total flux cleaned = 0.00240321 Jy ! Component: 3350 - total flux cleaned = 0.00236931 Jy ! Component: 3400 - total flux cleaned = 0.0023359 Jy ! Component: 3450 - total flux cleaned = 0.00240303 Jy ! Component: 3500 - total flux cleaned = 0.00246971 Jy ! Component: 3550 - total flux cleaned = 0.00260175 Jy ! Component: 3600 - total flux cleaned = 0.00266743 Jy ! Component: 3650 - total flux cleaned = 0.00276526 Jy ! Component: 3700 - total flux cleaned = 0.0029278 Jy ! Component: 3750 - total flux cleaned = 0.00308898 Jy ! Component: 3800 - total flux cleaned = 0.00315279 Jy ! Component: 3850 - total flux cleaned = 0.00321698 Jy ! Component: 3900 - total flux cleaned = 0.00328079 Jy ! Component: 3950 - total flux cleaned = 0.00350211 Jy ! Component: 4000 - total flux cleaned = 0.00359614 Jy ! Component: 4050 - total flux cleaned = 0.00356486 Jy ! Total flux subtracted in 4096 components = 0.00372068 Jy ! Clean residual min=-0.001890 max=0.002122 Jy/beam ! Clean residual mean=0.000000 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 1.93474 Jy keep ! Adding 239 model components to the UV plane model. ! The established model now contains 403 components and 1.93474 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsb_uvs/J1159+2914_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8762 x 2.199 at -24.75 degrees (North through East) ! Clean map min=-0.0034699 max=1.7967 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsb_uvs/J1159+2914_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.79671 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000492921 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.082304 0.082304 0.164608 0.329216 0.658432 1.31686 2.63373 5.26745 10.5349 21.0698 42.1396 84.2793 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.796 quit ! Quitting program ! Log file /g0/scr/pima/npcsb_uvs/J1159+2914_X_uvs.log closed on Sat Oct 5 18:52:58 2013