! Started logfile: /scr/pima/rdv73_uvs/J1957-3845_S_uvs.log on Sat Jan 9 17:52:53 2016 obs /scr/pima/rdv73_uvs/J1957-3845_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J1957-3845_S_uva.fits ! AN table 1: 4 integrations on 1 of 1 possible baselines. ! AN table 2: 3 integrations on 10 of 10 possible baselines. ! AN table 3: 4 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.93617 visibilities/baseline/integration-bin. ! Found source: J1957-3845 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23299e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26299e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35299e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37299e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 352 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv73_uvs/J1957-3845_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:KK self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA 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 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=2.408694Jy sigma=5.501879 ! Fit after self-cal, rms=1.292289Jy sigma=2.847356 ! 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:KK ! Flagging baselines of antenna 1: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=2.859 mas, bmaj=37.94 mas, bpa=6.433 degrees ! Estimated noise=26.5156 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 = 1.62165 Jy ! Component: 100 - total flux cleaned = 1.98536 Jy ! Total flux subtracted in 100 components = 1.98536 Jy ! Clean residual min=-0.112309 max=0.133611 Jy/beam ! Clean residual mean=-0.001599 rms=0.038521 Jy/beam ! Combined flux in latest and established models = 1.98536 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 1.98536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.487976Jy sigma=0.976318 ! Fit after self-cal, rms=0.487954Jy sigma=0.976271 ! 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=4.099 mas, bmaj=38.9 mas, bpa=5.6 degrees ! Estimated noise=19.4447 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.19414 Jy ! Component: 100 - total flux cleaned = 0.262332 Jy ! Component: 150 - total flux cleaned = 0.262627 Jy ! Component: 200 - total flux cleaned = 0.260436 Jy ! Total flux subtracted in 200 components = 0.260436 Jy ! Clean residual min=-0.109066 max=0.093789 Jy/beam ! Clean residual mean=0.000099 rms=0.034387 Jy/beam ! Combined flux in latest and established models = 2.2458 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 58 components and 2.2458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.392663Jy sigma=0.836179 ! Fit after self-cal, rms=0.392663Jy sigma=0.836055 ! 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: ! KK 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.90 KP 1.07 LA 1.00 PT 1.10 ! SC 0.99 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.92 KP 1.02 LA 1.01 OV 0.95 ! PT 1.15 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! KK 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.01 KP 1.11 LA 0.95 PT 1.06 ! SC 1.06 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.97 KP 1.03 LA 0.92 OV 1.08 ! PT 1.19 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! KK 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.99 KP 1.10 LA 0.88 PT 1.13 ! SC 0.96 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.94 KP 1.06 LA 0.87 OV 1.08 ! PT 1.18 SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! KK 0.00* MK 0.00* ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 KP 0.98 LA 0.74 PT 0.95 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 3: ! FD 0.96 KP 0.94 LA 0.74 OV 0.89 ! PT 1.00 SC 1.00 ! ! ! Fit before self-cal, rms=0.392663Jy sigma=0.836055 ! Fit after self-cal, rms=0.177283Jy sigma=0.453679 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.111 mas, bmaj=38.71 mas, bpa=5.655 degrees ! Estimated noise=19.3248 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.0185072 Jy ! Component: 100 - total flux cleaned = 0.025241 Jy ! Component: 150 - total flux cleaned = 0.0275647 Jy ! Component: 200 - total flux cleaned = 0.0289447 Jy ! Total flux subtracted in 200 components = 0.0289447 Jy ! Clean residual min=-0.023566 max=0.028437 Jy/beam ! Clean residual mean=0.000701 rms=0.008831 Jy/beam ! Combined flux in latest and established models = 2.27474 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 89 components and 2.27474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.175235Jy sigma=0.449009 ! Fit after self-cal, rms=0.175207Jy sigma=0.448610 ! 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.175207Jy sigma=0.448610 ! Fit after self-cal, rms=0.174928Jy sigma=0.447877 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.109 mas, bmaj=38.66 mas, bpa=5.643 degrees ! Estimated noise=19.327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100431 Jy ! Component: 100 - total flux cleaned = 0.0137143 Jy ! Component: 150 - total flux cleaned = 0.0147392 Jy ! Component: 200 - total flux cleaned = 0.0154446 Jy ! Total flux subtracted in 200 components = 0.0154446 Jy ! Clean residual min=-0.022040 max=0.026056 Jy/beam ! Clean residual mean=0.000582 rms=0.008250 Jy/beam ! Combined flux in latest and established models = 2.29019 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 111 components and 2.29019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174258Jy sigma=0.446345 ! Fit after self-cal, rms=0.174228Jy sigma=0.446302 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.00120117 Jy ! Component: 100 - total flux cleaned = 0.00173406 Jy ! Component: 150 - total flux cleaned = 0.00209426 Jy ! Component: 200 - total flux cleaned = 0.00242079 Jy ! Total flux subtracted in 200 components = 0.00242079 Jy ! Clean residual min=-0.021813 max=0.026258 Jy/beam ! Clean residual mean=0.000582 rms=0.008126 Jy/beam ! Combined flux in latest and established models = 2.29261 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 143 components and 2.29261 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174057Jy sigma=0.445958 ! Fit after self-cal, rms=0.174063Jy sigma=0.445945 ! 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.174063Jy sigma=0.445945 ! Fit after self-cal, rms=0.174401Jy sigma=0.446188 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.1 mas, bmaj=38.62 mas, bpa=5.649 degrees ! Estimated noise=19.3481 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00712767 Jy ! Component: 100 - total flux cleaned = 0.0109841 Jy ! Component: 150 - total flux cleaned = 0.012247 Jy ! Component: 200 - total flux cleaned = 0.0125057 Jy ! Total flux subtracted in 200 components = 0.0125057 Jy ! Clean residual min=-0.021991 max=0.025428 Jy/beam ! Clean residual mean=0.000533 rms=0.007936 Jy/beam ! Combined flux in latest and established models = 2.30511 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 172 components and 2.30511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174131Jy sigma=0.445547 ! Fit after self-cal, rms=0.174106Jy sigma=0.445524 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.000151696 Jy ! Component: 100 - total flux cleaned = 0.000229032 Jy ! Component: 150 - total flux cleaned = 0.000228219 Jy ! Component: 200 - total flux cleaned = 0.000301545 Jy ! Total flux subtracted in 200 components = 0.000301545 Jy ! Clean residual min=-0.021795 max=0.025361 Jy/beam ! Clean residual mean=0.000532 rms=0.007893 Jy/beam ! Combined flux in latest and established models = 2.30541 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 187 components and 2.30541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174020Jy sigma=0.445446 ! Fit after self-cal, rms=0.174038Jy sigma=0.445440 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174038Jy sigma=0.445440 ! Fit after self-cal, rms=0.174516Jy sigma=0.445518 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.82 mas, bmaj=52.81 mas, bpa=-3.347 degrees ! Estimated noise=22.1882 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00680432 Jy ! Component: 100 - total flux cleaned = 0.0105757 Jy ! Component: 150 - total flux cleaned = 0.0113394 Jy ! Component: 200 - total flux cleaned = 0.0114344 Jy ! Total flux subtracted in 200 components = 0.0114344 Jy ! Clean residual min=-0.025345 max=0.032460 Jy/beam ! Clean residual mean=0.000721 rms=0.010504 Jy/beam ! Combined flux in latest and established models = 2.31685 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 207 components and 2.31685 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174449Jy sigma=0.445254 ! Fit after self-cal, rms=0.174405Jy sigma=0.445225 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 = 6.61612e-05 Jy ! Component: 100 - total flux cleaned = 0.000155606 Jy ! Component: 150 - total flux cleaned = 0.000238179 Jy ! Component: 200 - total flux cleaned = 0.000237665 Jy ! Total flux subtracted in 200 components = 0.000237665 Jy ! Clean residual min=-0.025039 max=0.032132 Jy/beam ! Clean residual mean=0.000722 rms=0.010426 Jy/beam ! Combined flux in latest and established models = 2.31709 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 208 components and 2.31709 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174418Jy sigma=0.445309 ! Fit after self-cal, rms=0.174415Jy sigma=0.445300 ! 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:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2: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:KP,true ! 3:KP self-cal status=fixed weight=1 selfant 3:LA,true ! 3:LA 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 ![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 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.811070Jy sigma=1.978665 ! Fit after self-cal, rms=0.547900Jy sigma=1.567836 selfant "",false ! 1:KK self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2:SC self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA 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 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 7 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 7 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 7 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 7 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.547900Jy sigma=1.567836 ! Fit after self-cal, rms=0.174212Jy sigma=0.444607 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=2.861 mas, bmaj=37.96 mas, bpa=6.514 degrees ! Estimated noise=26.2785 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.00140667 Jy ! Component: 100 - total flux cleaned = -0.00293114 Jy ! Component: 150 - total flux cleaned = -0.00356076 Jy ! Component: 200 - total flux cleaned = -0.00306308 Jy ! Total flux subtracted in 200 components = -0.00306308 Jy ! Clean residual min=-0.023096 max=0.017343 Jy/beam ! Clean residual mean=0.000168 rms=0.006612 Jy/beam ! Combined flux in latest and established models = 2.31402 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 255 components and 2.31402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174383Jy sigma=0.444922 ! Fit after self-cal, rms=0.174359Jy sigma=0.444792 ! 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=4.098 mas, bmaj=38.6 mas, bpa=5.644 degrees ! Estimated noise=19.3782 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00361934 Jy ! Component: 100 - total flux cleaned = 0.00324726 Jy ! Component: 150 - total flux cleaned = 0.0032411 Jy ! Component: 200 - total flux cleaned = 0.00324028 Jy ! Component: 250 - total flux cleaned = 0.00324082 Jy ! Component: 300 - total flux cleaned = 0.00324089 Jy ! Component: 350 - total flux cleaned = 0.00323896 Jy ! Component: 400 - total flux cleaned = 0.00323773 Jy ! Total flux subtracted in 400 components = 0.00323773 Jy ! Clean residual min=-0.021632 max=0.023695 Jy/beam ! Clean residual mean=0.000439 rms=0.007711 Jy/beam ! Combined flux in latest and established models = 2.31726 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 283 components and 2.31726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174069Jy sigma=0.444378 ! Fit after self-cal, rms=0.174085Jy sigma=0.444369 ! 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.00015834 Jy ! Component: 100 - total flux cleaned = 9.85935e-05 Jy ! Component: 150 - total flux cleaned = 0.000210809 Jy ! Component: 200 - total flux cleaned = 0.000319204 Jy ! Component: 250 - total flux cleaned = 0.000369429 Jy ! Component: 300 - total flux cleaned = 0.00046811 Jy ! Component: 350 - total flux cleaned = 0.000515451 Jy ! Component: 400 - total flux cleaned = 0.000513186 Jy ! Total flux subtracted in 400 components = 0.000513186 Jy ! Clean residual min=-0.021499 max=0.023622 Jy/beam ! Clean residual mean=0.000441 rms=0.007690 Jy/beam ! Combined flux in latest and established models = 2.31778 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 314 components and 2.31778 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174007Jy sigma=0.444303 ! Fit after self-cal, rms=0.174027Jy sigma=0.444289 ! 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 8 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 2. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Correcting IF 4. ! A total of 8 telescope corrections were flagged in sub-array 1. ! A total of 7 telescope corrections were flagged in sub-array 3. ! ! Fit before self-cal, rms=0.810404Jy sigma=1.981121 ! Fit after self-cal, rms=0.173910Jy sigma=0.444228 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.098 mas, bmaj=38.6 mas, bpa=5.645 degrees ! Estimated noise=19.3692 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00137144 Jy ! Component: 100 - total flux cleaned = -0.00130201 Jy ! Component: 150 - total flux cleaned = -0.00118331 Jy ! Component: 200 - total flux cleaned = -0.0010757 Jy ! Component: 250 - total flux cleaned = -0.000974964 Jy ! Component: 300 - total flux cleaned = -0.000925721 Jy ! Component: 350 - total flux cleaned = -0.00082946 Jy ! Component: 400 - total flux cleaned = -0.000782843 Jy ! Total flux subtracted in 400 components = -0.000782843 Jy ! Clean residual min=-0.021670 max=0.023185 Jy/beam ! Clean residual mean=0.000395 rms=0.007619 Jy/beam ! Combined flux in latest and established models = 2.31699 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 327 components and 2.31699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.173806Jy sigma=0.444165 ! Fit after self-cal, rms=0.173825Jy sigma=0.444155 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 (-66.8, 36.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0148693 Jy ! Component: 100 - total flux cleaned = 0.0211713 Jy ! Component: 150 - total flux cleaned = 0.0257617 Jy ! Component: 200 - total flux cleaned = 0.0290049 Jy ! Component: 250 - total flux cleaned = 0.0317608 Jy ! Component: 300 - total flux cleaned = 0.0334028 Jy ! Component: 350 - total flux cleaned = 0.0338268 Jy ! Component: 400 - total flux cleaned = 0.0336416 Jy ! Total flux subtracted in 400 components = 0.0336416 Jy ! Clean residual min=-0.015304 max=0.015250 Jy/beam ! Clean residual mean=-0.000154 rms=0.005230 Jy/beam ! Combined flux in latest and established models = 2.35063 Jy ! Performing phase self-cal ! Adding 100 model components to the UV plane model. ! The established model now contains 427 components and 2.35063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.170164Jy sigma=0.435935 ! Fit after self-cal, rms=0.170009Jy sigma=0.435275 ! 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.170009Jy sigma=0.435275 ! Fit after self-cal, rms=0.170182Jy sigma=0.435217 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.092 mas, bmaj=38.61 mas, bpa=5.662 degrees ! Estimated noise=19.3995 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0101126 Jy ! Component: 100 - total flux cleaned = 0.0114039 Jy ! Component: 150 - total flux cleaned = 0.012471 Jy ! Component: 200 - total flux cleaned = 0.0130258 Jy ! Component: 250 - total flux cleaned = 0.01367 Jy ! Component: 300 - total flux cleaned = 0.0139633 Jy ! Component: 350 - total flux cleaned = 0.0143805 Jy ! Component: 400 - total flux cleaned = 0.0148924 Jy ! Total flux subtracted in 400 components = 0.0148924 Jy ! Clean residual min=-0.015045 max=0.013715 Jy/beam ! Clean residual mean=-0.000071 rms=0.004553 Jy/beam ! Combined flux in latest and established models = 2.36552 Jy selfcal ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 496 components and 2.36552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.169136Jy sigma=0.433474 ! Fit after self-cal, rms=0.169126Jy sigma=0.433238 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.000839529 Jy ! Component: 100 - total flux cleaned = 0.000138402 Jy ! Component: 150 - total flux cleaned = -0.000120044 Jy ! Component: 200 - total flux cleaned = -0.000731474 Jy ! Component: 250 - total flux cleaned = -0.000965464 Jy ! Component: 300 - total flux cleaned = -0.00140628 Jy ! Component: 350 - total flux cleaned = -0.00172849 Jy ! Component: 400 - total flux cleaned = -0.0020447 Jy ! Total flux subtracted in 400 components = -0.0020447 Jy ! Clean residual min=-0.014203 max=0.013566 Jy/beam ! Clean residual mean=-0.000071 rms=0.004306 Jy/beam ! Combined flux in latest and established models = 2.36348 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 549 components and 2.36348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168642Jy sigma=0.432825 ! Fit after self-cal, rms=0.168696Jy sigma=0.432722 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168696Jy sigma=0.432722 ! Fit after self-cal, rms=0.162789Jy sigma=0.408629 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.82 mas, bmaj=52.76 mas, bpa=-3.314 degrees ! Estimated noise=22.2813 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00650561 Jy ! Component: 100 - total flux cleaned = 0.00604665 Jy ! Component: 150 - total flux cleaned = 0.00590604 Jy ! Component: 200 - total flux cleaned = 0.00565775 Jy ! Component: 250 - total flux cleaned = 0.00576901 Jy ! Component: 300 - total flux cleaned = 0.0061944 Jy ! Component: 350 - total flux cleaned = 0.00680168 Jy ! Component: 400 - total flux cleaned = 0.00738104 Jy ! Total flux subtracted in 400 components = 0.00738104 Jy ! Clean residual min=-0.014937 max=0.013036 Jy/beam ! Clean residual mean=-0.000041 rms=0.005336 Jy/beam ! Combined flux in latest and established models = 2.37086 Jy selfcal ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 604 components and 2.37086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162264Jy sigma=0.408188 ! Fit after self-cal, rms=0.162242Jy sigma=0.407938 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.00110015 Jy ! Component: 100 - total flux cleaned = 0.000982912 Jy ! Component: 150 - total flux cleaned = 0.000668234 Jy ! Component: 200 - total flux cleaned = 0.000286003 Jy ! Component: 250 - total flux cleaned = -0.000176514 Jy ! Component: 300 - total flux cleaned = -0.000446687 Jy ! Component: 350 - total flux cleaned = -0.000796903 Jy ! Component: 400 - total flux cleaned = -0.00122176 Jy ! Total flux subtracted in 400 components = -0.00122176 Jy ! Clean residual min=-0.014432 max=0.012441 Jy/beam ! Clean residual mean=-0.000046 rms=0.005068 Jy/beam ! Combined flux in latest and established models = 2.36964 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 635 components and 2.36964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161975Jy sigma=0.407867 ! Fit after self-cal, rms=0.162016Jy sigma=0.407766 ! 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=4.087 mas, bmaj=38.59 mas, bpa=5.672 degrees ! Estimated noise=19.4353 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.087 x 38.59 at 5.672 degrees (North through East) ! Clean map min=-0.026178 max=2.1797 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.162016Jy sigma=0.407766 ! Fit after self-cal, rms=0.146099Jy sigma=0.344915 ! Inverting map and beam ! Estimated beam: bmin=4.089 mas, bmaj=38.58 mas, bpa=5.674 degrees ! Estimated noise=19.4452 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00121707 Jy ! Component: 100 - total flux cleaned = -0.00121137 Jy ! Component: 150 - total flux cleaned = -0.00182698 Jy ! Component: 200 - total flux cleaned = -0.00253303 Jy ! Component: 250 - total flux cleaned = -0.00318493 Jy ! Component: 300 - total flux cleaned = -0.00355595 Jy ! Component: 350 - total flux cleaned = -0.003673 Jy ! Component: 400 - total flux cleaned = -0.00378006 Jy ! Total flux subtracted in 400 components = -0.00378006 Jy ! Clean residual min=-0.014702 max=0.013063 Jy/beam ! Clean residual mean=-0.000036 rms=0.003977 Jy/beam ! Combined flux in latest and established models = 2.36586 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 683 components and 2.36586 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145497Jy sigma=0.343841 ! Fit after self-cal, rms=0.145534Jy sigma=0.343774 ! Inverting map ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0014448 Jy ! Component: 100 - total flux cleaned = -0.00222139 Jy ! Component: 150 - total flux cleaned = -0.00253033 Jy ! Component: 200 - total flux cleaned = -0.00282706 Jy ! Component: 250 - total flux cleaned = -0.00301539 Jy ! Component: 300 - total flux cleaned = -0.00301496 Jy ! Component: 350 - total flux cleaned = -0.00328754 Jy ! Component: 400 - total flux cleaned = -0.00328631 Jy ! Total flux subtracted in 400 components = -0.00328631 Jy ! Clean residual min=-0.014574 max=0.012954 Jy/beam ! Clean residual mean=-0.000025 rms=0.003881 Jy/beam ! Combined flux in latest and established models = 2.36257 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 722 components and 2.36257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145229Jy sigma=0.343320 ! Fit after self-cal, rms=0.145269Jy sigma=0.343288 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145269Jy sigma=0.343288 ! Fit after self-cal, rms=0.145232Jy sigma=0.343155 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=2.859 mas, bmaj=37.94 mas, bpa=6.534 degrees ! Estimated noise=26.4041 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.61444 Jy ! Component: 100 - total flux cleaned = 1.97774 Jy ! Component: 150 - total flux cleaned = 2.12484 Jy ! Component: 200 - total flux cleaned = 2.20254 Jy ! Component: 250 - total flux cleaned = 2.24836 Jy ! Component: 300 - total flux cleaned = 2.27922 Jy ! Component: 350 - total flux cleaned = 2.29472 Jy ! Component: 400 - total flux cleaned = 2.30543 Jy ! Total flux subtracted in 400 components = 2.30543 Jy ! Clean residual min=-0.025134 max=0.021283 Jy/beam ! Clean residual mean=-0.000002 rms=0.006828 Jy/beam ! Combined flux in latest and established models = 2.30543 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 108 model components to the UV plane model. ! The established model now contains 108 components and 2.30543 Jy ! Inverting map and beam ! Estimated beam: bmin=4.089 mas, bmaj=38.57 mas, bpa=5.674 degrees ! Estimated noise=19.4472 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.0211452 Jy ! Component: 100 - total flux cleaned = 0.0328782 Jy ! Component: 150 - total flux cleaned = 0.0411109 Jy ! Component: 200 - total flux cleaned = 0.0482621 Jy ! Component: 250 - total flux cleaned = 0.0532163 Jy ! Component: 300 - total flux cleaned = 0.0556458 Jy ! Component: 350 - total flux cleaned = 0.056729 Jy ! Component: 400 - total flux cleaned = 0.0574168 Jy ! Total flux subtracted in 400 components = 0.0574168 Jy ! Clean residual min=-0.022295 max=0.016394 Jy/beam ! Clean residual mean=-0.000004 rms=0.006104 Jy/beam ! Combined flux in latest and established models = 2.36284 Jy ! Adding 140 model components to the UV plane model. ! The established model now contains 243 components and 2.36284 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.82 mas, bmaj=52.78 mas, bpa=-3.312 degrees ! Estimated noise=22.292 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00458234 Jy ! Component: 100 - total flux cleaned = 0.0068865 Jy ! Component: 150 - total flux cleaned = 0.00919761 Jy ! Component: 200 - total flux cleaned = 0.0106775 Jy ! Component: 250 - total flux cleaned = 0.0106753 Jy ! Component: 300 - total flux cleaned = 0.00992868 Jy ! Component: 350 - total flux cleaned = 0.00946301 Jy ! Component: 400 - total flux cleaned = 0.00900499 Jy ! Total flux subtracted in 400 components = 0.00900499 Jy ! Clean residual min=-0.019110 max=0.017083 Jy/beam ! Clean residual mean=-0.000094 rms=0.006342 Jy/beam ! Combined flux in latest and established models = 2.37185 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.00063453 Jy ! Component: 100 - total flux cleaned = -0.000842992 Jy ! Component: 150 - total flux cleaned = -0.00142779 Jy ! Component: 200 - total flux cleaned = -0.00161551 Jy ! Component: 250 - total flux cleaned = -0.00180601 Jy ! Component: 300 - total flux cleaned = -0.00215353 Jy ! Component: 350 - total flux cleaned = -0.00249248 Jy ! Component: 400 - total flux cleaned = -0.00282368 Jy ! Total flux subtracted in 400 components = -0.00282368 Jy ! Clean residual min=-0.017184 max=0.015399 Jy/beam ! Clean residual mean=-0.000065 rms=0.005800 Jy/beam ! Combined flux in latest and established models = 2.36903 Jy ! Adding 109 model components to the UV plane model. ! The established model now contains 332 components and 2.36903 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.089 mas, bmaj=38.57 mas, bpa=5.674 degrees ! Estimated noise=19.4472 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133053 Jy ! Component: 100 - total flux cleaned = 0.00118461 Jy ! Component: 150 - total flux cleaned = -0.000400137 Jy ! Component: 200 - total flux cleaned = -0.000602036 Jy ! Component: 250 - total flux cleaned = -0.00117804 Jy ! Component: 300 - total flux cleaned = -0.0013598 Jy ! Component: 350 - total flux cleaned = -0.00135962 Jy ! Component: 400 - total flux cleaned = -0.00152349 Jy ! Total flux subtracted in 400 components = -0.00152349 Jy ! Clean residual min=-0.015185 max=0.013063 Jy/beam ! Clean residual mean=-0.000111 rms=0.004373 Jy/beam ! Combined flux in latest and established models = 2.3675 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 368 components and 2.3675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146491Jy sigma=0.345568 ! Fit after self-cal, rms=0.146418Jy sigma=0.345212 wmodel /scr/pima/rdv73_uvs/J1957-3845_S_map.mod ! Writing 368 model components to file: /scr/pima/rdv73_uvs/J1957-3845_S_map.mod wobs /scr/pima/rdv73_uvs/J1957-3845_S_uvs.fits ! Applying 192 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J1957-3845_S_uvs.fits wwins /scr/pima/rdv73_uvs/J1957-3845_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rdv73_uvs/J1957-3845_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00502157 Jy ! Component: 100 - total flux cleaned = -0.00569247 Jy ! Component: 150 - total flux cleaned = -0.0061 Jy ! Component: 200 - total flux cleaned = -0.00667444 Jy ! Component: 250 - total flux cleaned = -0.00684637 Jy ! Component: 300 - total flux cleaned = -0.00767427 Jy ! Component: 350 - total flux cleaned = -0.00798763 Jy ! Component: 400 - total flux cleaned = -0.00798655 Jy ! Component: 450 - total flux cleaned = -0.00784634 Jy ! Component: 500 - total flux cleaned = -0.00811933 Jy ! Component: 550 - total flux cleaned = -0.00864609 Jy ! Component: 600 - total flux cleaned = -0.00915885 Jy ! Component: 650 - total flux cleaned = -0.0102817 Jy ! Component: 700 - total flux cleaned = -0.0113736 Jy ! Component: 750 - total flux cleaned = -0.0124386 Jy ! Component: 800 - total flux cleaned = -0.0133663 Jy ! Component: 850 - total flux cleaned = -0.014611 Jy ! Component: 900 - total flux cleaned = -0.0154977 Jy ! Component: 950 - total flux cleaned = -0.0165843 Jy ! Component: 1000 - total flux cleaned = -0.0176485 Jy ! Component: 1050 - total flux cleaned = -0.0186985 Jy ! Component: 1100 - total flux cleaned = -0.0193203 Jy ! Component: 1150 - total flux cleaned = -0.0196291 Jy ! Component: 1200 - total flux cleaned = -0.0201371 Jy ! Component: 1250 - total flux cleaned = -0.0207395 Jy ! Component: 1300 - total flux cleaned = -0.021137 Jy ! Component: 1350 - total flux cleaned = -0.0211361 Jy ! Component: 1400 - total flux cleaned = -0.0215303 Jy ! Component: 1450 - total flux cleaned = -0.021726 Jy ! Component: 1500 - total flux cleaned = -0.0215297 Jy ! Component: 1550 - total flux cleaned = -0.0213318 Jy ! Component: 1600 - total flux cleaned = -0.0210332 Jy ! Component: 1650 - total flux cleaned = -0.0206327 Jy ! Component: 1700 - total flux cleaned = -0.0204323 Jy ! Component: 1750 - total flux cleaned = -0.0202299 Jy ! Component: 1800 - total flux cleaned = -0.0199221 Jy ! Component: 1850 - total flux cleaned = -0.0198187 Jy ! Component: 1900 - total flux cleaned = -0.0196098 Jy ! Component: 1950 - total flux cleaned = -0.0193973 Jy ! Component: 2000 - total flux cleaned = -0.0191829 Jy ! Component: 2050 - total flux cleaned = -0.0189649 Jy ! Component: 2100 - total flux cleaned = -0.0188543 Jy ! Component: 2150 - total flux cleaned = -0.0186333 Jy ! Component: 2200 - total flux cleaned = -0.0182954 Jy ! Component: 2250 - total flux cleaned = -0.0180649 Jy ! Component: 2300 - total flux cleaned = -0.017948 Jy ! Component: 2350 - total flux cleaned = -0.017713 Jy ! Component: 2400 - total flux cleaned = -0.0174763 Jy ! Component: 2450 - total flux cleaned = -0.0172365 Jy ! Component: 2500 - total flux cleaned = -0.0169922 Jy ! Component: 2550 - total flux cleaned = -0.0167452 Jy ! Component: 2600 - total flux cleaned = -0.0164944 Jy ! Component: 2650 - total flux cleaned = -0.0162399 Jy ! Component: 2700 - total flux cleaned = -0.0159822 Jy ! Component: 2750 - total flux cleaned = -0.0157221 Jy ! Component: 2800 - total flux cleaned = -0.0154583 Jy ! Component: 2850 - total flux cleaned = -0.0150555 Jy ! Component: 2900 - total flux cleaned = -0.0149207 Jy ! Component: 2950 - total flux cleaned = -0.0143715 Jy ! Component: 3000 - total flux cleaned = -0.0140924 Jy ! Component: 3050 - total flux cleaned = -0.0136676 Jy ! Component: 3100 - total flux cleaned = -0.0133803 Jy ! Component: 3150 - total flux cleaned = -0.0130883 Jy ! Component: 3200 - total flux cleaned = -0.0130879 Jy ! Component: 3250 - total flux cleaned = -0.0126388 Jy ! Component: 3300 - total flux cleaned = -0.012637 Jy ! Component: 3350 - total flux cleaned = -0.0124835 Jy ! Component: 3400 - total flux cleaned = -0.0121709 Jy ! Component: 3450 - total flux cleaned = -0.0120121 Jy ! Component: 3500 - total flux cleaned = -0.0116901 Jy ! Component: 3550 - total flux cleaned = -0.0113633 Jy ! Component: 3600 - total flux cleaned = -0.0111951 Jy ! Component: 3650 - total flux cleaned = -0.0110269 Jy ! Component: 3700 - total flux cleaned = -0.0106843 Jy ! Component: 3750 - total flux cleaned = -0.0105088 Jy ! Component: 3800 - total flux cleaned = -0.0103351 Jy ! Component: 3850 - total flux cleaned = -0.00979774 Jy ! Component: 3900 - total flux cleaned = -0.00979703 Jy ! Component: 3950 - total flux cleaned = -0.00942932 Jy ! Component: 4000 - total flux cleaned = -0.00905307 Jy ! Component: 4050 - total flux cleaned = -0.00886326 Jy ! Total flux subtracted in 4096 components = -0.00867149 Jy ! Clean residual min=-0.010588 max=0.010666 Jy/beam ! Clean residual mean=0.000032 rms=0.003459 Jy/beam ! Combined flux in latest and established models = 2.35883 Jy keep ! Adding 212 model components to the UV plane model. ! The established model now contains 580 components and 2.35883 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J1957-3845_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.089 x 38.57 at 5.674 degrees (North through East) ! Clean map min=-0.028705 max=2.1367 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J1957-3845_S_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 2.1366 rms= 0.00357 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J1957-3845_S_uvs.log closed on Sat Jan 9 17:52:59 2016