! Started logfile: J1209-4016_X_2014_01_04_pus_uvs.log on Fri Jan 13 17:25:02 2017 obs J1209-4016_X_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1209-4016_X_2014_01_04_pus_uva.fits ! AN table 1: 124 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J1209-4016 ! ! 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 382 lines of history. ! ! Reading 31248 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 J1209-4016_X_2014_01_04_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 248 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 310 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 310 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 310 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 310 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 310 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 372 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 310 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 9. ! A total of 310 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 10. ! A total of 372 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 11. ! A total of 248 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 12. ! A total of 434 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.936667Jy sigma=0.008656 ! Fit after self-cal, rms=0.899801Jy sigma=0.008343 ! 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.6036 mas, bmaj=1.575 mas, bpa=0.4788 degrees ! Estimated noise=1405.21 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.0751863 Jy ! Component: 100 - total flux cleaned = 0.0964733 Jy ! Total flux subtracted in 100 components = 0.0964733 Jy ! Clean residual min=-0.007596 max=0.014482 Jy/beam ! Clean residual mean=-0.000069 rms=0.002678 Jy/beam ! Combined flux in latest and established models = 0.0964733 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0964733 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.098696Jy sigma=0.000838 ! Fit after self-cal, rms=0.098709Jy sigma=0.000838 ! 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.7738 mas, bmaj=2.021 mas, bpa=1.962 degrees ! Estimated noise=480.074 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.0188855 Jy ! Component: 100 - total flux cleaned = 0.0274578 Jy ! Component: 150 - total flux cleaned = 0.0317547 Jy ! Component: 200 - total flux cleaned = 0.0339236 Jy ! Total flux subtracted in 200 components = 0.0339236 Jy ! Clean residual min=-0.009484 max=0.015131 Jy/beam ! Clean residual mean=-0.000107 rms=0.003547 Jy/beam ! Combined flux in latest and established models = 0.130397 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.130397 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.096250Jy sigma=0.000796 ! Fit after self-cal, rms=0.096335Jy sigma=0.000796 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 KP 1.00* LA 0.87 ! MK 1.00 NL 1.56 OV 1.28 PT 0.85 ! SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 KP 1.00* LA 0.88 ! MK 0.91 NL 1.29 OV 1.08 PT 0.84 ! SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 KP 1.00* LA 0.87 ! MK 1.01 NL 1.36 OV 1.40 PT 0.81 ! SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 KP 1.00* LA 0.88 ! MK 0.99 NL 1.31 OV 1.32 PT 0.83 ! SC 1.02 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 KP 1.00* LA 0.89 ! MK 1.00 NL 1.40 OV 1.20 PT 0.81 ! SC 1.02 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 KP 1.00* LA 0.86 ! MK 0.97 NL 1.29 OV 1.59 PT 0.79 ! SC 1.08 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 KP 1.00* LA 0.90 ! MK 1.00 NL 1.29 OV 1.38 PT 0.82 ! SC 1.05 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 KP 1.00* LA 0.86 ! MK 0.95 NL 1.26 OV 1.38 PT 0.84 ! SC 1.01 ! ! ! Correcting IF 9. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 KP 1.00* LA 0.86 ! MK 0.96 NL 1.48 OV 1.41 PT 0.84 ! SC 1.01 ! ! ! Correcting IF 10. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 KP 1.00* LA 0.89 ! MK 1.06 NL 1.33 OV 1.26 PT 0.86 ! SC 1.00 ! ! ! Correcting IF 11. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 KP 1.00* LA 0.88 ! MK 1.03 NL 1.69 OV 1.11 PT 0.85 ! SC 1.03 ! ! ! Correcting IF 12. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 KP 1.00* LA 0.88 ! MK 0.99 NL 1.27 OV 1.24 PT 0.85 ! SC 1.05 ! ! ! Fit before self-cal, rms=0.096335Jy sigma=0.000796 ! Fit after self-cal, rms=0.106767Jy sigma=0.000760 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7799 mas, bmaj=2.03 mas, bpa=1.606 degrees ! Estimated noise=479.203 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.00122027 Jy ! Component: 100 - total flux cleaned = -0.00122399 Jy ! Component: 150 - total flux cleaned = -0.00118977 Jy ! Component: 200 - total flux cleaned = -0.00115725 Jy ! Total flux subtracted in 200 components = -0.00115725 Jy ! Clean residual min=-0.007362 max=0.007327 Jy/beam ! Clean residual mean=-0.000019 rms=0.001839 Jy/beam ! Combined flux in latest and established models = 0.12924 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 25 components and 0.12924 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.106716Jy sigma=0.000759 ! Fit after self-cal, rms=0.107662Jy sigma=0.000758 ! 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.107662Jy sigma=0.000758 ! Fit after self-cal, rms=0.120834Jy sigma=0.000743 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7839 mas, bmaj=2.032 mas, bpa=1.646 degrees ! Estimated noise=481.676 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.98339e-06 Jy ! Component: 100 - total flux cleaned = 5.38843e-05 Jy ! Component: 150 - total flux cleaned = 0.000120376 Jy ! Component: 200 - total flux cleaned = 0.00014704 Jy ! Total flux subtracted in 200 components = 0.00014704 Jy ! Clean residual min=-0.002852 max=0.005217 Jy/beam ! Clean residual mean=-0.000006 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.129387 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 27 components and 0.129387 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.120818Jy sigma=0.000743 ! Fit after self-cal, rms=0.121312Jy sigma=0.000742 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 (-2.4, 0.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00382512 Jy ! Component: 100 - total flux cleaned = 0.00413315 Jy ! Component: 150 - total flux cleaned = 0.00435621 Jy ! Component: 200 - total flux cleaned = 0.00463865 Jy ! Total flux subtracted in 200 components = 0.00463865 Jy ! Clean residual min=-0.002532 max=0.002523 Jy/beam ! Clean residual mean=0.000001 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.134025 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.134025 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.121082Jy sigma=0.000740 ! Fit after self-cal, rms=0.120988Jy sigma=0.000739 ! Inverting map ! Added new window around map position (-10.8, -8.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0024438 Jy ! Component: 100 - total flux cleaned = 0.00301179 Jy ! Component: 150 - total flux cleaned = 0.00330351 Jy ! Component: 200 - total flux cleaned = 0.00347729 Jy ! Total flux subtracted in 200 components = 0.00347729 Jy ! Clean residual min=-0.002257 max=0.001850 Jy/beam ! Clean residual mean=-0.000007 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.137503 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 51 components and 0.137503 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.120901Jy sigma=0.000739 ! Fit after self-cal, rms=0.120848Jy sigma=0.000739 ! 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.120848Jy sigma=0.000739 ! Fit after self-cal, rms=0.120995Jy sigma=0.000738 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.779 mas, bmaj=2.038 mas, bpa=1.841 degrees ! Estimated noise=479.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00164363 Jy ! Component: 100 - total flux cleaned = 0.00211884 Jy ! Component: 150 - total flux cleaned = 0.00224844 Jy ! Component: 200 - total flux cleaned = 0.00236318 Jy ! Total flux subtracted in 200 components = 0.00236318 Jy ! Clean residual min=-0.001857 max=0.001581 Jy/beam ! Clean residual mean=-0.000002 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.139866 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 71 components and 0.139866 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.120952Jy sigma=0.000738 ! Fit after self-cal, rms=0.120869Jy sigma=0.000738 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.000396147 Jy ! Component: 100 - total flux cleaned = 0.000474661 Jy ! Component: 150 - total flux cleaned = 0.000524381 Jy ! Component: 200 - total flux cleaned = 0.000618911 Jy ! Total flux subtracted in 200 components = 0.000618911 Jy ! Clean residual min=-0.001763 max=0.001587 Jy/beam ! Clean residual mean=-0.000001 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.140485 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 78 components and 0.140485 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.120848Jy sigma=0.000738 ! Fit after self-cal, rms=0.120831Jy sigma=0.000738 ! 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.120831Jy sigma=0.000738 ! Fit after self-cal, rms=0.120486Jy sigma=0.000738 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.606 mas, bmaj=8.004 mas, bpa=2.535 degrees ! Estimated noise=594.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000735226 Jy ! Component: 100 - total flux cleaned = 0.000734568 Jy ! Component: 150 - total flux cleaned = 0.000754989 Jy ! Component: 200 - total flux cleaned = 0.000787745 Jy ! Total flux subtracted in 200 components = 0.000787745 Jy ! Clean residual min=-0.001622 max=0.001284 Jy/beam ! Clean residual mean=0.000000 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.141272 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 85 components and 0.141272 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.120478Jy sigma=0.000738 ! Fit after self-cal, rms=0.120433Jy sigma=0.000738 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.000215412 Jy ! Component: 100 - total flux cleaned = 0.000159637 Jy ! Component: 150 - total flux cleaned = 0.000133159 Jy ! Component: 200 - total flux cleaned = 0.000107293 Jy ! Total flux subtracted in 200 components = 0.000107293 Jy ! Clean residual min=-0.001522 max=0.001258 Jy/beam ! Clean residual mean=0.000000 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.14138 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 89 components and 0.14138 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.120431Jy sigma=0.000738 ! Fit after self-cal, rms=0.120427Jy sigma=0.000738 ! 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.777 mas, bmaj=2.042 mas, bpa=1.924 degrees ! Estimated noise=478.698 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.777 x 2.042 at 1.924 degrees (North through East) ! Clean map min=-0.0033088 max=0.10574 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.6011 mas, bmaj=1.58 mas, bpa=0.6007 degrees ! Estimated noise=1493.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0787074 Jy ! Component: 100 - total flux cleaned = 0.10212 Jy ! Component: 150 - total flux cleaned = 0.113121 Jy ! Component: 200 - total flux cleaned = 0.120339 Jy ! Total flux subtracted in 200 components = 0.120339 Jy ! Clean residual min=-0.005035 max=0.005940 Jy/beam ! Clean residual mean=-0.000009 rms=0.001350 Jy/beam ! Combined flux in latest and established models = 0.120339 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.120339 Jy ! Inverting map and beam ! Estimated beam: bmin=0.777 mas, bmaj=2.042 mas, bpa=1.924 degrees ! Estimated noise=478.698 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.00780112 Jy ! Component: 100 - total flux cleaned = 0.0121952 Jy ! Component: 150 - total flux cleaned = 0.0142184 Jy ! Component: 200 - total flux cleaned = 0.0154449 Jy ! Total flux subtracted in 200 components = 0.0154449 Jy ! Clean residual min=-0.002180 max=0.002437 Jy/beam ! Clean residual mean=0.000001 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.135783 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 36 components and 0.135783 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.606 mas, bmaj=8.004 mas, bpa=2.535 degrees ! Estimated noise=594.619 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00263058 Jy ! Component: 100 - total flux cleaned = 0.00371934 Jy ! Component: 150 - total flux cleaned = 0.00407995 Jy ! Component: 200 - total flux cleaned = 0.00438329 Jy ! Total flux subtracted in 200 components = 0.00438329 Jy ! Clean residual min=-0.001766 max=0.001728 Jy/beam ! Clean residual mean=-0.000000 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.140167 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.000226587 Jy ! Component: 100 - total flux cleaned = 0.00039604 Jy ! Component: 150 - total flux cleaned = 0.000521527 Jy ! Component: 200 - total flux cleaned = 0.000636401 Jy ! Total flux subtracted in 200 components = 0.000636401 Jy ! Clean residual min=-0.001689 max=0.001469 Jy/beam ! Clean residual mean=-0.000001 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.140803 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 70 components and 0.140803 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.777 mas, bmaj=2.042 mas, bpa=1.924 degrees ! Estimated noise=478.698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000432631 Jy ! Component: 100 - total flux cleaned = -0.000166873 Jy ! Component: 150 - total flux cleaned = 2.24162e-05 Jy ! Component: 200 - total flux cleaned = 0.000270895 Jy ! Total flux subtracted in 200 components = 0.000270895 Jy ! Clean residual min=-0.001704 max=0.001447 Jy/beam ! Clean residual mean=-0.000001 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.141074 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 87 components and 0.141074 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.120452Jy sigma=0.000738 ! Fit after self-cal, rms=0.120452Jy sigma=0.000738 wmodel J1209-4016_X_2014_01_04_pus_map.mod ! Writing 87 model components to file: J1209-4016_X_2014_01_04_pus_map.mod wobs J1209-4016_X_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1209-4016_X_2014_01_04_pus_uvs.fits wwins J1209-4016_X_2014_01_04_pus_map.win ! wwins: Wrote 3 windows to J1209-4016_X_2014_01_04_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.000431483 Jy ! Component: 100 - total flux cleaned = -0.000603312 Jy ! Component: 150 - total flux cleaned = -0.000672434 Jy ! Component: 200 - total flux cleaned = -0.000715556 Jy ! Component: 250 - total flux cleaned = -0.00069526 Jy ! Component: 300 - total flux cleaned = -0.00067583 Jy ! Component: 350 - total flux cleaned = -0.000636837 Jy ! Component: 400 - total flux cleaned = -0.000617715 Jy ! Component: 450 - total flux cleaned = -0.000581297 Jy ! Component: 500 - total flux cleaned = -0.000510213 Jy ! Component: 550 - total flux cleaned = -0.000509968 Jy ! Component: 600 - total flux cleaned = -0.000543509 Jy ! Component: 650 - total flux cleaned = -0.000543333 Jy ! Component: 700 - total flux cleaned = -0.000526862 Jy ! Component: 750 - total flux cleaned = -0.000463235 Jy ! Component: 800 - total flux cleaned = -0.000479025 Jy ! Component: 850 - total flux cleaned = -0.000494115 Jy ! Component: 900 - total flux cleaned = -0.000524776 Jy ! Component: 950 - total flux cleaned = -0.000599451 Jy ! Component: 1000 - total flux cleaned = -0.000628806 Jy ! Component: 1050 - total flux cleaned = -0.000672322 Jy ! Component: 1100 - total flux cleaned = -0.000729443 Jy ! Component: 1150 - total flux cleaned = -0.0007575 Jy ! Component: 1200 - total flux cleaned = -0.0007851 Jy ! Component: 1250 - total flux cleaned = -0.000839695 Jy ! Component: 1300 - total flux cleaned = -0.000880059 Jy ! Component: 1350 - total flux cleaned = -0.0008801 Jy ! Component: 1400 - total flux cleaned = -0.000906222 Jy ! Component: 1450 - total flux cleaned = -0.00094512 Jy ! Component: 1500 - total flux cleaned = -0.000996275 Jy ! Component: 1550 - total flux cleaned = -0.00103429 Jy ! Component: 1600 - total flux cleaned = -0.00107175 Jy ! Component: 1650 - total flux cleaned = -0.00108426 Jy ! Component: 1700 - total flux cleaned = -0.00113342 Jy ! Component: 1750 - total flux cleaned = -0.0011578 Jy ! Component: 1800 - total flux cleaned = -0.001182 Jy ! Component: 1850 - total flux cleaned = -0.00124183 Jy ! Component: 1900 - total flux cleaned = -0.00128931 Jy ! Component: 1950 - total flux cleaned = -0.00126563 Jy ! Component: 2000 - total flux cleaned = -0.00128911 Jy ! Total flux subtracted in 2048 components = -0.00132428 Jy ! Clean residual min=-0.000712 max=0.000966 Jy/beam ! Clean residual mean=0.000005 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.13975 Jy keep ! Adding 111 model components to the UV plane model. ! The established model now contains 198 components and 0.13975 Jy ![Exited script file: muppet] wmap "J1209-4016_X_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.777 x 2.042 at 1.924 degrees (North through East) ! Clean map min=-0.0034886 max=0.10662 Jy/beam ! Writing clean map to FITS file: J1209-4016_X_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.106615 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000198294 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.557971 0.557971 1.11594 2.23189 4.46377 8.92754 17.8551 35.7102 71.4203 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.106 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.777 x 2.042 at 1.924 degrees (North through East) ! Clean map min=-0.0034886 max=0.10662 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 J1209-4016_X_2014_01_04_pus_uvs.log closed on Fri Jan 13 17:25:04 2017