! Started logfile: /scr/pima/bp171a0_uvs/J0559+2353_C_uvs.log on Fri Mar 15 08:57:04 2013 obs /scr/pima/bp171a0_uvs/J0559+2353_C_uva.fits ! Reading UV FITS file: /scr/pima/bp171a0_uvs/J0559+2353_C_uva.fits ! AN table 1: 14 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.797619 visibilities/baseline/integration-bin. ! Found source: J0559+2353 ! ! 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 3.94397e+09 3.2e+07 1 3.2e+07 ! 02 2 3.97597e+09 3.2e+07 1 3.2e+07 ! 03 3 4.00797e+09 3.2e+07 1 3.2e+07 ! 04 4 4.03997e+09 3.2e+07 1 3.2e+07 ! 05 5 4.23197e+09 3.2e+07 1 3.2e+07 ! 06 6 4.32797e+09 3.2e+07 1 3.2e+07 ! 07 7 4.35997e+09 3.2e+07 1 3.2e+07 ! 08 8 4.39197e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 3216 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.3 print "taper_size =",taper_size ! taper_size = 40 ![@/home/lpetrov/bin/01_muppet /scr/pima/bp171a0_uvs/J0559+2353_C] 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.300x0.300 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.098605Jy sigma=0.775915 ! Fit after self-cal, rms=0.613848Jy sigma=0.433552 ! 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.472 mas, bmaj=4.206 mas, bpa=4.995 degrees ! Estimated noise=26.9272 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.306109 Jy ! Component: 100 - total flux cleaned = 0.373726 Jy ! Total flux subtracted in 100 components = 0.373726 Jy ! Clean residual min=-0.024295 max=0.036071 Jy/beam ! Clean residual mean=0.000040 rms=0.008466 Jy/beam ! Combined flux in latest and established models = 0.373726 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.373726 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.115077Jy sigma=0.081097 ! Fit after self-cal, rms=0.115075Jy sigma=0.081096 ! 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=2.879 mas, bmaj=4.635 mas, bpa=1.584 degrees ! Estimated noise=17.6528 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.0212294 Jy ! Component: 100 - total flux cleaned = 0.0297322 Jy ! Component: 150 - total flux cleaned = 0.034653 Jy ! Component: 200 - total flux cleaned = 0.0378802 Jy ! Total flux subtracted in 200 components = 0.0378802 Jy ! Clean residual min=-0.021854 max=0.025826 Jy/beam ! Clean residual mean=0.000041 rms=0.005708 Jy/beam ! Combined flux in latest and established models = 0.411607 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 24 components and 0.411607 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.111517Jy sigma=0.078575 ! Fit after self-cal, rms=0.111511Jy sigma=0.078570 ! 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: ! BR 0.94 FD 0.71 HN 0.84 KP 0.87 ! LA 0.94 NL 1.03 OV 0.79 PT 0.96 ! SC 0.84 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.69 HN 0.81 KP 0.95 ! LA 0.94 NL 1.05 OV 0.81 PT 0.96 ! SC 0.88 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.75 HN 0.86 KP 1.04 ! LA 1.00 NL 1.03 OV 0.86 PT 0.99 ! SC 0.87 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.10 HN 1.10 KP 1.09 ! LA 1.11 NL 1.02 OV 1.06 PT 1.02 ! SC 1.00 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.19 HN 1.07 KP 0.74 ! LA 1.08 NL 1.14 OV 1.35 PT 1.06 ! SC 1.15 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.04 HN 1.04 KP 1.10 ! LA 1.18 NL 1.03 OV 0.99 PT 1.08 ! SC 1.06 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.03 HN 1.05 KP 1.10 ! LA 1.48 NL 1.13 OV 1.05 PT 1.06 ! SC 1.07 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.10 HN 1.05 KP 1.11 ! LA 1.12 NL 1.14 OV 1.09 PT 1.05 ! SC 1.11 ! ! ! Fit before self-cal, rms=0.111511Jy sigma=0.078570 ! Fit after self-cal, rms=0.050987Jy sigma=0.035416 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=4.642 mas, bpa=0.5897 degrees ! Estimated noise=17.6118 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.1, 6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00426763 Jy ! Component: 100 - total flux cleaned = 0.00644427 Jy ! Component: 150 - total flux cleaned = 0.0070104 Jy ! Component: 200 - total flux cleaned = 0.00711009 Jy ! Total flux subtracted in 200 components = 0.00711009 Jy ! Clean residual min=-0.002566 max=0.002797 Jy/beam ! Clean residual mean=-0.000006 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.418717 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 50 components and 0.418717 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.050587Jy sigma=0.035148 ! Fit after self-cal, rms=0.050879Jy sigma=0.035078 ! 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.050879Jy sigma=0.035078 ! Fit after self-cal, rms=0.050835Jy sigma=0.035071 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.885 mas, bmaj=4.641 mas, bpa=0.6333 degrees ! Estimated noise=17.5966 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0009168 Jy ! Component: 100 - total flux cleaned = 0.00115461 Jy ! Component: 150 - total flux cleaned = 0.00115317 Jy ! Component: 200 - total flux cleaned = 0.00109482 Jy ! Total flux subtracted in 200 components = 0.00109482 Jy ! Clean residual min=-0.002554 max=0.002829 Jy/beam ! Clean residual mean=-0.000005 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.419811 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 66 components and 0.419811 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.050778Jy sigma=0.035038 ! Fit after self-cal, rms=0.050774Jy sigma=0.035037 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 (-57.6, 43.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275553 Jy ! Component: 100 - total flux cleaned = 0.00366991 Jy ! Component: 150 - total flux cleaned = 0.00422474 Jy ! Component: 200 - total flux cleaned = 0.00469007 Jy ! Total flux subtracted in 200 components = 0.00469007 Jy ! Clean residual min=-0.002480 max=0.002044 Jy/beam ! Clean residual mean=-0.000003 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.424501 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.424502 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.050583Jy sigma=0.034928 ! Fit after self-cal, rms=0.050589Jy sigma=0.034922 ! 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.050589Jy sigma=0.034922 ! Fit after self-cal, rms=0.050510Jy sigma=0.034916 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.884 mas, bmaj=4.642 mas, bpa=0.6435 degrees ! Estimated noise=17.5843 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000722716 Jy ! Component: 100 - total flux cleaned = 0.00105766 Jy ! Component: 150 - total flux cleaned = 0.00129097 Jy ! Component: 200 - total flux cleaned = 0.00142002 Jy ! Total flux subtracted in 200 components = 0.00142002 Jy ! Clean residual min=-0.002447 max=0.002027 Jy/beam ! Clean residual mean=-0.000003 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.425922 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 93 components and 0.425922 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.050464Jy sigma=0.034895 ! Fit after self-cal, rms=0.050467Jy sigma=0.034894 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.000248552 Jy ! Component: 100 - total flux cleaned = 0.000313731 Jy ! Component: 150 - total flux cleaned = 0.000393852 Jy ! Component: 200 - total flux cleaned = 0.000448652 Jy ! Total flux subtracted in 200 components = 0.000448652 Jy ! Clean residual min=-0.002510 max=0.002013 Jy/beam ! Clean residual mean=-0.000003 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.42637 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 106 components and 0.42637 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.050448Jy sigma=0.034886 ! Fit after self-cal, rms=0.050448Jy sigma=0.034885 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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.050448Jy sigma=0.034885 ! Fit after self-cal, rms=0.050423Jy sigma=0.034884 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.991 mas, bmaj=5.235 mas, bpa=-8.553 degrees ! Estimated noise=19.3254 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000143868 Jy ! Component: 100 - total flux cleaned = 0.000218929 Jy ! Component: 150 - total flux cleaned = 0.000280206 Jy ! Component: 200 - total flux cleaned = 0.000360107 Jy ! Total flux subtracted in 200 components = 0.000360107 Jy ! Clean residual min=-0.002304 max=0.001958 Jy/beam ! Clean residual mean=-0.000004 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.42673 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 126 components and 0.42673 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.050415Jy sigma=0.034879 ! Fit after self-cal, rms=0.050413Jy sigma=0.034878 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.25877e-05 Jy ! Component: 100 - total flux cleaned = -3.94677e-05 Jy ! Component: 150 - total flux cleaned = -7.20141e-06 Jy ! Component: 200 - total flux cleaned = 1.31214e-05 Jy ! Total flux subtracted in 200 components = 1.31214e-05 Jy ! Clean residual min=-0.002327 max=0.001959 Jy/beam ! Clean residual mean=-0.000004 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.426743 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 140 components and 0.426743 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.050408Jy sigma=0.034876 ! Fit after self-cal, rms=0.050407Jy sigma=0.034876 ! 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=2.883 mas, bmaj=4.642 mas, bpa=0.6446 degrees ! Estimated noise=17.5847 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.883 x 4.642 at 0.6446 degrees (North through East) ! Clean map min=-0.0025095 max=0.39429 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=2.526 mas, bmaj=4.173 mas, bpa=3.803 degrees ! Estimated noise=26.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.305547 Jy ! Component: 100 - total flux cleaned = 0.372177 Jy ! Component: 150 - total flux cleaned = 0.388516 Jy ! Component: 200 - total flux cleaned = 0.395695 Jy ! Total flux subtracted in 200 components = 0.395695 Jy ! Clean residual min=-0.003874 max=0.004235 Jy/beam ! Clean residual mean=0.000004 rms=0.001174 Jy/beam ! Combined flux in latest and established models = 0.395695 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.395695 Jy ! Inverting map and beam ! Estimated beam: bmin=2.883 mas, bmaj=4.642 mas, bpa=0.6446 degrees ! Estimated noise=17.5847 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.00729845 Jy ! Component: 100 - total flux cleaned = 0.0119948 Jy ! Component: 150 - total flux cleaned = 0.0154681 Jy ! Component: 200 - total flux cleaned = 0.0181094 Jy ! Total flux subtracted in 200 components = 0.0181094 Jy ! Clean residual min=-0.002887 max=0.002706 Jy/beam ! Clean residual mean=0.000000 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.413805 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 71 components and 0.413805 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.991 mas, bmaj=5.235 mas, bpa=-8.553 degrees ! Estimated noise=19.3254 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00272919 Jy ! Component: 100 - total flux cleaned = 0.00470771 Jy ! Component: 150 - total flux cleaned = 0.00633267 Jy ! Component: 200 - total flux cleaned = 0.00748174 Jy ! Total flux subtracted in 200 components = 0.00748174 Jy ! Clean residual min=-0.002689 max=0.001987 Jy/beam ! Clean residual mean=-0.000003 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.421286 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.000840467 Jy ! Component: 100 - total flux cleaned = 0.00152846 Jy ! Component: 150 - total flux cleaned = 0.00205447 Jy ! Component: 200 - total flux cleaned = 0.00248444 Jy ! Total flux subtracted in 200 components = 0.00248444 Jy ! Clean residual min=-0.002599 max=0.001844 Jy/beam ! Clean residual mean=-0.000003 rms=0.000637 Jy/beam ! Combined flux in latest and established models = 0.423771 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 158 components and 0.423771 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.883 mas, bmaj=4.642 mas, bpa=0.6446 degrees ! Estimated noise=17.5847 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000242806 Jy ! Component: 100 - total flux cleaned = 0.000373602 Jy ! Component: 150 - total flux cleaned = 0.000512889 Jy ! Component: 200 - total flux cleaned = 0.000665604 Jy ! Total flux subtracted in 200 components = 0.000665604 Jy ! Clean residual min=-0.002554 max=0.001975 Jy/beam ! Clean residual mean=-0.000002 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.424436 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 180 components and 0.424436 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.050430Jy sigma=0.034904 ! Fit after self-cal, rms=0.050424Jy sigma=0.034902 wmodel /scr/pima/bp171a0_uvs/J0559+2353_C_map.mod ! Writing 180 model components to file: /scr/pima/bp171a0_uvs/J0559+2353_C_map.mod wobs /scr/pima/bp171a0_uvs/J0559+2353_C_uvs.fits ! Writing UV FITS file: /scr/pima/bp171a0_uvs/J0559+2353_C_uvs.fits wwins /scr/pima/bp171a0_uvs/J0559+2353_C_map.win ! wwins: Wrote 3 windows to /scr/pima/bp171a0_uvs/J0559+2353_C_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.00111553 Jy ! Component: 100 - total flux cleaned = -0.00176744 Jy ! Component: 150 - total flux cleaned = -0.00183751 Jy ! Component: 200 - total flux cleaned = -0.00177293 Jy ! Component: 250 - total flux cleaned = -0.00164816 Jy ! Component: 300 - total flux cleaned = -0.00143686 Jy ! Component: 350 - total flux cleaned = -0.00123286 Jy ! Component: 400 - total flux cleaned = -0.000922683 Jy ! Component: 450 - total flux cleaned = -0.000676722 Jy ! Component: 500 - total flux cleaned = -0.000437617 Jy ! Component: 550 - total flux cleaned = -0.000127594 Jy ! Component: 600 - total flux cleaned = 4.80652e-05 Jy ! Component: 650 - total flux cleaned = 0.000146517 Jy ! Component: 700 - total flux cleaned = 0.000267277 Jy ! Component: 750 - total flux cleaned = 0.000526748 Jy ! Component: 800 - total flux cleaned = 0.000665466 Jy ! Component: 850 - total flux cleaned = 0.00082405 Jy ! Component: 900 - total flux cleaned = 0.000890444 Jy ! Component: 950 - total flux cleaned = 0.000999932 Jy ! Component: 1000 - total flux cleaned = 0.00106429 Jy ! Component: 1050 - total flux cleaned = 0.00114906 Jy ! Component: 1100 - total flux cleaned = 0.00125372 Jy ! Component: 1150 - total flux cleaned = 0.00133626 Jy ! Component: 1200 - total flux cleaned = 0.00147795 Jy ! Component: 1250 - total flux cleaned = 0.00149782 Jy ! Component: 1300 - total flux cleaned = 0.00155675 Jy ! Component: 1350 - total flux cleaned = 0.00155718 Jy ! Component: 1400 - total flux cleaned = 0.00167287 Jy ! Component: 1450 - total flux cleaned = 0.00176745 Jy ! Component: 1500 - total flux cleaned = 0.00180422 Jy ! Component: 1550 - total flux cleaned = 0.00182257 Jy ! Component: 1600 - total flux cleaned = 0.00187724 Jy ! Component: 1650 - total flux cleaned = 0.00191346 Jy ! Component: 1700 - total flux cleaned = 0.00198456 Jy ! Component: 1750 - total flux cleaned = 0.00205438 Jy ! Component: 1800 - total flux cleaned = 0.00208908 Jy ! Component: 1850 - total flux cleaned = 0.00215713 Jy ! Component: 1900 - total flux cleaned = 0.002174 Jy ! Component: 1950 - total flux cleaned = 0.00217389 Jy ! Component: 2000 - total flux cleaned = 0.0022068 Jy ! Component: 2050 - total flux cleaned = 0.00219067 Jy ! Component: 2100 - total flux cleaned = 0.00222299 Jy ! Component: 2150 - total flux cleaned = 0.0022387 Jy ! Component: 2200 - total flux cleaned = 0.00220712 Jy ! Component: 2250 - total flux cleaned = 0.00217607 Jy ! Component: 2300 - total flux cleaned = 0.00216074 Jy ! Component: 2350 - total flux cleaned = 0.00211502 Jy ! Component: 2400 - total flux cleaned = 0.00209999 Jy ! Component: 2450 - total flux cleaned = 0.00210011 Jy ! Component: 2500 - total flux cleaned = 0.00208523 Jy ! Component: 2550 - total flux cleaned = 0.00210003 Jy ! Component: 2600 - total flux cleaned = 0.00207089 Jy ! Component: 2650 - total flux cleaned = 0.00210012 Jy ! Component: 2700 - total flux cleaned = 0.00210002 Jy ! Component: 2750 - total flux cleaned = 0.00207124 Jy ! Component: 2800 - total flux cleaned = 0.00208553 Jy ! Component: 2850 - total flux cleaned = 0.00205728 Jy ! Component: 2900 - total flux cleaned = 0.00211345 Jy ! Component: 2950 - total flux cleaned = 0.00205772 Jy ! Component: 3000 - total flux cleaned = 0.00205762 Jy ! Component: 3050 - total flux cleaned = 0.00208518 Jy ! Component: 3100 - total flux cleaned = 0.00204431 Jy ! Component: 3150 - total flux cleaned = 0.00201724 Jy ! Component: 3200 - total flux cleaned = 0.00204417 Jy ! Component: 3250 - total flux cleaned = 0.0020042 Jy ! Component: 3300 - total flux cleaned = 0.00197781 Jy ! Component: 3350 - total flux cleaned = 0.00197778 Jy ! Component: 3400 - total flux cleaned = 0.00195166 Jy ! Component: 3450 - total flux cleaned = 0.00193869 Jy ! Component: 3500 - total flux cleaned = 0.00193863 Jy ! Component: 3550 - total flux cleaned = 0.00188719 Jy ! Component: 3600 - total flux cleaned = 0.00184888 Jy ! Component: 3650 - total flux cleaned = 0.0018616 Jy ! Component: 3700 - total flux cleaned = 0.00184908 Jy ! Component: 3750 - total flux cleaned = 0.00181138 Jy ! Component: 3800 - total flux cleaned = 0.00179886 Jy ! Component: 3850 - total flux cleaned = 0.00178645 Jy ! Component: 3900 - total flux cleaned = 0.00177414 Jy ! Component: 3950 - total flux cleaned = 0.00179885 Jy ! Component: 4000 - total flux cleaned = 0.00182342 Jy ! Component: 4050 - total flux cleaned = 0.0018233 Jy ! Total flux subtracted in 4096 components = 0.00183553 Jy ! Clean residual min=-0.000696 max=0.000674 Jy/beam ! Clean residual mean=-0.000000 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.426272 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 463 components and 0.426272 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bp171a0_uvs/J0559+2353_C\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.883 x 4.642 at 0.6446 degrees (North through East) ! Clean map min=-0.0019797 max=0.39413 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171a0_uvs/J0559+2353_C_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.394126 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000224456 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.170851 0.170851 0.341702 0.683405 1.36681 2.73362 5.46724 10.9345 21.869 43.7379 87.4758 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.394 quit ! Quitting program ! Log file /scr/pima/bp171a0_uvs/J0559+2353_C_uvs.log closed on Fri Mar 15 08:57:08 2013