! Started logfile: /scr/pima/rdv96_uvs/J0038+4137_S_uvs.log on Sat Dec 21 00:21:45 2013 obs /scr/pima/rdv96_uvs/J0038+4137_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv96_uvs/J0038+4137_S_uva.fits ! AN table 1: 10 integrations on 3 of 3 possible baselines. ! AN table 2: 29 integrations on 66 of 66 possible baselines. ! AN table 3: 7 integrations on 45 of 45 possible baselines. ! AN table 4: 2 integrations on 3 of 3 possible baselines. ! AN table 5: 3 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.567476 visibilities/baseline/integration-bin. ! Found source: J0038+4137 ! ! 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 5332 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/rdv96_uvs/J0038+4137_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:HH self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:SC self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HH self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:NY self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 ! 2:WF self-cal status=correctable weight=1 ! 2:WZ self-cal status=correctable weight=1 ! 3:BR self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:HN self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:NL self-cal status=correctable weight=1 ! 3:NY self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 ! 4:KP self-cal status=correctable weight=1 ! 4:MK self-cal status=correctable weight=1 ! 4:OV self-cal status=correctable weight=1 ! 5:BR self-cal status=correctable weight=1 ! 5:FD self-cal status=correctable weight=1 ! 5:HN self-cal status=correctable weight=1 ! 5:KP self-cal status=correctable weight=1 ! 5:LA self-cal status=correctable weight=1 ! 5:NL self-cal status=correctable weight=1 ! 5:OV self-cal status=correctable weight=1 ! 5: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 153 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 153 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 153 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 153 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.050104Jy sigma=4.317744 ! Fit after self-cal, rms=0.737818Jy sigma=2.592860 ! 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:HH ! Flagging baselines of antenna 1:HH in the currently selected channels. flag 2:HH ! Flagging baselines of antenna 2:HH in the currently selected channels. flag 2:NY ! Flagging baselines of antenna 2:NY in the currently selected channels. flag 2:WF ! Flagging baselines of antenna 2:WF in the currently selected channels. flag 2:WZ ! Flagging baselines of antenna 2:WZ in the currently selected channels. flag 3:NY ! Flagging baselines of antenna 3:NY 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=4.288 mas, bmaj=6.377 mas, bpa=-44.47 degrees ! Estimated noise=4.19896 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.26653 Jy ! Component: 100 - total flux cleaned = 0.335425 Jy ! Total flux subtracted in 100 components = 0.335425 Jy ! Clean residual min=-0.014955 max=0.035938 Jy/beam ! Clean residual mean=0.000671 rms=0.004460 Jy/beam ! Combined flux in latest and established models = 0.335425 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.335425 Jy ! ! Correcting IF 1. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 88 telescope corrections were flagged in sub-array 2. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 88 telescope corrections were flagged in sub-array 2. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 88 telescope corrections were flagged in sub-array 2. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 88 telescope corrections were flagged in sub-array 2. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.098277Jy sigma=0.563851 ! Fit after self-cal, rms=0.098195Jy sigma=0.565185 ! Inverting map and beam ! Estimated beam: bmin=4.302 mas, bmaj=6.347 mas, bpa=-43.42 degrees ! Estimated noise=4.20597 mJy/beam. ! Added new window around map position (9.2, -3.6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0351992 Jy ! Component: 100 - total flux cleaned = 0.0562929 Jy ! Total flux subtracted in 100 components = 0.0562929 Jy ! Clean residual min=-0.009947 max=0.012743 Jy/beam ! Clean residual mean=0.000357 rms=0.002983 Jy/beam ! Combined flux in latest and established models = 0.391718 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 41 components and 0.391718 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082169Jy sigma=0.452197 ! Fit after self-cal, rms=0.081750Jy sigma=0.450285 ! 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=5.236 mas, bmaj=7.099 mas, bpa=-48.94 degrees ! Estimated noise=2.66487 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.0241128 Jy ! Component: 100 - total flux cleaned = 0.0389278 Jy ! Component: 150 - total flux cleaned = 0.0489426 Jy ! Component: 200 - total flux cleaned = 0.0558074 Jy ! Total flux subtracted in 200 components = 0.0558074 Jy ! Clean residual min=-0.007688 max=0.011233 Jy/beam ! Clean residual mean=0.000507 rms=0.002594 Jy/beam ! Combined flux in latest and established models = 0.447525 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 92 components and 0.447525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075202Jy sigma=0.397737 ! Fit after self-cal, rms=0.074830Jy sigma=0.395751 ! 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: ! HH 0.00* HN 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 0.96 HH 1.00* HN 0.99 ! KP 1.02 LA 1.16 NL 1.02 NY 1.00* ! PT 1.02 SC 0.95 WF 1.00* WZ 1.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.99 FD 0.98 HN 1.03 KP 0.99 ! LA 1.13 MK 0.94 NL 0.97 NY 1.00* ! OV 1.00 PT 1.02 ! ! A total of 6 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! KP 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 5: ! BR 1.03 FD 0.98 HN 0.99 KP 1.02 ! LA 1.14 NL 0.99 OV 1.02 PT 1.07 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HH 0.00* HN 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 1.04 HH 1.00* HN 1.06 ! KP 1.02 LA 1.06 NL 1.08 NY 1.00* ! PT 1.03 SC 1.04 WF 1.00* WZ 1.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.04 FD 1.06 HN 1.08 KP 1.00 ! LA 1.00 MK 1.04 NL 1.01 NY 1.00* ! OV 1.08 PT 0.99 ! ! A total of 6 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! KP 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 5: ! BR 0.98 FD 1.04 HN 1.08 KP 1.01 ! LA 1.09 NL 1.06 OV 1.03 PT 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HH 0.00* HN 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.08 FD 1.09 HH 1.00* HN 1.00 ! KP 0.90 LA 0.97 NL 1.14 NY 1.00* ! PT 1.05 SC 0.95 WF 1.00* WZ 1.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.04 FD 1.06 HN 1.00 KP 0.89 ! LA 0.96 MK 1.00 NL 1.02 NY 1.00* ! OV 1.04 PT 1.03 ! ! A total of 6 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! KP 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 5: ! BR 1.12 FD 1.07 HN 1.00 KP 0.92 ! LA 0.96 NL 1.03 OV 1.05 PT 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! HH 0.00* HN 0.00* SC 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 1.07 HH 1.00* HN 0.92 ! KP 0.84 LA 0.82 NL 1.07 NY 1.00* ! PT 0.89 SC 0.99 WF 1.00* WZ 1.00* ! ! Telescope amplitude corrections in sub-array 3: ! BR 0.97 FD 1.09 HN 0.93 KP 0.82 ! LA 0.80 MK 1.16 NL 1.00 NY 1.00* ! OV 0.90 PT 0.91 ! ! A total of 6 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! KP 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 5: ! BR 1.04 FD 1.00 HN 0.93 KP 0.85 ! LA 0.82 NL 1.00 OV 0.90 PT 0.94 ! ! ! Fit before self-cal, rms=0.074830Jy sigma=0.395751 ! Fit after self-cal, rms=0.058749Jy sigma=0.284292 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.307 mas, bmaj=7.089 mas, bpa=-49.71 degrees ! Estimated noise=2.65478 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 (-12.8, 23.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00536695 Jy ! Component: 100 - total flux cleaned = 0.00631083 Jy ! Component: 150 - total flux cleaned = 0.00643355 Jy ! Component: 200 - total flux cleaned = 0.00644201 Jy ! Total flux subtracted in 200 components = 0.00644201 Jy ! Clean residual min=-0.003236 max=0.004697 Jy/beam ! Clean residual mean=-0.000008 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.453967 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 117 components and 0.453967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057932Jy sigma=0.279743 ! Fit after self-cal, rms=0.057946Jy sigma=0.279527 ! Inverting map ! Added new window around map position (20.8, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00458203 Jy ! Component: 100 - total flux cleaned = 0.00470712 Jy ! Component: 150 - total flux cleaned = 0.00462164 Jy ! Component: 200 - total flux cleaned = 0.00454183 Jy ! Total flux subtracted in 200 components = 0.00454183 Jy ! Clean residual min=-0.002827 max=0.003013 Jy/beam ! Clean residual mean=-0.000088 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.458509 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 138 components and 0.458509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057471Jy sigma=0.277138 ! Fit after self-cal, rms=0.057444Jy sigma=0.276933 ! 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.057444Jy sigma=0.276933 ! Fit after self-cal, rms=0.057266Jy sigma=0.276570 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.294 mas, bmaj=7.084 mas, bpa=-49.49 degrees ! Estimated noise=2.64921 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210332 Jy ! Component: 100 - total flux cleaned = 0.00264292 Jy ! Component: 150 - total flux cleaned = 0.00284718 Jy ! Component: 200 - total flux cleaned = 0.00290828 Jy ! Total flux subtracted in 200 components = 0.00290828 Jy ! Clean residual min=-0.002471 max=0.002669 Jy/beam ! Clean residual mean=-0.000037 rms=0.000674 Jy/beam ! Combined flux in latest and established models = 0.461417 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 162 components and 0.461417 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057076Jy sigma=0.275563 ! Fit after self-cal, rms=0.057063Jy sigma=0.275510 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.000141208 Jy ! Component: 100 - total flux cleaned = 8.20913e-05 Jy ! Component: 150 - total flux cleaned = 8.10694e-05 Jy ! Component: 200 - total flux cleaned = 3.05085e-05 Jy ! Total flux subtracted in 200 components = 3.05085e-05 Jy ! Clean residual min=-0.002452 max=0.002582 Jy/beam ! Clean residual mean=-0.000037 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.461448 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 179 components and 0.461448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056954Jy sigma=0.275009 ! Fit after self-cal, rms=0.056947Jy sigma=0.274989 ! 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.056947Jy sigma=0.274989 ! Fit after self-cal, rms=0.056915Jy sigma=0.274876 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.288 mas, bmaj=7.08 mas, bpa=-49.48 degrees ! Estimated noise=2.64814 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00138457 Jy ! Component: 100 - total flux cleaned = 0.00143659 Jy ! Component: 150 - total flux cleaned = 0.00148742 Jy ! Component: 200 - total flux cleaned = 0.00158031 Jy ! Total flux subtracted in 200 components = 0.00158031 Jy ! Clean residual min=-0.002324 max=0.002500 Jy/beam ! Clean residual mean=-0.000021 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.463028 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 199 components and 0.463028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056824Jy sigma=0.274392 ! Fit after self-cal, rms=0.056816Jy sigma=0.274372 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 = 5.20301e-05 Jy ! Component: 100 - total flux cleaned = 5.25886e-05 Jy ! Component: 150 - total flux cleaned = 5.40202e-05 Jy ! Component: 200 - total flux cleaned = 5.41243e-05 Jy ! Total flux subtracted in 200 components = 5.41243e-05 Jy ! Clean residual min=-0.002348 max=0.002448 Jy/beam ! Clean residual mean=-0.000022 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.463082 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 203 components and 0.463082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056752Jy sigma=0.274091 ! Fit after self-cal, rms=0.056748Jy sigma=0.274081 ! 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.056748Jy sigma=0.274081 ! Fit after self-cal, rms=0.056740Jy sigma=0.274009 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.509 mas, bmaj=11.28 mas, bpa=-71.44 degrees ! Estimated noise=2.82598 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000972962 Jy ! Component: 100 - total flux cleaned = 0.00100601 Jy ! Component: 150 - total flux cleaned = 0.0010559 Jy ! Component: 200 - total flux cleaned = 0.00103417 Jy ! Total flux subtracted in 200 components = 0.00103417 Jy ! Clean residual min=-0.002255 max=0.002266 Jy/beam ! Clean residual mean=-0.000020 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.464116 Jy selfcal ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 246 components and 0.464116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056715Jy sigma=0.273786 ! Fit after self-cal, rms=0.056704Jy sigma=0.273752 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.000154846 Jy ! Component: 100 - total flux cleaned = 0.000200524 Jy ! Component: 150 - total flux cleaned = 0.000180141 Jy ! Component: 200 - total flux cleaned = 0.000162393 Jy ! Total flux subtracted in 200 components = 0.000162393 Jy ! Clean residual min=-0.002261 max=0.002227 Jy/beam ! Clean residual mean=-0.000024 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.464279 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 269 components and 0.464279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056690Jy sigma=0.273647 ! Fit after self-cal, rms=0.056685Jy sigma=0.273635 ! 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] 1:HH ! Syntax error in line: ! 1:HH ! ^ ! Found constant: 1.000 ! Where a command or assignment expression was expected. ![Exited script file: /tmp/ff.ff] ![Exited script file: /home/lpetrov/bin/rdv_muppet] ! wmap "/scr/pima/rdv96_uvs/J0038+4137_S\_map.fits" ! Inverting map and beam ! Estimated beam: bmin=3.166 mas, bmaj=4.323 mas, bpa=37.48 degrees ! Estimated noise=2.835 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.166 x 4.323 at 37.48 degrees (North through East) ! Clean map min=-0.010719 max=0.28833 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv96_uvs/J0038+4137_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.2883 rms= 0.00181 Jy quit ! Quitting program ! Log file /scr/pima/rdv96_uvs/J0038+4137_S_uvs.log closed on Sat Dec 21 00:21:47 2013