! Started logfile: /scr/pima/rdv93_uvs/J2015+4628_S_uvs.log on Tue Oct 8 15:33:04 2013 obs /scr/pima/rdv93_uvs/J2015+4628_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J2015+4628_S_uva.fits ! AN table 1: 22 integrations on 1 of 1 possible baselines. ! AN table 2: 22 integrations on 3 of 3 possible baselines. ! AN table 3: 22 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.714286 visibilities/baseline/integration-bin. ! Found source: J2015+4628 ! ! 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 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 880 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.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv93_uvs/J2015+4628_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 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 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000118Jy sigma=1.458924 ! Fit after self-cal, rms=0.939241Jy sigma=1.408827 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] 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=16.11 mas, bmaj=65.24 mas, bpa=-19.93 degrees ! Estimated noise=27.9598 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.0518241 Jy ! Component: 100 - total flux cleaned = 0.0674484 Jy ! Total flux subtracted in 100 components = 0.0674484 Jy ! Clean residual min=-0.006444 max=0.007329 Jy/beam ! Clean residual mean=-0.000472 rms=0.002896 Jy/beam ! Combined flux in latest and established models = 0.0674484 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 42 components and 0.0674484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.040029Jy sigma=0.059193 ! Fit after self-cal, rms=0.037081Jy sigma=0.056846 ! 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=18.69 mas, bmaj=62.02 mas, bpa=-19.53 degrees ! Estimated noise=17.0553 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.00680094 Jy ! Component: 100 - total flux cleaned = 0.00642326 Jy ! Component: 150 - total flux cleaned = 0.00612537 Jy ! Component: 200 - total flux cleaned = 0.00485926 Jy ! Total flux subtracted in 200 components = 0.00485926 Jy ! Clean residual min=-0.002195 max=0.002214 Jy/beam ! Clean residual mean=-0.000128 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.0723077 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 112 components and 0.0723076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035445Jy sigma=0.053290 ! Fit after self-cal, rms=0.035359Jy sigma=0.053159 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* NL 0.00* ! ! A total of 66 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! KP 0.00* LA 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.81 KP 1.20 LA 1.05 OV 1.06 ! PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* NL 0.00* ! ! A total of 66 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! KP 0.00* LA 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.99 KP 1.25 LA 1.01 OV 1.09 ! PT 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* NL 0.00* ! ! A total of 66 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! KP 0.00* LA 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.00 KP 1.03 LA 0.93 OV 0.99 ! PT 1.07 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.00* NL 0.00* ! ! A total of 66 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! KP 0.00* LA 0.00* PT 0.00* ! ! Telescope amplitude corrections in sub-array 3: ! FD 1.33 KP 0.76 LA 0.93 OV 0.89 ! PT 0.85 ! ! ! Fit before self-cal, rms=0.035359Jy sigma=0.053159 ! Fit after self-cal, rms=0.033099Jy sigma=0.041676 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=15.7 mas, bmaj=50.99 mas, bpa=-22.65 degrees ! Estimated noise=23.5444 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.000279618 Jy ! Component: 100 - total flux cleaned = -0.00032793 Jy ! Component: 150 - total flux cleaned = -0.000261604 Jy ! Component: 200 - total flux cleaned = -0.000140439 Jy ! Total flux subtracted in 200 components = -0.000140439 Jy ! Clean residual min=-0.000487 max=0.000488 Jy/beam ! Clean residual mean=0.000012 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.0721672 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 192 components and 0.0721672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033001Jy sigma=0.041595 ! Fit after self-cal, rms=0.033149Jy sigma=0.041501 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033149Jy sigma=0.041501 ! Fit after self-cal, rms=0.033377Jy sigma=0.041489 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.68 mas, bmaj=50.96 mas, bpa=-22.69 degrees ! Estimated noise=23.5577 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000369429 Jy ! Component: 100 - total flux cleaned = -0.000169185 Jy ! Component: 150 - total flux cleaned = -8.56556e-06 Jy ! Component: 200 - total flux cleaned = -8.33155e-06 Jy ! Total flux subtracted in 200 components = -8.33155e-06 Jy ! Clean residual min=-0.000429 max=0.000421 Jy/beam ! Clean residual mean=0.000012 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.0721589 Jy selfcal ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 258 components and 0.0721589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033324Jy sigma=0.041444 ! Fit after self-cal, rms=0.033330Jy sigma=0.041430 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 = -5.45442e-05 Jy ! Component: 100 - total flux cleaned = 8.96309e-05 Jy ! Component: 150 - total flux cleaned = 0.000180337 Jy ! Component: 200 - total flux cleaned = 0.000158219 Jy ! Total flux subtracted in 200 components = 0.000158219 Jy ! Clean residual min=-0.000368 max=0.000373 Jy/beam ! Clean residual mean=0.000014 rms=0.000150 Jy/beam ! Combined flux in latest and established models = 0.0723171 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 311 components and 0.0723171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033292Jy sigma=0.041399 ! Fit after self-cal, rms=0.033266Jy sigma=0.041393 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033266Jy sigma=0.041393 ! Fit after self-cal, rms=0.033259Jy sigma=0.041387 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.66 mas, bmaj=51.01 mas, bpa=-22.67 degrees ! Estimated noise=23.5752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.65505e-05 Jy ! Component: 100 - total flux cleaned = 6.99676e-05 Jy ! Component: 150 - total flux cleaned = 0.000197721 Jy ! Component: 200 - total flux cleaned = 0.000344255 Jy ! Total flux subtracted in 200 components = 0.000344255 Jy ! Clean residual min=-0.000346 max=0.000350 Jy/beam ! Clean residual mean=0.000012 rms=0.000140 Jy/beam ! Combined flux in latest and established models = 0.0726614 Jy selfcal ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 371 components and 0.0726614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033230Jy sigma=0.041360 ! Fit after self-cal, rms=0.033204Jy sigma=0.041353 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 = -1.9601e-05 Jy ! Component: 100 - total flux cleaned = 7.09633e-05 Jy ! Component: 150 - total flux cleaned = 1.89064e-05 Jy ! Component: 200 - total flux cleaned = -5.14039e-05 Jy ! Total flux subtracted in 200 components = -5.14039e-05 Jy ! Clean residual min=-0.000298 max=0.000294 Jy/beam ! Clean residual mean=0.000013 rms=0.000121 Jy/beam ! Combined flux in latest and established models = 0.07261 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 449 components and 0.07261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033180Jy sigma=0.041335 ! Fit after self-cal, rms=0.033169Jy sigma=0.041332 ! 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 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033169Jy sigma=0.041332 ! Fit after self-cal, rms=0.033153Jy sigma=0.041326 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.99 mas, bmaj=50.28 mas, bpa=-22.73 degrees ! Estimated noise=23.6865 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.29489e-05 Jy ! Component: 100 - total flux cleaned = 0.000158248 Jy ! Component: 150 - total flux cleaned = 0.000317457 Jy ! Component: 200 - total flux cleaned = 0.000532393 Jy ! Total flux subtracted in 200 components = 0.000532393 Jy ! Clean residual min=-0.000299 max=0.000299 Jy/beam ! Clean residual mean=0.000009 rms=0.000117 Jy/beam ! Combined flux in latest and established models = 0.0731424 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 499 components and 0.0731424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033134Jy sigma=0.041308 ! Fit after self-cal, rms=0.033124Jy sigma=0.041302 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 = 2.33514e-05 Jy ! Component: 100 - total flux cleaned = 0.000101575 Jy ! Component: 150 - total flux cleaned = 4.37063e-05 Jy ! Component: 200 - total flux cleaned = -1.45382e-05 Jy ! Total flux subtracted in 200 components = -1.45382e-05 Jy ! Clean residual min=-0.000247 max=0.000241 Jy/beam ! Clean residual mean=0.000010 rms=0.000100 Jy/beam ! Combined flux in latest and established models = 0.0731278 Jy ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 568 components and 0.0731278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033107Jy sigma=0.041289 ! Fit after self-cal, rms=0.033103Jy sigma=0.041287 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 selfant 3:FD,true ! 3:FD self-cal status=fixed weight=1 selfant 3:KP,true ! 3:KP self-cal status=fixed weight=1 selfant 3:LA,true ! 3:LA self-cal status=fixed weight=1 selfant 3:OV,true ! 3:OV self-cal status=fixed weight=1 selfant 3:PT,true ! 3:PT self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042356Jy sigma=0.054815 ! Fit after self-cal, rms=0.042356Jy sigma=0.054815 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 66 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 66 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 66 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 66 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.042356Jy sigma=0.054815 ! Fit after self-cal, rms=0.033106Jy sigma=0.041281 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=13.53 mas, bmaj=57.24 mas, bpa=-21.61 degrees ! Estimated noise=38.6059 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.000525959 Jy ! Component: 100 - total flux cleaned = 0.000876662 Jy ! Component: 150 - total flux cleaned = 0.00125363 Jy ! Component: 200 - total flux cleaned = 0.00161139 Jy ! Total flux subtracted in 200 components = 0.00161139 Jy ! Clean residual min=-0.000861 max=0.000853 Jy/beam ! Clean residual mean=0.000010 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.0747392 Jy ! Performing phase self-cal ! Adding 119 model components to the UV plane model. ! The established model now contains 687 components and 0.0747392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033183Jy sigma=0.041408 ! Fit after self-cal, rms=0.033141Jy sigma=0.041292 ! Inverting map 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=15.62 mas, bmaj=51.1 mas, bpa=-22.65 degrees ! Estimated noise=23.594 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000680052 Jy ! Component: 100 - total flux cleaned = 0.000932528 Jy ! Component: 150 - total flux cleaned = 0.000836443 Jy ! Component: 200 - total flux cleaned = 0.000703101 Jy ! Component: 250 - total flux cleaned = 0.000544645 Jy ! Component: 300 - total flux cleaned = 0.000417055 Jy ! Component: 350 - total flux cleaned = 0.000202461 Jy ! Component: 400 - total flux cleaned = -1.87378e-05 Jy ! Total flux subtracted in 400 components = -1.87378e-05 Jy ! Clean residual min=-0.000252 max=0.000246 Jy/beam ! Clean residual mean=0.000009 rms=0.000109 Jy/beam ! Combined flux in latest and established models = 0.0747205 Jy ! Performing phase self-cal ! Adding 158 model components to the UV plane model. ! The established model now contains 837 components and 0.0747205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033100Jy sigma=0.041245 ! Fit after self-cal, rms=0.033076Jy sigma=0.041237 ! Inverting map dynam = dynam - 0.5 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) ! Added new window around map position (36.4, 61.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00018027 Jy ! Component: 100 - total flux cleaned = 0.000178918 Jy ! Component: 150 - total flux cleaned = 0.000195644 Jy ! Component: 200 - total flux cleaned = 0.000179585 Jy ! Component: 250 - total flux cleaned = 0.00016411 Jy ! Component: 300 - total flux cleaned = 0.000164001 Jy ! Component: 350 - total flux cleaned = 0.00013427 Jy ! Component: 400 - total flux cleaned = 0.000119541 Jy ! Total flux subtracted in 400 components = 0.000119541 Jy ! Clean residual min=-0.000265 max=0.000277 Jy/beam ! Clean residual mean=0.000005 rms=0.000081 Jy/beam ! Combined flux in latest and established models = 0.07484 Jy ! Performing phase self-cal ! Adding 87 model components to the UV plane model. ! The established model now contains 915 components and 0.0748399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033064Jy sigma=0.041226 ! Fit after self-cal, rms=0.033059Jy sigma=0.041225 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 66 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 66 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 66 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 1. ! A total of 66 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.042807Jy sigma=0.055210 ! Fit after self-cal, rms=0.033095Jy sigma=0.041221 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.62 mas, bmaj=51.11 mas, bpa=-22.64 degrees ! Estimated noise=23.5778 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.17926e-05 Jy ! Component: 100 - total flux cleaned = 7.42975e-06 Jy ! Component: 150 - total flux cleaned = -2.39835e-05 Jy ! Component: 200 - total flux cleaned = -6.92685e-05 Jy ! Component: 250 - total flux cleaned = -9.13167e-05 Jy ! Component: 300 - total flux cleaned = -0.000120066 Jy ! Component: 350 - total flux cleaned = -0.00013421 Jy ! Component: 400 - total flux cleaned = -0.000127059 Jy ! Total flux subtracted in 400 components = -0.000127059 Jy ! Clean residual min=-0.000238 max=0.000312 Jy/beam ! Clean residual mean=0.000004 rms=0.000083 Jy/beam ! Combined flux in latest and established models = 0.0747129 Jy selfcal ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 981 components and 0.0747129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033088Jy sigma=0.041213 ! Fit after self-cal, rms=0.033102Jy sigma=0.041210 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.10916e-05 Jy ! Component: 100 - total flux cleaned = -4.11234e-05 Jy ! Component: 150 - total flux cleaned = -7.09204e-05 Jy ! Component: 200 - total flux cleaned = -9.28428e-05 Jy ! Component: 250 - total flux cleaned = -0.000142732 Jy ! Component: 300 - total flux cleaned = -0.000184714 Jy ! Component: 350 - total flux cleaned = -0.000226161 Jy ! Component: 400 - total flux cleaned = -0.000246667 Jy ! Total flux subtracted in 400 components = -0.000246667 Jy ! Clean residual min=-0.000236 max=0.000314 Jy/beam ! Clean residual mean=0.000004 rms=0.000083 Jy/beam ! Combined flux in latest and established models = 0.0744662 Jy ! Performing phase self-cal ! Adding 92 model components to the UV plane model. ! The established model now contains 1039 components and 0.0744663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033095Jy sigma=0.041203 ! Fit after self-cal, rms=0.033100Jy sigma=0.041202 ! Inverting map ! Added new window around map position (-42.4, -75.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000233527 Jy ! Component: 100 - total flux cleaned = 0.000341187 Jy ! Component: 150 - total flux cleaned = 0.000435591 Jy ! Component: 200 - total flux cleaned = 0.000518831 Jy ! Component: 250 - total flux cleaned = 0.000599881 Jy ! Component: 300 - total flux cleaned = 0.000663613 Jy ! Component: 350 - total flux cleaned = 0.000734048 Jy ! Component: 400 - total flux cleaned = 0.000788103 Jy ! Total flux subtracted in 400 components = 0.000788103 Jy ! Clean residual min=-0.000278 max=0.000206 Jy/beam ! Clean residual mean=-0.000002 rms=0.000071 Jy/beam ! Combined flux in latest and established models = 0.0752544 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 1096 components and 0.0752544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033092Jy sigma=0.041192 ! Fit after self-cal, rms=0.033098Jy sigma=0.041191 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033098Jy sigma=0.041191 ! Fit after self-cal, rms=0.033140Jy sigma=0.041189 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.61 mas, bmaj=51.12 mas, bpa=-22.64 degrees ! Estimated noise=23.5309 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000269909 Jy ! Component: 100 - total flux cleaned = 0.000439893 Jy ! Component: 150 - total flux cleaned = 0.000511059 Jy ! Component: 200 - total flux cleaned = 0.000557215 Jy ! Component: 250 - total flux cleaned = 0.0006178 Jy ! Component: 300 - total flux cleaned = 0.000684812 Jy ! Component: 350 - total flux cleaned = 0.000750994 Jy ! Component: 400 - total flux cleaned = 0.000802313 Jy ! Total flux subtracted in 400 components = 0.000802313 Jy ! Clean residual min=-0.000280 max=0.000219 Jy/beam ! Clean residual mean=-0.000003 rms=0.000071 Jy/beam ! Combined flux in latest and established models = 0.0760567 Jy selfcal ! Performing phase self-cal ! Adding 95 model components to the UV plane model. ! The established model now contains 1163 components and 0.0760567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033133Jy sigma=0.041180 ! Fit after self-cal, rms=0.033156Jy sigma=0.041178 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000168753 Jy ! Component: 100 - total flux cleaned = 0.000302886 Jy ! Component: 150 - total flux cleaned = 0.000386148 Jy ! Component: 200 - total flux cleaned = 0.000475043 Jy ! Component: 250 - total flux cleaned = 0.000533306 Jy ! Component: 300 - total flux cleaned = 0.000611855 Jy ! Component: 350 - total flux cleaned = 0.000661335 Jy ! Component: 400 - total flux cleaned = 0.000731211 Jy ! Total flux subtracted in 400 components = 0.000731211 Jy ! Clean residual min=-0.000274 max=0.000206 Jy/beam ! Clean residual mean=-0.000002 rms=0.000069 Jy/beam ! Combined flux in latest and established models = 0.0767879 Jy ! Performing phase self-cal ! Adding 97 model components to the UV plane model. ! The established model now contains 1223 components and 0.0767879 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033149Jy sigma=0.041171 ! Fit after self-cal, rms=0.033158Jy sigma=0.041170 ! 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, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.033158Jy sigma=0.041170 ! Fit after self-cal, rms=0.039928Jy sigma=0.038282 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=16 mas, bmaj=50.13 mas, bpa=-22.72 degrees ! Estimated noise=24.7824 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00200203 Jy ! Component: 100 - total flux cleaned = 0.00283365 Jy ! Component: 150 - total flux cleaned = 0.0033818 Jy ! Component: 200 - total flux cleaned = 0.00372723 Jy ! Component: 250 - total flux cleaned = 0.00384282 Jy ! Component: 300 - total flux cleaned = 0.00386092 Jy ! Component: 350 - total flux cleaned = 0.00395317 Jy ! Component: 400 - total flux cleaned = 0.00408787 Jy ! Total flux subtracted in 400 components = 0.00408787 Jy ! Clean residual min=-0.000792 max=0.000329 Jy/beam ! Clean residual mean=-0.000008 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.0808758 Jy selfcal ! Performing phase self-cal ! Adding 123 model components to the UV plane model. ! The established model now contains 1339 components and 0.0808758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039764Jy sigma=0.038044 ! Fit after self-cal, rms=0.040244Jy sigma=0.037878 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000144129 Jy ! Component: 100 - total flux cleaned = -0.00035792 Jy ! Component: 150 - total flux cleaned = -0.00055457 Jy ! Component: 200 - total flux cleaned = -0.000738411 Jy ! Component: 250 - total flux cleaned = -0.000868768 Jy ! Component: 300 - total flux cleaned = -0.000990603 Jy ! Component: 350 - total flux cleaned = -0.00118872 Jy ! Component: 400 - total flux cleaned = -0.00139712 Jy ! Total flux subtracted in 400 components = -0.00139712 Jy ! Clean residual min=-0.000331 max=0.000490 Jy/beam ! Clean residual mean=0.000002 rms=0.000123 Jy/beam ! Combined flux in latest and established models = 0.0794787 Jy ! Performing phase self-cal ! Adding 139 model components to the UV plane model. ! The established model now contains 1470 components and 0.0794787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.040230Jy sigma=0.037858 ! Fit after self-cal, rms=0.040247Jy sigma=0.037845 ! Inverting map ! Added new window around map position (-49.2, 102). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.34843e-06 Jy ! Component: 100 - total flux cleaned = -2.28552e-05 Jy ! Component: 150 - total flux cleaned = -3.44721e-05 Jy ! Component: 200 - total flux cleaned = -2.29771e-05 Jy ! Component: 250 - total flux cleaned = -6.70709e-05 Jy ! Component: 300 - total flux cleaned = -0.000143624 Jy ! Component: 350 - total flux cleaned = -0.000221164 Jy ! Component: 400 - total flux cleaned = -0.000277158 Jy ! Total flux subtracted in 400 components = -0.000277158 Jy ! Clean residual min=-0.000324 max=0.000289 Jy/beam ! Clean residual mean=-0.000000 rms=0.000083 Jy/beam ! Combined flux in latest and established models = 0.0792015 Jy ! Performing phase self-cal ! Adding 153 model components to the UV plane model. ! The established model now contains 1605 components and 0.0792015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.040224Jy sigma=0.037828 ! Fit after self-cal, rms=0.040229Jy sigma=0.037823 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=15.64 mas, bmaj=50.92 mas, bpa=-22.65 degrees ! Estimated noise=24.6882 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 15.64 x 50.92 at -22.65 degrees (North through East) ! Clean map min=-0.0065316 max=0.06044 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=13.55 mas, bmaj=57.09 mas, bpa=-21.42 degrees ! Estimated noise=40.2045 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0467058 Jy ! Component: 100 - total flux cleaned = 0.0528531 Jy ! Component: 150 - total flux cleaned = 0.0558002 Jy ! Component: 200 - total flux cleaned = 0.0581633 Jy ! Component: 250 - total flux cleaned = 0.0605476 Jy ! Component: 300 - total flux cleaned = 0.0628528 Jy ! Component: 350 - total flux cleaned = 0.0647592 Jy ! Component: 400 - total flux cleaned = 0.0653657 Jy ! Total flux subtracted in 400 components = 0.0653657 Jy ! Clean residual min=-0.004141 max=0.003617 Jy/beam ! Clean residual mean=-0.000031 rms=0.001368 Jy/beam ! Combined flux in latest and established models = 0.0653657 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 99 model components to the UV plane model. ! The established model now contains 99 components and 0.0653657 Jy ! Inverting map and beam ! Estimated beam: bmin=15.64 mas, bmaj=50.92 mas, bpa=-22.65 degrees ! Estimated noise=24.6882 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000893824 Jy ! Component: 100 - total flux cleaned = -0.00178608 Jy ! Component: 150 - total flux cleaned = -0.00238193 Jy ! Component: 200 - total flux cleaned = -0.00260296 Jy ! Component: 250 - total flux cleaned = -0.00237607 Jy ! Component: 300 - total flux cleaned = -0.00263596 Jy ! Component: 350 - total flux cleaned = -0.00291443 Jy ! Component: 400 - total flux cleaned = -0.00306922 Jy ! Total flux subtracted in 400 components = -0.00306922 Jy ! Clean residual min=-0.002735 max=0.003353 Jy/beam ! Clean residual mean=-0.000024 rms=0.001124 Jy/beam ! Combined flux in latest and established models = 0.0622965 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 190 components and 0.0622965 Jy ! Inverting map ! Added new window around map position (102, -10). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.37203e-05 Jy ! Component: 100 - total flux cleaned = -0.000879167 Jy ! Component: 150 - total flux cleaned = -0.00151661 Jy ! Component: 200 - total flux cleaned = -0.00215223 Jy ! Component: 250 - total flux cleaned = -0.00235687 Jy ! Component: 300 - total flux cleaned = -0.00251167 Jy ! Component: 350 - total flux cleaned = -0.00261585 Jy ! Component: 400 - total flux cleaned = -0.00277503 Jy ! Total flux subtracted in 400 components = -0.00277503 Jy ! Clean residual min=-0.000898 max=0.001237 Jy/beam ! Clean residual mean=0.000033 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.0595215 Jy ! Adding 141 model components to the UV plane model. ! The established model now contains 330 components and 0.0595215 Jy ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000585501 Jy ! Component: 100 - total flux cleaned = 0.000585904 Jy ! Component: 150 - total flux cleaned = 0.000524064 Jy ! Component: 200 - total flux cleaned = 0.000673513 Jy ! Component: 250 - total flux cleaned = 0.000821105 Jy ! Component: 300 - total flux cleaned = 0.000970439 Jy ! Component: 350 - total flux cleaned = 0.00112439 Jy ! Component: 400 - total flux cleaned = 0.00131709 Jy ! Total flux subtracted in 400 components = 0.00131709 Jy ! Clean residual min=-0.000580 max=0.000557 Jy/beam ! Clean residual mean=-0.000004 rms=0.000246 Jy/beam ! Combined flux in latest and established models = 0.0608386 Jy ! Adding 171 model components to the UV plane model. ! The established model now contains 501 components and 0.0608386 Jy ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.52785e-05 Jy ! Component: 100 - total flux cleaned = -0.000439762 Jy ! Component: 150 - total flux cleaned = -0.000823847 Jy ! Component: 200 - total flux cleaned = -0.00128105 Jy ! Component: 250 - total flux cleaned = -0.00172103 Jy ! Component: 300 - total flux cleaned = -0.00198895 Jy ! Component: 350 - total flux cleaned = -0.00230186 Jy ! Component: 400 - total flux cleaned = -0.00254264 Jy ! Total flux subtracted in 400 components = -0.00254264 Jy ! Clean residual min=-0.000545 max=0.000514 Jy/beam ! Clean residual mean=0.000001 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.0582959 Jy ! Adding 120 model components to the UV plane model. ! The established model now contains 614 components and 0.058296 Jy ! Inverting map ! Added new window around map position (38.8, -102.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.15886e-05 Jy ! Component: 100 - total flux cleaned = -0.000120404 Jy ! Component: 150 - total flux cleaned = -0.000212488 Jy ! Component: 200 - total flux cleaned = -8.42528e-05 Jy ! Component: 250 - total flux cleaned = 9.00739e-05 Jy ! Component: 300 - total flux cleaned = 0.000275055 Jy ! Component: 350 - total flux cleaned = 0.000341271 Jy ! Component: 400 - total flux cleaned = 0.000317879 Jy ! Total flux subtracted in 400 components = 0.000317879 Jy ! Clean residual min=-0.000439 max=0.000430 Jy/beam ! Clean residual mean=0.000001 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.0586138 Jy ! Adding 137 model components to the UV plane model. ! The established model now contains 750 components and 0.0586138 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=16 mas, bmaj=50.13 mas, bpa=-22.72 degrees ! Estimated noise=24.7824 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.12972e-05 Jy ! Component: 100 - total flux cleaned = -0.00014826 Jy ! Component: 150 - total flux cleaned = -0.000350472 Jy ! Component: 200 - total flux cleaned = -0.00052856 Jy ! Component: 250 - total flux cleaned = -0.000659287 Jy ! Component: 300 - total flux cleaned = -0.000789527 Jy ! Component: 350 - total flux cleaned = -0.000935759 Jy ! Component: 400 - total flux cleaned = -0.00110022 Jy ! Total flux subtracted in 400 components = -0.00110022 Jy ! Clean residual min=-0.000253 max=0.000249 Jy/beam ! Clean residual mean=0.000003 rms=0.000094 Jy/beam ! Combined flux in latest and established models = 0.0575136 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000153689 Jy ! Component: 100 - total flux cleaned = -0.000345893 Jy ! Component: 150 - total flux cleaned = -0.000496418 Jy ! Component: 200 - total flux cleaned = -0.000602756 Jy ! Component: 250 - total flux cleaned = -0.0007337 Jy ! Component: 300 - total flux cleaned = -0.000813464 Jy ! Component: 350 - total flux cleaned = -0.000877578 Jy ! Component: 400 - total flux cleaned = -0.000923326 Jy ! Total flux subtracted in 400 components = -0.000923326 Jy ! Clean residual min=-0.000416 max=0.000410 Jy/beam ! Clean residual mean=0.000004 rms=0.000164 Jy/beam ! Combined flux in latest and established models = 0.0565903 Jy ! Adding 247 model components to the UV plane model. ! The established model now contains 962 components and 0.0565903 Jy ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000316682 Jy ! Component: 100 - total flux cleaned = 0.000370504 Jy ! Component: 150 - total flux cleaned = 0.000402509 Jy ! Component: 200 - total flux cleaned = 0.000418194 Jy ! Component: 250 - total flux cleaned = 0.000434194 Jy ! Component: 300 - total flux cleaned = 0.000433106 Jy ! Component: 350 - total flux cleaned = 0.000490232 Jy ! Component: 400 - total flux cleaned = 0.00044755 Jy ! Total flux subtracted in 400 components = 0.00044755 Jy ! Clean residual min=-0.000372 max=0.000371 Jy/beam ! Clean residual mean=-0.000002 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.0570378 Jy ! Adding 131 model components to the UV plane model. ! The established model now contains 1076 components and 0.0570378 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=15.64 mas, bmaj=50.92 mas, bpa=-22.65 degrees ! Estimated noise=24.6882 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.6605e-05 Jy ! Component: 100 - total flux cleaned = 1.92987e-05 Jy ! Component: 150 - total flux cleaned = 1.97085e-05 Jy ! Component: 200 - total flux cleaned = 7.87127e-06 Jy ! Component: 250 - total flux cleaned = 5.44548e-05 Jy ! Component: 300 - total flux cleaned = 0.00014831 Jy ! Component: 350 - total flux cleaned = 0.000219271 Jy ! Component: 400 - total flux cleaned = 0.000305709 Jy ! Total flux subtracted in 400 components = 0.000305709 Jy ! Clean residual min=-0.000208 max=0.000210 Jy/beam ! Clean residual mean=0.000005 rms=0.000095 Jy/beam ! Combined flux in latest and established models = 0.0573436 Jy selfcal ! Performing phase self-cal ! Adding 146 model components to the UV plane model. ! The established model now contains 1202 components and 0.0573435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.040242Jy sigma=0.037846 ! Fit after self-cal, rms=0.040266Jy sigma=0.037833 wmodel /scr/pima/rdv93_uvs/J2015+4628_S_map.mod ! Writing 1202 model components to file: /scr/pima/rdv93_uvs/J2015+4628_S_map.mod wobs /scr/pima/rdv93_uvs/J2015+4628_S_uvs.fits ! Applying 616 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J2015+4628_S_uvs.fits wwins /scr/pima/rdv93_uvs/J2015+4628_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv93_uvs/J2015+4628_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 = -7.62301e-05 Jy ! Component: 100 - total flux cleaned = -3.51791e-05 Jy ! Component: 150 - total flux cleaned = -7.66755e-06 Jy ! Component: 200 - total flux cleaned = 1.33092e-05 Jy ! Component: 250 - total flux cleaned = 1.72974e-05 Jy ! Component: 300 - total flux cleaned = 2.48725e-05 Jy ! Component: 350 - total flux cleaned = 3.59494e-05 Jy ! Component: 400 - total flux cleaned = 6.52624e-05 Jy ! Component: 450 - total flux cleaned = 9.43545e-05 Jy ! Component: 500 - total flux cleaned = 0.000123185 Jy ! Component: 550 - total flux cleaned = 0.000148262 Jy ! Component: 600 - total flux cleaned = 0.000173262 Jy ! Component: 650 - total flux cleaned = 0.000198157 Jy ! Component: 700 - total flux cleaned = 0.000215887 Jy ! Component: 750 - total flux cleaned = 0.000240747 Jy ! Component: 800 - total flux cleaned = 0.000258502 Jy ! Component: 850 - total flux cleaned = 0.000283333 Jy ! Component: 900 - total flux cleaned = 0.000308145 Jy ! Component: 950 - total flux cleaned = 0.000332996 Jy ! Component: 1000 - total flux cleaned = 0.000357848 Jy ! Component: 1050 - total flux cleaned = 0.000379134 Jy ! Component: 1100 - total flux cleaned = 0.000411133 Jy ! Component: 1150 - total flux cleaned = 0.000443138 Jy ! Component: 1200 - total flux cleaned = 0.00048238 Jy ! Component: 1250 - total flux cleaned = 0.000518129 Jy ! Component: 1300 - total flux cleaned = 0.000557513 Jy ! Component: 1350 - total flux cleaned = 0.000600584 Jy ! Component: 1400 - total flux cleaned = 0.00064377 Jy ! Component: 1450 - total flux cleaned = 0.000683469 Jy ! Component: 1500 - total flux cleaned = 0.000734132 Jy ! Component: 1550 - total flux cleaned = 0.000788653 Jy ! Component: 1600 - total flux cleaned = 0.00083973 Jy ! Component: 1650 - total flux cleaned = 0.000898374 Jy ! Component: 1700 - total flux cleaned = 0.000953635 Jy ! Component: 1750 - total flux cleaned = 0.00101292 Jy ! Component: 1800 - total flux cleaned = 0.00106524 Jy ! Component: 1850 - total flux cleaned = 0.00111059 Jy ! Component: 1900 - total flux cleaned = 0.00114521 Jy ! Component: 1950 - total flux cleaned = 0.00118823 Jy ! Component: 2000 - total flux cleaned = 0.00122422 Jy ! Component: 2050 - total flux cleaned = 0.00126501 Jy ! Component: 2100 - total flux cleaned = 0.00130673 Jy ! Component: 2150 - total flux cleaned = 0.00135355 Jy ! Component: 2200 - total flux cleaned = 0.00139717 Jy ! Component: 2250 - total flux cleaned = 0.00144181 Jy ! Component: 2300 - total flux cleaned = 0.00148285 Jy ! Component: 2350 - total flux cleaned = 0.00153889 Jy ! Component: 2400 - total flux cleaned = 0.00158197 Jy ! Component: 2450 - total flux cleaned = 0.00162612 Jy ! Component: 2500 - total flux cleaned = 0.00167156 Jy ! Component: 2550 - total flux cleaned = 0.00171308 Jy ! Component: 2600 - total flux cleaned = 0.00176111 Jy ! Component: 2650 - total flux cleaned = 0.0018103 Jy ! Component: 2700 - total flux cleaned = 0.0018609 Jy ! Component: 2750 - total flux cleaned = 0.00191875 Jy ! Component: 2800 - total flux cleaned = 0.0019725 Jy ! Component: 2850 - total flux cleaned = 0.00203397 Jy ! Component: 2900 - total flux cleaned = 0.00209093 Jy ! Component: 2950 - total flux cleaned = 0.00215604 Jy ! Component: 3000 - total flux cleaned = 0.00222311 Jy ! Component: 3050 - total flux cleaned = 0.00228538 Jy ! Component: 3100 - total flux cleaned = 0.00235649 Jy ! Component: 3150 - total flux cleaned = 0.00242982 Jy ! Component: 3200 - total flux cleaned = 0.00250555 Jy ! Component: 3250 - total flux cleaned = 0.00256007 Jy ! Component: 3300 - total flux cleaned = 0.0025923 Jy ! Component: 3350 - total flux cleaned = 0.00261722 Jy ! Component: 3400 - total flux cleaned = 0.00264294 Jy ! Component: 3450 - total flux cleaned = 0.00266932 Jy ! Component: 3500 - total flux cleaned = 0.00270618 Jy ! Component: 3550 - total flux cleaned = 0.00273471 Jy ! Component: 3600 - total flux cleaned = 0.0027741 Jy ! Component: 3650 - total flux cleaned = 0.00280496 Jy ! Component: 3700 - total flux cleaned = 0.00283642 Jy ! Component: 3750 - total flux cleaned = 0.00284732 Jy ! Component: 3800 - total flux cleaned = 0.00284731 Jy ! Component: 3850 - total flux cleaned = 0.00287139 Jy ! Component: 3900 - total flux cleaned = 0.00285904 Jy ! Component: 3950 - total flux cleaned = 0.00285885 Jy ! Component: 4000 - total flux cleaned = 0.0028587 Jy ! Component: 4050 - total flux cleaned = 0.00285862 Jy ! Total flux subtracted in 4096 components = 0.00285871 Jy ! Clean residual min=-0.000723 max=0.000719 Jy/beam ! Clean residual mean=-0.000003 rms=0.000283 Jy/beam ! Combined flux in latest and established models = 0.0602022 Jy keep ! Adding 383 model components to the UV plane model. ! The established model now contains 1553 components and 0.0602022 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J2015+4628_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 15.64 x 50.92 at -22.65 degrees (North through East) ! Clean map min=-0.0051233 max=0.050145 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J2015+4628_S_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.0501 rms= 0.0003 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J2015+4628_S_uvs.log closed on Tue Oct 8 15:33:23 2013