! Started logfile: /scr/pima/rdv94_uvs/J1424+0434_S_uvs.log on Tue Oct 8 12:20:52 2013 obs /scr/pima/rdv94_uvs/J1424+0434_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J1424+0434_S_uva.fits ! AN table 1: 22 integrations on 36 of 36 possible baselines. ! AN table 2: 22 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.900568 visibilities/baseline/integration-bin. ! Found source: J1424+0434 ! ! 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 5072 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/J1424+0434_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 ! 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 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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006417Jy sigma=2.425417 ! Fit after self-cal, rms=0.906112Jy sigma=2.174392 ! 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.119 mas, bmaj=12.03 mas, bpa=-20.36 degrees ! Estimated noise=6.88117 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.0740596 Jy ! Component: 100 - total flux cleaned = 0.0927096 Jy ! Total flux subtracted in 100 components = 0.0927096 Jy ! Clean residual min=-0.005657 max=0.008204 Jy/beam ! Clean residual mean=-0.000002 rms=0.001622 Jy/beam ! Combined flux in latest and established models = 0.0927096 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0927096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049935Jy sigma=0.116514 ! Fit after self-cal, rms=0.049962Jy sigma=0.116447 ! 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.862 mas, bmaj=11.89 mas, bpa=-19.08 degrees ! Estimated noise=4.19943 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.00923565 Jy ! Component: 100 - total flux cleaned = 0.0123094 Jy ! Component: 150 - total flux cleaned = 0.0124073 Jy ! Component: 200 - total flux cleaned = 0.0123076 Jy ! Total flux subtracted in 200 components = 0.0123076 Jy ! Clean residual min=-0.004655 max=0.005446 Jy/beam ! Clean residual mean=-0.000011 rms=0.001247 Jy/beam ! Combined flux in latest and established models = 0.105017 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.105017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048456Jy sigma=0.111976 ! Fit after self-cal, rms=0.048470Jy sigma=0.111911 ! 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.11 HN 1.16 KP 1.12 ! LA 1.26 MK 0.65 NL 0.95 OV 0.99 ! PT 1.18 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 1.09 HN 1.10 KP 1.14 ! LA 1.22 MK 1.02 NL 0.92 OV 0.87 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.10 HN 1.22 KP 1.11 ! LA 1.12 MK 0.88 NL 0.99 OV 1.02 ! PT 1.19 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 1.17 HN 1.16 KP 1.16 ! LA 1.09 MK 0.94 NL 0.94 OV 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.10 HN 1.12 KP 1.01 ! LA 0.89 MK 0.96 NL 1.05 OV 0.96 ! PT 1.40 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.98 FD 1.19 HN 1.12 KP 0.99 ! LA 0.86 MK 1.00 NL 1.03 OV 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.76 FD 1.10 HN 1.01 KP 0.89 ! LA 0.72 MK 1.02 NL 0.94 OV 0.86 ! PT 1.17 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.80 FD 1.17 HN 1.06 KP 0.85 ! LA 0.69 MK 1.05 NL 0.94 OV 0.93 ! ! ! Fit before self-cal, rms=0.048470Jy sigma=0.111911 ! Fit after self-cal, rms=0.042346Jy sigma=0.099109 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.859 mas, bmaj=11.7 mas, bpa=-19.41 degrees ! Estimated noise=4.1221 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 (11.5, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00350816 Jy ! Component: 100 - total flux cleaned = 0.00545123 Jy ! Component: 150 - total flux cleaned = 0.00642754 Jy ! Component: 200 - total flux cleaned = 0.00700892 Jy ! Total flux subtracted in 200 components = 0.00700892 Jy ! Clean residual min=-0.001755 max=0.001638 Jy/beam ! Clean residual mean=0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.112026 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 54 components and 0.112026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042050Jy sigma=0.098249 ! Fit after self-cal, rms=0.042131Jy sigma=0.098052 ! 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.042131Jy sigma=0.098052 ! Fit after self-cal, rms=0.042160Jy sigma=0.097981 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.857 mas, bmaj=11.71 mas, bpa=-19.38 degrees ! Estimated noise=4.11945 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150929 Jy ! Component: 100 - total flux cleaned = 0.00206236 Jy ! Component: 150 - total flux cleaned = 0.00220932 Jy ! Component: 200 - total flux cleaned = 0.00233348 Jy ! Total flux subtracted in 200 components = 0.00233348 Jy ! Clean residual min=-0.001397 max=0.001483 Jy/beam ! Clean residual mean=0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.11436 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 83 components and 0.11436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042093Jy sigma=0.097814 ! Fit after self-cal, rms=0.042095Jy sigma=0.097797 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.000398821 Jy ! Component: 100 - total flux cleaned = 0.000418788 Jy ! Component: 150 - total flux cleaned = 0.000540556 Jy ! Component: 200 - total flux cleaned = 0.000667658 Jy ! Total flux subtracted in 200 components = 0.000667658 Jy ! Clean residual min=-0.001322 max=0.001406 Jy/beam ! Clean residual mean=0.000000 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.115027 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 104 components and 0.115027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042072Jy sigma=0.097755 ! Fit after self-cal, rms=0.042073Jy sigma=0.097751 ! 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.042073Jy sigma=0.097751 ! Fit after self-cal, rms=0.042122Jy sigma=0.097715 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.859 mas, bmaj=11.7 mas, bpa=-19.37 degrees ! Estimated noise=4.11785 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000642773 Jy ! Component: 100 - total flux cleaned = 0.000865226 Jy ! Component: 150 - total flux cleaned = 0.00102046 Jy ! Component: 200 - total flux cleaned = 0.00115776 Jy ! Total flux subtracted in 200 components = 0.00115776 Jy ! Clean residual min=-0.001223 max=0.001498 Jy/beam ! Clean residual mean=0.000000 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.116185 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 118 components and 0.116185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042102Jy sigma=0.097680 ! Fit after self-cal, rms=0.042104Jy sigma=0.097677 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.000147554 Jy ! Component: 100 - total flux cleaned = 0.000272361 Jy ! Component: 150 - total flux cleaned = 0.000374001 Jy ! Component: 200 - total flux cleaned = 0.000492555 Jy ! Total flux subtracted in 200 components = 0.000492555 Jy ! Clean residual min=-0.001223 max=0.001460 Jy/beam ! Clean residual mean=0.000000 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.116678 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 135 components and 0.116677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042094Jy sigma=0.097663 ! Fit after self-cal, rms=0.042095Jy sigma=0.097662 ! 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.042095Jy sigma=0.097662 ! Fit after self-cal, rms=0.042110Jy sigma=0.097644 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.628 mas, bmaj=12.25 mas, bpa=-13.63 degrees ! Estimated noise=4.59777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000442987 Jy ! Component: 100 - total flux cleaned = 0.000685106 Jy ! Component: 150 - total flux cleaned = 0.000744312 Jy ! Component: 200 - total flux cleaned = 0.000795104 Jy ! Total flux subtracted in 200 components = 0.000795104 Jy ! Clean residual min=-0.001241 max=0.001347 Jy/beam ! Clean residual mean=0.000000 rms=0.000385 Jy/beam ! Combined flux in latest and established models = 0.117473 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 152 components and 0.117473 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042104Jy sigma=0.097633 ! Fit after self-cal, rms=0.042104Jy sigma=0.097632 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.000100616 Jy ! Component: 100 - total flux cleaned = 0.000164817 Jy ! Component: 150 - total flux cleaned = 0.000188832 Jy ! Component: 200 - total flux cleaned = 0.000210534 Jy ! Total flux subtracted in 200 components = 0.000210534 Jy ! Clean residual min=-0.001251 max=0.001336 Jy/beam ! Clean residual mean=0.000000 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.117683 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 168 components and 0.117683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042102Jy sigma=0.097629 ! Fit after self-cal, rms=0.042102Jy sigma=0.097628 ! 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 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 ![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.042102Jy sigma=0.097628 ! Fit after self-cal, rms=0.042102Jy sigma=0.097628 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 ! 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 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.042102Jy sigma=0.097628 ! Fit after self-cal, rms=0.042065Jy sigma=0.097624 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.112 mas, bmaj=11.91 mas, bpa=-20.66 degrees ! Estimated noise=6.72578 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 = -4.20951e-07 Jy ! Component: 100 - total flux cleaned = -4.74927e-05 Jy ! Component: 150 - total flux cleaned = -0.000117506 Jy ! Component: 200 - total flux cleaned = -0.00017927 Jy ! Total flux subtracted in 200 components = -0.00017927 Jy ! Clean residual min=-0.002625 max=0.002576 Jy/beam ! Clean residual mean=-0.000001 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.117504 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 188 components and 0.117504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042063Jy sigma=0.097648 ! Fit after self-cal, rms=0.042061Jy sigma=0.097645 ! 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.86 mas, bmaj=11.69 mas, bpa=-19.37 degrees ! Estimated noise=4.11018 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 (-21.5, -65.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134369 Jy ! Component: 100 - total flux cleaned = 0.00166589 Jy ! Component: 150 - total flux cleaned = 0.00176609 Jy ! Component: 200 - total flux cleaned = 0.00179373 Jy ! Component: 250 - total flux cleaned = 0.00186912 Jy ! Component: 300 - total flux cleaned = 0.00198639 Jy ! Component: 350 - total flux cleaned = 0.00209581 Jy ! Component: 400 - total flux cleaned = 0.00211806 Jy ! Total flux subtracted in 400 components = 0.00211806 Jy ! Clean residual min=-0.001169 max=0.001111 Jy/beam ! Clean residual mean=0.000000 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.119622 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 243 components and 0.119622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.041971Jy sigma=0.097415 ! Fit after self-cal, rms=0.041969Jy sigma=0.097405 ! 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 = 0.000318771 Jy ! Component: 100 - total flux cleaned = 0.000339695 Jy ! Component: 150 - total flux cleaned = 0.000378257 Jy ! Component: 200 - total flux cleaned = 0.000431533 Jy ! Component: 250 - total flux cleaned = 0.000515941 Jy ! Component: 300 - total flux cleaned = 0.000548321 Jy ! Component: 350 - total flux cleaned = 0.000673173 Jy ! Component: 400 - total flux cleaned = 0.000673245 Jy ! Total flux subtracted in 400 components = 0.000673245 Jy ! Clean residual min=-0.001143 max=0.001054 Jy/beam ! Clean residual mean=-0.000000 rms=0.000287 Jy/beam ! Combined flux in latest and established models = 0.120295 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 276 components and 0.120295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.041941Jy sigma=0.097339 ! Fit after self-cal, rms=0.041941Jy sigma=0.097337 ! 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. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.041941Jy sigma=0.097337 ! Fit after self-cal, rms=0.041782Jy sigma=0.097314 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.863 mas, bmaj=11.67 mas, bpa=-19.36 degrees ! Estimated noise=4.09142 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000202816 Jy ! Component: 100 - total flux cleaned = 0.000405734 Jy ! Component: 150 - total flux cleaned = 0.000530681 Jy ! Component: 200 - total flux cleaned = 0.000646971 Jy ! Component: 250 - total flux cleaned = 0.000729633 Jy ! Component: 300 - total flux cleaned = 0.000809015 Jy ! Component: 350 - total flux cleaned = 0.000910037 Jy ! Component: 400 - total flux cleaned = 0.00101904 Jy ! Total flux subtracted in 400 components = 0.00101904 Jy ! Clean residual min=-0.001138 max=0.001016 Jy/beam ! Clean residual mean=-0.000000 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.121314 Jy selfcal ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 318 components and 0.121314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.041761Jy sigma=0.097273 ! Fit after self-cal, rms=0.041762Jy sigma=0.097271 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.000100894 Jy ! Component: 100 - total flux cleaned = 0.000172674 Jy ! Component: 150 - total flux cleaned = 0.000206967 Jy ! Component: 200 - total flux cleaned = 0.000251588 Jy ! Component: 250 - total flux cleaned = 0.000316406 Jy ! Component: 300 - total flux cleaned = 0.000389717 Jy ! Component: 350 - total flux cleaned = 0.000481653 Jy ! Component: 400 - total flux cleaned = 0.000521738 Jy ! Total flux subtracted in 400 components = 0.000521738 Jy ! Clean residual min=-0.001128 max=0.001005 Jy/beam ! Clean residual mean=-0.000000 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.121836 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 341 components and 0.121836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.041750Jy sigma=0.097250 ! Fit after self-cal, rms=0.041750Jy sigma=0.097249 ! 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.041750Jy sigma=0.097249 ! Fit after self-cal, rms=0.041758Jy sigma=0.097236 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.866 mas, bmaj=11.66 mas, bpa=-19.36 degrees ! Estimated noise=4.0881 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000127892 Jy ! Component: 100 - total flux cleaned = 0.000228605 Jy ! Component: 150 - total flux cleaned = 0.000334638 Jy ! Component: 200 - total flux cleaned = 0.000396137 Jy ! Component: 250 - total flux cleaned = 0.000485279 Jy ! Component: 300 - total flux cleaned = 0.000514252 Jy ! Component: 350 - total flux cleaned = 0.000533253 Jy ! Component: 400 - total flux cleaned = 0.000606801 Jy ! Total flux subtracted in 400 components = 0.000606801 Jy ! Clean residual min=-0.001107 max=0.001021 Jy/beam ! Clean residual mean=-0.000000 rms=0.000260 Jy/beam ! Combined flux in latest and established models = 0.122443 Jy selfcal ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 365 components and 0.122443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.041747Jy sigma=0.097219 ! Fit after self-cal, rms=0.041748Jy sigma=0.097218 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.67383e-05 Jy ! Component: 100 - total flux cleaned = 0.000118654 Jy ! Component: 150 - total flux cleaned = 0.000171427 Jy ! Component: 200 - total flux cleaned = 0.000240392 Jy ! Component: 250 - total flux cleaned = 0.000240266 Jy ! Component: 300 - total flux cleaned = 0.000306891 Jy ! Component: 350 - total flux cleaned = 0.000364029 Jy ! Component: 400 - total flux cleaned = 0.000380198 Jy ! Total flux subtracted in 400 components = 0.000380198 Jy ! Clean residual min=-0.001102 max=0.001011 Jy/beam ! Clean residual mean=-0.000000 rms=0.000258 Jy/beam ! Combined flux in latest and established models = 0.122823 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 382 components and 0.122823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.041740Jy sigma=0.097206 ! Fit after self-cal, rms=0.041740Jy sigma=0.097206 ! 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.041740Jy sigma=0.097206 ! Fit after self-cal, rms=0.041881Jy sigma=0.095059 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.622 mas, bmaj=12.22 mas, bpa=-13.52 degrees ! Estimated noise=4.58442 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000259816 Jy ! Component: 100 - total flux cleaned = 0.000383366 Jy ! Component: 150 - total flux cleaned = 0.000481353 Jy ! Component: 200 - total flux cleaned = 0.000571 Jy ! Component: 250 - total flux cleaned = 0.000660643 Jy ! Component: 300 - total flux cleaned = 0.000744976 Jy ! Component: 350 - total flux cleaned = 0.000810688 Jy ! Component: 400 - total flux cleaned = 0.000860593 Jy ! Total flux subtracted in 400 components = 0.000860593 Jy ! Clean residual min=-0.001073 max=0.001103 Jy/beam ! Clean residual mean=-0.000001 rms=0.000284 Jy/beam ! Combined flux in latest and established models = 0.123683 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 409 components and 0.123684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.041876Jy sigma=0.095044 ! Fit after self-cal, rms=0.041895Jy sigma=0.095028 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) ! Added new window around map position (-53.5, -117). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000809193 Jy ! Component: 100 - total flux cleaned = 0.00103862 Jy ! Component: 150 - total flux cleaned = 0.00111968 Jy ! Component: 200 - total flux cleaned = 0.00118799 Jy ! Component: 250 - total flux cleaned = 0.00124896 Jy ! Component: 300 - total flux cleaned = 0.00127766 Jy ! Component: 350 - total flux cleaned = 0.00131779 Jy ! Component: 400 - total flux cleaned = 0.0013936 Jy ! Total flux subtracted in 400 components = 0.0013936 Jy ! Clean residual min=-0.000970 max=0.000997 Jy/beam ! Clean residual mean=-0.000001 rms=0.000252 Jy/beam ! Combined flux in latest and established models = 0.125077 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 486 components and 0.125077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.041859Jy sigma=0.094937 ! Fit after self-cal, rms=0.041857Jy sigma=0.094930 ! Inverting map ! Added new window around map position (89.5, 44.5). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000278255 Jy ! Component: 100 - total flux cleaned = 0.000225653 Jy ! Component: 150 - total flux cleaned = 0.000179889 Jy ! Component: 200 - total flux cleaned = 5.73747e-05 Jy ! Component: 250 - total flux cleaned = 1.07475e-06 Jy ! Component: 300 - total flux cleaned = -1.7094e-05 Jy ! Component: 350 - total flux cleaned = -6.6189e-05 Jy ! Component: 400 - total flux cleaned = -1.81184e-05 Jy ! Total flux subtracted in 400 components = -1.81184e-05 Jy ! Clean residual min=-0.000858 max=0.000716 Jy/beam ! Clean residual mean=-0.000001 rms=0.000209 Jy/beam ! Combined flux in latest and established models = 0.125059 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 548 components and 0.125059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.041815Jy sigma=0.094834 ! Fit after self-cal, rms=0.041813Jy sigma=0.094830 ! 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.869 mas, bmaj=11.66 mas, bpa=-19.34 degrees ! Estimated noise=4.10564 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.869 x 11.66 at -19.34 degrees (North through East) ! Clean map min=-0.00099011 max=0.095238 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.118 mas, bmaj=11.86 mas, bpa=-20.65 degrees ! Estimated noise=6.73763 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0723715 Jy ! Component: 100 - total flux cleaned = 0.0908391 Jy ! Component: 150 - total flux cleaned = 0.0995582 Jy ! Component: 200 - total flux cleaned = 0.10469 Jy ! Component: 250 - total flux cleaned = 0.107853 Jy ! Component: 300 - total flux cleaned = 0.109966 Jy ! Component: 350 - total flux cleaned = 0.111743 Jy ! Component: 400 - total flux cleaned = 0.11326 Jy ! Total flux subtracted in 400 components = 0.11326 Jy ! Clean residual min=-0.002438 max=0.002308 Jy/beam ! Clean residual mean=0.000000 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.11326 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 54 model components to the UV plane model. ! The established model now contains 54 components and 0.11326 Jy ! Inverting map and beam ! Estimated beam: bmin=3.869 mas, bmaj=11.66 mas, bpa=-19.34 degrees ! Estimated noise=4.10564 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.0025913 Jy ! Component: 100 - total flux cleaned = 0.00401818 Jy ! Component: 150 - total flux cleaned = 0.00462806 Jy ! Component: 200 - total flux cleaned = 0.00506278 Jy ! Component: 250 - total flux cleaned = 0.00550903 Jy ! Component: 300 - total flux cleaned = 0.00587609 Jy ! Component: 350 - total flux cleaned = 0.00638587 Jy ! Component: 400 - total flux cleaned = 0.00674411 Jy ! Total flux subtracted in 400 components = 0.00674411 Jy ! Clean residual min=-0.001344 max=0.001177 Jy/beam ! Clean residual mean=0.000001 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.120004 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 137 components and 0.120004 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.622 mas, bmaj=12.22 mas, bpa=-13.52 degrees ! Estimated noise=4.58442 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104674 Jy ! Component: 100 - total flux cleaned = 0.00152065 Jy ! Component: 150 - total flux cleaned = 0.00183354 Jy ! Component: 200 - total flux cleaned = 0.00196143 Jy ! Component: 250 - total flux cleaned = 0.00211398 Jy ! Component: 300 - total flux cleaned = 0.00234339 Jy ! Component: 350 - total flux cleaned = 0.00253466 Jy ! Component: 400 - total flux cleaned = 0.00281889 Jy ! Total flux subtracted in 400 components = 0.00281889 Jy ! Clean residual min=-0.000990 max=0.000950 Jy/beam ! Clean residual mean=0.000000 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.122823 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000173158 Jy ! Component: 100 - total flux cleaned = 0.000363894 Jy ! Component: 150 - total flux cleaned = 0.000455933 Jy ! Component: 200 - total flux cleaned = 0.000589112 Jy ! Component: 250 - total flux cleaned = 0.000718083 Jy ! Component: 300 - total flux cleaned = 0.000863589 Jy ! Component: 350 - total flux cleaned = 0.000923667 Jy ! Component: 400 - total flux cleaned = 0.000982429 Jy ! Total flux subtracted in 400 components = 0.000982429 Jy ! Clean residual min=-0.000919 max=0.000815 Jy/beam ! Clean residual mean=0.000000 rms=0.000244 Jy/beam ! Combined flux in latest and established models = 0.123805 Jy ! Adding 158 model components to the UV plane model. ! The established model now contains 284 components and 0.123805 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.869 mas, bmaj=11.66 mas, bpa=-19.34 degrees ! Estimated noise=4.10564 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000518309 Jy ! Component: 100 - total flux cleaned = 0.000794275 Jy ! Component: 150 - total flux cleaned = 0.00102306 Jy ! Component: 200 - total flux cleaned = 0.00113072 Jy ! Component: 250 - total flux cleaned = 0.00118152 Jy ! Component: 300 - total flux cleaned = 0.00128075 Jy ! Component: 350 - total flux cleaned = 0.00137577 Jy ! Component: 400 - total flux cleaned = 0.00146895 Jy ! Total flux subtracted in 400 components = 0.00146895 Jy ! Clean residual min=-0.001009 max=0.000867 Jy/beam ! Clean residual mean=0.000000 rms=0.000233 Jy/beam ! Combined flux in latest and established models = 0.125274 Jy selfcal ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 355 components and 0.125274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.041817Jy sigma=0.094867 ! Fit after self-cal, rms=0.041806Jy sigma=0.094847 wmodel /scr/pima/rdv94_uvs/J1424+0434_S_map.mod ! Writing 355 model components to file: /scr/pima/rdv94_uvs/J1424+0434_S_map.mod wobs /scr/pima/rdv94_uvs/J1424+0434_S_uvs.fits ! Applying 256 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J1424+0434_S_uvs.fits wwins /scr/pima/rdv94_uvs/J1424+0434_S_map.win ! wwins: Wrote 5 windows to /scr/pima/rdv94_uvs/J1424+0434_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.000338452 Jy ! Component: 100 - total flux cleaned = -0.000557836 Jy ! Component: 150 - total flux cleaned = -0.000586746 Jy ! Component: 200 - total flux cleaned = -0.000586628 Jy ! Component: 250 - total flux cleaned = -0.0005867 Jy ! Component: 300 - total flux cleaned = -0.000573849 Jy ! Component: 350 - total flux cleaned = -0.000587006 Jy ! Component: 400 - total flux cleaned = -0.000612141 Jy ! Component: 450 - total flux cleaned = -0.000648673 Jy ! Component: 500 - total flux cleaned = -0.000672538 Jy ! Component: 550 - total flux cleaned = -0.000695984 Jy ! Component: 600 - total flux cleaned = -0.00073048 Jy ! Component: 650 - total flux cleaned = -0.000752987 Jy ! Component: 700 - total flux cleaned = -0.000741885 Jy ! Component: 750 - total flux cleaned = -0.000763749 Jy ! Component: 800 - total flux cleaned = -0.000742318 Jy ! Component: 850 - total flux cleaned = -0.000763792 Jy ! Component: 900 - total flux cleaned = -0.00079528 Jy ! Component: 950 - total flux cleaned = -0.000805479 Jy ! Component: 1000 - total flux cleaned = -0.000805453 Jy ! Component: 1050 - total flux cleaned = -0.000805277 Jy ! Component: 1100 - total flux cleaned = -0.000805208 Jy ! Component: 1150 - total flux cleaned = -0.000805141 Jy ! Component: 1200 - total flux cleaned = -0.000814863 Jy ! Component: 1250 - total flux cleaned = -0.000853478 Jy ! Component: 1300 - total flux cleaned = -0.000843871 Jy ! Component: 1350 - total flux cleaned = -0.00086282 Jy ! Component: 1400 - total flux cleaned = -0.000853501 Jy ! Component: 1450 - total flux cleaned = -0.000872204 Jy ! Component: 1500 - total flux cleaned = -0.000890599 Jy ! Component: 1550 - total flux cleaned = -0.000899757 Jy ! Component: 1600 - total flux cleaned = -0.000926683 Jy ! Component: 1650 - total flux cleaned = -0.000881974 Jy ! Component: 1700 - total flux cleaned = -0.000864367 Jy ! Component: 1750 - total flux cleaned = -0.00088214 Jy ! Component: 1800 - total flux cleaned = -0.00087332 Jy ! Component: 1850 - total flux cleaned = -0.000847439 Jy ! Component: 1900 - total flux cleaned = -0.000847434 Jy ! Component: 1950 - total flux cleaned = -0.000855968 Jy ! Component: 2000 - total flux cleaned = -0.000830706 Jy ! Component: 2050 - total flux cleaned = -0.000847478 Jy ! Component: 2100 - total flux cleaned = -0.000864091 Jy ! Component: 2150 - total flux cleaned = -0.000847576 Jy ! Component: 2200 - total flux cleaned = -0.000863926 Jy ! Component: 2250 - total flux cleaned = -0.000863986 Jy ! Component: 2300 - total flux cleaned = -0.000847815 Jy ! Component: 2350 - total flux cleaned = -0.00088796 Jy ! Component: 2400 - total flux cleaned = -0.000879992 Jy ! Component: 2450 - total flux cleaned = -0.000880044 Jy ! Component: 2500 - total flux cleaned = -0.00088791 Jy ! Component: 2550 - total flux cleaned = -0.000911446 Jy ! Component: 2600 - total flux cleaned = -0.00088806 Jy ! Component: 2650 - total flux cleaned = -0.000895823 Jy ! Component: 2700 - total flux cleaned = -0.000911197 Jy ! Component: 2750 - total flux cleaned = -0.000888309 Jy ! Component: 2800 - total flux cleaned = -0.000911205 Jy ! Component: 2850 - total flux cleaned = -0.000918785 Jy ! Component: 2900 - total flux cleaned = -0.000873788 Jy ! Component: 2950 - total flux cleaned = -0.000926067 Jy ! Component: 3000 - total flux cleaned = -0.000903833 Jy ! Component: 3050 - total flux cleaned = -0.000940737 Jy ! Component: 3100 - total flux cleaned = -0.000970054 Jy ! Component: 3150 - total flux cleaned = -0.000933578 Jy ! Component: 3200 - total flux cleaned = -0.000969921 Jy ! Component: 3250 - total flux cleaned = -0.0010133 Jy ! Component: 3300 - total flux cleaned = -0.000991728 Jy ! Component: 3350 - total flux cleaned = -0.00103471 Jy ! Component: 3400 - total flux cleaned = -0.00103478 Jy ! Component: 3450 - total flux cleaned = -0.00106312 Jy ! Component: 3500 - total flux cleaned = -0.00109831 Jy ! Component: 3550 - total flux cleaned = -0.0011053 Jy ! Component: 3600 - total flux cleaned = -0.00112623 Jy ! Component: 3650 - total flux cleaned = -0.00114704 Jy ! Component: 3700 - total flux cleaned = -0.00116083 Jy ! Component: 3750 - total flux cleaned = -0.00117454 Jy ! Component: 3800 - total flux cleaned = -0.00118824 Jy ! Component: 3850 - total flux cleaned = -0.00118824 Jy ! Component: 3900 - total flux cleaned = -0.0012153 Jy ! Component: 3950 - total flux cleaned = -0.00123553 Jy ! Component: 4000 - total flux cleaned = -0.00124897 Jy ! Component: 4050 - total flux cleaned = -0.00125568 Jy ! Total flux subtracted in 4096 components = -0.00130225 Jy ! Clean residual min=-0.000408 max=0.000382 Jy/beam ! Clean residual mean=-0.000000 rms=0.000130 Jy/beam ! Combined flux in latest and established models = 0.123972 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 646 components and 0.123972 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J1424+0434_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.869 x 11.66 at -19.34 degrees (North through East) ! Clean map min=-0.00092702 max=0.09443 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J1424+0434_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.0944 rms= 0.00012 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J1424+0434_S_uvs.log closed on Tue Oct 8 12:20:58 2013