! Started logfile: /scr/pima/rdv62_uvs/J1727+4530_S_uvs.log on Fri Nov 22 22:39:22 2013 obs /scr/pima/rdv62_uvs/J1727+4530_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv62_uvs/J1727+4530_S_uva.fits ! AN table 1: 57 integrations on 6 of 6 possible baselines. ! AN table 2: 33 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.872162 visibilities/baseline/integration-bin. ! Found source: J1727+4530 ! ! 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 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2920 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/rdv62_uvs/J1727+4530_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:NY self-cal status=correctable weight=1 ! 1:WZ self-cal status=correctable weight=1 ! 1:ZC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA 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.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 12 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.027703Jy sigma=2.110040 ! Fit after self-cal, rms=0.735618Jy sigma=1.527684 ! 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 \] flag 1:NY ! Flagging baselines of antenna 1:NY in the currently selected channels. flag 1:WZ ! Flagging baselines of antenna 1:WZ in the currently selected channels. flag 1:ZC ! Flagging baselines of antenna 1:ZC in the currently selected channels. ![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=6.746 mas, bmaj=39.86 mas, bpa=-55.52 degrees ! Estimated noise=17.5262 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.210606 Jy ! Component: 100 - total flux cleaned = 0.262206 Jy ! Total flux subtracted in 100 components = 0.262206 Jy ! Clean residual min=-0.022538 max=0.022427 Jy/beam ! Clean residual mean=0.000816 rms=0.008903 Jy/beam ! Combined flux in latest and established models = 0.262206 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.262206 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118140Jy sigma=0.215399 ! Fit after self-cal, rms=0.117821Jy sigma=0.214664 ! 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=7.776 mas, bmaj=44.85 mas, bpa=-56.13 degrees ! Estimated noise=8.25686 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.0144114 Jy ! Component: 100 - total flux cleaned = 0.0129189 Jy ! Component: 150 - total flux cleaned = 0.012131 Jy ! Component: 200 - total flux cleaned = 0.0111462 Jy ! Total flux subtracted in 200 components = 0.0111462 Jy ! Clean residual min=-0.005118 max=0.005123 Jy/beam ! Clean residual mean=0.000379 rms=0.002177 Jy/beam ! Combined flux in latest and established models = 0.273352 Jy ! Performing phase self-cal ! Adding 87 model components to the UV plane model. ! The established model now contains 105 components and 0.273352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113155Jy sigma=0.203635 ! Fit after self-cal, rms=0.113168Jy sigma=0.203538 ! 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.00* NY 0.00* WZ 0.00* ZC 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 0.97 KP 0.91 LA 1.18 ! OV 0.94 PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* NY 0.00* WZ 0.00* ZC 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.00 KP 0.99 LA 1.08 ! OV 1.02 PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* NY 0.00* WZ 0.00* ZC 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.10 FD 1.01 KP 1.01 LA 0.91 ! OV 1.08 PT 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* NY 0.00* WZ 0.00* ZC 0.00* ! ! A total of 3 telescope corrections were flagged in sub-array 2. ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.03 KP 0.98 LA 0.74 ! OV 0.95 PT 1.01 ! ! ! Fit before self-cal, rms=0.113168Jy sigma=0.203538 ! Fit after self-cal, rms=0.102844Jy sigma=0.188032 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.824 mas, bmaj=44.83 mas, bpa=-56.17 degrees ! Estimated noise=8.14461 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.000717044 Jy ! Component: 100 - total flux cleaned = 0.00091298 Jy ! Component: 150 - total flux cleaned = 0.00100116 Jy ! Component: 200 - total flux cleaned = 0.00116434 Jy ! Total flux subtracted in 200 components = 0.00116434 Jy ! Clean residual min=-0.001332 max=0.001328 Jy/beam ! Clean residual mean=0.000070 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.274516 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 195 components and 0.274516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102635Jy sigma=0.187609 ! Fit after self-cal, rms=0.102816Jy sigma=0.187440 ! 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.102816Jy sigma=0.187440 ! Fit after self-cal, rms=0.103119Jy sigma=0.187418 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.832 mas, bmaj=44.85 mas, bpa=-56.19 degrees ! Estimated noise=8.14978 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000107745 Jy ! Component: 100 - total flux cleaned = -0.000462953 Jy ! Component: 150 - total flux cleaned = -0.000525661 Jy ! Component: 200 - total flux cleaned = -0.000589114 Jy ! Total flux subtracted in 200 components = -0.000589114 Jy ! Clean residual min=-0.000962 max=0.000961 Jy/beam ! Clean residual mean=0.000058 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.273927 Jy selfcal ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 268 components and 0.273927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103030Jy sigma=0.187246 ! Fit after self-cal, rms=0.103034Jy sigma=0.187239 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.000263043 Jy ! Component: 100 - total flux cleaned = -0.000162058 Jy ! Component: 150 - total flux cleaned = -1.92646e-05 Jy ! Component: 200 - total flux cleaned = 7.16169e-05 Jy ! Total flux subtracted in 200 components = 7.16169e-05 Jy ! Clean residual min=-0.000738 max=0.000740 Jy/beam ! Clean residual mean=0.000044 rms=0.000296 Jy/beam ! Combined flux in latest and established models = 0.273999 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 335 components and 0.273999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102991Jy sigma=0.187142 ! Fit after self-cal, rms=0.102989Jy sigma=0.187140 ! 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.102989Jy sigma=0.187140 ! Fit after self-cal, rms=0.103414Jy sigma=0.187056 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.836 mas, bmaj=44.87 mas, bpa=-56.2 degrees ! Estimated noise=8.16135 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000254238 Jy ! Component: 100 - total flux cleaned = 0.000159 Jy ! Component: 150 - total flux cleaned = 0.000115004 Jy ! Component: 200 - total flux cleaned = 0.000238125 Jy ! Total flux subtracted in 200 components = 0.000238125 Jy ! Clean residual min=-0.000648 max=0.000653 Jy/beam ! Clean residual mean=0.000050 rms=0.000265 Jy/beam ! Combined flux in latest and established models = 0.274237 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 388 components and 0.274237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103377Jy sigma=0.186984 ! Fit after self-cal, rms=0.103381Jy sigma=0.186983 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.18361e-06 Jy ! Component: 100 - total flux cleaned = 7.29489e-05 Jy ! Component: 150 - total flux cleaned = 0.000176884 Jy ! Component: 200 - total flux cleaned = 0.000244443 Jy ! Total flux subtracted in 200 components = 0.000244443 Jy ! Clean residual min=-0.000546 max=0.000545 Jy/beam ! Clean residual mean=0.000029 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.274482 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 457 components and 0.274482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103360Jy sigma=0.186932 ! Fit after self-cal, rms=0.103360Jy sigma=0.186931 ! 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.103360Jy sigma=0.186931 ! Fit after self-cal, rms=0.103635Jy sigma=0.186865 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.162 mas, bmaj=44.73 mas, bpa=-57.22 degrees ! Estimated noise=8.4376 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.71732e-05 Jy ! Component: 100 - total flux cleaned = 0.000133468 Jy ! Component: 150 - total flux cleaned = 0.000132238 Jy ! Component: 200 - total flux cleaned = 0.000198484 Jy ! Total flux subtracted in 200 components = 0.000198484 Jy ! Clean residual min=-0.000526 max=0.000527 Jy/beam ! Clean residual mean=0.000042 rms=0.000222 Jy/beam ! Combined flux in latest and established models = 0.27468 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 520 components and 0.27468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103614Jy sigma=0.186825 ! Fit after self-cal, rms=0.103615Jy sigma=0.186823 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.000481843 Jy ! Component: 100 - total flux cleaned = -0.000658843 Jy ! Component: 150 - total flux cleaned = -0.000743841 Jy ! Component: 200 - total flux cleaned = -0.000743747 Jy ! Total flux subtracted in 200 components = -0.000743747 Jy ! Clean residual min=-0.000449 max=0.000452 Jy/beam ! Clean residual mean=0.000025 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.273936 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 584 components and 0.273936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103602Jy sigma=0.186792 ! Fit after self-cal, rms=0.103602Jy sigma=0.186791 ! 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 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:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA 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. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.106499Jy sigma=0.189447 ! Fit after self-cal, rms=0.106499Jy sigma=0.189447 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:NY self-cal status=correctable weight=1 ! 1:WZ self-cal status=correctable weight=1 ! 1:ZC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA 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. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 57 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.106499Jy sigma=0.189447 ! Fit after self-cal, rms=0.103718Jy sigma=0.186788 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=6.857 mas, bmaj=39.51 mas, bpa=-55.72 degrees ! Estimated noise=17.3502 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.0036504 Jy ! Component: 100 - total flux cleaned = 0.00244315 Jy ! Component: 150 - total flux cleaned = 0.00196843 Jy ! Component: 200 - total flux cleaned = 0.00107059 Jy ! Total flux subtracted in 200 components = 0.00107059 Jy ! Clean residual min=-0.003514 max=0.003539 Jy/beam ! Clean residual mean=-0.000008 rms=0.002000 Jy/beam ! Combined flux in latest and established models = 0.275007 Jy ! Performing phase self-cal ! Adding 136 model components to the UV plane model. ! The established model now contains 715 components and 0.275007 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103888Jy sigma=0.187224 ! Fit after self-cal, rms=0.103843Jy sigma=0.187080 ! 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=7.844 mas, bmaj=44.87 mas, bpa=-56.23 degrees ! Estimated noise=8.16944 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.000254428 Jy ! Component: 100 - total flux cleaned = 0.000174773 Jy ! Component: 150 - total flux cleaned = 0.00022829 Jy ! Component: 200 - total flux cleaned = 0.000346303 Jy ! Component: 250 - total flux cleaned = 0.000243999 Jy ! Component: 300 - total flux cleaned = 0.000209344 Jy ! Component: 350 - total flux cleaned = 0.000410233 Jy ! Component: 400 - total flux cleaned = 0.000372849 Jy ! Total flux subtracted in 400 components = 0.000372849 Jy ! Clean residual min=-0.000595 max=0.000596 Jy/beam ! Clean residual mean=-0.000024 rms=0.000265 Jy/beam ! Combined flux in latest and established models = 0.27538 Jy ! Performing phase self-cal ! Adding 154 model components to the UV plane model. ! The established model now contains 868 components and 0.27538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103706Jy sigma=0.186756 ! Fit after self-cal, rms=0.103695Jy sigma=0.186747 ! 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.0004438 Jy ! Component: 100 - total flux cleaned = 0.00052017 Jy ! Component: 150 - total flux cleaned = 0.000520533 Jy ! Component: 200 - total flux cleaned = 0.000585407 Jy ! Component: 250 - total flux cleaned = 0.000647162 Jy ! Component: 300 - total flux cleaned = 0.000916781 Jy ! Component: 350 - total flux cleaned = 0.00115058 Jy ! Component: 400 - total flux cleaned = 0.00132199 Jy ! Total flux subtracted in 400 components = 0.00132199 Jy ! Clean residual min=-0.000473 max=0.000470 Jy/beam ! Clean residual mean=-0.000005 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.276702 Jy ! Performing phase self-cal ! Adding 109 model components to the UV plane model. ! The established model now contains 975 components and 0.276702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103661Jy sigma=0.186663 ! Fit after self-cal, rms=0.103660Jy sigma=0.186660 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 228 telescope corrections were flagged in sub-array 1. ! A total of 15 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.106572Jy sigma=0.189327 ! Fit after self-cal, rms=0.103874Jy sigma=0.186643 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.844 mas, bmaj=44.87 mas, bpa=-56.23 degrees ! Estimated noise=8.16923 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000253388 Jy ! Component: 100 - total flux cleaned = -0.000511557 Jy ! Component: 150 - total flux cleaned = -0.000593217 Jy ! Component: 200 - total flux cleaned = -0.000593654 Jy ! Component: 250 - total flux cleaned = -0.000544218 Jy ! Component: 300 - total flux cleaned = -0.000447775 Jy ! Component: 350 - total flux cleaned = -0.000353556 Jy ! Component: 400 - total flux cleaned = -0.000237106 Jy ! Total flux subtracted in 400 components = -0.000237106 Jy ! Clean residual min=-0.000384 max=0.000387 Jy/beam ! Clean residual mean=0.000004 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.276465 Jy selfcal ! Performing phase self-cal ! Adding 136 model components to the UV plane model. ! The established model now contains 1103 components and 0.276465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103851Jy sigma=0.186595 ! Fit after self-cal, rms=0.103855Jy sigma=0.186593 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.000199008 Jy ! Component: 100 - total flux cleaned = -0.000268839 Jy ! Component: 150 - total flux cleaned = -0.000378884 Jy ! Component: 200 - total flux cleaned = -0.000400594 Jy ! Component: 250 - total flux cleaned = -0.00044301 Jy ! Component: 300 - total flux cleaned = -0.000442758 Jy ! Component: 350 - total flux cleaned = -0.000463252 Jy ! Component: 400 - total flux cleaned = -0.000463537 Jy ! Total flux subtracted in 400 components = -0.000463537 Jy ! Clean residual min=-0.000330 max=0.000331 Jy/beam ! Clean residual mean=-0.000002 rms=0.000141 Jy/beam ! Combined flux in latest and established models = 0.276001 Jy ! Performing phase self-cal ! Adding 106 model components to the UV plane model. ! The established model now contains 1196 components and 0.276001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103839Jy sigma=0.186559 ! Fit after self-cal, rms=0.103840Jy sigma=0.186557 ! Inverting map ! Added new window around map position (102, -94.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000329463 Jy ! Component: 100 - total flux cleaned = 0.000510194 Jy ! Component: 150 - total flux cleaned = 0.000608984 Jy ! Component: 200 - total flux cleaned = 0.00064704 Jy ! Component: 250 - total flux cleaned = 0.000647404 Jy ! Component: 300 - total flux cleaned = 0.000625959 Jy ! Component: 350 - total flux cleaned = 0.000616081 Jy ! Component: 400 - total flux cleaned = 0.000634629 Jy ! Total flux subtracted in 400 components = 0.000634629 Jy ! Clean residual min=-0.000501 max=0.000581 Jy/beam ! Clean residual mean=-0.000003 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.276636 Jy ! Performing phase self-cal ! Adding 85 model components to the UV plane model. ! The established model now contains 1265 components and 0.276636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103835Jy sigma=0.186544 ! Fit after self-cal, rms=0.103832Jy sigma=0.186543 ! Inverting map ! Added new window around map position (83.6, 30.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00034684 Jy ! Component: 100 - total flux cleaned = 0.000382012 Jy ! Component: 150 - total flux cleaned = 0.00044743 Jy ! Component: 200 - total flux cleaned = 0.000462893 Jy ! Component: 250 - total flux cleaned = 0.000478129 Jy ! Component: 300 - total flux cleaned = 0.000521984 Jy ! Component: 350 - total flux cleaned = 0.000536299 Jy ! Component: 400 - total flux cleaned = 0.000564454 Jy ! Total flux subtracted in 400 components = 0.000564454 Jy ! Clean residual min=-0.000484 max=0.000426 Jy/beam ! Clean residual mean=-0.000010 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.2772 Jy ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 1330 components and 0.2772 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103822Jy sigma=0.186526 ! Fit after self-cal, rms=0.103822Jy sigma=0.186525 ! 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.103822Jy sigma=0.186525 ! Fit after self-cal, rms=0.104074Jy sigma=0.186473 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.844 mas, bmaj=44.87 mas, bpa=-56.24 degrees ! Estimated noise=8.17736 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.59862e-05 Jy ! Component: 100 - total flux cleaned = 0.000103231 Jy ! Component: 150 - total flux cleaned = 0.000165476 Jy ! Component: 200 - total flux cleaned = 0.0002104 Jy ! Component: 250 - total flux cleaned = 0.000253037 Jy ! Component: 300 - total flux cleaned = 0.000267157 Jy ! Component: 350 - total flux cleaned = 0.000266928 Jy ! Component: 400 - total flux cleaned = 0.000267169 Jy ! Total flux subtracted in 400 components = 0.000267169 Jy ! Clean residual min=-0.000569 max=0.000475 Jy/beam ! Clean residual mean=-0.000012 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.277468 Jy selfcal ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 1399 components and 0.277467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104065Jy sigma=0.186457 ! Fit after self-cal, rms=0.104069Jy sigma=0.186456 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.000182531 Jy ! Component: 100 - total flux cleaned = 0.000209524 Jy ! Component: 150 - total flux cleaned = 0.00024922 Jy ! Component: 200 - total flux cleaned = 0.000262615 Jy ! Component: 250 - total flux cleaned = 0.000288318 Jy ! Component: 300 - total flux cleaned = 0.000313651 Jy ! Component: 350 - total flux cleaned = 0.000314066 Jy ! Component: 400 - total flux cleaned = 0.000326601 Jy ! Total flux subtracted in 400 components = 0.000326601 Jy ! Clean residual min=-0.000580 max=0.000456 Jy/beam ! Clean residual mean=-0.000012 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.277794 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 1444 components and 0.277794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104063Jy sigma=0.186444 ! Fit after self-cal, rms=0.104062Jy sigma=0.186444 ! 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.104062Jy sigma=0.186444 ! Fit after self-cal, rms=0.103560Jy sigma=0.181640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.161 mas, bmaj=44.75 mas, bpa=-57.24 degrees ! Estimated noise=8.47207 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000662563 Jy ! Component: 100 - total flux cleaned = 0.000854918 Jy ! Component: 150 - total flux cleaned = 0.000925035 Jy ! Component: 200 - total flux cleaned = 0.000971377 Jy ! Component: 250 - total flux cleaned = 0.00102868 Jy ! Component: 300 - total flux cleaned = 0.00105622 Jy ! Component: 350 - total flux cleaned = 0.00110893 Jy ! Component: 400 - total flux cleaned = 0.00114759 Jy ! Total flux subtracted in 400 components = 0.00114759 Jy ! Clean residual min=-0.000644 max=0.000699 Jy/beam ! Clean residual mean=-0.000022 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.278942 Jy selfcal ! Performing phase self-cal ! Adding 118 model components to the UV plane model. ! The established model now contains 1554 components and 0.278941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103546Jy sigma=0.181614 ! Fit after self-cal, rms=0.103618Jy sigma=0.181582 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.00028661 Jy ! Component: 100 - total flux cleaned = 0.000379546 Jy ! Component: 150 - total flux cleaned = 0.000417702 Jy ! Component: 200 - total flux cleaned = 0.000467523 Jy ! Component: 250 - total flux cleaned = 0.000503468 Jy ! Component: 300 - total flux cleaned = 0.000526946 Jy ! Component: 350 - total flux cleaned = 0.000561764 Jy ! Component: 400 - total flux cleaned = 0.000573097 Jy ! Total flux subtracted in 400 components = 0.000573097 Jy ! Clean residual min=-0.000609 max=0.000672 Jy/beam ! Clean residual mean=-0.000022 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.279515 Jy ! Performing phase self-cal ! Adding 108 model components to the UV plane model. ! The established model now contains 1638 components and 0.279515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103612Jy sigma=0.181571 ! Fit after self-cal, rms=0.103612Jy sigma=0.181570 ! 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=7.84 mas, bmaj=44.88 mas, bpa=-56.24 degrees ! Estimated noise=8.20241 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.84 x 44.88 at -56.24 degrees (North through East) ! Clean map min=-0.0064524 max=0.2674 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=6.857 mas, bmaj=39.43 mas, bpa=-55.7 degrees ! Estimated noise=17.3328 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.207819 Jy ! Component: 100 - total flux cleaned = 0.250894 Jy ! Component: 150 - total flux cleaned = 0.266199 Jy ! Component: 200 - total flux cleaned = 0.272943 Jy ! Component: 250 - total flux cleaned = 0.276562 Jy ! Component: 300 - total flux cleaned = 0.280236 Jy ! Component: 350 - total flux cleaned = 0.282743 Jy ! Component: 400 - total flux cleaned = 0.284104 Jy ! Total flux subtracted in 400 components = 0.284104 Jy ! Clean residual min=-0.005709 max=0.006406 Jy/beam ! Clean residual mean=0.000277 rms=0.001686 Jy/beam ! Combined flux in latest and established models = 0.284105 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 131 model components to the UV plane model. ! The established model now contains 131 components and 0.284105 Jy ! Inverting map and beam ! Estimated beam: bmin=7.84 mas, bmaj=44.88 mas, bpa=-56.24 degrees ! Estimated noise=8.20241 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.00312726 Jy ! Component: 100 - total flux cleaned = 0.00652049 Jy ! Component: 150 - total flux cleaned = 0.00849266 Jy ! Component: 200 - total flux cleaned = 0.00976489 Jy ! Component: 250 - total flux cleaned = 0.0110592 Jy ! Component: 300 - total flux cleaned = 0.0114313 Jy ! Component: 350 - total flux cleaned = 0.0116767 Jy ! Component: 400 - total flux cleaned = 0.0116769 Jy ! Total flux subtracted in 400 components = 0.0116769 Jy ! Clean residual min=-0.003609 max=0.002666 Jy/beam ! Clean residual mean=0.000072 rms=0.000825 Jy/beam ! Combined flux in latest and established models = 0.295781 Jy ! Adding 128 model components to the UV plane model. ! The established model now contains 259 components and 0.295782 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=9.161 mas, bmaj=44.75 mas, bpa=-57.24 degrees ! Estimated noise=8.47207 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000569108 Jy ! Component: 100 - total flux cleaned = 0.000498079 Jy ! Component: 150 - total flux cleaned = 0.000247089 Jy ! Component: 200 - total flux cleaned = -0.00020871 Jy ! Component: 250 - total flux cleaned = -0.000681194 Jy ! Component: 300 - total flux cleaned = -0.00102252 Jy ! Component: 350 - total flux cleaned = -0.00125255 Jy ! Component: 400 - total flux cleaned = -0.00142887 Jy ! Total flux subtracted in 400 components = -0.00142887 Jy ! Clean residual min=-0.002583 max=0.002310 Jy/beam ! Clean residual mean=0.000036 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.294353 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.000252795 Jy ! Component: 100 - total flux cleaned = -0.000492728 Jy ! Component: 150 - total flux cleaned = -0.000798366 Jy ! Component: 200 - total flux cleaned = -0.0010201 Jy ! Component: 250 - total flux cleaned = -0.00137261 Jy ! Component: 300 - total flux cleaned = -0.00154211 Jy ! Component: 350 - total flux cleaned = -0.00180426 Jy ! Component: 400 - total flux cleaned = -0.0020909 Jy ! Total flux subtracted in 400 components = -0.0020909 Jy ! Clean residual min=-0.002164 max=0.001880 Jy/beam ! Clean residual mean=0.000026 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.292262 Jy ! Adding 200 model components to the UV plane model. ! The established model now contains 449 components and 0.292262 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.84 mas, bmaj=44.88 mas, bpa=-56.24 degrees ! Estimated noise=8.20241 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000517525 Jy ! Component: 100 - total flux cleaned = -0.000930515 Jy ! Component: 150 - total flux cleaned = -0.00117568 Jy ! Component: 200 - total flux cleaned = -0.00147217 Jy ! Component: 250 - total flux cleaned = -0.00167392 Jy ! Component: 300 - total flux cleaned = -0.0019262 Jy ! Component: 350 - total flux cleaned = -0.00203519 Jy ! Component: 400 - total flux cleaned = -0.0021422 Jy ! Total flux subtracted in 400 components = -0.0021422 Jy ! Clean residual min=-0.002199 max=0.001491 Jy/beam ! Clean residual mean=0.000026 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.290119 Jy selfcal ! Performing phase self-cal ! Adding 111 model components to the UV plane model. ! The established model now contains 553 components and 0.290119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103808Jy sigma=0.182109 ! Fit after self-cal, rms=0.103778Jy sigma=0.182055 wmodel /scr/pima/rdv62_uvs/J1727+4530_S_map.mod ! Writing 553 model components to file: /scr/pima/rdv62_uvs/J1727+4530_S_map.mod wobs /scr/pima/rdv62_uvs/J1727+4530_S_uvs.fits ! Applying 1845 buffered edits. ! Writing UV FITS file: /scr/pima/rdv62_uvs/J1727+4530_S_uvs.fits wwins /scr/pima/rdv62_uvs/J1727+4530_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv62_uvs/J1727+4530_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.00059326 Jy ! Component: 100 - total flux cleaned = -0.000679685 Jy ! Component: 150 - total flux cleaned = -0.000758762 Jy ! Component: 200 - total flux cleaned = -0.000871795 Jy ! Component: 250 - total flux cleaned = -0.000943457 Jy ! Component: 300 - total flux cleaned = -0.00104494 Jy ! Component: 350 - total flux cleaned = -0.00114051 Jy ! Component: 400 - total flux cleaned = -0.00115607 Jy ! Component: 450 - total flux cleaned = -0.00117121 Jy ! Component: 500 - total flux cleaned = -0.00121476 Jy ! Component: 550 - total flux cleaned = -0.00122883 Jy ! Component: 600 - total flux cleaned = -0.00128426 Jy ! Component: 650 - total flux cleaned = -0.00129798 Jy ! Component: 700 - total flux cleaned = -0.0013248 Jy ! Component: 750 - total flux cleaned = -0.00127176 Jy ! Component: 800 - total flux cleaned = -0.00124571 Jy ! Component: 850 - total flux cleaned = -0.00120691 Jy ! Component: 900 - total flux cleaned = -0.00116835 Jy ! Component: 950 - total flux cleaned = -0.0011045 Jy ! Component: 1000 - total flux cleaned = -0.00105373 Jy ! Component: 1050 - total flux cleaned = -0.000990494 Jy ! Component: 1100 - total flux cleaned = -0.000915125 Jy ! Component: 1150 - total flux cleaned = -0.000877592 Jy ! Component: 1200 - total flux cleaned = -0.000802768 Jy ! Component: 1250 - total flux cleaned = -0.000715665 Jy ! Component: 1300 - total flux cleaned = -0.0006288 Jy ! Component: 1350 - total flux cleaned = -0.000554526 Jy ! Component: 1400 - total flux cleaned = -0.000505045 Jy ! Component: 1450 - total flux cleaned = -0.000418609 Jy ! Component: 1500 - total flux cleaned = -0.000369095 Jy ! Component: 1550 - total flux cleaned = -0.000332053 Jy ! Component: 1600 - total flux cleaned = -0.000245615 Jy ! Component: 1650 - total flux cleaned = -0.000183876 Jy ! Component: 1700 - total flux cleaned = -9.74586e-05 Jy ! Component: 1750 - total flux cleaned = -3.57143e-05 Jy ! Component: 1800 - total flux cleaned = 3.83089e-05 Jy ! Component: 1850 - total flux cleaned = 0.000112534 Jy ! Component: 1900 - total flux cleaned = 0.00016206 Jy ! Component: 1950 - total flux cleaned = 0.000186859 Jy ! Component: 2000 - total flux cleaned = 0.000249048 Jy ! Component: 2050 - total flux cleaned = 0.000286522 Jy ! Component: 2100 - total flux cleaned = 0.000349162 Jy ! Component: 2150 - total flux cleaned = 0.000386866 Jy ! Component: 2200 - total flux cleaned = 0.000449863 Jy ! Component: 2250 - total flux cleaned = 0.000475213 Jy ! Component: 2300 - total flux cleaned = 0.000551476 Jy ! Component: 2350 - total flux cleaned = 0.000589753 Jy ! Component: 2400 - total flux cleaned = 0.0006411 Jy ! Component: 2450 - total flux cleaned = 0.000666909 Jy ! Component: 2500 - total flux cleaned = 0.000705951 Jy ! Component: 2550 - total flux cleaned = 0.000732122 Jy ! Component: 2600 - total flux cleaned = 0.000745292 Jy ! Component: 2650 - total flux cleaned = 0.000798038 Jy ! Component: 2700 - total flux cleaned = 0.000838048 Jy ! Component: 2750 - total flux cleaned = 0.000891649 Jy ! Component: 2800 - total flux cleaned = 0.000932185 Jy ! Component: 2850 - total flux cleaned = 0.000986562 Jy ! Component: 2900 - total flux cleaned = 0.000986542 Jy ! Component: 2950 - total flux cleaned = 0.00104152 Jy ! Component: 3000 - total flux cleaned = 0.00108297 Jy ! Component: 3050 - total flux cleaned = 0.00113875 Jy ! Component: 3100 - total flux cleaned = 0.0011668 Jy ! Component: 3150 - total flux cleaned = 0.00120919 Jy ! Component: 3200 - total flux cleaned = 0.00123771 Jy ! Component: 3250 - total flux cleaned = 0.0012949 Jy ! Component: 3300 - total flux cleaned = 0.00138154 Jy ! Component: 3350 - total flux cleaned = 0.00141065 Jy ! Component: 3400 - total flux cleaned = 0.00146907 Jy ! Component: 3450 - total flux cleaned = 0.0015429 Jy ! Component: 3500 - total flux cleaned = 0.00158744 Jy ! Component: 3550 - total flux cleaned = 0.00167737 Jy ! Component: 3600 - total flux cleaned = 0.00170747 Jy ! Component: 3650 - total flux cleaned = 0.00178341 Jy ! Component: 3700 - total flux cleaned = 0.00184444 Jy ! Component: 3750 - total flux cleaned = 0.00190612 Jy ! Component: 3800 - total flux cleaned = 0.00198385 Jy ! Component: 3850 - total flux cleaned = 0.00203086 Jy ! Component: 3900 - total flux cleaned = 0.00212551 Jy ! Component: 3950 - total flux cleaned = 0.00218916 Jy ! Component: 4000 - total flux cleaned = 0.00225333 Jy ! Component: 4050 - total flux cleaned = 0.00231806 Jy ! Total flux subtracted in 4096 components = 0.00239972 Jy ! Clean residual min=-0.000944 max=0.000880 Jy/beam ! Clean residual mean=0.000047 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.292519 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 857 components and 0.292519 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv62_uvs/J1727+4530_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.84 x 44.88 at -56.24 degrees (North through East) ! Clean map min=-0.0055667 max=0.26474 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv62_uvs/J1727+4530_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.2647 rms= 0.00039 Jy quit ! Quitting program ! Log file /scr/pima/rdv62_uvs/J1727+4530_S_uvs.log closed on Fri Nov 22 22:39:34 2013