! Started logfile: /scr/pima/rdv94_uvs/J0607-2447_S_uvs.log on Tue Oct 8 12:13:21 2013 obs /scr/pima/rdv94_uvs/J0607-2447_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J0607-2447_S_uva.fits ! AN table 1: 22 integrations on 21 of 21 possible baselines. ! AN table 2: 22 integrations on 36 of 36 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0607-2447 ! ! 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 5016 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/J0607-2447_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:HN 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:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.007810Jy sigma=2.046159 ! Fit after self-cal, rms=0.915042Jy sigma=1.825754 ! 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=3.558 mas, bmaj=15.8 mas, bpa=-14.14 degrees ! Estimated noise=10.117 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.0700018 Jy ! Component: 100 - total flux cleaned = 0.0925783 Jy ! Total flux subtracted in 100 components = 0.0925783 Jy ! Clean residual min=-0.007856 max=0.010182 Jy/beam ! Clean residual mean=0.000125 rms=0.002830 Jy/beam ! Combined flux in latest and established models = 0.0925783 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0925783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060097Jy sigma=0.119236 ! Fit after self-cal, rms=0.060113Jy sigma=0.119151 ! 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=4.65 mas, bmaj=17.84 mas, bpa=-12.07 degrees ! Estimated noise=5.22464 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.0109491 Jy ! Component: 100 - total flux cleaned = 0.0131483 Jy ! Component: 150 - total flux cleaned = 0.0126707 Jy ! Component: 200 - total flux cleaned = 0.0121232 Jy ! Total flux subtracted in 200 components = 0.0121232 Jy ! Clean residual min=-0.006336 max=0.006738 Jy/beam ! Clean residual mean=0.000046 rms=0.001821 Jy/beam ! Combined flux in latest and established models = 0.104701 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 33 components and 0.104701 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058447Jy sigma=0.114337 ! Fit after self-cal, rms=0.058455Jy sigma=0.114304 ! 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.94 FD 1.09 HN 1.15 KP 1.13 ! LA 1.19 NL 0.91 OV 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 1.12 HN 1.41 KP 1.12 ! LA 1.20 MK 0.93 NL 0.91 OV 0.99 ! PT 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.16 HN 1.16 KP 1.17 ! LA 1.12 NL 0.89 OV 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 1.28 HN 1.18 KP 1.12 ! LA 1.06 MK 1.01 NL 1.03 OV 1.05 ! PT 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.21 HN 1.14 KP 1.01 ! LA 0.87 NL 1.05 OV 0.99 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.93 FD 1.18 HN 1.24 KP 1.00 ! LA 0.86 MK 0.94 NL 1.10 OV 1.05 ! PT 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.16 HN 1.01 KP 0.91 ! LA 0.76 NL 0.86 OV 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.47 FD 1.18 HN 1.07 KP 0.88 ! LA 0.74 MK 1.10 NL 0.94 OV 0.90 ! PT 0.92 ! ! ! Fit before self-cal, rms=0.058455Jy sigma=0.114304 ! Fit after self-cal, rms=0.049450Jy sigma=0.093135 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.733 mas, bmaj=17.18 mas, bpa=-12.27 degrees ! Estimated noise=5.1413 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 (-10.5, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00382159 Jy ! Component: 100 - total flux cleaned = 0.0041827 Jy ! Component: 150 - total flux cleaned = 0.00392917 Jy ! Component: 200 - total flux cleaned = 0.00380856 Jy ! Total flux subtracted in 200 components = 0.00380856 Jy ! Clean residual min=-0.001813 max=0.002051 Jy/beam ! Clean residual mean=-0.000002 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.10851 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 61 components and 0.10851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049193Jy sigma=0.092418 ! Fit after self-cal, rms=0.049394Jy sigma=0.092115 ! 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.049394Jy sigma=0.092115 ! Fit after self-cal, rms=0.049448Jy sigma=0.092049 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.739 mas, bmaj=17.13 mas, bpa=-12.28 degrees ! Estimated noise=5.131 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000309911 Jy ! Component: 100 - total flux cleaned = -3.23035e-06 Jy ! Component: 150 - total flux cleaned = -0.000200847 Jy ! Component: 200 - total flux cleaned = -0.000347186 Jy ! Total flux subtracted in 200 components = -0.000347186 Jy ! Clean residual min=-0.001694 max=0.001940 Jy/beam ! Clean residual mean=-0.000005 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.108163 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 78 components and 0.108163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049395Jy sigma=0.091967 ! Fit after self-cal, rms=0.049400Jy sigma=0.091952 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.6799e-05 Jy ! Component: 100 - total flux cleaned = 1.06272e-05 Jy ! Component: 150 - total flux cleaned = 4.75618e-05 Jy ! Component: 200 - total flux cleaned = 4.71683e-05 Jy ! Total flux subtracted in 200 components = 4.71683e-05 Jy ! Clean residual min=-0.001716 max=0.002010 Jy/beam ! Clean residual mean=-0.000005 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.10821 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 102 components and 0.10821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049377Jy sigma=0.091925 ! Fit after self-cal, rms=0.049370Jy sigma=0.091919 ! Inverting map ! Added new window around map position (-37, -21.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192479 Jy ! Component: 100 - total flux cleaned = 0.00210652 Jy ! Component: 150 - total flux cleaned = 0.00210489 Jy ! Component: 200 - total flux cleaned = 0.00213311 Jy ! Total flux subtracted in 200 components = 0.00213311 Jy ! Clean residual min=-0.001484 max=0.001494 Jy/beam ! Clean residual mean=-0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.110343 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 138 components and 0.110343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049299Jy sigma=0.091710 ! Fit after self-cal, rms=0.049294Jy sigma=0.091684 ! 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.049294Jy sigma=0.091684 ! Fit after self-cal, rms=0.049285Jy sigma=0.091664 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.742 mas, bmaj=17.12 mas, bpa=-12.28 degrees ! Estimated noise=5.12429 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000632819 Jy ! Component: 100 - total flux cleaned = 0.000957314 Jy ! Component: 150 - total flux cleaned = 0.00114361 Jy ! Component: 200 - total flux cleaned = 0.00110096 Jy ! Total flux subtracted in 200 components = 0.00110096 Jy ! Clean residual min=-0.001430 max=0.001366 Jy/beam ! Clean residual mean=-0.000000 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.111444 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 154 components and 0.111444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049256Jy sigma=0.091611 ! Fit after self-cal, rms=0.049253Jy sigma=0.091603 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000247301 Jy ! Component: 100 - total flux cleaned = 0.000330631 Jy ! Component: 150 - total flux cleaned = 0.000348947 Jy ! Component: 200 - total flux cleaned = 0.00036673 Jy ! Total flux subtracted in 200 components = 0.00036673 Jy ! Clean residual min=-0.001399 max=0.001295 Jy/beam ! Clean residual mean=-0.000000 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.111811 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 170 components and 0.111811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049235Jy sigma=0.091577 ! Fit after self-cal, rms=0.049232Jy sigma=0.091574 ! 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.049232Jy sigma=0.091574 ! Fit after self-cal, rms=0.049268Jy sigma=0.091565 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.901 mas, bmaj=22.56 mas, bpa=0.7193 degrees ! Estimated noise=5.01144 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000200173 Jy ! Component: 100 - total flux cleaned = 8.58119e-05 Jy ! Component: 150 - total flux cleaned = 2.69606e-05 Jy ! Component: 200 - total flux cleaned = 2.68951e-05 Jy ! Total flux subtracted in 200 components = 2.68951e-05 Jy ! Clean residual min=-0.001375 max=0.001163 Jy/beam ! Clean residual mean=-0.000001 rms=0.000354 Jy/beam ! Combined flux in latest and established models = 0.111838 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 201 components and 0.111838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049262Jy sigma=0.091549 ! Fit after self-cal, rms=0.049261Jy sigma=0.091548 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000121365 Jy ! Component: 100 - total flux cleaned = 0.000122075 Jy ! Component: 150 - total flux cleaned = 0.000134005 Jy ! Component: 200 - total flux cleaned = 0.000134012 Jy ! Total flux subtracted in 200 components = 0.000134012 Jy ! Clean residual min=-0.001355 max=0.001156 Jy/beam ! Clean residual mean=-0.000001 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.111972 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 228 components and 0.111972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049258Jy sigma=0.091539 ! Fit after self-cal, rms=0.049257Jy sigma=0.091539 ! 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:HN,true ! 1:HN 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:MK,true ! 2:MK 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 selfant 2:PT,true ! 2: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.049257Jy sigma=0.091539 ! Fit after self-cal, rms=0.049257Jy sigma=0.091539 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN 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:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 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.049257Jy sigma=0.091539 ! Fit after self-cal, rms=0.049187Jy sigma=0.091536 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=3.663 mas, bmaj=15.45 mas, bpa=-14.46 degrees ! Estimated noise=9.72049 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.000794352 Jy ! Component: 100 - total flux cleaned = 0.000564772 Jy ! Component: 150 - total flux cleaned = 0.0001502 Jy ! Component: 200 - total flux cleaned = -9.64318e-05 Jy ! Total flux subtracted in 200 components = -9.64318e-05 Jy ! Clean residual min=-0.002213 max=0.002410 Jy/beam ! Clean residual mean=0.000004 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.111875 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 261 components and 0.111875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049189Jy sigma=0.091605 ! Fit after self-cal, rms=0.049171Jy sigma=0.091590 ! 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=4.741 mas, bmaj=17.11 mas, bpa=-12.31 degrees ! Estimated noise=5.11668 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.000417935 Jy ! Component: 100 - total flux cleaned = -0.000789804 Jy ! Component: 150 - total flux cleaned = -0.000933311 Jy ! Component: 200 - total flux cleaned = -0.000917365 Jy ! Component: 250 - total flux cleaned = -0.00087195 Jy ! Component: 300 - total flux cleaned = -0.000828977 Jy ! Component: 350 - total flux cleaned = -0.000788553 Jy ! Component: 400 - total flux cleaned = -0.000750187 Jy ! Total flux subtracted in 400 components = -0.000750187 Jy ! Clean residual min=-0.001468 max=0.001176 Jy/beam ! Clean residual mean=-0.000002 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.111125 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 305 components and 0.111125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049141Jy sigma=0.091521 ! Fit after self-cal, rms=0.049145Jy sigma=0.091518 ! 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 = -9.92124e-05 Jy ! Component: 100 - total flux cleaned = -0.000100611 Jy ! Component: 150 - total flux cleaned = -8.94928e-05 Jy ! Component: 200 - total flux cleaned = -4.48313e-05 Jy ! Component: 250 - total flux cleaned = -1.2932e-05 Jy ! Component: 300 - total flux cleaned = 3.93214e-05 Jy ! Component: 350 - total flux cleaned = 7.9674e-05 Jy ! Component: 400 - total flux cleaned = 0.000128397 Jy ! Total flux subtracted in 400 components = 0.000128397 Jy ! Clean residual min=-0.001415 max=0.001128 Jy/beam ! Clean residual mean=-0.000002 rms=0.000325 Jy/beam ! Combined flux in latest and established models = 0.111253 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 334 components and 0.111253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049134Jy sigma=0.091498 ! Fit after self-cal, rms=0.049135Jy sigma=0.091497 ! 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049135Jy sigma=0.091497 ! Fit after self-cal, rms=0.049021Jy sigma=0.091489 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.74 mas, bmaj=17.1 mas, bpa=-12.3 degrees ! Estimated noise=5.1092 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.77047e-05 Jy ! Component: 100 - total flux cleaned = 0.000103732 Jy ! Component: 150 - total flux cleaned = 0.000113812 Jy ! Component: 200 - total flux cleaned = 0.000103952 Jy ! Component: 250 - total flux cleaned = 0.000104044 Jy ! Component: 300 - total flux cleaned = 0.000104178 Jy ! Component: 350 - total flux cleaned = 0.000121996 Jy ! Component: 400 - total flux cleaned = 0.000130577 Jy ! Total flux subtracted in 400 components = 0.000130577 Jy ! Clean residual min=-0.001403 max=0.001130 Jy/beam ! Clean residual mean=-0.000001 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.111384 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 367 components and 0.111384 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049010Jy sigma=0.091477 ! Fit after self-cal, rms=0.049010Jy sigma=0.091476 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.57295e-05 Jy ! Component: 100 - total flux cleaned = 7.33187e-05 Jy ! Component: 150 - total flux cleaned = 8.19812e-05 Jy ! Component: 200 - total flux cleaned = 9.89159e-05 Jy ! Component: 250 - total flux cleaned = 0.000115218 Jy ! Component: 300 - total flux cleaned = 0.000115178 Jy ! Component: 350 - total flux cleaned = 0.00011536 Jy ! Component: 400 - total flux cleaned = 0.000130787 Jy ! Total flux subtracted in 400 components = 0.000130787 Jy ! Clean residual min=-0.001380 max=0.001121 Jy/beam ! Clean residual mean=-0.000001 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.111515 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 385 components and 0.111515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049002Jy sigma=0.091468 ! Fit after self-cal, rms=0.049001Jy sigma=0.091468 ! 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.049001Jy sigma=0.091468 ! Fit after self-cal, rms=0.049047Jy sigma=0.091464 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.739 mas, bmaj=17.09 mas, bpa=-12.31 degrees ! Estimated noise=5.11162 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.2276e-05 Jy ! Component: 100 - total flux cleaned = 0.000153959 Jy ! Component: 150 - total flux cleaned = 0.000162528 Jy ! Component: 200 - total flux cleaned = 0.000170354 Jy ! Component: 250 - total flux cleaned = 0.000185855 Jy ! Component: 300 - total flux cleaned = 0.000193319 Jy ! Component: 350 - total flux cleaned = 0.000193183 Jy ! Component: 400 - total flux cleaned = 0.00020037 Jy ! Total flux subtracted in 400 components = 0.00020037 Jy ! Clean residual min=-0.001367 max=0.001105 Jy/beam ! Clean residual mean=-0.000001 rms=0.000315 Jy/beam ! Combined flux in latest and established models = 0.111715 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 403 components and 0.111715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049039Jy sigma=0.091456 ! Fit after self-cal, rms=0.049039Jy sigma=0.091456 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 = 3.44167e-05 Jy ! Component: 100 - total flux cleaned = 4.93362e-05 Jy ! Component: 150 - total flux cleaned = 4.92243e-05 Jy ! Component: 200 - total flux cleaned = 4.23881e-05 Jy ! Component: 250 - total flux cleaned = 4.93401e-05 Jy ! Component: 300 - total flux cleaned = 6.27378e-05 Jy ! Component: 350 - total flux cleaned = 6.2711e-05 Jy ! Component: 400 - total flux cleaned = 7.58035e-05 Jy ! Total flux subtracted in 400 components = 7.58035e-05 Jy ! Clean residual min=-0.001350 max=0.001096 Jy/beam ! Clean residual mean=-0.000001 rms=0.000313 Jy/beam ! Combined flux in latest and established models = 0.111791 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 415 components and 0.111791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049033Jy sigma=0.091450 ! Fit after self-cal, rms=0.049033Jy sigma=0.091450 ! 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.049033Jy sigma=0.091450 ! Fit after self-cal, rms=0.049621Jy sigma=0.089552 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.912 mas, bmaj=22.53 mas, bpa=0.8168 degrees ! Estimated noise=5.02529 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000386703 Jy ! Component: 100 - total flux cleaned = 0.000554722 Jy ! Component: 150 - total flux cleaned = 0.000583098 Jy ! Component: 200 - total flux cleaned = 0.000602228 Jy ! Component: 250 - total flux cleaned = 0.000584327 Jy ! Component: 300 - total flux cleaned = 0.000567843 Jy ! Component: 350 - total flux cleaned = 0.00055748 Jy ! Component: 400 - total flux cleaned = 0.000547654 Jy ! Total flux subtracted in 400 components = 0.000547654 Jy ! Clean residual min=-0.001234 max=0.001084 Jy/beam ! Clean residual mean=-0.000002 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.112339 Jy selfcal ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 477 components and 0.112339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049620Jy sigma=0.089541 ! Fit after self-cal, rms=0.049647Jy sigma=0.089526 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 = 7.3009e-05 Jy ! Component: 100 - total flux cleaned = 7.78324e-05 Jy ! Component: 150 - total flux cleaned = 7.33123e-05 Jy ! Component: 200 - total flux cleaned = 6.91123e-05 Jy ! Component: 250 - total flux cleaned = 6.90353e-05 Jy ! Component: 300 - total flux cleaned = 6.49231e-05 Jy ! Component: 350 - total flux cleaned = 5.30923e-05 Jy ! Component: 400 - total flux cleaned = 4.16383e-05 Jy ! Total flux subtracted in 400 components = 4.16383e-05 Jy ! Clean residual min=-0.001209 max=0.001077 Jy/beam ! Clean residual mean=-0.000002 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.11238 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 508 components and 0.11238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049648Jy sigma=0.089523 ! Fit after self-cal, rms=0.049647Jy sigma=0.089523 ! 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=4.75 mas, bmaj=17.08 mas, bpa=-12.29 degrees ! Estimated noise=5.14145 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.75 x 17.08 at -12.29 degrees (North through East) ! Clean map min=-0.0014055 max=0.086721 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=3.66 mas, bmaj=15.42 mas, bpa=-14.43 degrees ! Estimated noise=9.76661 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0671194 Jy ! Component: 100 - total flux cleaned = 0.0869793 Jy ! Component: 150 - total flux cleaned = 0.0963289 Jy ! Component: 200 - total flux cleaned = 0.101606 Jy ! Component: 250 - total flux cleaned = 0.104343 Jy ! Component: 300 - total flux cleaned = 0.106452 Jy ! Component: 350 - total flux cleaned = 0.10795 Jy ! Component: 400 - total flux cleaned = 0.108614 Jy ! Total flux subtracted in 400 components = 0.108614 Jy ! Clean residual min=-0.002701 max=0.002610 Jy/beam ! Clean residual mean=0.000014 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.108614 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 78 model components to the UV plane model. ! The established model now contains 78 components and 0.108614 Jy ! Inverting map and beam ! Estimated beam: bmin=4.75 mas, bmaj=17.08 mas, bpa=-12.29 degrees ! Estimated noise=5.14145 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.00306555 Jy ! Component: 100 - total flux cleaned = 0.00486514 Jy ! Component: 150 - total flux cleaned = 0.00571449 Jy ! Component: 200 - total flux cleaned = 0.00609062 Jy ! Component: 250 - total flux cleaned = 0.006185 Jy ! Component: 300 - total flux cleaned = 0.00627063 Jy ! Component: 350 - total flux cleaned = 0.00615756 Jy ! Component: 400 - total flux cleaned = 0.00601639 Jy ! Total flux subtracted in 400 components = 0.00601639 Jy ! Clean residual min=-0.001345 max=0.001332 Jy/beam ! Clean residual mean=0.000004 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.114631 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 123 components and 0.114631 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.912 mas, bmaj=22.53 mas, bpa=0.8168 degrees ! Estimated noise=5.02529 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.3867e-06 Jy ! Component: 100 - total flux cleaned = -7.17133e-05 Jy ! Component: 150 - total flux cleaned = -0.000128919 Jy ! Component: 200 - total flux cleaned = -0.00023717 Jy ! Component: 250 - total flux cleaned = -0.000363632 Jy ! Component: 300 - total flux cleaned = -0.000458761 Jy ! Component: 350 - total flux cleaned = -0.000569951 Jy ! Component: 400 - total flux cleaned = -0.000673974 Jy ! Total flux subtracted in 400 components = -0.000673974 Jy ! Clean residual min=-0.001304 max=0.001199 Jy/beam ! Clean residual mean=0.000003 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.113957 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 = -7.81118e-05 Jy ! Component: 100 - total flux cleaned = -0.000152175 Jy ! Component: 150 - total flux cleaned = -0.000255417 Jy ! Component: 200 - total flux cleaned = -0.000287833 Jy ! Component: 250 - total flux cleaned = -0.000349253 Jy ! Component: 300 - total flux cleaned = -0.000392795 Jy ! Component: 350 - total flux cleaned = -0.000434004 Jy ! Component: 400 - total flux cleaned = -0.000486165 Jy ! Total flux subtracted in 400 components = -0.000486165 Jy ! Clean residual min=-0.001261 max=0.001142 Jy/beam ! Clean residual mean=0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.113471 Jy ! Adding 96 model components to the UV plane model. ! The established model now contains 210 components and 0.113471 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.75 mas, bmaj=17.08 mas, bpa=-12.29 degrees ! Estimated noise=5.14145 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.85537e-05 Jy ! Component: 100 - total flux cleaned = 8.07851e-05 Jy ! Component: 150 - total flux cleaned = 0.000101712 Jy ! Component: 200 - total flux cleaned = 0.000101258 Jy ! Component: 250 - total flux cleaned = 8.28183e-05 Jy ! Component: 300 - total flux cleaned = 0.000100719 Jy ! Component: 350 - total flux cleaned = 0.000135418 Jy ! Component: 400 - total flux cleaned = 0.000135301 Jy ! Total flux subtracted in 400 components = 0.000135301 Jy ! Clean residual min=-0.001177 max=0.001095 Jy/beam ! Clean residual mean=0.000000 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.113606 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 241 components and 0.113606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049710Jy sigma=0.089573 ! Fit after self-cal, rms=0.049673Jy sigma=0.089565 wmodel /scr/pima/rdv94_uvs/J0607-2447_S_map.mod ! Writing 241 model components to file: /scr/pima/rdv94_uvs/J0607-2447_S_map.mod wobs /scr/pima/rdv94_uvs/J0607-2447_S_uvs.fits ! Applying 2508 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J0607-2447_S_uvs.fits wwins /scr/pima/rdv94_uvs/J0607-2447_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv94_uvs/J0607-2447_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.000197626 Jy ! Component: 100 - total flux cleaned = -0.000121387 Jy ! Component: 150 - total flux cleaned = -6.7346e-05 Jy ! Component: 200 - total flux cleaned = -8.47328e-05 Jy ! Component: 250 - total flux cleaned = -0.000151115 Jy ! Component: 300 - total flux cleaned = -0.000182967 Jy ! Component: 350 - total flux cleaned = -0.000167571 Jy ! Component: 400 - total flux cleaned = -0.000167585 Jy ! Component: 450 - total flux cleaned = -0.000182158 Jy ! Component: 500 - total flux cleaned = -0.000153557 Jy ! Component: 550 - total flux cleaned = -0.000139846 Jy ! Component: 600 - total flux cleaned = -0.000139776 Jy ! Component: 650 - total flux cleaned = -0.000166471 Jy ! Component: 700 - total flux cleaned = -0.000205893 Jy ! Component: 750 - total flux cleaned = -0.000218826 Jy ! Component: 800 - total flux cleaned = -0.000269915 Jy ! Component: 850 - total flux cleaned = -0.000307501 Jy ! Component: 900 - total flux cleaned = -0.000356599 Jy ! Component: 950 - total flux cleaned = -0.000368636 Jy ! Component: 1000 - total flux cleaned = -0.000380905 Jy ! Component: 1050 - total flux cleaned = -0.00041625 Jy ! Component: 1100 - total flux cleaned = -0.000462651 Jy ! Component: 1150 - total flux cleaned = -0.000462725 Jy ! Component: 1200 - total flux cleaned = -0.000496645 Jy ! Component: 1250 - total flux cleaned = -0.000530117 Jy ! Component: 1300 - total flux cleaned = -0.000552175 Jy ! Component: 1350 - total flux cleaned = -0.000573934 Jy ! Component: 1400 - total flux cleaned = -0.000606059 Jy ! Component: 1450 - total flux cleaned = -0.000648367 Jy ! Component: 1500 - total flux cleaned = -0.000679628 Jy ! Component: 1550 - total flux cleaned = -0.000710672 Jy ! Component: 1600 - total flux cleaned = -0.000761922 Jy ! Component: 1650 - total flux cleaned = -0.000792287 Jy ! Component: 1700 - total flux cleaned = -0.000872417 Jy ! Component: 1750 - total flux cleaned = -0.000921911 Jy ! Component: 1800 - total flux cleaned = -0.00098068 Jy ! Component: 1850 - total flux cleaned = -0.00102911 Jy ! Component: 1900 - total flux cleaned = -0.00102903 Jy ! Component: 1950 - total flux cleaned = -0.00110519 Jy ! Component: 2000 - total flux cleaned = -0.00113347 Jy ! Component: 2050 - total flux cleaned = -0.00118945 Jy ! Component: 2100 - total flux cleaned = -0.00117095 Jy ! Component: 2150 - total flux cleaned = -0.00119843 Jy ! Component: 2200 - total flux cleaned = -0.00122565 Jy ! Component: 2250 - total flux cleaned = -0.0012166 Jy ! Component: 2300 - total flux cleaned = -0.00124349 Jy ! Component: 2350 - total flux cleaned = -0.00127883 Jy ! Component: 2400 - total flux cleaned = -0.0012962 Jy ! Component: 2450 - total flux cleaned = -0.00131346 Jy ! Component: 2500 - total flux cleaned = -0.00130495 Jy ! Component: 2550 - total flux cleaned = -0.00132208 Jy ! Component: 2600 - total flux cleaned = -0.00134741 Jy ! Component: 2650 - total flux cleaned = -0.00133894 Jy ! Component: 2700 - total flux cleaned = -0.00134728 Jy ! Component: 2750 - total flux cleaned = -0.00138045 Jy ! Component: 2800 - total flux cleaned = -0.00138039 Jy ! Component: 2850 - total flux cleaned = -0.00138859 Jy ! Component: 2900 - total flux cleaned = -0.00139657 Jy ! Component: 2950 - total flux cleaned = -0.00140456 Jy ! Component: 3000 - total flux cleaned = -0.0014126 Jy ! Component: 3050 - total flux cleaned = -0.0014284 Jy ! Component: 3100 - total flux cleaned = -0.0014284 Jy ! Component: 3150 - total flux cleaned = -0.00142066 Jy ! Component: 3200 - total flux cleaned = -0.00143616 Jy ! Component: 3250 - total flux cleaned = -0.0014285 Jy ! Component: 3300 - total flux cleaned = -0.00147435 Jy ! Component: 3350 - total flux cleaned = -0.00147438 Jy ! Component: 3400 - total flux cleaned = -0.00149706 Jy ! Component: 3450 - total flux cleaned = -0.00149701 Jy ! Component: 3500 - total flux cleaned = -0.00153425 Jy ! Component: 3550 - total flux cleaned = -0.00154162 Jy ! Component: 3600 - total flux cleaned = -0.00157854 Jy ! Component: 3650 - total flux cleaned = -0.00162259 Jy ! Component: 3700 - total flux cleaned = -0.00160073 Jy ! Component: 3750 - total flux cleaned = -0.00163707 Jy ! Component: 3800 - total flux cleaned = -0.00163708 Jy ! Component: 3850 - total flux cleaned = -0.0016658 Jy ! Component: 3900 - total flux cleaned = -0.00171586 Jy ! Component: 3950 - total flux cleaned = -0.00172294 Jy ! Component: 4000 - total flux cleaned = -0.00173002 Jy ! Component: 4050 - total flux cleaned = -0.00174406 Jy ! Total flux subtracted in 4096 components = -0.00176509 Jy ! Clean residual min=-0.000413 max=0.000490 Jy/beam ! Clean residual mean=0.000003 rms=0.000142 Jy/beam ! Combined flux in latest and established models = 0.111841 Jy keep ! Adding 324 model components to the UV plane model. ! The established model now contains 565 components and 0.111841 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J0607-2447_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.75 x 17.08 at -12.29 degrees (North through East) ! Clean map min=-0.0012824 max=0.086887 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J0607-2447_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.0868 rms= 0.00014 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J0607-2447_S_uvs.log closed on Tue Oct 8 12:13:27 2013