! Started logfile: J0010-4153_X_2017_01_21_pus_uvs.log on Sun May 5 15:24:28 2019 obs J0010-4153_X_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0010-4153_X_2017_01_21_pus_uva.fits ! AN table 1: 72 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.209877 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0010-4153 ! ! There are 12 IFs, and a total of 12 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.44388e+09 3.2e+07 1 3.2e+07 ! 02 2 8.47588e+09 3.2e+07 1 3.2e+07 ! 03 3 8.50788e+09 3.2e+07 1 3.2e+07 ! 04 4 8.53988e+09 3.2e+07 1 3.2e+07 ! 05 5 8.60388e+09 3.2e+07 1 3.2e+07 ! 06 6 8.63588e+09 3.2e+07 1 3.2e+07 ! 07 7 8.69988e+09 3.2e+07 1 3.2e+07 ! 08 8 8.73188e+09 3.2e+07 1 3.2e+07 ! 09 9 8.79588e+09 3.2e+07 1 3.2e+07 ! 10 10 8.82788e+09 3.2e+07 1 3.2e+07 ! 11 11 8.85988e+09 3.2e+07 1 3.2e+07 ! 12 12 8.89188e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 1086 lines of history. ! ! Reading 6528 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..12 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 ! Reading IF 9 channels: 9..9 ! Reading IF 10 channels: 10..10 ! Reading IF 11 channels: 11..11 ! Reading IF 12 channels: 12..12 print "field_size =",field_size ! field_size = 512 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@muppet J0010-4153_X_2017_01_21_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 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 532 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 533 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 529 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 552 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 545 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 553 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 581 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 553 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 9. ! A total of 542 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 10. ! A total of 584 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 11. ! A total of 578 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 12. ! A total of 573 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.921825Jy sigma=0.004951 ! Fit after self-cal, rms=0.877649Jy sigma=0.004773 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.7209 mas, bmaj=6.451 mas, bpa=4.983 degrees ! Estimated noise=8433.06 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0821796 Jy ! Component: 100 - total flux cleaned = 0.108067 Jy ! Total flux subtracted in 100 components = 0.108067 Jy ! Clean residual min=-0.012872 max=0.014360 Jy/beam ! Clean residual mean=0.002173 rms=0.005212 Jy/beam ! Combined flux in latest and established models = 0.108067 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.108067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.152900Jy sigma=0.000684 ! Fit after self-cal, rms=0.151902Jy sigma=0.000680 ! 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=0.9203 mas, bmaj=6.703 mas, bpa=3.973 degrees ! Estimated noise=3267.91 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.0324421 Jy ! Component: 100 - total flux cleaned = 0.0481376 Jy ! Component: 150 - total flux cleaned = 0.0572058 Jy ! Component: 200 - total flux cleaned = 0.0619516 Jy ! Total flux subtracted in 200 components = 0.0619516 Jy ! Clean residual min=-0.008095 max=0.008106 Jy/beam ! Clean residual mean=0.001413 rms=0.003086 Jy/beam ! Combined flux in latest and established models = 0.170019 Jy ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 72 components and 0.170019 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.140504Jy sigma=0.000639 ! Fit after self-cal, rms=0.137919Jy sigma=0.000634 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 39 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.88 HN 1.00* LA 0.88 ! MK 1.21 NL 1.00* OV 0.96 PT 0.99 ! SC 1.00* ! ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.00* LA 0.90 ! MK 1.72 NL 1.00* OV 1.21 PT 0.83 ! SC 1.00* ! ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.00* LA 0.86 ! MK 1.27 NL 1.00* OV 1.24 PT 1.16 ! SC 1.00* ! ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.00* LA 1.66 ! MK 0.95 NL 1.00* OV 1.04 PT 1.30 ! SC 1.00* ! ! ! Correcting IF 5. ! A total of 42 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00* LA 1.03 ! MK 1.15 NL 1.00* OV 1.07 PT 0.94 ! SC 1.00* ! ! ! Correcting IF 6. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.93 HN 1.00* LA 0.93 ! MK 1.26 NL 1.00* OV 1.39 PT 0.74 ! SC 1.00* ! ! ! Correcting IF 7. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.00* LA 0.79 ! MK 1.67 NL 1.00* OV 1.01 PT 0.77 ! SC 1.00* ! ! ! Correcting IF 8. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.88 HN 1.00* LA 0.92 ! MK 1.20 NL 1.00* OV 1.13 PT 1.36 ! SC 1.00* ! ! ! Correcting IF 9. ! A total of 54 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 1.00* LA 0.98 ! MK 1.00 NL 1.00* OV 1.14 PT 1.16 ! SC 1.00* ! ! ! Correcting IF 10. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 1.00* LA 0.91 ! MK 1.36 NL 1.00* OV 1.09 PT 0.83 ! SC 1.00* ! ! ! Correcting IF 11. ! A total of 33 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.00* LA 1.10 ! MK 0.55 NL 1.00* OV 1.22 PT 0.93 ! SC 1.00* ! ! ! Correcting IF 12. ! A total of 27 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 1.00* LA 1.12 ! MK 1.10 NL 1.00* OV 1.08 PT 1.03 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.137919Jy sigma=0.000634 ! Fit after self-cal, rms=0.143670Jy sigma=0.000591 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9327 mas, bmaj=6.768 mas, bpa=4.028 degrees ! Estimated noise=4146.98 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.000104266 Jy ! Component: 100 - total flux cleaned = -0.000844701 Jy ! Component: 150 - total flux cleaned = -0.00244671 Jy ! Component: 200 - total flux cleaned = -0.00451717 Jy ! Total flux subtracted in 200 components = -0.00451717 Jy ! Clean residual min=-0.002377 max=0.002377 Jy/beam ! Clean residual mean=-0.000165 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.165502 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 120 components and 0.165502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.143211Jy sigma=0.000588 ! Fit after self-cal, rms=0.143871Jy sigma=0.000585 ! Inverting map ! Added new window around map position (24, 8.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00409578 Jy ! Component: 100 - total flux cleaned = 0.00439771 Jy ! Component: 150 - total flux cleaned = 0.0045349 Jy ! Component: 200 - total flux cleaned = 0.00463616 Jy ! Total flux subtracted in 200 components = 0.00463616 Jy ! Clean residual min=-0.003986 max=0.003887 Jy/beam ! Clean residual mean=0.000137 rms=0.001282 Jy/beam ! Combined flux in latest and established models = 0.170138 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 156 components and 0.170138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.143745Jy sigma=0.000584 ! Fit after self-cal, rms=0.143768Jy sigma=0.000584 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.143768Jy sigma=0.000584 ! Fit after self-cal, rms=0.150490Jy sigma=0.000583 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9418 mas, bmaj=6.775 mas, bpa=4.081 degrees ! Estimated noise=4177.9 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000507469 Jy ! Component: 100 - total flux cleaned = 0.000685236 Jy ! Component: 150 - total flux cleaned = 0.000748757 Jy ! Component: 200 - total flux cleaned = 0.000792406 Jy ! Total flux subtracted in 200 components = 0.000792406 Jy ! Clean residual min=-0.004811 max=0.003906 Jy/beam ! Clean residual mean=-0.000153 rms=0.001282 Jy/beam ! Combined flux in latest and established models = 0.17093 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 167 components and 0.17093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.150409Jy sigma=0.000583 ! Fit after self-cal, rms=0.150881Jy sigma=0.000582 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.00131471 Jy ! Component: 100 - total flux cleaned = 0.00160873 Jy ! Component: 150 - total flux cleaned = 0.00171515 Jy ! Component: 200 - total flux cleaned = 0.00167546 Jy ! Total flux subtracted in 200 components = 0.00167546 Jy ! Clean residual min=-0.004994 max=0.004189 Jy/beam ! Clean residual mean=-0.000147 rms=0.001372 Jy/beam ! Combined flux in latest and established models = 0.172606 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 191 components and 0.172606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.150821Jy sigma=0.000582 ! Fit after self-cal, rms=0.150793Jy sigma=0.000582 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.150793Jy sigma=0.000582 ! Fit after self-cal, rms=0.152148Jy sigma=0.000582 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9461 mas, bmaj=6.763 mas, bpa=4.103 degrees ! Estimated noise=4191.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000373001 Jy ! Component: 100 - total flux cleaned = 0.000603191 Jy ! Component: 150 - total flux cleaned = 0.000609451 Jy ! Component: 200 - total flux cleaned = 0.000568977 Jy ! Total flux subtracted in 200 components = 0.000568977 Jy ! Clean residual min=-0.005304 max=0.003813 Jy/beam ! Clean residual mean=-0.000206 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.173175 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 199 components and 0.173175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.152089Jy sigma=0.000582 ! Fit after self-cal, rms=0.152080Jy sigma=0.000581 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.00101777 Jy ! Component: 100 - total flux cleaned = 0.0009614 Jy ! Component: 150 - total flux cleaned = 0.000877374 Jy ! Component: 200 - total flux cleaned = 0.000766329 Jy ! Total flux subtracted in 200 components = 0.000766329 Jy ! Clean residual min=-0.005756 max=0.004365 Jy/beam ! Clean residual mean=-0.000199 rms=0.001494 Jy/beam ! Combined flux in latest and established models = 0.173941 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 207 components and 0.173941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.152037Jy sigma=0.000581 ! Fit after self-cal, rms=0.151950Jy sigma=0.000581 ! 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 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.151950Jy sigma=0.000581 ! Fit after self-cal, rms=0.151527Jy sigma=0.000581 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.344 mas, bmaj=8.78 mas, bpa=18.44 degrees ! Estimated noise=5350.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000207906 Jy ! Component: 100 - total flux cleaned = 1.37868e-05 Jy ! Component: 150 - total flux cleaned = 0.000107303 Jy ! Component: 200 - total flux cleaned = 8.61768e-05 Jy ! Total flux subtracted in 200 components = 8.61768e-05 Jy ! Clean residual min=-0.006416 max=0.003974 Jy/beam ! Clean residual mean=-0.000428 rms=0.001591 Jy/beam ! Combined flux in latest and established models = 0.174027 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 232 components and 0.174027 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.151521Jy sigma=0.000581 ! Fit after self-cal, rms=0.151434Jy sigma=0.000581 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.000193345 Jy ! Component: 100 - total flux cleaned = -0.000104293 Jy ! Component: 150 - total flux cleaned = -0.000142857 Jy ! Component: 200 - total flux cleaned = -0.000160653 Jy ! Total flux subtracted in 200 components = -0.000160653 Jy ! Clean residual min=-0.006444 max=0.004004 Jy/beam ! Clean residual mean=-0.000379 rms=0.001662 Jy/beam ! Combined flux in latest and established models = 0.173867 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 243 components and 0.173867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.151434Jy sigma=0.000581 ! Fit after self-cal, rms=0.151361Jy sigma=0.000581 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=0.9512 mas, bmaj=6.749 mas, bpa=4.135 degrees ! Estimated noise=4201.13 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9512 x 6.749 at 4.135 degrees (North through East) ! Clean map min=-0.0093006 max=0.082895 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7328 mas, bmaj=6.664 mas, bpa=5.074 degrees ! Estimated noise=10961.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0369264 Jy ! Component: 100 - total flux cleaned = 0.0583988 Jy ! Component: 150 - total flux cleaned = 0.0705336 Jy ! Component: 200 - total flux cleaned = 0.0758872 Jy ! Total flux subtracted in 200 components = 0.0758872 Jy ! Clean residual min=-0.036328 max=0.076159 Jy/beam ! Clean residual mean=0.005194 rms=0.017117 Jy/beam ! Combined flux in latest and established models = 0.0758872 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0758872 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9512 mas, bmaj=6.749 mas, bpa=4.135 degrees ! Estimated noise=4201.13 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=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00331658 Jy ! Component: 100 - total flux cleaned = -0.00555265 Jy ! Component: 150 - total flux cleaned = -0.00613918 Jy ! Component: 200 - total flux cleaned = -0.00558596 Jy ! Total flux subtracted in 200 components = -0.00558596 Jy ! Clean residual min=-0.042609 max=0.086911 Jy/beam ! Clean residual mean=0.006882 rms=0.022456 Jy/beam ! Combined flux in latest and established models = 0.0703012 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 48 components and 0.0703012 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.344 mas, bmaj=8.78 mas, bpa=18.44 degrees ! Estimated noise=5350.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0165577 Jy ! Component: 100 - total flux cleaned = -0.0166037 Jy ! Component: 150 - total flux cleaned = -0.0148848 Jy ! Component: 200 - total flux cleaned = -0.0119944 Jy ! Total flux subtracted in 200 components = -0.0119944 Jy ! Clean residual min=-0.062021 max=0.094749 Jy/beam ! Clean residual mean=0.013221 rms=0.029426 Jy/beam ! Combined flux in latest and established models = 0.0583068 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=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00212121 Jy ! Component: 100 - total flux cleaned = 0.00396474 Jy ! Component: 150 - total flux cleaned = 0.00577233 Jy ! Component: 200 - total flux cleaned = 0.00675979 Jy ! Total flux subtracted in 200 components = 0.00675979 Jy ! Clean residual min=-0.060582 max=0.093935 Jy/beam ! Clean residual mean=0.013092 rms=0.028220 Jy/beam ! Combined flux in latest and established models = 0.0650666 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 76 components and 0.0650666 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9512 mas, bmaj=6.749 mas, bpa=4.135 degrees ! Estimated noise=4201.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102847 Jy ! Component: 100 - total flux cleaned = -0.00015566 Jy ! Component: 150 - total flux cleaned = 0.000212609 Jy ! Component: 200 - total flux cleaned = 0.00021177 Jy ! Total flux subtracted in 200 components = 0.00021177 Jy ! Clean residual min=-0.039782 max=0.076955 Jy/beam ! Clean residual mean=0.007044 rms=0.018954 Jy/beam ! Combined flux in latest and established models = 0.0652784 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 100 components and 0.0652784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Correcting IF 9. ! ! Correcting IF 10. ! ! Correcting IF 11. ! ! Correcting IF 12. ! ! Fit before self-cal, rms=0.183994Jy sigma=0.000742 ! Fit after self-cal, rms=0.166424Jy sigma=0.000650 wmodel J0010-4153_X_2017_01_21_pus_map.mod ! Writing 100 model components to file: J0010-4153_X_2017_01_21_pus_map.mod wobs J0010-4153_X_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0010-4153_X_2017_01_21_pus_uvs.fits wwins J0010-4153_X_2017_01_21_pus_map.win ! wwins: Wrote 1 windows to J0010-4153_X_2017_01_21_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.0184386 Jy ! Component: 100 - total flux cleaned = 0.029172 Jy ! Component: 150 - total flux cleaned = 0.0341529 Jy ! Component: 200 - total flux cleaned = 0.0365892 Jy ! Component: 250 - total flux cleaned = 0.0373671 Jy ! Component: 300 - total flux cleaned = 0.036009 Jy ! Component: 350 - total flux cleaned = 0.0356059 Jy ! Component: 400 - total flux cleaned = 0.0350381 Jy ! Component: 450 - total flux cleaned = 0.0352101 Jy ! Component: 500 - total flux cleaned = 0.0353759 Jy ! Component: 550 - total flux cleaned = 0.0358642 Jy ! Component: 600 - total flux cleaned = 0.0364841 Jy ! Component: 650 - total flux cleaned = 0.0373795 Jy ! Component: 700 - total flux cleaned = 0.0388354 Jy ! Component: 750 - total flux cleaned = 0.0402702 Jy ! Component: 800 - total flux cleaned = 0.0416803 Jy ! Component: 850 - total flux cleaned = 0.0430708 Jy ! Component: 900 - total flux cleaned = 0.044723 Jy ! Component: 950 - total flux cleaned = 0.0459624 Jy ! Component: 1000 - total flux cleaned = 0.0472168 Jy ! Component: 1050 - total flux cleaned = 0.0484879 Jy ! Component: 1100 - total flux cleaned = 0.0496341 Jy ! Component: 1150 - total flux cleaned = 0.0506571 Jy ! Component: 1200 - total flux cleaned = 0.0509611 Jy ! Component: 1250 - total flux cleaned = 0.0511204 Jy ! Component: 1300 - total flux cleaned = 0.0512839 Jy ! Component: 1350 - total flux cleaned = 0.0516217 Jy ! Component: 1400 - total flux cleaned = 0.0519764 Jy ! Component: 1450 - total flux cleaned = 0.0521623 Jy ! Component: 1500 - total flux cleaned = 0.0523519 Jy ! Component: 1550 - total flux cleaned = 0.0525554 Jy ! Component: 1600 - total flux cleaned = 0.0527628 Jy ! Component: 1650 - total flux cleaned = 0.0529858 Jy ! Component: 1700 - total flux cleaned = 0.0529804 Jy ! Component: 1750 - total flux cleaned = 0.053458 Jy ! Component: 1800 - total flux cleaned = 0.053465 Jy ! Component: 1850 - total flux cleaned = 0.0537212 Jy ! Component: 1900 - total flux cleaned = 0.0539993 Jy ! Component: 1950 - total flux cleaned = 0.0539959 Jy ! Component: 2000 - total flux cleaned = 0.0545844 Jy ! Total flux subtracted in 2048 components = 0.0545837 Jy ! Clean residual min=-0.016320 max=0.018455 Jy/beam ! Clean residual mean=0.000702 rms=0.004667 Jy/beam ! Combined flux in latest and established models = 0.119862 Jy keep ! Adding 91 model components to the UV plane model. ! The established model now contains 191 components and 0.119862 Jy ![Exited script file: muppet] wmap "J0010-4153_X_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9512 x 6.749 at 4.135 degrees (North through East) ! Clean map min=-0.035777 max=0.046821 Jy/beam ! Writing clean map to FITS file: J0010-4153_X_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0468208 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00575329 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -36.8637 36.8637 73.7273 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0172 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.046 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9512 x 6.749 at 4.135 degrees (North through East) ! Clean map min=-0.035777 max=0.046821 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0010-4153_X_2017_01_21_pus_uvs.log closed on Sun May 5 15:24:29 2019