! Started logfile: /scr/pima/rdv93_uvs/J1300+141B_S_uvs.log on Tue Oct 8 15:29:18 2013 obs /scr/pima/rdv93_uvs/J1300+141B_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1300+141B_S_uva.fits ! AN table 1: 22 integrations on 45 of 45 possible baselines. ! AN table 2: 22 integrations on 36 of 36 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1300+141B ! ! 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 7128 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/J1300+141B_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:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC 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: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 ! 2:SC 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.005055Jy sigma=2.732049 ! Fit after self-cal, rms=0.880615Jy sigma=2.388711 ! 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=2.717 mas, bmaj=6.61 mas, bpa=-1.573 degrees ! Estimated noise=5.86992 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.0942323 Jy ! Component: 100 - total flux cleaned = 0.114794 Jy ! Total flux subtracted in 100 components = 0.114794 Jy ! Clean residual min=-0.004075 max=0.005795 Jy/beam ! Clean residual mean=0.000001 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.114794 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.114794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051845Jy sigma=0.134372 ! Fit after self-cal, rms=0.051839Jy sigma=0.134357 ! 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=3.345 mas, bmaj=7.432 mas, bpa=-1.456 degrees ! Estimated noise=3.13188 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.00638532 Jy ! Component: 100 - total flux cleaned = 0.00913007 Jy ! Component: 150 - total flux cleaned = 0.0105653 Jy ! Component: 200 - total flux cleaned = 0.0111928 Jy ! Total flux subtracted in 200 components = 0.0111928 Jy ! Clean residual min=-0.002705 max=0.003171 Jy/beam ! Clean residual mean=0.000003 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.125987 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 30 components and 0.125987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051199Jy sigma=0.132215 ! Fit after self-cal, rms=0.051208Jy sigma=0.132201 ! 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.93 FD 1.02 HN 0.93 KP 1.03 ! LA 1.14 MK 0.89 NL 1.00 OV 0.99 ! PT 1.05 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 0.99 HN 0.90 LA 1.12 ! MK 0.95 NL 1.00 OV 1.00 PT 1.07 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.10 HN 1.02 KP 1.00 ! LA 1.00 MK 1.08 NL 1.00 OV 1.03 ! PT 1.02 SC 1.06 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 1.10 HN 1.04 LA 1.06 ! MK 1.05 NL 1.01 OV 1.01 PT 1.06 ! SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.10 HN 0.95 KP 0.89 ! LA 0.98 MK 1.07 NL 1.10 OV 1.03 ! PT 1.08 SC 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 1.08 HN 0.94 LA 1.01 ! MK 1.02 NL 1.10 OV 1.04 PT 1.08 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.08 HN 0.93 KP 0.83 ! LA 0.80 MK 1.12 NL 0.99 OV 0.86 ! PT 0.94 SC 1.04 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.06 HN 0.92 LA 0.79 ! MK 1.14 NL 0.98 OV 0.91 PT 0.97 ! SC 1.02 ! ! ! Fit before self-cal, rms=0.051208Jy sigma=0.132201 ! Fit after self-cal, rms=0.049128Jy sigma=0.125717 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.356 mas, bmaj=7.445 mas, bpa=-1.298 degrees ! Estimated noise=3.12791 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.000227575 Jy ! Component: 100 - total flux cleaned = 0.000241354 Jy ! Component: 150 - total flux cleaned = 0.000229168 Jy ! Component: 200 - total flux cleaned = 0.000249905 Jy ! Total flux subtracted in 200 components = 0.000249905 Jy ! Clean residual min=-0.001702 max=0.001371 Jy/beam ! Clean residual mean=0.000001 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.126237 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 41 components and 0.126237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049119Jy sigma=0.125696 ! Fit after self-cal, rms=0.049152Jy sigma=0.125654 ! 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.049152Jy sigma=0.125654 ! Fit after self-cal, rms=0.049103Jy sigma=0.125653 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.354 mas, bmaj=7.442 mas, bpa=-1.292 degrees ! Estimated noise=3.12675 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000132232 Jy ! Component: 100 - total flux cleaned = 0.000154178 Jy ! Component: 150 - total flux cleaned = 0.000172304 Jy ! Component: 200 - total flux cleaned = 0.000196196 Jy ! Total flux subtracted in 200 components = 0.000196196 Jy ! Clean residual min=-0.001695 max=0.001370 Jy/beam ! Clean residual mean=0.000001 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.126433 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 44 components and 0.126433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049097Jy sigma=0.125641 ! Fit after self-cal, rms=0.049096Jy sigma=0.125638 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.19988e-05 Jy ! Component: 100 - total flux cleaned = 2.99844e-06 Jy ! Component: 150 - total flux cleaned = -3.33453e-06 Jy ! Component: 200 - total flux cleaned = 2.0675e-06 Jy ! Total flux subtracted in 200 components = 2.0675e-06 Jy ! Clean residual min=-0.001692 max=0.001357 Jy/beam ! Clean residual mean=0.000001 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.126435 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 51 components and 0.126435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049093Jy sigma=0.125632 ! Fit after self-cal, rms=0.049093Jy sigma=0.125630 ! 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.049093Jy sigma=0.125630 ! Fit after self-cal, rms=0.049099Jy sigma=0.125610 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.352 mas, bmaj=7.442 mas, bpa=-1.318 degrees ! Estimated noise=3.12834 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00012111 Jy ! Component: 100 - total flux cleaned = 0.000189199 Jy ! Component: 150 - total flux cleaned = 0.000195342 Jy ! Component: 200 - total flux cleaned = 0.000205936 Jy ! Total flux subtracted in 200 components = 0.000205936 Jy ! Clean residual min=-0.001697 max=0.001350 Jy/beam ! Clean residual mean=0.000001 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.126641 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 58 components and 0.126641 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049096Jy sigma=0.125604 ! Fit after self-cal, rms=0.049096Jy sigma=0.125603 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.06366e-06 Jy ! Component: 100 - total flux cleaned = 1.30134e-05 Jy ! Component: 150 - total flux cleaned = 1.29044e-05 Jy ! Component: 200 - total flux cleaned = 8.92432e-06 Jy ! Total flux subtracted in 200 components = 8.92432e-06 Jy ! Clean residual min=-0.001691 max=0.001347 Jy/beam ! Clean residual mean=0.000001 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.12665 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 59 components and 0.12665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049094Jy sigma=0.125600 ! Fit after self-cal, rms=0.049094Jy sigma=0.125599 ! 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.049094Jy sigma=0.125599 ! Fit after self-cal, rms=0.049091Jy sigma=0.125580 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.133 mas, bmaj=10.82 mas, bpa=-4.226 degrees ! Estimated noise=3.72551 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.58728e-05 Jy ! Component: 100 - total flux cleaned = -0.000116646 Jy ! Component: 150 - total flux cleaned = -0.000128704 Jy ! Component: 200 - total flux cleaned = -0.000144688 Jy ! Total flux subtracted in 200 components = -0.000144688 Jy ! Clean residual min=-0.002047 max=0.001302 Jy/beam ! Clean residual mean=0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.126505 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 64 components and 0.126505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049091Jy sigma=0.125579 ! Fit after self-cal, rms=0.049090Jy sigma=0.125578 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 = -8.06714e-06 Jy ! Component: 100 - total flux cleaned = -7.88041e-06 Jy ! Component: 150 - total flux cleaned = -1.66214e-05 Jy ! Component: 200 - total flux cleaned = -2.82887e-05 Jy ! Total flux subtracted in 200 components = -2.82887e-05 Jy ! Clean residual min=-0.002047 max=0.001300 Jy/beam ! Clean residual mean=0.000002 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.126477 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 67 components and 0.126477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049091Jy sigma=0.125577 ! Fit after self-cal, rms=0.049091Jy sigma=0.125576 ! 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:MK,true ! 1:MK 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 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC 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: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 selfant 2:SC,true ! 2:SC 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.049091Jy sigma=0.125576 ! Fit after self-cal, rms=0.049091Jy sigma=0.125576 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:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC 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: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 ! 2:SC 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.049091Jy sigma=0.125576 ! Fit after self-cal, rms=0.049010Jy sigma=0.125574 uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.722 mas, bmaj=6.634 mas, bpa=-1.454 degrees ! Estimated noise=5.7924 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 (-76.8, 95.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184926 Jy ! Component: 100 - total flux cleaned = 0.00222566 Jy ! Component: 150 - total flux cleaned = 0.00234706 Jy ! Component: 200 - total flux cleaned = 0.00229235 Jy ! Total flux subtracted in 200 components = 0.00229235 Jy ! Clean residual min=-0.002650 max=0.002687 Jy/beam ! Clean residual mean=-0.000001 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.128769 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 82 components and 0.128769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049009Jy sigma=0.125579 ! Fit after self-cal, rms=0.049002Jy sigma=0.125552 ! 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=3.347 mas, bmaj=7.441 mas, bpa=-1.345 degrees ! Estimated noise=3.12617 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.00103066 Jy ! Component: 100 - total flux cleaned = -0.0012418 Jy ! Component: 150 - total flux cleaned = -0.00137006 Jy ! Component: 200 - total flux cleaned = -0.00137273 Jy ! Component: 250 - total flux cleaned = -0.00132513 Jy ! Component: 300 - total flux cleaned = -0.0012826 Jy ! Component: 350 - total flux cleaned = -0.00122439 Jy ! Component: 400 - total flux cleaned = -0.00118901 Jy ! Total flux subtracted in 400 components = -0.00118901 Jy ! Clean residual min=-0.001708 max=0.001302 Jy/beam ! Clean residual mean=-0.000000 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.12758 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 123 components and 0.12758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048967Jy sigma=0.125472 ! Fit after self-cal, rms=0.048963Jy sigma=0.125466 ! 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 = -6.61244e-05 Jy ! Component: 100 - total flux cleaned = -4.86507e-05 Jy ! Component: 150 - total flux cleaned = -2.39511e-05 Jy ! Component: 200 - total flux cleaned = -8.58765e-06 Jy ! Component: 250 - total flux cleaned = 1.32764e-05 Jy ! Component: 300 - total flux cleaned = 2.0178e-05 Jy ! Component: 350 - total flux cleaned = 2.7055e-05 Jy ! Component: 400 - total flux cleaned = 2.71569e-05 Jy ! Total flux subtracted in 400 components = 2.71569e-05 Jy ! Clean residual min=-0.001705 max=0.001289 Jy/beam ! Clean residual mean=0.000000 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.127607 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 139 components and 0.127607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048957Jy sigma=0.125455 ! Fit after self-cal, rms=0.048957Jy sigma=0.125454 ! 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. ! Applying 2560 buffered edits. 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.048957Jy sigma=0.125454 ! Fit after self-cal, rms=0.048914Jy sigma=0.125443 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.347 mas, bmaj=7.444 mas, bpa=-1.364 degrees ! Estimated noise=3.12397 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.67927e-05 Jy ! Component: 100 - total flux cleaned = 9.49106e-05 Jy ! Component: 150 - total flux cleaned = 0.000108679 Jy ! Component: 200 - total flux cleaned = 0.000115354 Jy ! Component: 250 - total flux cleaned = 0.000128247 Jy ! Component: 300 - total flux cleaned = 0.000128322 Jy ! Component: 350 - total flux cleaned = 0.000134514 Jy ! Component: 400 - total flux cleaned = 0.000128696 Jy ! Total flux subtracted in 400 components = 0.000128696 Jy ! Clean residual min=-0.001720 max=0.001219 Jy/beam ! Clean residual mean=0.000000 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.127736 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 154 components and 0.127736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048910Jy sigma=0.125435 ! Fit after self-cal, rms=0.048909Jy sigma=0.125434 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 = 2.1127e-05 Jy ! Component: 100 - total flux cleaned = 2.69006e-05 Jy ! Component: 150 - total flux cleaned = 2.68338e-05 Jy ! Component: 200 - total flux cleaned = 2.68232e-05 Jy ! Component: 250 - total flux cleaned = 2.67792e-05 Jy ! Component: 300 - total flux cleaned = 2.14226e-05 Jy ! Component: 350 - total flux cleaned = 1.60714e-05 Jy ! Component: 400 - total flux cleaned = 1.61699e-05 Jy ! Total flux subtracted in 400 components = 1.61699e-05 Jy ! Clean residual min=-0.001712 max=0.001210 Jy/beam ! Clean residual mean=0.000000 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.127752 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 157 components and 0.127752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048907Jy sigma=0.125429 ! Fit after self-cal, rms=0.048907Jy sigma=0.125429 ! 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.048907Jy sigma=0.125429 ! Fit after self-cal, rms=0.048959Jy sigma=0.125413 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.445 mas, bpa=-1.385 degrees ! Estimated noise=3.12698 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000159196 Jy ! Component: 100 - total flux cleaned = 0.000153605 Jy ! Component: 150 - total flux cleaned = 0.000153642 Jy ! Component: 200 - total flux cleaned = 0.000153691 Jy ! Component: 250 - total flux cleaned = 0.000153548 Jy ! Component: 300 - total flux cleaned = 0.000153701 Jy ! Component: 350 - total flux cleaned = 0.000153733 Jy ! Component: 400 - total flux cleaned = 0.000148898 Jy ! Total flux subtracted in 400 components = 0.000148898 Jy ! Clean residual min=-0.001714 max=0.001196 Jy/beam ! Clean residual mean=0.000000 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.127901 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 160 components and 0.127901 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048957Jy sigma=0.125408 ! Fit after self-cal, rms=0.048957Jy sigma=0.125407 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 = 6.96805e-06 Jy ! Component: 100 - total flux cleaned = 7.09e-06 Jy ! Component: 150 - total flux cleaned = -2.32383e-06 Jy ! Component: 200 - total flux cleaned = -2.36674e-06 Jy ! Component: 250 - total flux cleaned = 2.09403e-06 Jy ! Component: 300 - total flux cleaned = -2.35588e-06 Jy ! Component: 350 - total flux cleaned = -2.4235e-06 Jy ! Component: 400 - total flux cleaned = -6.88356e-06 Jy ! Total flux subtracted in 400 components = -6.88356e-06 Jy ! Clean residual min=-0.001710 max=0.001193 Jy/beam ! Clean residual mean=0.000000 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.127894 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 166 components and 0.127894 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048955Jy sigma=0.125404 ! Fit after self-cal, rms=0.048955Jy sigma=0.125403 ! 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.048955Jy sigma=0.125403 ! Fit after self-cal, rms=0.048721Jy sigma=0.123835 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.128 mas, bmaj=10.82 mas, bpa=-4.238 degrees ! Estimated noise=3.73278 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000253119 Jy ! Component: 100 - total flux cleaned = 0.000272031 Jy ! Component: 150 - total flux cleaned = 0.000272063 Jy ! Component: 200 - total flux cleaned = 0.000265493 Jy ! Component: 250 - total flux cleaned = 0.000259291 Jy ! Component: 300 - total flux cleaned = 0.000248326 Jy ! Component: 350 - total flux cleaned = 0.000242947 Jy ! Component: 400 - total flux cleaned = 0.000233634 Jy ! Total flux subtracted in 400 components = 0.000233634 Jy ! Clean residual min=-0.001995 max=0.001303 Jy/beam ! Clean residual mean=0.000001 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.128128 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 184 components and 0.128128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048724Jy sigma=0.123834 ! Fit after self-cal, rms=0.048732Jy sigma=0.123827 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.65426e-05 Jy ! Component: 100 - total flux cleaned = 2.76541e-05 Jy ! Component: 150 - total flux cleaned = 1.92041e-05 Jy ! Component: 200 - total flux cleaned = 1.11974e-05 Jy ! Component: 250 - total flux cleaned = 3.73651e-06 Jy ! Component: 300 - total flux cleaned = -3.40901e-06 Jy ! Component: 350 - total flux cleaned = -6.71357e-06 Jy ! Component: 400 - total flux cleaned = -3.2497e-06 Jy ! Total flux subtracted in 400 components = -3.2497e-06 Jy ! Clean residual min=-0.001977 max=0.001305 Jy/beam ! Clean residual mean=0.000001 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.128125 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 197 components and 0.128125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048734Jy sigma=0.123830 ! Fit after self-cal, rms=0.048734Jy sigma=0.123830 ! 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=3.346 mas, bmaj=7.447 mas, bpa=-1.405 degrees ! Estimated noise=3.13307 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.346 x 7.447 at -1.405 degrees (North through East) ! Clean map min=-0.0016333 max=0.12068 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "=== CLearing model and starting over ===" ! === CLearing model and starting over === clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.719 mas, bmaj=6.64 mas, bpa=-1.559 degrees ! Estimated noise=5.8063 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0931872 Jy ! Component: 100 - total flux cleaned = 0.113516 Jy ! Component: 150 - total flux cleaned = 0.119188 Jy ! Component: 200 - total flux cleaned = 0.121971 Jy ! Component: 250 - total flux cleaned = 0.123241 Jy ! Component: 300 - total flux cleaned = 0.124209 Jy ! Component: 350 - total flux cleaned = 0.125027 Jy ! Component: 400 - total flux cleaned = 0.125609 Jy ! Total flux subtracted in 400 components = 0.125609 Jy ! Clean residual min=-0.002474 max=0.002388 Jy/beam ! Clean residual mean=-0.000001 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.125609 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.125609 Jy ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.447 mas, bpa=-1.405 degrees ! Estimated noise=3.13307 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.00166853 Jy ! Component: 100 - total flux cleaned = 0.0019365 Jy ! Component: 150 - total flux cleaned = 0.00191291 Jy ! Component: 200 - total flux cleaned = 0.00195759 Jy ! Component: 250 - total flux cleaned = 0.00199588 Jy ! Component: 300 - total flux cleaned = 0.0020826 Jy ! Component: 350 - total flux cleaned = 0.00214528 Jy ! Component: 400 - total flux cleaned = 0.00222832 Jy ! Total flux subtracted in 400 components = 0.00222832 Jy ! Clean residual min=-0.001693 max=0.001313 Jy/beam ! Clean residual mean=0.000000 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.127837 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 67 components and 0.127837 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=7.128 mas, bmaj=10.82 mas, bpa=-4.238 degrees ! Estimated noise=3.73278 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000282033 Jy ! Component: 100 - total flux cleaned = 0.000315964 Jy ! Component: 150 - total flux cleaned = 0.000326049 Jy ! Component: 200 - total flux cleaned = 0.000317977 Jy ! Component: 250 - total flux cleaned = 0.000311064 Jy ! Component: 300 - total flux cleaned = 0.000297674 Jy ! Component: 350 - total flux cleaned = 0.000279443 Jy ! Component: 400 - total flux cleaned = 0.000262747 Jy ! Total flux subtracted in 400 components = 0.000262747 Jy ! Clean residual min=-0.001966 max=0.001301 Jy/beam ! Clean residual mean=0.000001 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.1281 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.02031e-05 Jy ! Component: 100 - total flux cleaned = -2.41376e-05 Jy ! Component: 150 - total flux cleaned = -3.71982e-05 Jy ! Component: 200 - total flux cleaned = -4.1296e-05 Jy ! Component: 250 - total flux cleaned = -4.52257e-05 Jy ! Component: 300 - total flux cleaned = -4.90663e-05 Jy ! Component: 350 - total flux cleaned = -4.90083e-05 Jy ! Component: 400 - total flux cleaned = -4.91676e-05 Jy ! Total flux subtracted in 400 components = -4.91676e-05 Jy ! Clean residual min=-0.001958 max=0.001306 Jy/beam ! Clean residual mean=0.000001 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.128051 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 94 components and 0.128051 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.447 mas, bpa=-1.405 degrees ! Estimated noise=3.13307 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000495643 Jy ! Component: 100 - total flux cleaned = -0.000497771 Jy ! Component: 150 - total flux cleaned = -0.000457682 Jy ! Component: 200 - total flux cleaned = -0.000408708 Jy ! Component: 250 - total flux cleaned = -0.000342147 Jy ! Component: 300 - total flux cleaned = -0.000310979 Jy ! Component: 350 - total flux cleaned = -0.000281 Jy ! Component: 400 - total flux cleaned = -0.000242643 Jy ! Total flux subtracted in 400 components = -0.000242643 Jy ! Clean residual min=-0.001672 max=0.001248 Jy/beam ! Clean residual mean=0.000000 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.127808 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 123 components and 0.127808 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048747Jy sigma=0.123857 ! Fit after self-cal, rms=0.048745Jy sigma=0.123854 wmodel /scr/pima/rdv93_uvs/J1300+141B_S_map.mod ! Writing 123 model components to file: /scr/pima/rdv93_uvs/J1300+141B_S_map.mod wobs /scr/pima/rdv93_uvs/J1300+141B_S_uvs.fits ! Applying 1004 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1300+141B_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1300+141B_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv93_uvs/J1300+141B_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.000705407 Jy ! Component: 100 - total flux cleaned = -0.00119227 Jy ! Component: 150 - total flux cleaned = -0.00144267 Jy ! Component: 200 - total flux cleaned = -0.00150781 Jy ! Component: 250 - total flux cleaned = -0.00156994 Jy ! Component: 300 - total flux cleaned = -0.00160931 Jy ! Component: 350 - total flux cleaned = -0.00160879 Jy ! Component: 400 - total flux cleaned = -0.00157133 Jy ! Component: 450 - total flux cleaned = -0.00155347 Jy ! Component: 500 - total flux cleaned = -0.0015009 Jy ! Component: 550 - total flux cleaned = -0.00139799 Jy ! Component: 600 - total flux cleaned = -0.00128035 Jy ! Component: 650 - total flux cleaned = -0.00116558 Jy ! Component: 700 - total flux cleaned = -0.00106917 Jy ! Component: 750 - total flux cleaned = -0.000989791 Jy ! Component: 800 - total flux cleaned = -0.000864964 Jy ! Component: 850 - total flux cleaned = -0.000772999 Jy ! Component: 900 - total flux cleaned = -0.000682648 Jy ! Component: 950 - total flux cleaned = -0.000623339 Jy ! Component: 1000 - total flux cleaned = -0.000535872 Jy ! Component: 1050 - total flux cleaned = -0.000449855 Jy ! Component: 1100 - total flux cleaned = -0.00042165 Jy ! Component: 1150 - total flux cleaned = -0.000323715 Jy ! Component: 1200 - total flux cleaned = -0.000213728 Jy ! Component: 1250 - total flux cleaned = -0.000145804 Jy ! Component: 1300 - total flux cleaned = -7.85554e-05 Jy ! Component: 1350 - total flux cleaned = 4.04723e-05 Jy ! Component: 1400 - total flux cleaned = 0.000105668 Jy ! Component: 1450 - total flux cleaned = 0.000157147 Jy ! Component: 1500 - total flux cleaned = 0.000220717 Jy ! Component: 1550 - total flux cleaned = 0.000245884 Jy ! Component: 1600 - total flux cleaned = 0.000320307 Jy ! Component: 1650 - total flux cleaned = 0.000369216 Jy ! Component: 1700 - total flux cleaned = 0.00035718 Jy ! Component: 1750 - total flux cleaned = 0.000417118 Jy ! Component: 1800 - total flux cleaned = 0.00046452 Jy ! Component: 1850 - total flux cleaned = 0.000499748 Jy ! Component: 1900 - total flux cleaned = 0.000580875 Jy ! Component: 1950 - total flux cleaned = 0.000615108 Jy ! Component: 2000 - total flux cleaned = 0.000660617 Jy ! Component: 2050 - total flux cleaned = 0.000683084 Jy ! Component: 2100 - total flux cleaned = 0.000705514 Jy ! Component: 2150 - total flux cleaned = 0.000760592 Jy ! Component: 2200 - total flux cleaned = 0.000793344 Jy ! Component: 2250 - total flux cleaned = 0.000814872 Jy ! Component: 2300 - total flux cleaned = 0.000793244 Jy ! Component: 2350 - total flux cleaned = 0.000772061 Jy ! Component: 2400 - total flux cleaned = 0.000740669 Jy ! Component: 2450 - total flux cleaned = 0.000761697 Jy ! Component: 2500 - total flux cleaned = 0.000741032 Jy ! Component: 2550 - total flux cleaned = 0.000771707 Jy ! Component: 2600 - total flux cleaned = 0.000730953 Jy ! Component: 2650 - total flux cleaned = 0.000710929 Jy ! Component: 2700 - total flux cleaned = 0.00073098 Jy ! Component: 2750 - total flux cleaned = 0.000730995 Jy ! Component: 2800 - total flux cleaned = 0.000701373 Jy ! Component: 2850 - total flux cleaned = 0.000681699 Jy ! Component: 2900 - total flux cleaned = 0.00070108 Jy ! Component: 2950 - total flux cleaned = 0.000653014 Jy ! Component: 3000 - total flux cleaned = 0.000643588 Jy ! Component: 3050 - total flux cleaned = 0.00063405 Jy ! Component: 3100 - total flux cleaned = 0.000615098 Jy ! Component: 3150 - total flux cleaned = 0.000587185 Jy ! Component: 3200 - total flux cleaned = 0.000559477 Jy ! Component: 3250 - total flux cleaned = 0.000568753 Jy ! Component: 3300 - total flux cleaned = 0.000532199 Jy ! Component: 3350 - total flux cleaned = 0.000477808 Jy ! Component: 3400 - total flux cleaned = 0.000459807 Jy ! Component: 3450 - total flux cleaned = 0.000406215 Jy ! Component: 3500 - total flux cleaned = 0.000379659 Jy ! Component: 3550 - total flux cleaned = 0.000344366 Jy ! Component: 3600 - total flux cleaned = 0.000335515 Jy ! Component: 3650 - total flux cleaned = 0.000318178 Jy ! Component: 3700 - total flux cleaned = 0.000283602 Jy ! Component: 3750 - total flux cleaned = 0.000257731 Jy ! Component: 3800 - total flux cleaned = 0.000240628 Jy ! Component: 3850 - total flux cleaned = 0.000172735 Jy ! Component: 3900 - total flux cleaned = 0.000147461 Jy ! Component: 3950 - total flux cleaned = 0.000122412 Jy ! Component: 4000 - total flux cleaned = 0.000114022 Jy ! Component: 4050 - total flux cleaned = 0.000130529 Jy ! Total flux subtracted in 4096 components = 7.28237e-05 Jy ! Clean residual min=-0.000477 max=0.000624 Jy/beam ! Clean residual mean=-0.000001 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.127881 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 419 components and 0.127881 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J1300+141B_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.346 x 7.447 at -1.405 degrees (North through East) ! Clean map min=-0.0012312 max=0.12057 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1300+141B_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.1205 rms= 0.00015 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1300+141B_S_uvs.log closed on Tue Oct 8 15:29:24 2013