! Started logfile: /scr/pima/gc030_uvs/J0522-0725_X_uvs.log on Fri Apr 22 08:43:31 2016 obs /scr/pima/gc030_uvs/J0522-0725_X_uva.fits ! Reading UV FITS file: /scr/pima/gc030_uvs/J0522-0725_X_uva.fits ! AN table 1: 140 integrations on 6 of 6 possible baselines. ! AN table 2: 69 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.883733 visibilities/baseline/integration-bin. ! Found source: J0522-0725 ! ! 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 8.37724e+09 8e+06 1 8e+06 ! 02 2 8.38499e+09 8e+06 1 8e+06 ! 03 3 8.39324e+09 8e+06 1 8e+06 ! 04 4 8.40099e+09 8e+06 1 8e+06 ! 05 5 8.40924e+09 8e+06 1 8e+06 ! 06 6 8.41699e+09 8e+06 1 8e+06 ! 07 7 8.42524e+09 8e+06 1 8e+06 ! 08 8 8.43299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 139 lines of history. ! ! Reading 13256 visibilities. select rr, 1,2,3,4,6,7,8 ! Selecting polarization: RR, channels: 1..4 6..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: (none) ! 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/gc030_uvs/J0522-0725_X] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! A total of 353 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 84 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007666Jy sigma=14.868394 ! Fit after self-cal, rms=0.932471Jy sigma=13.773193 ! 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.5494 mas, bmaj=2.781 mas, bpa=-15.96 degrees ! Estimated noise=0.751449 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0537503 Jy ! Component: 100 - total flux cleaned = 0.0700657 Jy ! Total flux subtracted in 100 components = 0.0700657 Jy ! Clean residual min=-0.007306 max=0.007680 Jy/beam ! Clean residual mean=-0.000013 rms=0.002429 Jy/beam ! Combined flux in latest and established models = 0.0700657 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0700657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.107464Jy sigma=0.936104 ! Fit after self-cal, rms=0.106794Jy sigma=0.928280 ! 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.5897 mas, bmaj=2.906 mas, bpa=-13.62 degrees ! Estimated noise=0.515472 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.00319975 Jy ! Component: 100 - total flux cleaned = 0.00450212 Jy ! Component: 150 - total flux cleaned = 0.00501902 Jy ! Component: 200 - total flux cleaned = 0.00579987 Jy ! Total flux subtracted in 200 components = 0.00579987 Jy ! Clean residual min=-0.001961 max=0.001967 Jy/beam ! Clean residual mean=-0.000004 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.0758655 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 62 components and 0.0758656 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.105757Jy sigma=0.916939 ! Fit after self-cal, rms=0.105061Jy sigma=0.916181 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.5897 x 2.906 at -13.62 degrees (North through East) ! Clean map min=-0.0046809 max=0.062422 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 204 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! EB 1.20 HN 0.91 NL 0.96 SC 0.93 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 KP 0.95 LA 0.90 MK 0.97 ! NL 0.99 PT 1.07 ! ! ! Correcting IF 2. ! A total of 204 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! EB 1.02 HN 0.99 NL 0.97 SC 0.96 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 KP 0.98 LA 0.88 MK 0.98 ! NL 1.07 PT 1.01 ! ! ! Correcting IF 3. ! A total of 204 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! EB 1.15 HN 0.92 NL 0.87 SC 0.86 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* KP 1.00* LA 1.00* MK 1.00* ! NL 1.00* PT 1.00* ! ! ! Correcting IF 4. ! A total of 204 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! EB 1.06 HN 0.89 NL 0.97 SC 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 KP 0.97 LA 0.89 MK 1.01 ! NL 1.06 PT 1.05 ! ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! A total of 207 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! EB 0.00* HN 0.00* NL 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00* KP 1.00* LA 1.00* MK 1.00* ! NL 1.00* PT 1.00* ! ! ! Correcting IF 7. ! A total of 204 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! EB 1.00* HN 1.00* NL 1.00* SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.09 KP 1.01 LA 0.89 MK 1.03 ! NL 1.04 PT 0.96 ! ! ! Correcting IF 8. ! A total of 204 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! EB 0.98 HN 1.03 NL 1.04 SC 1.05 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 KP 0.95 LA 0.89 MK 0.98 ! NL 1.09 PT 1.04 ! ! ! Fit before self-cal, rms=0.105061Jy sigma=0.916181 ! Fit after self-cal, rms=0.102571Jy sigma=0.935486 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.6594 mas, bmaj=2.889 mas, bpa=-16.55 degrees ! Estimated noise=0.591176 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.000991203 Jy ! Component: 100 - total flux cleaned = 0.00188423 Jy ! Component: 150 - total flux cleaned = 0.00262937 Jy ! Component: 200 - total flux cleaned = 0.00355442 Jy ! Total flux subtracted in 200 components = 0.00355442 Jy ! Clean residual min=-0.001041 max=0.001044 Jy/beam ! Clean residual mean=-0.000001 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.07942 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 112 components and 0.07942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.102385Jy sigma=0.934078 ! Fit after self-cal, rms=0.101901Jy sigma=0.933292 ! 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. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.101901Jy sigma=0.933292 ! Fit after self-cal, rms=0.101038Jy sigma=0.933120 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.6606 mas, bmaj=2.876 mas, bpa=-16.5 degrees ! Estimated noise=0.592922 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000804679 Jy ! Component: 100 - total flux cleaned = 0.00124406 Jy ! Component: 150 - total flux cleaned = 0.00137653 Jy ! Component: 200 - total flux cleaned = 0.00166924 Jy ! Total flux subtracted in 200 components = 0.00166924 Jy ! Clean residual min=-0.000932 max=0.000934 Jy/beam ! Clean residual mean=-0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0810892 Jy selfcal ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 145 components and 0.0810892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.100908Jy sigma=0.932162 ! Fit after self-cal, rms=0.100675Jy sigma=0.931944 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 = -7.58914e-05 Jy ! Component: 100 - total flux cleaned = 0.000101862 Jy ! Component: 150 - total flux cleaned = 0.000481612 Jy ! Component: 200 - total flux cleaned = 0.000837986 Jy ! Total flux subtracted in 200 components = 0.000837986 Jy ! Clean residual min=-0.000825 max=0.000821 Jy/beam ! Clean residual mean=-0.000000 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.0819272 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 179 components and 0.0819272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.100587Jy sigma=0.931304 ! Fit after self-cal, rms=0.100454Jy sigma=0.931224 ! 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. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.100454Jy sigma=0.931224 ! Fit after self-cal, rms=0.099995Jy sigma=0.930916 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.6622 mas, bmaj=2.862 mas, bpa=-16.5 degrees ! Estimated noise=0.594939 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000542037 Jy ! Component: 100 - total flux cleaned = 0.00102911 Jy ! Component: 150 - total flux cleaned = 0.00142671 Jy ! Component: 200 - total flux cleaned = 0.00161748 Jy ! Total flux subtracted in 200 components = 0.00161748 Jy ! Clean residual min=-0.000762 max=0.000768 Jy/beam ! Clean residual mean=-0.000000 rms=0.000341 Jy/beam ! Combined flux in latest and established models = 0.0835447 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 211 components and 0.0835447 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.099922Jy sigma=0.930373 ! Fit after self-cal, rms=0.099809Jy sigma=0.930228 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.000132451 Jy ! Component: 100 - total flux cleaned = 0.000403867 Jy ! Component: 150 - total flux cleaned = 0.00109085 Jy ! Component: 200 - total flux cleaned = 0.00162489 Jy ! Total flux subtracted in 200 components = 0.00162489 Jy ! Clean residual min=-0.000660 max=0.000668 Jy/beam ! Clean residual mean=-0.000000 rms=0.000290 Jy/beam ! Combined flux in latest and established models = 0.0851696 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 232 components and 0.0851696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.099758Jy sigma=0.929854 ! Fit after self-cal, rms=0.099685Jy sigma=0.929819 ! 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. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.099685Jy sigma=0.929819 ! Fit after self-cal, rms=0.099813Jy sigma=0.929280 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.417 mas, bmaj=3.22 mas, bpa=-11.27 degrees ! Estimated noise=0.869811 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000143018 Jy ! Component: 100 - total flux cleaned = 0.000117252 Jy ! Component: 150 - total flux cleaned = -8.77265e-05 Jy ! Component: 200 - total flux cleaned = -0.000217919 Jy ! Total flux subtracted in 200 components = -0.000217919 Jy ! Clean residual min=-0.000442 max=0.000438 Jy/beam ! Clean residual mean=-0.000001 rms=0.000120 Jy/beam ! Combined flux in latest and established models = 0.0849517 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 276 components and 0.0849517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.099792Jy sigma=0.929148 ! Fit after self-cal, rms=0.099783Jy sigma=0.929017 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.000139078 Jy ! Component: 100 - total flux cleaned = -0.000116483 Jy ! Component: 150 - total flux cleaned = -0.000141249 Jy ! Component: 200 - total flux cleaned = -0.000245623 Jy ! Total flux subtracted in 200 components = -0.000245623 Jy ! Clean residual min=-0.000435 max=0.000443 Jy/beam ! Clean residual mean=0.000001 rms=0.000120 Jy/beam ! Combined flux in latest and established models = 0.084706 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 294 components and 0.084706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.099770Jy sigma=0.928970 ! Fit after self-cal, rms=0.099730Jy sigma=0.928945 ! 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.6638 mas, bmaj=2.859 mas, bpa=-16.48 degrees ! Estimated noise=0.596018 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.6638 x 2.859 at -16.48 degrees (North through East) ! Clean map min=-0.0027008 max=0.060917 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=0.5761 mas, bmaj=2.784 mas, bpa=-17.35 degrees ! Estimated noise=0.828955 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0560653 Jy ! Component: 100 - total flux cleaned = 0.0714352 Jy ! Component: 150 - total flux cleaned = 0.0750743 Jy ! Component: 200 - total flux cleaned = 0.077443 Jy ! Total flux subtracted in 200 components = 0.077443 Jy ! Clean residual min=-0.004288 max=0.004283 Jy/beam ! Clean residual mean=0.000000 rms=0.002003 Jy/beam ! Combined flux in latest and established models = 0.077443 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 47 model components to the UV plane model. ! The established model now contains 47 components and 0.077443 Jy ! Inverting map and beam ! Estimated beam: bmin=0.6638 mas, bmaj=2.859 mas, bpa=-16.48 degrees ! Estimated noise=0.596018 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.000139741 Jy ! Component: 100 - total flux cleaned = 0.000676803 Jy ! Component: 150 - total flux cleaned = 0.00115177 Jy ! Component: 200 - total flux cleaned = 0.0016806 Jy ! Total flux subtracted in 200 components = 0.0016806 Jy ! Clean residual min=-0.001668 max=0.001664 Jy/beam ! Clean residual mean=0.000000 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.0791237 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 102 components and 0.0791237 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.417 mas, bmaj=3.22 mas, bpa=-11.27 degrees ! Estimated noise=0.869811 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000857771 Jy ! Component: 100 - total flux cleaned = -0.000958936 Jy ! Component: 150 - total flux cleaned = -0.000864473 Jy ! Component: 200 - total flux cleaned = -0.000865242 Jy ! Total flux subtracted in 200 components = -0.000865242 Jy ! Clean residual min=-0.000799 max=0.000803 Jy/beam ! Clean residual mean=0.000000 rms=0.000238 Jy/beam ! Combined flux in latest and established models = 0.0782584 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 = -5.18034e-05 Jy ! Component: 100 - total flux cleaned = -5.62397e-05 Jy ! Component: 150 - total flux cleaned = -5.54208e-05 Jy ! Component: 200 - total flux cleaned = -0.000124021 Jy ! Total flux subtracted in 200 components = -0.000124021 Jy ! Clean residual min=-0.001239 max=0.001258 Jy/beam ! Clean residual mean=0.000002 rms=0.000309 Jy/beam ! Combined flux in latest and established models = 0.0781344 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 151 components and 0.0781344 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.6638 mas, bmaj=2.859 mas, bpa=-16.48 degrees ! Estimated noise=0.596018 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00034533 Jy ! Component: 100 - total flux cleaned = 0.00034648 Jy ! Component: 150 - total flux cleaned = 0.000417046 Jy ! Component: 200 - total flux cleaned = 0.000163099 Jy ! Total flux subtracted in 200 components = 0.000163099 Jy ! Clean residual min=-0.001017 max=0.001018 Jy/beam ! Clean residual mean=0.000000 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.0782975 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 204 components and 0.0782975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Not correcting unselected IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.099830Jy sigma=0.929563 ! Fit after self-cal, rms=0.099896Jy sigma=0.929432 wmodel /scr/pima/gc030_uvs/J0522-0725_X_map.mod ! Writing 204 model components to file: /scr/pima/gc030_uvs/J0522-0725_X_map.mod wobs /scr/pima/gc030_uvs/J0522-0725_X_uvs.fits ! Writing UV FITS file: /scr/pima/gc030_uvs/J0522-0725_X_uvs.fits wwins /scr/pima/gc030_uvs/J0522-0725_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/scr/pima/gc030_uvs/J0522-0725_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.6638 x 2.859 at -16.48 degrees (North through East) ! Clean map min=-0.0024949 max=0.057195 Jy/beam ! Writing clean map to FITS file: /scr/pima/gc030_uvs/J0522-0725_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0571951 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000422607 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.21666 2.21666 4.43332 8.86664 17.7333 35.4666 70.9331 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.057 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 135.338 quit ! Quitting program ! Log file /scr/pima/gc030_uvs/J0522-0725_X_uvs.log closed on Fri Apr 22 08:43:35 2016