! Started logfile: /scr/pima/rdv94_uvs/J0433+2905_S_uvs.log on Tue Oct 8 12:11:52 2013 obs /scr/pima/rdv94_uvs/J0433+2905_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0433+2905_S_uva.fits ! AN table 1: 30 integrations on 15 of 15 possible baselines. ! AN table 2: 24 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.922432 visibilities/baseline/integration-bin. ! Found source: J0433+2905 ! ! 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 3520 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J0433+2905_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:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.999380Jy sigma=5.288667 ! Fit after self-cal, rms=0.822873Jy sigma=4.364904 ! 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=4.925 mas, bmaj=9.496 mas, bpa=-21.76 degrees ! Estimated noise=4.10763 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.139427 Jy ! Component: 100 - total flux cleaned = 0.172207 Jy ! Total flux subtracted in 100 components = 0.172207 Jy ! Clean residual min=-0.009215 max=0.012671 Jy/beam ! Clean residual mean=-0.000013 rms=0.002822 Jy/beam ! Combined flux in latest and established models = 0.172207 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.172207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049449Jy sigma=0.252587 ! Fit after self-cal, rms=0.049435Jy sigma=0.252486 ! 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=6.037 mas, bmaj=9.751 mas, bpa=-20.32 degrees ! Estimated noise=2.29747 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.0108265 Jy ! Component: 100 - total flux cleaned = 0.0152693 Jy ! Component: 150 - total flux cleaned = 0.0161864 Jy ! Component: 200 - total flux cleaned = 0.0163735 Jy ! Total flux subtracted in 200 components = 0.0163735 Jy ! Clean residual min=-0.006108 max=0.009775 Jy/beam ! Clean residual mean=0.000001 rms=0.001974 Jy/beam ! Combined flux in latest and established models = 0.188581 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 37 components and 0.188581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047109Jy sigma=0.240805 ! Fit after self-cal, rms=0.047087Jy sigma=0.240669 ! 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: ! BR 0.90 FD 1.08 KP 1.09 LA 1.14 ! NL 0.92 OV 0.98 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 1.08 HN 1.05 KP 1.11 ! LA 1.20 NL 0.93 OV 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.14 KP 1.15 LA 1.05 ! NL 0.96 OV 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 1.16 HN 1.11 KP 1.11 ! LA 1.14 NL 0.98 OV 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.15 KP 1.00 LA 0.87 ! NL 1.02 OV 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.17 HN 1.10 KP 0.99 ! LA 0.91 NL 1.03 OV 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.09 KP 0.91 LA 0.72 ! NL 0.95 OV 0.87 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 1.16 HN 0.96 KP 0.90 ! LA 0.76 NL 0.98 OV 0.86 ! ! ! Fit before self-cal, rms=0.047087Jy sigma=0.240669 ! Fit after self-cal, rms=0.035680Jy sigma=0.177422 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.092 mas, bmaj=9.806 mas, bpa=-19.87 degrees ! Estimated noise=2.29358 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.000233638 Jy ! Component: 100 - total flux cleaned = 0.000412323 Jy ! Component: 150 - total flux cleaned = 0.000473786 Jy ! Component: 200 - total flux cleaned = 0.000523306 Jy ! Total flux subtracted in 200 components = 0.000523306 Jy ! Clean residual min=-0.001892 max=0.001901 Jy/beam ! Clean residual mean=-0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.189104 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.189104 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035582Jy sigma=0.176916 ! Fit after self-cal, rms=0.035668Jy sigma=0.176711 ! 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.035668Jy sigma=0.176711 ! Fit after self-cal, rms=0.035666Jy sigma=0.176672 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.099 mas, bmaj=9.793 mas, bpa=-19.79 degrees ! Estimated noise=2.29339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00045356 Jy ! Component: 100 - total flux cleaned = 0.000566629 Jy ! Component: 150 - total flux cleaned = 0.000604816 Jy ! Component: 200 - total flux cleaned = 0.000670673 Jy ! Total flux subtracted in 200 components = 0.000670673 Jy ! Clean residual min=-0.001815 max=0.001712 Jy/beam ! Clean residual mean=-0.000001 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.189775 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 59 components and 0.189775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035633Jy sigma=0.176523 ! Fit after self-cal, rms=0.035634Jy sigma=0.176510 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.50943e-06 Jy ! Component: 100 - total flux cleaned = 7.36894e-05 Jy ! Component: 150 - total flux cleaned = 0.000118911 Jy ! Component: 200 - total flux cleaned = 0.000148529 Jy ! Total flux subtracted in 200 components = 0.000148529 Jy ! Clean residual min=-0.001794 max=0.001698 Jy/beam ! Clean residual mean=-0.000001 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.189923 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 66 components and 0.189923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035624Jy sigma=0.176471 ! Fit after self-cal, rms=0.035625Jy sigma=0.176468 ! 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.035625Jy sigma=0.176468 ! Fit after self-cal, rms=0.035626Jy sigma=0.176382 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.106 mas, bmaj=9.777 mas, bpa=-19.71 degrees ! Estimated noise=2.29452 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000510846 Jy ! Component: 100 - total flux cleaned = 0.000700155 Jy ! Component: 150 - total flux cleaned = 0.000781217 Jy ! Component: 200 - total flux cleaned = 0.000821325 Jy ! Total flux subtracted in 200 components = 0.000821325 Jy ! Clean residual min=-0.001733 max=0.001594 Jy/beam ! Clean residual mean=-0.000001 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.190745 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 72 components and 0.190745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035610Jy sigma=0.176340 ! Fit after self-cal, rms=0.035612Jy sigma=0.176339 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 = 3.65398e-05 Jy ! Component: 100 - total flux cleaned = 6.10391e-05 Jy ! Component: 150 - total flux cleaned = 9.09351e-05 Jy ! Component: 200 - total flux cleaned = 0.000118404 Jy ! Total flux subtracted in 200 components = 0.000118404 Jy ! Clean residual min=-0.001706 max=0.001600 Jy/beam ! Clean residual mean=-0.000001 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.190863 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 78 components and 0.190863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035607Jy sigma=0.176327 ! Fit after self-cal, rms=0.035608Jy sigma=0.176327 ! 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.035608Jy sigma=0.176327 ! Fit after self-cal, rms=0.035615Jy sigma=0.176257 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.747 mas, bmaj=10.65 mas, bpa=-24.89 degrees ! Estimated noise=2.47161 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000473313 Jy ! Component: 100 - total flux cleaned = 0.00074501 Jy ! Component: 150 - total flux cleaned = 0.000938496 Jy ! Component: 200 - total flux cleaned = 0.00100455 Jy ! Total flux subtracted in 200 components = 0.00100455 Jy ! Clean residual min=-0.001799 max=0.001628 Jy/beam ! Clean residual mean=-0.000001 rms=0.000447 Jy/beam ! Combined flux in latest and established models = 0.191868 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 91 components and 0.191868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035608Jy sigma=0.176241 ! Fit after self-cal, rms=0.035609Jy sigma=0.176239 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.9939e-05 Jy ! Component: 100 - total flux cleaned = 8.53559e-05 Jy ! Component: 150 - total flux cleaned = 9.96311e-05 Jy ! Component: 200 - total flux cleaned = 0.000112864 Jy ! Total flux subtracted in 200 components = 0.000112864 Jy ! Clean residual min=-0.001793 max=0.001636 Jy/beam ! Clean residual mean=-0.000001 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.19198 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 96 components and 0.19198 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035608Jy sigma=0.176238 ! Fit after self-cal, rms=0.035608Jy sigma=0.176238 ! 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:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN 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:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV 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.040461Jy sigma=0.185821 ! Fit after self-cal, rms=0.040461Jy sigma=0.185821 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV 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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.040461Jy sigma=0.185821 ! Fit after self-cal, rms=0.035616Jy sigma=0.176216 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=5.018 mas, bmaj=9.507 mas, bpa=-21 degrees ! Estimated noise=4.0067 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 = 8.38935e-05 Jy ! Component: 100 - total flux cleaned = 0.000169058 Jy ! Component: 150 - total flux cleaned = 0.000235804 Jy ! Component: 200 - total flux cleaned = 0.000288869 Jy ! Total flux subtracted in 200 components = 0.000288869 Jy ! Clean residual min=-0.002691 max=0.002570 Jy/beam ! Clean residual mean=-0.000001 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.192269 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 109 components and 0.192269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035653Jy sigma=0.176468 ! Fit after self-cal, rms=0.035629Jy sigma=0.176353 ! 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=6.111 mas, bmaj=9.75 mas, bpa=-19.6 degrees ! Estimated noise=2.29554 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 (-35.5, -47). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000267249 Jy ! Component: 100 - total flux cleaned = -0.000394476 Jy ! Component: 150 - total flux cleaned = -0.000469228 Jy ! Component: 200 - total flux cleaned = -0.000555771 Jy ! Component: 250 - total flux cleaned = -0.000708304 Jy ! Component: 300 - total flux cleaned = -0.000852329 Jy ! Component: 350 - total flux cleaned = -0.00100434 Jy ! Component: 400 - total flux cleaned = -0.00114382 Jy ! Total flux subtracted in 400 components = -0.00114382 Jy ! Clean residual min=-0.001215 max=0.001166 Jy/beam ! Clean residual mean=-0.000000 rms=0.000306 Jy/beam ! Combined flux in latest and established models = 0.191126 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 158 components and 0.191126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035478Jy sigma=0.175670 ! Fit after self-cal, rms=0.035476Jy sigma=0.175646 ! 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) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.25075e-05 Jy ! Component: 100 - total flux cleaned = -0.000199683 Jy ! Component: 150 - total flux cleaned = -0.000300076 Jy ! Component: 200 - total flux cleaned = -0.000455489 Jy ! Component: 250 - total flux cleaned = -0.000513474 Jy ! Component: 300 - total flux cleaned = -0.000637067 Jy ! Component: 350 - total flux cleaned = -0.00071448 Jy ! Component: 400 - total flux cleaned = -0.000788136 Jy ! Total flux subtracted in 400 components = -0.000788136 Jy ! Clean residual min=-0.001095 max=0.001150 Jy/beam ! Clean residual mean=-0.000000 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.190337 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 197 components and 0.190337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035449Jy sigma=0.175529 ! Fit after self-cal, rms=0.035449Jy sigma=0.175525 ! Inverting map ! Added new window around map position (19.5, 51.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.87722e-06 Jy ! Component: 100 - total flux cleaned = -0.000283623 Jy ! Component: 150 - total flux cleaned = -0.00033719 Jy ! Component: 200 - total flux cleaned = -0.000338957 Jy ! Component: 250 - total flux cleaned = -0.000441504 Jy ! Component: 300 - total flux cleaned = -0.000498254 Jy ! Component: 350 - total flux cleaned = -0.000603958 Jy ! Component: 400 - total flux cleaned = -0.000686902 Jy ! Total flux subtracted in 400 components = -0.000686902 Jy ! Clean residual min=-0.000814 max=0.000765 Jy/beam ! Clean residual mean=-0.000000 rms=0.000203 Jy/beam ! Combined flux in latest and established models = 0.18965 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 281 components and 0.189651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035376Jy sigma=0.175176 ! Fit after self-cal, rms=0.035374Jy sigma=0.175170 ! 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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.040285Jy sigma=0.184909 ! Fit after self-cal, rms=0.035344Jy sigma=0.175143 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.104 mas, bmaj=9.749 mas, bpa=-19.61 degrees ! Estimated noise=2.29385 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000179025 Jy ! Component: 100 - total flux cleaned = -0.00029121 Jy ! Component: 150 - total flux cleaned = -0.000395562 Jy ! Component: 200 - total flux cleaned = -0.000505973 Jy ! Component: 250 - total flux cleaned = -0.000571567 Jy ! Component: 300 - total flux cleaned = -0.000596685 Jy ! Component: 350 - total flux cleaned = -0.000596341 Jy ! Component: 400 - total flux cleaned = -0.000607726 Jy ! Total flux subtracted in 400 components = -0.000607726 Jy ! Clean residual min=-0.000768 max=0.000658 Jy/beam ! Clean residual mean=0.000000 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.189043 Jy selfcal ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 343 components and 0.189043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035321Jy sigma=0.175056 ! Fit after self-cal, rms=0.035319Jy sigma=0.175052 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.000159646 Jy ! Component: 100 - total flux cleaned = -0.000205288 Jy ! Component: 150 - total flux cleaned = -0.000237971 Jy ! Component: 200 - total flux cleaned = -0.000259209 Jy ! Component: 250 - total flux cleaned = -0.000299451 Jy ! Component: 300 - total flux cleaned = -0.000318777 Jy ! Component: 350 - total flux cleaned = -0.000327831 Jy ! Component: 400 - total flux cleaned = -0.000345793 Jy ! Total flux subtracted in 400 components = -0.000345793 Jy ! Clean residual min=-0.000756 max=0.000632 Jy/beam ! Clean residual mean=0.000000 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.188697 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 385 components and 0.188697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035306Jy sigma=0.175005 ! Fit after self-cal, rms=0.035306Jy sigma=0.175003 ! 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.035306Jy sigma=0.175003 ! Fit after self-cal, rms=0.035304Jy sigma=0.174962 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.104 mas, bmaj=9.751 mas, bpa=-19.61 degrees ! Estimated noise=2.29448 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.2098e-05 Jy ! Component: 100 - total flux cleaned = -7.15838e-05 Jy ! Component: 150 - total flux cleaned = -9.9604e-05 Jy ! Component: 200 - total flux cleaned = -0.000117472 Jy ! Component: 250 - total flux cleaned = -0.000151985 Jy ! Component: 300 - total flux cleaned = -0.000160019 Jy ! Component: 350 - total flux cleaned = -0.000143779 Jy ! Component: 400 - total flux cleaned = -0.000167469 Jy ! Total flux subtracted in 400 components = -0.000167469 Jy ! Clean residual min=-0.000753 max=0.000618 Jy/beam ! Clean residual mean=0.000000 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.18853 Jy selfcal ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 425 components and 0.18853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035294Jy sigma=0.174928 ! Fit after self-cal, rms=0.035293Jy sigma=0.174926 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 = -9.09142e-05 Jy ! Component: 100 - total flux cleaned = -0.000114719 Jy ! Component: 150 - total flux cleaned = -0.000114612 Jy ! Component: 200 - total flux cleaned = -0.000129572 Jy ! Component: 250 - total flux cleaned = -0.000136689 Jy ! Component: 300 - total flux cleaned = -0.000129629 Jy ! Component: 350 - total flux cleaned = -0.000136698 Jy ! Component: 400 - total flux cleaned = -0.000143613 Jy ! Total flux subtracted in 400 components = -0.000143613 Jy ! Clean residual min=-0.000737 max=0.000601 Jy/beam ! Clean residual mean=0.000000 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.188386 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 456 components and 0.188386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.035287Jy sigma=0.174902 ! Fit after self-cal, rms=0.035287Jy sigma=0.174901 ! 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.035287Jy sigma=0.174901 ! Fit after self-cal, rms=0.034655Jy sigma=0.170552 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.738 mas, bmaj=10.64 mas, bpa=-24.8 degrees ! Estimated noise=2.47696 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.35953e-05 Jy ! Component: 100 - total flux cleaned = -0.000130378 Jy ! Component: 150 - total flux cleaned = -0.000172454 Jy ! Component: 200 - total flux cleaned = -0.000218909 Jy ! Component: 250 - total flux cleaned = -0.000226024 Jy ! Component: 300 - total flux cleaned = -0.000226049 Jy ! Component: 350 - total flux cleaned = -0.000226157 Jy ! Component: 400 - total flux cleaned = -0.000226084 Jy ! Total flux subtracted in 400 components = -0.000226084 Jy ! Clean residual min=-0.000702 max=0.000572 Jy/beam ! Clean residual mean=0.000001 rms=0.000156 Jy/beam ! Combined flux in latest and established models = 0.18816 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 504 components and 0.18816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.034648Jy sigma=0.170524 ! Fit after self-cal, rms=0.034655Jy sigma=0.170515 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.80111e-05 Jy ! Component: 100 - total flux cleaned = -7.28823e-05 Jy ! Component: 150 - total flux cleaned = -7.90244e-05 Jy ! Component: 200 - total flux cleaned = -0.000102126 Jy ! Component: 250 - total flux cleaned = -0.000107779 Jy ! Component: 300 - total flux cleaned = -0.000107847 Jy ! Component: 350 - total flux cleaned = -0.000107924 Jy ! Component: 400 - total flux cleaned = -0.000113052 Jy ! Total flux subtracted in 400 components = -0.000113052 Jy ! Clean residual min=-0.000690 max=0.000583 Jy/beam ! Clean residual mean=0.000001 rms=0.000154 Jy/beam ! Combined flux in latest and established models = 0.188047 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 554 components and 0.188047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.034651Jy sigma=0.170502 ! Fit after self-cal, rms=0.034652Jy sigma=0.170502 ! 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=6.103 mas, bmaj=9.753 mas, bpa=-19.59 degrees ! Estimated noise=2.29809 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.103 x 9.753 at -19.59 degrees (North through East) ! Clean map min=-0.0019082 max=0.17725 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=5.024 mas, bmaj=9.502 mas, bpa=-21.06 degrees ! Estimated noise=4.01412 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.136206 Jy ! Component: 100 - total flux cleaned = 0.166694 Jy ! Component: 150 - total flux cleaned = 0.177338 Jy ! Component: 200 - total flux cleaned = 0.182564 Jy ! Component: 250 - total flux cleaned = 0.183835 Jy ! Component: 300 - total flux cleaned = 0.184805 Jy ! Component: 350 - total flux cleaned = 0.185601 Jy ! Component: 400 - total flux cleaned = 0.185671 Jy ! Total flux subtracted in 400 components = 0.185671 Jy ! Clean residual min=-0.002436 max=0.002355 Jy/beam ! Clean residual mean=-0.000000 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.185671 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 70 model components to the UV plane model. ! The established model now contains 70 components and 0.185671 Jy ! Inverting map and beam ! Estimated beam: bmin=6.103 mas, bmaj=9.753 mas, bpa=-19.59 degrees ! Estimated noise=2.29809 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.00192044 Jy ! Component: 100 - total flux cleaned = 0.00272538 Jy ! Component: 150 - total flux cleaned = 0.00323567 Jy ! Component: 200 - total flux cleaned = 0.00350464 Jy ! Component: 250 - total flux cleaned = 0.0035983 Jy ! Component: 300 - total flux cleaned = 0.0035971 Jy ! Component: 350 - total flux cleaned = 0.00352301 Jy ! Component: 400 - total flux cleaned = 0.00349112 Jy ! Total flux subtracted in 400 components = 0.00349112 Jy ! Clean residual min=-0.001223 max=0.001041 Jy/beam ! Clean residual mean=0.000000 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.189162 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 147 components and 0.189162 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=8.738 mas, bmaj=10.64 mas, bpa=-24.8 degrees ! Estimated noise=2.47696 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000156689 Jy ! Component: 100 - total flux cleaned = 5.81159e-05 Jy ! Component: 150 - total flux cleaned = -3.49558e-06 Jy ! Component: 200 - total flux cleaned = -3.13996e-05 Jy ! Component: 250 - total flux cleaned = -8.68057e-06 Jy ! Component: 300 - total flux cleaned = -8.84171e-06 Jy ! Component: 350 - total flux cleaned = 3.58529e-05 Jy ! Component: 400 - total flux cleaned = 5.68121e-05 Jy ! Total flux subtracted in 400 components = 5.68121e-05 Jy ! Clean residual min=-0.001122 max=0.000918 Jy/beam ! Clean residual mean=0.000000 rms=0.000264 Jy/beam ! Combined flux in latest and established models = 0.189219 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 = 1.86589e-05 Jy ! Component: 100 - total flux cleaned = -5.89758e-07 Jy ! Component: 150 - total flux cleaned = 1.69875e-05 Jy ! Component: 200 - total flux cleaned = 5.04284e-05 Jy ! Component: 250 - total flux cleaned = 9.86254e-05 Jy ! Component: 300 - total flux cleaned = 0.000129733 Jy ! Component: 350 - total flux cleaned = 0.000189543 Jy ! Component: 400 - total flux cleaned = 0.000232841 Jy ! Total flux subtracted in 400 components = 0.000232841 Jy ! Clean residual min=-0.000965 max=0.000761 Jy/beam ! Clean residual mean=0.000000 rms=0.000226 Jy/beam ! Combined flux in latest and established models = 0.189452 Jy ! Adding 171 model components to the UV plane model. ! The established model now contains 292 components and 0.189452 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.103 mas, bmaj=9.753 mas, bpa=-19.59 degrees ! Estimated noise=2.29809 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.10745e-05 Jy ! Component: 100 - total flux cleaned = 9.05307e-05 Jy ! Component: 150 - total flux cleaned = 0.000149568 Jy ! Component: 200 - total flux cleaned = 0.00025929 Jy ! Component: 250 - total flux cleaned = 0.000285432 Jy ! Component: 300 - total flux cleaned = 0.000248624 Jy ! Component: 350 - total flux cleaned = 0.00021252 Jy ! Component: 400 - total flux cleaned = 0.000177779 Jy ! Total flux subtracted in 400 components = 0.000177779 Jy ! Clean residual min=-0.000866 max=0.000699 Jy/beam ! Clean residual mean=0.000000 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.18963 Jy selfcal ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 341 components and 0.18963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.034680Jy sigma=0.170642 ! Fit after self-cal, rms=0.034677Jy sigma=0.170621 wmodel /scr/pima/rdv94_uvs/J0433+2905_S_map.mod ! Writing 341 model components to file: /scr/pima/rdv94_uvs/J0433+2905_S_map.mod wobs /scr/pima/rdv94_uvs/J0433+2905_S_uvs.fits ! Applying 1908 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0433+2905_S_uvs.fits wwins /scr/pima/rdv94_uvs/J0433+2905_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv94_uvs/J0433+2905_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000196118 Jy ! Component: 100 - total flux cleaned = -0.000157807 Jy ! Component: 150 - total flux cleaned = -0.000228956 Jy ! Component: 200 - total flux cleaned = -0.000296635 Jy ! Component: 250 - total flux cleaned = -0.000383361 Jy ! Component: 300 - total flux cleaned = -0.000487818 Jy ! Component: 350 - total flux cleaned = -0.000598783 Jy ! Component: 400 - total flux cleaned = -0.00068663 Jy ! Component: 450 - total flux cleaned = -0.00076222 Jy ! Component: 500 - total flux cleaned = -0.000854112 Jy ! Component: 550 - total flux cleaned = -0.000889914 Jy ! Component: 600 - total flux cleaned = -0.000898636 Jy ! Component: 650 - total flux cleaned = -0.000881496 Jy ! Component: 700 - total flux cleaned = -0.00090672 Jy ! Component: 750 - total flux cleaned = -0.000923106 Jy ! Component: 800 - total flux cleaned = -0.000939253 Jy ! Component: 850 - total flux cleaned = -0.00093949 Jy ! Component: 900 - total flux cleaned = -0.000986477 Jy ! Component: 950 - total flux cleaned = -0.00100972 Jy ! Component: 1000 - total flux cleaned = -0.00105535 Jy ! Component: 1050 - total flux cleaned = -0.0010779 Jy ! Component: 1100 - total flux cleaned = -0.00112225 Jy ! Component: 1150 - total flux cleaned = -0.00112243 Jy ! Component: 1200 - total flux cleaned = -0.00115119 Jy ! Component: 1250 - total flux cleaned = -0.00113702 Jy ! Component: 1300 - total flux cleaned = -0.00116518 Jy ! Component: 1350 - total flux cleaned = -0.00118616 Jy ! Component: 1400 - total flux cleaned = -0.00120001 Jy ! Component: 1450 - total flux cleaned = -0.0011932 Jy ! Component: 1500 - total flux cleaned = -0.00119319 Jy ! Component: 1550 - total flux cleaned = -0.00119989 Jy ! Component: 1600 - total flux cleaned = -0.00119317 Jy ! Component: 1650 - total flux cleaned = -0.00118655 Jy ! Component: 1700 - total flux cleaned = -0.0011604 Jy ! Component: 1750 - total flux cleaned = -0.00114742 Jy ! Component: 1800 - total flux cleaned = -0.0011474 Jy ! Component: 1850 - total flux cleaned = -0.00110275 Jy ! Component: 1900 - total flux cleaned = -0.00109019 Jy ! Component: 1950 - total flux cleaned = -0.0010588 Jy ! Component: 2000 - total flux cleaned = -0.00105881 Jy ! Component: 2050 - total flux cleaned = -0.00104638 Jy ! Component: 2100 - total flux cleaned = -0.00102785 Jy ! Component: 2150 - total flux cleaned = -0.00100333 Jy ! Component: 2200 - total flux cleaned = -0.000997244 Jy ! Component: 2250 - total flux cleaned = -0.000978993 Jy ! Component: 2300 - total flux cleaned = -0.00096081 Jy ! Component: 2350 - total flux cleaned = -0.000930761 Jy ! Component: 2400 - total flux cleaned = -0.000936774 Jy ! Component: 2450 - total flux cleaned = -0.00091294 Jy ! Component: 2500 - total flux cleaned = -0.000918871 Jy ! Component: 2550 - total flux cleaned = -0.000883496 Jy ! Component: 2600 - total flux cleaned = -0.000895252 Jy ! Component: 2650 - total flux cleaned = -0.000883588 Jy ! Component: 2700 - total flux cleaned = -0.000912658 Jy ! Component: 2750 - total flux cleaned = -0.000901065 Jy ! Component: 2800 - total flux cleaned = -0.000906839 Jy ! Component: 2850 - total flux cleaned = -0.00092978 Jy ! Component: 2900 - total flux cleaned = -0.000935481 Jy ! Component: 2950 - total flux cleaned = -0.000946867 Jy ! Component: 3000 - total flux cleaned = -0.000969571 Jy ! Component: 3050 - total flux cleaned = -0.000969561 Jy ! Component: 3100 - total flux cleaned = -0.000997709 Jy ! Component: 3150 - total flux cleaned = -0.00100328 Jy ! Component: 3200 - total flux cleaned = -0.00101448 Jy ! Component: 3250 - total flux cleaned = -0.00100889 Jy ! Component: 3300 - total flux cleaned = -0.00103114 Jy ! Component: 3350 - total flux cleaned = -0.00101453 Jy ! Component: 3400 - total flux cleaned = -0.00103113 Jy ! Component: 3450 - total flux cleaned = -0.00105865 Jy ! Component: 3500 - total flux cleaned = -0.00104764 Jy ! Component: 3550 - total flux cleaned = -0.00104217 Jy ! Component: 3600 - total flux cleaned = -0.00105313 Jy ! Component: 3650 - total flux cleaned = -0.00105315 Jy ! Component: 3700 - total flux cleaned = -0.00107491 Jy ! Component: 3750 - total flux cleaned = -0.00108032 Jy ! Component: 3800 - total flux cleaned = -0.00106953 Jy ! Component: 3850 - total flux cleaned = -0.0010911 Jy ! Component: 3900 - total flux cleaned = -0.00107497 Jy ! Component: 3950 - total flux cleaned = -0.00109645 Jy ! Component: 4000 - total flux cleaned = -0.00108573 Jy ! Component: 4050 - total flux cleaned = -0.00108575 Jy ! Total flux subtracted in 4096 components = -0.00109108 Jy ! Clean residual min=-0.000318 max=0.000317 Jy/beam ! Clean residual mean=-0.000000 rms=0.000097 Jy/beam ! Combined flux in latest and established models = 0.188539 Jy keep ! Adding 266 model components to the UV plane model. ! The established model now contains 607 components and 0.188539 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0433+2905_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.103 x 9.753 at -19.59 degrees (North through East) ! Clean map min=-0.0018644 max=0.17748 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0433+2905_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.1774 rms= 9e-05 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0433+2905_S_uvs.log closed on Tue Oct 8 12:11:58 2013