! Started logfile: /scr/pima/rdv73_uvs/J0634-2335_X_uvs.log on Sat Jan 9 17:31:41 2016 obs /scr/pima/rdv73_uvs/J0634-2335_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J0634-2335_X_uva.fits ! AN table 1: 3 integrations on 15 of 15 possible baselines. ! AN table 2: 3 integrations on 21 of 21 possible baselines. ! AN table 3: 4 integrations on 28 of 28 possible baselines. ! AN table 4: 4 integrations on 36 of 36 possible baselines. ! AN table 5: 3 integrations on 6 of 6 possible baselines. ! AN table 6: 6 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.773196 visibilities/baseline/integration-bin. ! Found source: J0634-2335 ! ! 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 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 1200 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv73_uvs/J0634-2335_X] 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:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC 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:NL self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC 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:NL self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 ! 3:SC self-cal status=correctable weight=1 ! 4:BR self-cal status=correctable weight=1 ! 4:FD self-cal status=correctable weight=1 ! 4:HN self-cal status=correctable weight=1 ! 4:KP self-cal status=correctable weight=1 ! 4:LA self-cal status=correctable weight=1 ! 4:NL self-cal status=correctable weight=1 ! 4:OV self-cal status=correctable weight=1 ! 4:PT self-cal status=correctable weight=1 ! 4:SC self-cal status=correctable weight=1 ! 5:BR self-cal status=correctable weight=1 ! 5:KK self-cal status=correctable weight=1 ! 5:MK self-cal status=correctable weight=1 ! 5:OV self-cal status=correctable weight=1 ! 6:KK self-cal status=correctable weight=1 ! 6:MK self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 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 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 4 telescope corrections were flagged in sub-array 5. ! A total of 12 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 4 telescope corrections were flagged in sub-array 5. ! A total of 12 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 4 telescope corrections were flagged in sub-array 5. ! A total of 12 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 4 telescope corrections were flagged in sub-array 5. ! A total of 12 telescope corrections were flagged in sub-array 6. ! ! Fit before self-cal, rms=1.073892Jy sigma=3.602555 ! Fit after self-cal, rms=0.620057Jy sigma=2.068525 ! 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 5:KK ! Flagging baselines of antenna 5:KK in the currently selected channels. flag 6:KK ! Flagging baselines of antenna 6:KK 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=0.9764 mas, bmaj=2.886 mas, bpa=-0.6296 degrees ! Estimated noise=8.56539 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.288573 Jy ! Component: 100 - total flux cleaned = 0.386082 Jy ! Total flux subtracted in 100 components = 0.386082 Jy ! Clean residual min=-0.024911 max=0.048081 Jy/beam ! Clean residual mean=-0.000055 rms=0.007283 Jy/beam ! Combined flux in latest and established models = 0.386082 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.386082 Jy ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 5. ! ! Fit before self-cal, rms=0.161887Jy sigma=0.530724 ! Fit after self-cal, rms=0.161964Jy sigma=0.530203 ! Inverting map and beam ! Estimated beam: bmin=0.9764 mas, bmaj=2.886 mas, bpa=-0.6296 degrees ! Estimated noise=8.56539 mJy/beam. ! Added new window around map position (-1.6, 1.4). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0507449 Jy ! Component: 100 - total flux cleaned = 0.0818542 Jy ! Total flux subtracted in 100 components = 0.0818542 Jy ! Clean residual min=-0.023851 max=0.027256 Jy/beam ! Clean residual mean=-0.000044 rms=0.005923 Jy/beam ! Combined flux in latest and established models = 0.467936 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 21 components and 0.467936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134545Jy sigma=0.436472 ! Fit after self-cal, rms=0.133901Jy sigma=0.433642 ! 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=1.207 mas, bmaj=3.274 mas, bpa=-2.936 degrees ! Estimated noise=6.94029 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.0413937 Jy ! Component: 100 - total flux cleaned = 0.0668163 Jy ! Component: 150 - total flux cleaned = 0.0832724 Jy ! Component: 200 - total flux cleaned = 0.0914105 Jy ! Total flux subtracted in 200 components = 0.0914105 Jy ! Clean residual min=-0.023438 max=0.020400 Jy/beam ! Clean residual mean=-0.000077 rms=0.004842 Jy/beam ! Combined flux in latest and established models = 0.559347 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 63 components and 0.559347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118827Jy sigma=0.382069 ! Fit after self-cal, rms=0.118320Jy sigma=0.380167 ! 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: ! FD 1.17 HN 1.15 LA 1.07 NL 1.03 ! PT 0.88 SC 0.84 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.90 HN 1.05 KP 0.94 LA 1.13 ! NL 1.01 PT 0.97 SC 0.83 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.91 HN 1.37 KP 0.97 LA 1.05 ! NL 1.07 OV 0.93 PT 0.93 SC 0.89 ! ! Telescope amplitude corrections in sub-array 4: ! BR 0.92 FD 0.88 HN 1.77 KP 0.93 ! LA 1.06 NL 1.07 OV 0.96 PT 0.96 ! SC 1.01 ! ! A total of 6 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 0.00* KK 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 6: ! KK 0.00* MK 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 HN 1.24 LA 1.02 NL 1.28 ! PT 1.09 SC 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.92 HN 1.20 KP 0.92 LA 1.06 ! NL 1.09 PT 1.07 SC 0.83 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.93 HN 1.45 KP 0.84 LA 1.06 ! NL 1.04 OV 0.98 PT 0.98 SC 1.03 ! ! Telescope amplitude corrections in sub-array 4: ! BR 0.87 FD 0.92 HN 1.45 KP 0.89 ! LA 1.05 NL 1.07 OV 0.90 PT 1.02 ! SC 1.07 ! ! A total of 6 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 0.00* KK 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 6: ! KK 0.00* MK 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.01 HN 1.26 LA 1.08 NL 1.17 ! PT 1.11 SC 0.81 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.91 HN 1.01 KP 0.85 LA 1.14 ! NL 0.94 PT 1.08 SC 0.93 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.94 HN 1.60 KP 0.79 LA 1.21 ! NL 1.08 OV 0.99 PT 1.02 SC 1.01 ! ! Telescope amplitude corrections in sub-array 4: ! BR 0.99 FD 0.92 HN 1.51 KP 0.83 ! LA 1.12 NL 1.02 OV 0.97 PT 1.03 ! SC 1.03 ! ! A total of 6 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 0.00* KK 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 6: ! KK 0.00* MK 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.04 HN 1.47 LA 1.07 NL 1.12 ! PT 1.14 SC 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.00 HN 1.34 KP 0.78 LA 1.16 ! NL 0.99 PT 1.04 SC 1.11 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.94 HN 1.89 KP 0.81 LA 1.19 ! NL 1.04 OV 0.98 PT 1.01 SC 0.97 ! ! Telescope amplitude corrections in sub-array 4: ! BR 0.97 FD 0.98 HN 1.96 KP 0.88 ! LA 1.11 NL 1.00 OV 0.94 PT 1.00 ! SC 1.02 ! ! A total of 6 telescope corrections were flagged in sub-array 5. ! Telescope amplitude corrections in sub-array 5: ! BR 0.00* KK 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 6: ! KK 0.00* MK 0.00* ! ! ! Fit before self-cal, rms=0.118320Jy sigma=0.380167 ! Fit after self-cal, rms=0.107715Jy sigma=0.298395 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.243 mas, bmaj=3.402 mas, bpa=-0.6943 degrees ! Estimated noise=7.22124 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.00748788 Jy ! Component: 100 - total flux cleaned = -0.00772883 Jy ! Component: 150 - total flux cleaned = -0.00770581 Jy ! Component: 200 - total flux cleaned = -0.00769217 Jy ! Total flux subtracted in 200 components = -0.00769217 Jy ! Clean residual min=-0.012155 max=0.009941 Jy/beam ! Clean residual mean=-0.000004 rms=0.002544 Jy/beam ! Combined flux in latest and established models = 0.551655 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 73 components and 0.551655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106218Jy sigma=0.295345 ! Fit after self-cal, rms=0.106445Jy sigma=0.294947 ! 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.106445Jy sigma=0.294947 ! Fit after self-cal, rms=0.108268Jy sigma=0.293656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.242 mas, bmaj=3.437 mas, bpa=-0.3323 degrees ! Estimated noise=7.25956 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00588195 Jy ! Component: 100 - total flux cleaned = -0.00626241 Jy ! Component: 150 - total flux cleaned = -0.00626279 Jy ! Component: 200 - total flux cleaned = -0.00637494 Jy ! Total flux subtracted in 200 components = -0.00637494 Jy ! Clean residual min=-0.010628 max=0.009112 Jy/beam ! Clean residual mean=-0.000006 rms=0.002425 Jy/beam ! Combined flux in latest and established models = 0.54528 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 77 components and 0.54528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107340Jy sigma=0.291838 ! Fit after self-cal, rms=0.107356Jy sigma=0.291756 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.000433399 Jy ! Component: 100 - total flux cleaned = 0.000433444 Jy ! Component: 150 - total flux cleaned = 0.000433276 Jy ! Component: 200 - total flux cleaned = 0.000431072 Jy ! Total flux subtracted in 200 components = 0.000431072 Jy ! Clean residual min=-0.010440 max=0.009082 Jy/beam ! Clean residual mean=-0.000006 rms=0.002409 Jy/beam ! Combined flux in latest and established models = 0.545711 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 81 components and 0.545711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107094Jy sigma=0.291437 ! Fit after self-cal, rms=0.107083Jy sigma=0.291377 ! 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.107083Jy sigma=0.291377 ! Fit after self-cal, rms=0.109112Jy sigma=0.290373 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.241 mas, bmaj=3.468 mas, bpa=-0.02025 degrees ! Estimated noise=7.29803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00427973 Jy ! Component: 100 - total flux cleaned = -0.00459428 Jy ! Component: 150 - total flux cleaned = -0.00492817 Jy ! Component: 200 - total flux cleaned = -0.00520314 Jy ! Total flux subtracted in 200 components = -0.00520314 Jy ! Clean residual min=-0.009653 max=0.008843 Jy/beam ! Clean residual mean=-0.000009 rms=0.002336 Jy/beam ! Combined flux in latest and established models = 0.540508 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 82 components and 0.540508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108577Jy sigma=0.289308 ! Fit after self-cal, rms=0.108599Jy sigma=0.289266 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.00013268 Jy ! Component: 100 - total flux cleaned = -2.72114e-05 Jy ! Component: 150 - total flux cleaned = -0.000241425 Jy ! Component: 200 - total flux cleaned = -0.000309126 Jy ! Total flux subtracted in 200 components = -0.000309126 Jy ! Clean residual min=-0.009581 max=0.008907 Jy/beam ! Clean residual mean=-0.000009 rms=0.002326 Jy/beam ! Combined flux in latest and established models = 0.540199 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 84 components and 0.540199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108457Jy sigma=0.289080 ! Fit after self-cal, rms=0.108446Jy sigma=0.289052 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.108446Jy sigma=0.289052 ! Fit after self-cal, rms=0.110190Jy sigma=0.288387 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.311 mas, bmaj=4.677 mas, bpa=-11.77 degrees ! Estimated noise=8.19024 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00362318 Jy ! Component: 100 - total flux cleaned = -0.00382898 Jy ! Component: 150 - total flux cleaned = -0.00408594 Jy ! Component: 200 - total flux cleaned = -0.00423122 Jy ! Total flux subtracted in 200 components = -0.00423122 Jy ! Clean residual min=-0.008483 max=0.009483 Jy/beam ! Clean residual mean=-0.000016 rms=0.002302 Jy/beam ! Combined flux in latest and established models = 0.535967 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 90 components and 0.535967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109938Jy sigma=0.287923 ! Fit after self-cal, rms=0.109939Jy sigma=0.287880 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.2935e-05 Jy ! Component: 100 - total flux cleaned = -7.3975e-05 Jy ! Component: 150 - total flux cleaned = -0.000129954 Jy ! Component: 200 - total flux cleaned = -0.000183763 Jy ! Total flux subtracted in 200 components = -0.000183763 Jy ! Clean residual min=-0.008447 max=0.009456 Jy/beam ! Clean residual mean=-0.000016 rms=0.002294 Jy/beam ! Combined flux in latest and established models = 0.535784 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 92 components and 0.535784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109880Jy sigma=0.287863 ! Fit after self-cal, rms=0.109869Jy sigma=0.287840 ! 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:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 1:SC,true ! 1:SC 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:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 selfant 2:SC,true ! 2:SC self-cal status=fixed weight=1 selfant 3:FD,true ! 3:FD self-cal status=fixed weight=1 selfant 3:HN,true ! 3:HN self-cal status=fixed weight=1 selfant 3:KP,true ! 3:KP self-cal status=fixed weight=1 selfant 3:LA,true ! 3:LA self-cal status=fixed weight=1 selfant 3:NL,true ! 3:NL self-cal status=fixed weight=1 selfant 3:OV,true ! 3:OV self-cal status=fixed weight=1 selfant 3:PT,true ! 3:PT self-cal status=fixed weight=1 selfant 3:SC,true ! 3:SC self-cal status=fixed weight=1 selfant 4:BR,true ! 4:BR self-cal status=fixed weight=1 selfant 4:FD,true ! 4:FD self-cal status=fixed weight=1 selfant 4:HN,true ! 4:HN self-cal status=fixed weight=1 selfant 4:KP,true ! 4:KP self-cal status=fixed weight=1 selfant 4:LA,true ! 4:LA self-cal status=fixed weight=1 selfant 4:NL,true ! 4:NL self-cal status=fixed weight=1 selfant 4:OV,true ! 4:OV self-cal status=fixed weight=1 selfant 4:PT,true ! 4:PT self-cal status=fixed weight=1 selfant 4:SC,true ! 4:SC self-cal status=fixed weight=1 selfant 5:BR,true ! 5:BR self-cal status=fixed weight=1 selfant 5:MK,true ! 5:MK self-cal status=fixed weight=1 selfant 5:OV,true ! 5:OV self-cal status=fixed weight=1 selfant 6:MK,true ! 6:MK 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 1 telescope corrections were flagged in sub-array 5. ! A total of 6 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 5. ! A total of 6 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 5. ! A total of 6 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 5. ! A total of 6 telescope corrections were flagged in sub-array 6. ! ! Fit before self-cal, rms=0.163414Jy sigma=0.523602 ! Fit after self-cal, rms=0.123879Jy sigma=0.376164 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC 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:NL self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC 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:NL self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 ! 3:SC self-cal status=correctable weight=1 ! 4:BR self-cal status=correctable weight=1 ! 4:FD self-cal status=correctable weight=1 ! 4:HN self-cal status=correctable weight=1 ! 4:KP self-cal status=correctable weight=1 ! 4:LA self-cal status=correctable weight=1 ! 4:NL self-cal status=correctable weight=1 ! 4:OV self-cal status=correctable weight=1 ! 4:PT self-cal status=correctable weight=1 ! 4:SC self-cal status=correctable weight=1 ! 5:BR self-cal status=correctable weight=1 ! 5:KK self-cal status=correctable weight=1 ! 5:MK self-cal status=correctable weight=1 ! 5:OV self-cal status=correctable weight=1 ! 6:KK self-cal status=correctable weight=1 ! 6:MK 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 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 3 telescope corrections were flagged in sub-array 5. ! A total of 6 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 3 telescope corrections were flagged in sub-array 5. ! A total of 6 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 3 telescope corrections were flagged in sub-array 5. ! A total of 6 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 3 telescope corrections were flagged in sub-array 5. ! A total of 6 telescope corrections were flagged in sub-array 6. ! ! Fit before self-cal, rms=0.123879Jy sigma=0.376164 ! Fit after self-cal, rms=0.110212Jy sigma=0.285076 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=0.966 mas, bmaj=3.049 mas, bpa=1.043 degrees ! Estimated noise=9.03346 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.00554498 Jy ! Component: 100 - total flux cleaned = -0.00735989 Jy ! Component: 150 - total flux cleaned = -0.00891977 Jy ! Component: 200 - total flux cleaned = -0.00996141 Jy ! Total flux subtracted in 200 components = -0.00996141 Jy ! Clean residual min=-0.012768 max=0.011909 Jy/beam ! Clean residual mean=-0.000007 rms=0.003143 Jy/beam ! Combined flux in latest and established models = 0.525822 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 98 components and 0.525822 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109685Jy sigma=0.283966 ! Fit after self-cal, rms=0.109646Jy sigma=0.283692 ! 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=1.216 mas, bmaj=3.452 mas, bpa=-1.293 degrees ! Estimated noise=7.13582 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (10.2, -48.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00423162 Jy ! Component: 100 - total flux cleaned = 0.00359738 Jy ! Component: 150 - total flux cleaned = 0.00286851 Jy ! Component: 200 - total flux cleaned = 0.00205894 Jy ! Component: 250 - total flux cleaned = 0.00118714 Jy ! Component: 300 - total flux cleaned = 0.000788841 Jy ! Component: 350 - total flux cleaned = 0.000297402 Jy ! Component: 400 - total flux cleaned = -4.21406e-05 Jy ! Total flux subtracted in 400 components = -4.21406e-05 Jy ! Clean residual min=-0.009084 max=0.008510 Jy/beam ! Clean residual mean=-0.000012 rms=0.002089 Jy/beam ! Combined flux in latest and established models = 0.52578 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 134 components and 0.52578 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108179Jy sigma=0.279910 ! Fit after self-cal, rms=0.108056Jy sigma=0.279627 ! 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.000887634 Jy ! Component: 100 - total flux cleaned = 0.000668251 Jy ! Component: 150 - total flux cleaned = 0.000370003 Jy ! Component: 200 - total flux cleaned = 0.000281254 Jy ! Component: 250 - total flux cleaned = 0.000279555 Jy ! Component: 300 - total flux cleaned = 0.000116765 Jy ! Component: 350 - total flux cleaned = 0.000114837 Jy ! Component: 400 - total flux cleaned = 4.11355e-05 Jy ! Total flux subtracted in 400 components = 4.11355e-05 Jy ! Clean residual min=-0.009151 max=0.007883 Jy/beam ! Clean residual mean=-0.000011 rms=0.002055 Jy/beam ! Combined flux in latest and established models = 0.525821 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 151 components and 0.525821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107667Jy sigma=0.278772 ! Fit after self-cal, rms=0.107623Jy sigma=0.278718 ! 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 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 4 telescope corrections were flagged in sub-array 5. ! A total of 12 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 4 telescope corrections were flagged in sub-array 5. ! A total of 12 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 4 telescope corrections were flagged in sub-array 5. ! A total of 12 telescope corrections were flagged in sub-array 6. ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! A total of 9 telescope corrections were flagged in sub-array 3. ! A total of 9 telescope corrections were flagged in sub-array 4. ! A total of 4 telescope corrections were flagged in sub-array 5. ! A total of 12 telescope corrections were flagged in sub-array 6. ! ! Fit before self-cal, rms=0.159067Jy sigma=0.517909 ! Fit after self-cal, rms=0.109382Jy sigma=0.277783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.219 mas, bmaj=3.474 mas, bpa=-1.114 degrees ! Estimated noise=7.15461 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00223171 Jy ! Component: 100 - total flux cleaned = -0.00232569 Jy ! Component: 150 - total flux cleaned = -0.00250623 Jy ! Component: 200 - total flux cleaned = -0.00283747 Jy ! Component: 250 - total flux cleaned = -0.00299102 Jy ! Component: 300 - total flux cleaned = -0.00328204 Jy ! Component: 350 - total flux cleaned = -0.00355282 Jy ! Component: 400 - total flux cleaned = -0.00374607 Jy ! Total flux subtracted in 400 components = -0.00374607 Jy ! Clean residual min=-0.009054 max=0.007736 Jy/beam ! Clean residual mean=-0.000009 rms=0.002000 Jy/beam ! Combined flux in latest and established models = 0.522075 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 164 components and 0.522075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109052Jy sigma=0.276887 ! Fit after self-cal, rms=0.109030Jy sigma=0.276860 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.000266041 Jy ! Component: 100 - total flux cleaned = -0.000575964 Jy ! Component: 150 - total flux cleaned = -0.000752261 Jy ! Component: 200 - total flux cleaned = -0.000979198 Jy ! Component: 250 - total flux cleaned = -0.00114374 Jy ! Component: 300 - total flux cleaned = -0.00135521 Jy ! Component: 350 - total flux cleaned = -0.00150802 Jy ! Component: 400 - total flux cleaned = -0.00165673 Jy ! Total flux subtracted in 400 components = -0.00165673 Jy ! Clean residual min=-0.009093 max=0.007747 Jy/beam ! Clean residual mean=-0.000009 rms=0.001992 Jy/beam ! Combined flux in latest and established models = 0.520419 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 178 components and 0.520418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108895Jy sigma=0.276548 ! Fit after self-cal, rms=0.108880Jy sigma=0.276537 ! 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.108880Jy sigma=0.276537 ! Fit after self-cal, rms=0.110188Jy sigma=0.276242 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.22 mas, bmaj=3.488 mas, bpa=-0.978 degrees ! Estimated noise=7.16959 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00196513 Jy ! Component: 100 - total flux cleaned = -0.00235606 Jy ! Component: 150 - total flux cleaned = -0.0027568 Jy ! Component: 200 - total flux cleaned = -0.00312417 Jy ! Component: 250 - total flux cleaned = -0.0033512 Jy ! Component: 300 - total flux cleaned = -0.00356627 Jy ! Component: 350 - total flux cleaned = -0.00371963 Jy ! Component: 400 - total flux cleaned = -0.00381623 Jy ! Total flux subtracted in 400 components = -0.00381623 Jy ! Clean residual min=-0.008828 max=0.007735 Jy/beam ! Clean residual mean=-0.000008 rms=0.001967 Jy/beam ! Combined flux in latest and established models = 0.516602 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 182 components and 0.516602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110011Jy sigma=0.275736 ! Fit after self-cal, rms=0.110006Jy sigma=0.275724 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.000461241 Jy ! Component: 100 - total flux cleaned = -0.00060154 Jy ! Component: 150 - total flux cleaned = -0.000692381 Jy ! Component: 200 - total flux cleaned = -0.000780633 Jy ! Component: 250 - total flux cleaned = -0.000908517 Jy ! Component: 300 - total flux cleaned = -0.00099046 Jy ! Component: 350 - total flux cleaned = -0.00107044 Jy ! Component: 400 - total flux cleaned = -0.00107117 Jy ! Total flux subtracted in 400 components = -0.00107117 Jy ! Clean residual min=-0.008853 max=0.007738 Jy/beam ! Clean residual mean=-0.000008 rms=0.001963 Jy/beam ! Combined flux in latest and established models = 0.515531 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 194 components and 0.515531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109926Jy sigma=0.275549 ! Fit after self-cal, rms=0.109922Jy sigma=0.275544 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.109922Jy sigma=0.275544 ! Fit after self-cal, rms=0.111190Jy sigma=0.274911 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.308 mas, bmaj=4.763 mas, bpa=-11.44 degrees ! Estimated noise=8.06084 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00067179 Jy ! Component: 100 - total flux cleaned = -0.000895962 Jy ! Component: 150 - total flux cleaned = -0.000940451 Jy ! Component: 200 - total flux cleaned = -0.00106346 Jy ! Component: 250 - total flux cleaned = -0.00106355 Jy ! Component: 300 - total flux cleaned = -0.00110096 Jy ! Component: 350 - total flux cleaned = -0.00110002 Jy ! Component: 400 - total flux cleaned = -0.00106832 Jy ! Total flux subtracted in 400 components = -0.00106832 Jy ! Clean residual min=-0.008820 max=0.008127 Jy/beam ! Clean residual mean=-0.000011 rms=0.002056 Jy/beam ! Combined flux in latest and established models = 0.514463 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 207 components and 0.514463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111159Jy sigma=0.274699 ! Fit after self-cal, rms=0.111192Jy sigma=0.274660 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.000340435 Jy ! Component: 100 - total flux cleaned = -0.000377478 Jy ! Component: 150 - total flux cleaned = -0.000377272 Jy ! Component: 200 - total flux cleaned = -0.0003155 Jy ! Component: 250 - total flux cleaned = -0.000315416 Jy ! Component: 300 - total flux cleaned = -0.000287954 Jy ! Component: 350 - total flux cleaned = -0.000287393 Jy ! Component: 400 - total flux cleaned = -0.000260478 Jy ! Total flux subtracted in 400 components = -0.000260478 Jy ! Clean residual min=-0.008794 max=0.008143 Jy/beam ! Clean residual mean=-0.000012 rms=0.002053 Jy/beam ! Combined flux in latest and established models = 0.514202 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 218 components and 0.514202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111187Jy sigma=0.274626 ! Fit after self-cal, rms=0.111197Jy sigma=0.274609 ! 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=1.221 mas, bmaj=3.502 mas, bpa=-0.8667 degrees ! Estimated noise=7.18917 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.221 x 3.502 at -0.8667 degrees (North through East) ! Clean map min=-0.0089748 max=0.38758 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=0.9669 mas, bmaj=3.093 mas, bpa=1.456 degrees ! Estimated noise=9.16737 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.307158 Jy ! Component: 100 - total flux cleaned = 0.389265 Jy ! Component: 150 - total flux cleaned = 0.429042 Jy ! Component: 200 - total flux cleaned = 0.454856 Jy ! Component: 250 - total flux cleaned = 0.469875 Jy ! Component: 300 - total flux cleaned = 0.480355 Jy ! Component: 350 - total flux cleaned = 0.489331 Jy ! Component: 400 - total flux cleaned = 0.495574 Jy ! Total flux subtracted in 400 components = 0.495574 Jy ! Clean residual min=-0.013232 max=0.012237 Jy/beam ! Clean residual mean=-0.000013 rms=0.003204 Jy/beam ! Combined flux in latest and established models = 0.495574 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.495574 Jy ! Inverting map and beam ! Estimated beam: bmin=1.221 mas, bmaj=3.502 mas, bpa=-0.8667 degrees ! Estimated noise=7.18917 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) ! Added new window around map position (1.4, -0.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0134539 Jy ! Component: 100 - total flux cleaned = 0.0178838 Jy ! Component: 150 - total flux cleaned = 0.0181642 Jy ! Component: 200 - total flux cleaned = 0.0186407 Jy ! Component: 250 - total flux cleaned = 0.0186439 Jy ! Component: 300 - total flux cleaned = 0.019055 Jy ! Component: 350 - total flux cleaned = 0.0192349 Jy ! Component: 400 - total flux cleaned = 0.0194132 Jy ! Total flux subtracted in 400 components = 0.0194132 Jy ! Clean residual min=-0.008392 max=0.007766 Jy/beam ! Clean residual mean=-0.000009 rms=0.002053 Jy/beam ! Combined flux in latest and established models = 0.514987 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 103 components and 0.514987 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.308 mas, bmaj=4.763 mas, bpa=-11.44 degrees ! Estimated noise=8.06084 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00274719 Jy ! Component: 100 - total flux cleaned = 0.00340601 Jy ! Component: 150 - total flux cleaned = 0.00356148 Jy ! Component: 200 - total flux cleaned = 0.00356674 Jy ! Component: 250 - total flux cleaned = 0.00318463 Jy ! Component: 300 - total flux cleaned = 0.00306618 Jy ! Component: 350 - total flux cleaned = 0.00283894 Jy ! Component: 400 - total flux cleaned = 0.00262621 Jy ! Total flux subtracted in 400 components = 0.00262621 Jy ! Clean residual min=-0.007999 max=0.007605 Jy/beam ! Clean residual mean=-0.000013 rms=0.002008 Jy/beam ! Combined flux in latest and established models = 0.517614 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 = 2.29455e-07 Jy ! Component: 100 - total flux cleaned = 8.81264e-07 Jy ! Component: 150 - total flux cleaned = 9.41241e-05 Jy ! Component: 200 - total flux cleaned = 0.000185709 Jy ! Component: 250 - total flux cleaned = 0.000273697 Jy ! Component: 300 - total flux cleaned = 0.000357136 Jy ! Component: 350 - total flux cleaned = 0.000439381 Jy ! Component: 400 - total flux cleaned = 0.000358645 Jy ! Total flux subtracted in 400 components = 0.000358645 Jy ! Clean residual min=-0.007956 max=0.007392 Jy/beam ! Clean residual mean=-0.000010 rms=0.001933 Jy/beam ! Combined flux in latest and established models = 0.517972 Jy ! Adding 57 model components to the UV plane model. ! The established model now contains 149 components and 0.517972 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.221 mas, bmaj=3.502 mas, bpa=-0.8667 degrees ! Estimated noise=7.18917 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000484155 Jy ! Component: 100 - total flux cleaned = -0.00048489 Jy ! Component: 150 - total flux cleaned = -0.000485134 Jy ! Component: 200 - total flux cleaned = -0.000485227 Jy ! Component: 250 - total flux cleaned = -0.000598881 Jy ! Component: 300 - total flux cleaned = -0.000488709 Jy ! Component: 350 - total flux cleaned = -0.000487921 Jy ! Component: 400 - total flux cleaned = -0.000488664 Jy ! Total flux subtracted in 400 components = -0.000488664 Jy ! Clean residual min=-0.007997 max=0.006802 Jy/beam ! Clean residual mean=-0.000007 rms=0.001857 Jy/beam ! Combined flux in latest and established models = 0.517483 Jy selfcal ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 186 components and 0.517484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110399Jy sigma=0.273039 ! Fit after self-cal, rms=0.110262Jy sigma=0.272745 wmodel /scr/pima/rdv73_uvs/J0634-2335_X_map.mod ! Writing 186 model components to file: /scr/pima/rdv73_uvs/J0634-2335_X_map.mod wobs /scr/pima/rdv73_uvs/J0634-2335_X_uvs.fits ! Applying 785 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J0634-2335_X_uvs.fits wwins /scr/pima/rdv73_uvs/J0634-2335_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv73_uvs/J0634-2335_X_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.00301553 Jy ! Component: 100 - total flux cleaned = -0.00471954 Jy ! Component: 150 - total flux cleaned = -0.00609779 Jy ! Component: 200 - total flux cleaned = -0.00754615 Jy ! Component: 250 - total flux cleaned = -0.00882623 Jy ! Component: 300 - total flux cleaned = -0.00972837 Jy ! Component: 350 - total flux cleaned = -0.0106044 Jy ! Component: 400 - total flux cleaned = -0.011244 Jy ! Component: 450 - total flux cleaned = -0.0116596 Jy ! Component: 500 - total flux cleaned = -0.0122704 Jy ! Component: 550 - total flux cleaned = -0.0125693 Jy ! Component: 600 - total flux cleaned = -0.0131569 Jy ! Component: 650 - total flux cleaned = -0.0134469 Jy ! Component: 700 - total flux cleaned = -0.0138245 Jy ! Component: 750 - total flux cleaned = -0.0144721 Jy ! Component: 800 - total flux cleaned = -0.01456 Jy ! Component: 850 - total flux cleaned = -0.0144703 Jy ! Component: 900 - total flux cleaned = -0.0150885 Jy ! Component: 950 - total flux cleaned = -0.0152606 Jy ! Component: 1000 - total flux cleaned = -0.0155178 Jy ! Component: 1050 - total flux cleaned = -0.0155173 Jy ! Component: 1100 - total flux cleaned = -0.0158534 Jy ! Component: 1150 - total flux cleaned = -0.0159365 Jy ! Component: 1200 - total flux cleaned = -0.0159371 Jy ! Component: 1250 - total flux cleaned = -0.0158578 Jy ! Component: 1300 - total flux cleaned = -0.0160199 Jy ! Component: 1350 - total flux cleaned = -0.0160988 Jy ! Component: 1400 - total flux cleaned = -0.0160203 Jy ! Component: 1450 - total flux cleaned = -0.0160209 Jy ! Component: 1500 - total flux cleaned = -0.0158672 Jy ! Component: 1550 - total flux cleaned = -0.0156392 Jy ! Component: 1600 - total flux cleaned = -0.0154881 Jy ! Component: 1650 - total flux cleaned = -0.0152652 Jy ! Component: 1700 - total flux cleaned = -0.0152649 Jy ! Component: 1750 - total flux cleaned = -0.0150447 Jy ! Component: 1800 - total flux cleaned = -0.0150441 Jy ! Component: 1850 - total flux cleaned = -0.0149723 Jy ! Component: 1900 - total flux cleaned = -0.0147587 Jy ! Component: 1950 - total flux cleaned = -0.0148308 Jy ! Component: 2000 - total flux cleaned = -0.0149018 Jy ! Component: 2050 - total flux cleaned = -0.0150415 Jy ! Component: 2100 - total flux cleaned = -0.0147644 Jy ! Component: 2150 - total flux cleaned = -0.0146267 Jy ! Component: 2200 - total flux cleaned = -0.0145583 Jy ! Component: 2250 - total flux cleaned = -0.0145592 Jy ! Component: 2300 - total flux cleaned = -0.0144256 Jy ! Component: 2350 - total flux cleaned = -0.0142946 Jy ! Component: 2400 - total flux cleaned = -0.0144265 Jy ! Component: 2450 - total flux cleaned = -0.0142297 Jy ! Component: 2500 - total flux cleaned = -0.0139062 Jy ! Component: 2550 - total flux cleaned = -0.013907 Jy ! Component: 2600 - total flux cleaned = -0.0138443 Jy ! Component: 2650 - total flux cleaned = -0.0139725 Jy ! Component: 2700 - total flux cleaned = -0.0139097 Jy ! Component: 2750 - total flux cleaned = -0.0139719 Jy ! Component: 2800 - total flux cleaned = -0.0139723 Jy ! Component: 2850 - total flux cleaned = -0.013972 Jy ! Component: 2900 - total flux cleaned = -0.0139106 Jy ! Component: 2950 - total flux cleaned = -0.0138499 Jy ! Component: 3000 - total flux cleaned = -0.0137287 Jy ! Component: 3050 - total flux cleaned = -0.0135475 Jy ! Component: 3100 - total flux cleaned = -0.0136066 Jy ! Component: 3150 - total flux cleaned = -0.0134281 Jy ! Component: 3200 - total flux cleaned = -0.0133099 Jy ! Component: 3250 - total flux cleaned = -0.0134275 Jy ! Component: 3300 - total flux cleaned = -0.0134861 Jy ! Component: 3350 - total flux cleaned = -0.013312 Jy ! Component: 3400 - total flux cleaned = -0.0135424 Jy ! Component: 3450 - total flux cleaned = -0.0135998 Jy ! Component: 3500 - total flux cleaned = -0.0134855 Jy ! Component: 3550 - total flux cleaned = -0.0137117 Jy ! Component: 3600 - total flux cleaned = -0.0136557 Jy ! Component: 3650 - total flux cleaned = -0.0137678 Jy ! Component: 3700 - total flux cleaned = -0.0135451 Jy ! Component: 3750 - total flux cleaned = -0.013711 Jy ! Component: 3800 - total flux cleaned = -0.013711 Jy ! Component: 3850 - total flux cleaned = -0.0137109 Jy ! Component: 3900 - total flux cleaned = -0.0137654 Jy ! Component: 3950 - total flux cleaned = -0.013603 Jy ! Component: 4000 - total flux cleaned = -0.0136036 Jy ! Component: 4050 - total flux cleaned = -0.0137105 Jy ! Total flux subtracted in 4096 components = -0.0137637 Jy ! Clean residual min=-0.003045 max=0.002656 Jy/beam ! Clean residual mean=-0.000010 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.50372 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 470 components and 0.50372 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J0634-2335_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.221 x 3.502 at -0.8667 degrees (North through East) ! Clean map min=-0.0068253 max=0.38579 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J0634-2335_X_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.3857 rms= 0.00098 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J0634-2335_X_uvs.log closed on Sat Jan 9 17:31:47 2016