! Started logfile: /scr/pima/rdv73_uvs/J1113+1442_X_uvs.log on Sat Jan 9 17:34:08 2016 obs /scr/pima/rdv73_uvs/J1113+1442_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J1113+1442_X_uva.fits ! AN table 1: 31 integrations on 45 of 45 possible baselines. ! AN table 2: 31 integrations on 55 of 55 possible baselines. ! AN table 3: 16 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.958922 visibilities/baseline/integration-bin. ! Found source: J1113+1442 ! ! 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 11952 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/J1113+1442_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:BR self-cal status=correctable weight=1 ! 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:NY self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC 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:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NY self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 ! 2:WZ self-cal status=correctable weight=1 ! 3:KK self-cal status=correctable weight=1 ! 3: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 4 telescope corrections were flagged in sub-array 1. ! A total of 32 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 32 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 32 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 32 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=1.021611Jy sigma=10.230086 ! Fit after self-cal, rms=0.826188Jy sigma=8.180305 ! 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. flag 2:NY ! Flagging baselines of antenna 2:NY in the currently selected channels. flag 2:WZ ! Flagging baselines of antenna 2:WZ in the currently selected channels. flag 3:KK ! Flagging baselines of antenna 3: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.8397 mas, bmaj=1.566 mas, bpa=24.98 degrees ! Estimated noise=1.63819 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.133997 Jy ! Component: 100 - total flux cleaned = 0.168701 Jy ! Total flux subtracted in 100 components = 0.168701 Jy ! Clean residual min=-0.013030 max=0.026019 Jy/beam ! Clean residual mean=0.000016 rms=0.003912 Jy/beam ! Combined flux in latest and established models = 0.168701 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.168701 Jy ! ! Correcting IF 1. ! A total of 90 telescope corrections were flagged in sub-array 1. ! A total of 62 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! A total of 62 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! A total of 62 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 90 telescope corrections were flagged in sub-array 1. ! A total of 62 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.109093Jy sigma=1.066308 ! Fit after self-cal, rms=0.108466Jy sigma=1.058611 ! Inverting map and beam ! Estimated beam: bmin=0.8397 mas, bmaj=1.566 mas, bpa=24.98 degrees ! Estimated noise=1.63819 mJy/beam. ! Added new window around map position (7.4, -10.6). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0251077 Jy ! Component: 100 - total flux cleaned = 0.0413082 Jy ! Total flux subtracted in 100 components = 0.0413082 Jy ! Clean residual min=-0.011832 max=0.022296 Jy/beam ! Clean residual mean=0.000008 rms=0.003267 Jy/beam ! Combined flux in latest and established models = 0.21001 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 25 components and 0.21001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099385Jy sigma=0.956976 ! Fit after self-cal, rms=0.098783Jy sigma=0.950728 ! 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.097 mas, bmaj=1.829 mas, bpa=21.52 degrees ! Estimated noise=0.905785 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.0239714 Jy ! Component: 100 - total flux cleaned = 0.0384758 Jy ! Component: 150 - total flux cleaned = 0.0479602 Jy ! Component: 200 - total flux cleaned = 0.0544038 Jy ! Total flux subtracted in 200 components = 0.0544038 Jy ! Clean residual min=-0.012975 max=0.016129 Jy/beam ! Clean residual mean=0.000001 rms=0.003175 Jy/beam ! Combined flux in latest and established models = 0.264413 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 53 components and 0.264413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093007Jy sigma=0.869482 ! Fit after self-cal, rms=0.092961Jy sigma=0.868616 ! 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 1.03 FD 0.85 HN 1.90 LA 0.99 ! NL 1.17 NY 1.00* PT 0.91 SC 0.91 ! WZ 1.00* ZC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.03 FD 0.95 HN 1.56 KP 0.92 ! LA 1.02 MK 0.79 NY 1.00* OV 0.96 ! PT 0.90 SC 0.98 WZ 1.00* ! ! Telescope amplitude corrections in sub-array 3: ! KK 0.00* MK 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.81 HN 1.82 LA 0.97 ! NL 1.22 NY 1.00* PT 1.01 SC 0.91 ! WZ 1.00* ZC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.94 HN 1.33 KP 0.86 ! LA 0.99 MK 0.82 NY 1.00* OV 0.91 ! PT 0.96 SC 1.07 WZ 1.00* ! ! Telescope amplitude corrections in sub-array 3: ! KK 0.00* MK 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.89 HN 2.01 LA 1.03 ! NL 1.19 NY 1.00* PT 0.90 SC 0.94 ! WZ 1.00* ZC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 0.95 HN 1.47 KP 0.79 ! LA 1.06 MK 0.78 NY 1.00* OV 0.96 ! PT 0.96 SC 1.10 WZ 1.00* ! ! Telescope amplitude corrections in sub-array 3: ! KK 0.00* MK 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.86 HN 2.02 LA 1.01 ! NL 1.21 NY 1.00* PT 0.95 SC 0.91 ! WZ 1.00* ZC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 1.00 HN 1.35 KP 0.86 ! LA 1.07 MK 0.78 NY 1.00* OV 0.95 ! PT 0.93 SC 1.15 WZ 1.00* ! ! Telescope amplitude corrections in sub-array 3: ! KK 0.00* MK 0.00* ! ! ! Fit before self-cal, rms=0.092961Jy sigma=0.868616 ! Fit after self-cal, rms=0.098104Jy sigma=0.760354 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.105 mas, bmaj=1.845 mas, bpa=22.22 degrees ! Estimated noise=0.915864 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.00590282 Jy ! Component: 100 - total flux cleaned = -0.00623282 Jy ! Component: 150 - total flux cleaned = -0.00655394 Jy ! Component: 200 - total flux cleaned = -0.0067434 Jy ! Total flux subtracted in 200 components = -0.0067434 Jy ! Clean residual min=-0.005638 max=0.004960 Jy/beam ! Clean residual mean=-0.000009 rms=0.001217 Jy/beam ! Combined flux in latest and established models = 0.25767 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 62 components and 0.25767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097561Jy sigma=0.754004 ! Fit after self-cal, rms=0.098159Jy sigma=0.751594 ! 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.098159Jy sigma=0.751594 ! Fit after self-cal, rms=0.099355Jy sigma=0.750511 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.106 mas, bmaj=1.846 mas, bpa=22.58 degrees ! Estimated noise=0.913505 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00353624 Jy ! Component: 100 - total flux cleaned = -0.00404586 Jy ! Component: 150 - total flux cleaned = -0.0042144 Jy ! Component: 200 - total flux cleaned = -0.00428727 Jy ! Total flux subtracted in 200 components = -0.00428727 Jy ! Clean residual min=-0.004911 max=0.004534 Jy/beam ! Clean residual mean=-0.000006 rms=0.001085 Jy/beam ! Combined flux in latest and established models = 0.253383 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.253383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099122Jy sigma=0.747531 ! Fit after self-cal, rms=0.099103Jy sigma=0.747078 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.00105052 Jy ! Component: 100 - total flux cleaned = -0.00111382 Jy ! Component: 150 - total flux cleaned = -0.00111197 Jy ! Component: 200 - total flux cleaned = -0.00122165 Jy ! Total flux subtracted in 200 components = -0.00122165 Jy ! Clean residual min=-0.004723 max=0.004417 Jy/beam ! Clean residual mean=-0.000006 rms=0.001049 Jy/beam ! Combined flux in latest and established models = 0.252161 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 68 components and 0.252161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099027Jy sigma=0.745930 ! Fit after self-cal, rms=0.099018Jy sigma=0.745806 ! 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.099018Jy sigma=0.745806 ! Fit after self-cal, rms=0.100673Jy sigma=0.744813 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.108 mas, bmaj=1.851 mas, bpa=23.02 degrees ! Estimated noise=0.915177 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00216513 Jy ! Component: 100 - total flux cleaned = -0.00240096 Jy ! Component: 150 - total flux cleaned = -0.00246777 Jy ! Component: 200 - total flux cleaned = -0.00252877 Jy ! Total flux subtracted in 200 components = -0.00252877 Jy ! Clean residual min=-0.004048 max=0.004224 Jy/beam ! Clean residual mean=-0.000004 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.249632 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 69 components and 0.249632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100565Jy sigma=0.743303 ! Fit after self-cal, rms=0.100573Jy sigma=0.743162 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (10.4, 31.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00365493 Jy ! Component: 100 - total flux cleaned = 0.00350006 Jy ! Component: 150 - total flux cleaned = 0.00336726 Jy ! Component: 200 - total flux cleaned = 0.0032424 Jy ! Total flux subtracted in 200 components = 0.0032424 Jy ! Clean residual min=-0.003865 max=0.004163 Jy/beam ! Clean residual mean=-0.000002 rms=0.000919 Jy/beam ! Combined flux in latest and established models = 0.252875 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 0.252875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100387Jy sigma=0.741139 ! Fit after self-cal, rms=0.100395Jy sigma=0.741004 ! Inverting map ! Added new window around map position (-10.4, 27.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0012393 Jy ! Component: 100 - total flux cleaned = 0.00135602 Jy ! Component: 150 - total flux cleaned = 0.00179291 Jy ! Component: 200 - total flux cleaned = 0.00210143 Jy ! Total flux subtracted in 200 components = 0.00210143 Jy ! Clean residual min=-0.003741 max=0.003769 Jy/beam ! Clean residual mean=-0.000000 rms=0.000838 Jy/beam ! Combined flux in latest and established models = 0.254976 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 99 components and 0.254976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100172Jy sigma=0.738642 ! Fit after self-cal, rms=0.100206Jy sigma=0.738501 ! 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.100206Jy sigma=0.738501 ! Fit after self-cal, rms=0.101185Jy sigma=0.737934 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.538 mas, bmaj=2.757 mas, bpa=-53.43 degrees ! Estimated noise=1.06838 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000949224 Jy ! Component: 100 - total flux cleaned = -0.0014821 Jy ! Component: 150 - total flux cleaned = -0.00173459 Jy ! Component: 200 - total flux cleaned = -0.0018705 Jy ! Total flux subtracted in 200 components = -0.0018705 Jy ! Clean residual min=-0.003641 max=0.004383 Jy/beam ! Clean residual mean=-0.000002 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.253106 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 112 components and 0.253106 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101148Jy sigma=0.737541 ! Fit after self-cal, rms=0.101155Jy sigma=0.737452 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (26.8, -21.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00364966 Jy ! Component: 100 - total flux cleaned = 0.00461002 Jy ! Component: 150 - total flux cleaned = 0.00527462 Jy ! Component: 200 - total flux cleaned = 0.00552133 Jy ! Total flux subtracted in 200 components = 0.00552133 Jy ! Clean residual min=-0.003014 max=0.002662 Jy/beam ! Clean residual mean=-0.000007 rms=0.000746 Jy/beam ! Combined flux in latest and established models = 0.258627 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 141 components and 0.258627 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101065Jy sigma=0.735974 ! Fit after self-cal, rms=0.101058Jy sigma=0.735854 ! 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. ! Applying 2560 buffered edits. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1: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:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 selfant 2:SC,true ! 2:SC self-cal status=fixed weight=1 selfant 3:MK,true ! 3: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 3 telescope corrections were flagged in sub-array 1. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.109370Jy sigma=0.849357 ! Fit after self-cal, rms=0.102855Jy sigma=0.811545 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:NY self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 1:SC 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:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NY self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 ! 2:WZ self-cal status=correctable weight=1 ! 3:KK self-cal status=correctable weight=1 ! 3: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 1 telescope corrections were flagged in sub-array 1. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 16 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.102855Jy sigma=0.811545 ! Fit after self-cal, rms=0.103565Jy sigma=0.805684 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 ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Estimated beam: bmin=0.4721 mas, bmaj=1.203 mas, bpa=-15.31 degrees ! Estimated noise=1.12043 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.00426498 Jy ! Component: 100 - total flux cleaned = -0.00511264 Jy ! Component: 150 - total flux cleaned = -0.00515807 Jy ! Component: 200 - total flux cleaned = -0.00384018 Jy ! Total flux subtracted in 200 components = -0.00384018 Jy ! Clean residual min=-0.006236 max=0.007371 Jy/beam ! Clean residual mean=-0.000000 rms=0.001269 Jy/beam ! Combined flux in latest and established models = 0.254787 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 157 components and 0.254787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101277Jy sigma=0.775640 ! Fit after self-cal, rms=0.100595Jy sigma=0.768272 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Added new window around map position (5, -3.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00324748 Jy ! Component: 100 - total flux cleaned = 0.00472488 Jy ! Component: 150 - total flux cleaned = 0.00455113 Jy ! Component: 200 - total flux cleaned = 0.00575303 Jy ! Total flux subtracted in 200 components = 0.00575303 Jy ! Clean residual min=-0.005505 max=0.005844 Jy/beam ! Clean residual mean=-0.000000 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.26054 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 179 components and 0.26054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100148Jy sigma=0.763513 ! Fit after self-cal, rms=0.100119Jy sigma=0.763202 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Added new window around map position (-3.4, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00416962 Jy ! Component: 100 - total flux cleaned = 0.0051173 Jy ! Component: 150 - total flux cleaned = 0.00586018 Jy ! Component: 200 - total flux cleaned = 0.00671033 Jy ! Total flux subtracted in 200 components = 0.00671033 Jy ! Clean residual min=-0.004916 max=0.005105 Jy/beam ! Clean residual mean=-0.000001 rms=0.001065 Jy/beam ! Combined flux in latest and established models = 0.26725 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 197 components and 0.26725 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099926Jy sigma=0.760711 ! Fit after self-cal, rms=0.099908Jy sigma=0.760451 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Added new window around map position (9, -19). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00174394 Jy ! Component: 100 - total flux cleaned = 0.00133542 Jy ! Component: 150 - total flux cleaned = 0.00185423 Jy ! Component: 200 - total flux cleaned = 0.00210112 Jy ! Total flux subtracted in 200 components = 0.00210112 Jy ! Clean residual min=-0.004542 max=0.004791 Jy/beam ! Clean residual mean=-0.000001 rms=0.001008 Jy/beam ! Combined flux in latest and established models = 0.269351 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 218 components and 0.269351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099757Jy sigma=0.758193 ! Fit after self-cal, rms=0.099761Jy sigma=0.757992 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec 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 ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Estimated beam: bmin=0.57 mas, bmaj=1.406 mas, bpa=-14.06 degrees ! Estimated noise=0.680415 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 (-1.6, 4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00055075 Jy ! Component: 100 - total flux cleaned = -0.000375656 Jy ! Component: 150 - total flux cleaned = -0.000848143 Jy ! Component: 200 - total flux cleaned = -0.00127863 Jy ! Component: 250 - total flux cleaned = -0.00167688 Jy ! Component: 300 - total flux cleaned = -0.00205276 Jy ! Component: 350 - total flux cleaned = -0.0022298 Jy ! Component: 400 - total flux cleaned = -0.00248812 Jy ! Total flux subtracted in 400 components = -0.00248812 Jy ! Clean residual min=-0.003069 max=0.003174 Jy/beam ! Clean residual mean=-0.000003 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.266863 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 264 components and 0.266863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099315Jy sigma=0.752593 ! Fit after self-cal, rms=0.099297Jy sigma=0.752454 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Added new window around map position (-4.2, 9). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000599159 Jy ! Component: 100 - total flux cleaned = -0.000995462 Jy ! Component: 150 - total flux cleaned = -0.00152773 Jy ! Component: 200 - total flux cleaned = -0.00219757 Jy ! Component: 250 - total flux cleaned = -0.00283282 Jy ! Component: 300 - total flux cleaned = -0.00344149 Jy ! Component: 350 - total flux cleaned = -0.00373542 Jy ! Component: 400 - total flux cleaned = -0.00415997 Jy ! Total flux subtracted in 400 components = -0.00415997 Jy ! Clean residual min=-0.002347 max=0.002573 Jy/beam ! Clean residual mean=-0.000002 rms=0.000587 Jy/beam ! Combined flux in latest and established models = 0.262703 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 298 components and 0.262703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099038Jy sigma=0.749192 ! Fit after self-cal, rms=0.099020Jy sigma=0.749086 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Added new window around map position (-0.8, -27.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001175 Jy ! Component: 100 - total flux cleaned = 0.000877794 Jy ! Component: 150 - total flux cleaned = 0.000879945 Jy ! Component: 200 - total flux cleaned = 0.000815897 Jy ! Component: 250 - total flux cleaned = 0.000817883 Jy ! Component: 300 - total flux cleaned = 0.000755679 Jy ! Component: 350 - total flux cleaned = 0.00063444 Jy ! Component: 400 - total flux cleaned = 0.000516656 Jy ! Total flux subtracted in 400 components = 0.000516656 Jy ! Clean residual min=-0.002169 max=0.002320 Jy/beam ! Clean residual mean=-0.000002 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.26322 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 327 components and 0.26322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098840Jy sigma=0.747117 ! Fit after self-cal, rms=0.098834Jy sigma=0.747082 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Added new window around map position (-15.6, 50.6). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124045 Jy ! Component: 100 - total flux cleaned = 0.00148436 Jy ! Component: 150 - total flux cleaned = 0.00142546 Jy ! Component: 200 - total flux cleaned = 0.00153762 Jy ! Component: 250 - total flux cleaned = 0.00137092 Jy ! Component: 300 - total flux cleaned = 0.00126343 Jy ! Component: 350 - total flux cleaned = 0.00121097 Jy ! Component: 400 - total flux cleaned = 0.00110773 Jy ! Total flux subtracted in 400 components = 0.00110773 Jy ! Clean residual min=-0.002074 max=0.002105 Jy/beam ! Clean residual mean=-0.000002 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.264327 Jy ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 354 components and 0.264327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098699Jy sigma=0.745806 ! Fit after self-cal, rms=0.098697Jy sigma=0.745764 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Added new window around map position (-16.4, -45). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00137605 Jy ! Component: 100 - total flux cleaned = 0.0014372 Jy ! Component: 150 - total flux cleaned = 0.00143753 Jy ! Component: 200 - total flux cleaned = 0.0014371 Jy ! Component: 250 - total flux cleaned = 0.00138539 Jy ! Component: 300 - total flux cleaned = 0.00143434 Jy ! Component: 350 - total flux cleaned = 0.00143464 Jy ! Component: 400 - total flux cleaned = 0.00138735 Jy ! Total flux subtracted in 400 components = 0.00138735 Jy ! Clean residual min=-0.001989 max=0.002002 Jy/beam ! Clean residual mean=-0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.265715 Jy ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 392 components and 0.265715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098564Jy sigma=0.744621 ! Fit after self-cal, rms=0.098563Jy sigma=0.744582 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec 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.000168137 Jy ! Component: 100 - total flux cleaned = 0.000214351 Jy ! Component: 150 - total flux cleaned = 0.000123993 Jy ! Component: 200 - total flux cleaned = 0.00012385 Jy ! Component: 250 - total flux cleaned = 0.000124794 Jy ! Component: 300 - total flux cleaned = 0.000254581 Jy ! Component: 350 - total flux cleaned = 0.000296624 Jy ! Component: 400 - total flux cleaned = 0.00017144 Jy ! Total flux subtracted in 400 components = 0.00017144 Jy ! Clean residual min=-0.001975 max=0.001919 Jy/beam ! Clean residual mean=-0.000002 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.265886 Jy ! Performing phase self-cal ! Adding 107 model components to the UV plane model. ! The established model now contains 412 components and 0.265886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098482Jy sigma=0.743938 ! Fit after self-cal, rms=0.098483Jy sigma=0.743928 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. ! Applying 2560 buffered edits. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 32 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 32 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 32 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! A total of 32 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.100243Jy sigma=0.759152 ! Fit after self-cal, rms=0.099218Jy sigma=0.742435 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Estimated beam: bmin=0.5729 mas, bmaj=1.399 mas, bpa=-13.96 degrees ! Estimated noise=0.682304 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000656655 Jy ! Component: 100 - total flux cleaned = -0.0012208 Jy ! Component: 150 - total flux cleaned = -0.00157434 Jy ! Component: 200 - total flux cleaned = -0.00185696 Jy ! Component: 250 - total flux cleaned = -0.0020353 Jy ! Component: 300 - total flux cleaned = -0.0021641 Jy ! Component: 350 - total flux cleaned = -0.0023718 Jy ! Component: 400 - total flux cleaned = -0.00261071 Jy ! Total flux subtracted in 400 components = -0.00261071 Jy ! Clean residual min=-0.001912 max=0.001730 Jy/beam ! Clean residual mean=-0.000001 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.263276 Jy selfcal ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 436 components and 0.263276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099120Jy sigma=0.741354 ! Fit after self-cal, rms=0.099127Jy sigma=0.741322 flux_cutoff = imstat(rms) * dynam ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.98255e-05 Jy ! Component: 100 - total flux cleaned = -0.00018399 Jy ! Component: 150 - total flux cleaned = -0.00025784 Jy ! Component: 200 - total flux cleaned = -0.00029393 Jy ! Component: 250 - total flux cleaned = -0.000258758 Jy ! Component: 300 - total flux cleaned = -0.00040049 Jy ! Component: 350 - total flux cleaned = -0.000366414 Jy ! Component: 400 - total flux cleaned = -0.00043458 Jy ! Total flux subtracted in 400 components = -0.00043458 Jy ! Clean residual min=-0.001822 max=0.001752 Jy/beam ! Clean residual mean=-0.000001 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.262841 Jy ! Performing phase self-cal ! Adding 104 model components to the UV plane model. ! The established model now contains 463 components and 0.262841 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099070Jy sigma=0.740841 ! Fit after self-cal, rms=0.099072Jy sigma=0.740834 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec 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.099072Jy sigma=0.740834 ! Fit after self-cal, rms=0.100007Jy sigma=0.740557 clean clean_niter,clean_gain ! Inverting map and beam ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Estimated beam: bmin=0.5743 mas, bmaj=1.395 mas, bpa=-13.92 degrees ! Estimated noise=0.684863 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000123869 Jy ! Component: 100 - total flux cleaned = -0.000523107 Jy ! Component: 150 - total flux cleaned = -0.000920105 Jy ! Component: 200 - total flux cleaned = -0.00106763 Jy ! Component: 250 - total flux cleaned = -0.00103316 Jy ! Component: 300 - total flux cleaned = -0.00117064 Jy ! Component: 350 - total flux cleaned = -0.00113672 Jy ! Component: 400 - total flux cleaned = -0.00126775 Jy ! Total flux subtracted in 400 components = -0.00126775 Jy ! Clean residual min=-0.001826 max=0.001688 Jy/beam ! Clean residual mean=-0.000000 rms=0.000405 Jy/beam ! Combined flux in latest and established models = 0.261573 Jy selfcal ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 489 components and 0.261573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099950Jy sigma=0.739958 ! Fit after self-cal, rms=0.099960Jy sigma=0.739949 flux_cutoff = imstat(rms) * dynam ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.39376e-06 Jy ! Component: 100 - total flux cleaned = -2.7724e-05 Jy ! Component: 150 - total flux cleaned = 6.72391e-05 Jy ! Component: 200 - total flux cleaned = 0.000129719 Jy ! Component: 250 - total flux cleaned = 0.000129795 Jy ! Component: 300 - total flux cleaned = 0.000220551 Jy ! Component: 350 - total flux cleaned = 0.000250194 Jy ! Component: 400 - total flux cleaned = 0.000220533 Jy ! Total flux subtracted in 400 components = 0.000220533 Jy ! Clean residual min=-0.001762 max=0.001692 Jy/beam ! Clean residual mean=-0.000000 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.261794 Jy ! Performing phase self-cal ! Adding 113 model components to the UV plane model. ! The established model now contains 514 components and 0.261793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099919Jy sigma=0.739632 ! Fit after self-cal, rms=0.099922Jy sigma=0.739627 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec 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.099922Jy sigma=0.739627 ! Fit after self-cal, rms=0.100990Jy sigma=0.727727 clean clean_niter,clean_gain ! Inverting map and beam ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Estimated beam: bmin=2.531 mas, bmaj=2.551 mas, bpa=-43.82 degrees ! Estimated noise=1.00275 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102213 Jy ! Component: 100 - total flux cleaned = -0.00166479 Jy ! Component: 150 - total flux cleaned = -0.0021726 Jy ! Component: 200 - total flux cleaned = -0.00253889 Jy ! Component: 250 - total flux cleaned = -0.00285432 Jy ! Component: 300 - total flux cleaned = -0.00321445 Jy ! Component: 350 - total flux cleaned = -0.0035562 Jy ! Component: 400 - total flux cleaned = -0.00382896 Jy ! Total flux subtracted in 400 components = -0.00382896 Jy ! Clean residual min=-0.001605 max=0.001541 Jy/beam ! Clean residual mean=-0.000002 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.257965 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 542 components and 0.257965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100981Jy sigma=0.727544 ! Fit after self-cal, rms=0.100981Jy sigma=0.727422 flux_cutoff = imstat(rms) * dynam ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec 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.000369624 Jy ! Component: 100 - total flux cleaned = -0.000725157 Jy ! Component: 150 - total flux cleaned = -0.000931693 Jy ! Component: 200 - total flux cleaned = -0.00115474 Jy ! Component: 250 - total flux cleaned = -0.0013451 Jy ! Component: 300 - total flux cleaned = -0.00150524 Jy ! Component: 350 - total flux cleaned = -0.00166008 Jy ! Component: 400 - total flux cleaned = -0.00174586 Jy ! Total flux subtracted in 400 components = -0.00174586 Jy ! Clean residual min=-0.001521 max=0.001504 Jy/beam ! Clean residual mean=-0.000002 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.256219 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 566 components and 0.256219 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100980Jy sigma=0.727413 ! Fit after self-cal, rms=0.100980Jy sigma=0.727401 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec 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 ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Estimated beam: bmin=0.5754 mas, bmaj=1.393 mas, bpa=-13.88 degrees ! Estimated noise=0.687822 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.5754 x 1.393 at -13.88 degrees (North through East) ! Clean map min=-0.0036603 max=0.16727 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 ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Estimated beam: bmin=0.4761 mas, bmaj=1.185 mas, bpa=-15.15 degrees ! Estimated noise=1.1382 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.127287 Jy ! Component: 100 - total flux cleaned = 0.160003 Jy ! Component: 150 - total flux cleaned = 0.175969 Jy ! Component: 200 - total flux cleaned = 0.187034 Jy ! Component: 250 - total flux cleaned = 0.195954 Jy ! Component: 300 - total flux cleaned = 0.203051 Jy ! Component: 350 - total flux cleaned = 0.208358 Jy ! Component: 400 - total flux cleaned = 0.212624 Jy ! Total flux subtracted in 400 components = 0.212624 Jy ! Clean residual min=-0.004958 max=0.005790 Jy/beam ! Clean residual mean=0.000003 rms=0.001093 Jy/beam ! Combined flux in latest and established models = 0.212624 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.212624 Jy ! Inverting map and beam ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Estimated beam: bmin=0.5754 mas, bmaj=1.393 mas, bpa=-13.88 degrees ! Estimated noise=0.687822 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.00994591 Jy ! Component: 100 - total flux cleaned = 0.0163916 Jy ! Component: 150 - total flux cleaned = 0.0211683 Jy ! Component: 200 - total flux cleaned = 0.0243074 Jy ! Component: 250 - total flux cleaned = 0.0256895 Jy ! Component: 300 - total flux cleaned = 0.0260766 Jy ! Component: 350 - total flux cleaned = 0.0267996 Jy ! Component: 400 - total flux cleaned = 0.0269131 Jy ! Total flux subtracted in 400 components = 0.0269131 Jy ! Clean residual min=-0.003069 max=0.003656 Jy/beam ! Clean residual mean=0.000003 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.239537 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 108 components and 0.239537 Jy ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Added new window around map position (1.6, 0). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000765086 Jy ! Component: 100 - total flux cleaned = 0.000983515 Jy ! Component: 150 - total flux cleaned = 0.00108247 Jy ! Component: 200 - total flux cleaned = 0.00108275 Jy ! Component: 250 - total flux cleaned = 0.00144485 Jy ! Component: 300 - total flux cleaned = 0.0017924 Jy ! Component: 350 - total flux cleaned = 0.00213005 Jy ! Component: 400 - total flux cleaned = 0.00253511 Jy ! Total flux subtracted in 400 components = 0.00253511 Jy ! Clean residual min=-0.002782 max=0.002659 Jy/beam ! Clean residual mean=0.000002 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.242072 Jy ! Adding 78 model components to the UV plane model. ! The established model now contains 152 components and 0.242072 Jy ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec 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 ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Estimated beam: bmin=2.531 mas, bmaj=2.551 mas, bpa=-43.82 degrees ! Estimated noise=1.00275 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218533 Jy ! Component: 100 - total flux cleaned = 0.00266723 Jy ! Component: 150 - total flux cleaned = 0.00299367 Jy ! Component: 200 - total flux cleaned = 0.00284558 Jy ! Component: 250 - total flux cleaned = 0.00291224 Jy ! Component: 300 - total flux cleaned = 0.00309933 Jy ! Component: 350 - total flux cleaned = 0.00327389 Jy ! Component: 400 - total flux cleaned = 0.00355342 Jy ! Total flux subtracted in 400 components = 0.00355342 Jy ! Clean residual min=-0.002126 max=0.002102 Jy/beam ! Clean residual mean=0.000001 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.245626 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.000424938 Jy ! Component: 100 - total flux cleaned = 0.000778013 Jy ! Component: 150 - total flux cleaned = 0.0010673 Jy ! Component: 200 - total flux cleaned = 0.00143681 Jy ! Component: 250 - total flux cleaned = 0.00170238 Jy ! Component: 300 - total flux cleaned = 0.00196007 Jy ! Component: 350 - total flux cleaned = 0.00233134 Jy ! Component: 400 - total flux cleaned = 0.00257214 Jy ! Total flux subtracted in 400 components = 0.00257214 Jy ! Clean residual min=-0.001916 max=0.001771 Jy/beam ! Clean residual mean=0.000000 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.248198 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 239 components and 0.248198 Jy ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! Estimated beam: bmin=0.5754 mas, bmaj=1.393 mas, bpa=-13.88 degrees ! Estimated noise=0.687822 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000955907 Jy ! Component: 100 - total flux cleaned = -0.00118489 Jy ! Component: 150 - total flux cleaned = -0.00104777 Jy ! Component: 200 - total flux cleaned = -0.000849616 Jy ! Component: 250 - total flux cleaned = -0.000784312 Jy ! Component: 300 - total flux cleaned = -0.000600439 Jy ! Component: 350 - total flux cleaned = -0.000482472 Jy ! Component: 400 - total flux cleaned = -0.000366312 Jy ! Total flux subtracted in 400 components = -0.000366312 Jy ! Clean residual min=-0.002222 max=0.002022 Jy/beam ! Clean residual mean=0.000001 rms=0.000463 Jy/beam ! Combined flux in latest and established models = 0.247832 Jy selfcal ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 290 components and 0.247832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101393Jy sigma=0.730886 ! Fit after self-cal, rms=0.101346Jy sigma=0.730351 wmodel /scr/pima/rdv73_uvs/J1113+1442_X_map.mod ! Writing 290 model components to file: /scr/pima/rdv73_uvs/J1113+1442_X_map.mod wobs /scr/pima/rdv73_uvs/J1113+1442_X_uvs.fits ! Applying 1283 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J1113+1442_X_uvs.fits wwins /scr/pima/rdv73_uvs/J1113+1442_X_map.win ! wwins: Wrote 14 windows to /scr/pima/rdv73_uvs/J1113+1442_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000164502 Jy ! Component: 100 - total flux cleaned = -0.000453432 Jy ! Component: 150 - total flux cleaned = -0.000833792 Jy ! Component: 200 - total flux cleaned = -0.00106771 Jy ! Component: 250 - total flux cleaned = -0.00136062 Jy ! Component: 300 - total flux cleaned = -0.00158289 Jy ! Component: 350 - total flux cleaned = -0.00173889 Jy ! Component: 400 - total flux cleaned = -0.00201443 Jy ! Component: 450 - total flux cleaned = -0.00225436 Jy ! Component: 500 - total flux cleaned = -0.00234244 Jy ! Component: 550 - total flux cleaned = -0.00248779 Jy ! Component: 600 - total flux cleaned = -0.00260219 Jy ! Component: 650 - total flux cleaned = -0.00268664 Jy ! Component: 700 - total flux cleaned = -0.00285371 Jy ! Component: 750 - total flux cleaned = -0.00290853 Jy ! Component: 800 - total flux cleaned = -0.00304498 Jy ! Component: 850 - total flux cleaned = -0.00315261 Jy ! Component: 900 - total flux cleaned = -0.00328571 Jy ! Component: 950 - total flux cleaned = -0.00333823 Jy ! Component: 1000 - total flux cleaned = -0.00341661 Jy ! Component: 1050 - total flux cleaned = -0.00344226 Jy ! Component: 1100 - total flux cleaned = -0.00351914 Jy ! Component: 1150 - total flux cleaned = -0.00351941 Jy ! Component: 1200 - total flux cleaned = -0.00356989 Jy ! Component: 1250 - total flux cleaned = -0.00369463 Jy ! Component: 1300 - total flux cleaned = -0.00369444 Jy ! Component: 1350 - total flux cleaned = -0.00371891 Jy ! Component: 1400 - total flux cleaned = -0.00379234 Jy ! Component: 1450 - total flux cleaned = -0.00386472 Jy ! Component: 1500 - total flux cleaned = -0.00391284 Jy ! Component: 1550 - total flux cleaned = -0.0038889 Jy ! Component: 1600 - total flux cleaned = -0.00396015 Jy ! Component: 1650 - total flux cleaned = -0.00403099 Jy ! Component: 1700 - total flux cleaned = -0.00403113 Jy ! Component: 1750 - total flux cleaned = -0.00407743 Jy ! Component: 1800 - total flux cleaned = -0.00412381 Jy ! Component: 1850 - total flux cleaned = -0.00419302 Jy ! Component: 1900 - total flux cleaned = -0.0041471 Jy ! Component: 1950 - total flux cleaned = -0.00421542 Jy ! Component: 2000 - total flux cleaned = -0.00414753 Jy ! Component: 2050 - total flux cleaned = -0.00423766 Jy ! Component: 2100 - total flux cleaned = -0.00428254 Jy ! Component: 2150 - total flux cleaned = -0.00434947 Jy ! Component: 2200 - total flux cleaned = -0.00439372 Jy ! Component: 2250 - total flux cleaned = -0.00441574 Jy ! Component: 2300 - total flux cleaned = -0.0044599 Jy ! Component: 2350 - total flux cleaned = -0.00456906 Jy ! Component: 2400 - total flux cleaned = -0.00459051 Jy ! Component: 2450 - total flux cleaned = -0.00469862 Jy ! Component: 2500 - total flux cleaned = -0.00469886 Jy ! Component: 2550 - total flux cleaned = -0.00474148 Jy ! Component: 2600 - total flux cleaned = -0.00474161 Jy ! Component: 2650 - total flux cleaned = -0.00484749 Jy ! Component: 2700 - total flux cleaned = -0.00484758 Jy ! Component: 2750 - total flux cleaned = -0.00488951 Jy ! Component: 2800 - total flux cleaned = -0.00499392 Jy ! Component: 2850 - total flux cleaned = -0.00493167 Jy ! Component: 2900 - total flux cleaned = -0.00507662 Jy ! Component: 2950 - total flux cleaned = -0.00522088 Jy ! Component: 3000 - total flux cleaned = -0.00515937 Jy ! Component: 3050 - total flux cleaned = -0.00534305 Jy ! Component: 3100 - total flux cleaned = -0.00532265 Jy ! Component: 3150 - total flux cleaned = -0.00540355 Jy ! Component: 3200 - total flux cleaned = -0.00546396 Jy ! Component: 3250 - total flux cleaned = -0.00540367 Jy ! Component: 3300 - total flux cleaned = -0.00558374 Jy ! Component: 3350 - total flux cleaned = -0.00548424 Jy ! Component: 3400 - total flux cleaned = -0.00556352 Jy ! Component: 3450 - total flux cleaned = -0.00566228 Jy ! Component: 3500 - total flux cleaned = -0.00562275 Jy ! Component: 3550 - total flux cleaned = -0.00568166 Jy ! Component: 3600 - total flux cleaned = -0.00570126 Jy ! Component: 3650 - total flux cleaned = -0.00579851 Jy ! Component: 3700 - total flux cleaned = -0.00581786 Jy ! Component: 3750 - total flux cleaned = -0.00585653 Jy ! Component: 3800 - total flux cleaned = -0.0059335 Jy ! Component: 3850 - total flux cleaned = -0.00599088 Jy ! Component: 3900 - total flux cleaned = -0.00599077 Jy ! Component: 3950 - total flux cleaned = -0.00600991 Jy ! Component: 4000 - total flux cleaned = -0.00604776 Jy ! Component: 4050 - total flux cleaned = -0.0061799 Jy ! Total flux subtracted in 4096 components = -0.0061987 Jy ! Clean residual min=-0.001021 max=0.001128 Jy/beam ! Clean residual mean=0.000001 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.241633 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 600 components and 0.241633 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J1113+1442_X\_map.fits" ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.5754 x 1.393 at -13.88 degrees (North through East) ! Clean map min=-0.0028449 max=0.17005 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J1113+1442_X_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map ! Your choice of large map pixels excluded 4.12% of the data. ! The x-axis pixel size should ideally be below 0.1701 milli-arcsec 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.17 rms= 0.0003 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J1113+1442_X_uvs.log closed on Sat Jan 9 17:34:15 2016