! Started logfile: J1824+0322_X_2015_03_17_pus_uvs.log on Sat Dec 31 19:10:30 2016 obs J1824+0322_X_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1824+0322_X_2015_03_17_pus_uva.fits ! AN table 1: 105 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.870265 visibilities/baseline/integration-bin. ! Found source: J1824+0322 ! ! 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 338 lines of history. ! ! Reading 49344 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 J1824+0322_X_2015_03_17_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 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 9. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 10. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 11. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 12. ! A total of 70 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.954765Jy sigma=0.010666 ! Fit after self-cal, rms=0.933508Jy sigma=0.010488 ! 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.7974 mas, bmaj=1.757 mas, bpa=0.4593 degrees ! Estimated noise=503.372 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.0514185 Jy ! Component: 100 - total flux cleaned = 0.0665748 Jy ! Total flux subtracted in 100 components = 0.0665748 Jy ! Clean residual min=-0.003806 max=0.006573 Jy/beam ! Clean residual mean=-0.000035 rms=0.001210 Jy/beam ! Combined flux in latest and established models = 0.0665748 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0665748 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.079384Jy sigma=0.000807 ! Fit after self-cal, rms=0.079315Jy sigma=0.000806 ! 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.9876 mas, bmaj=1.998 mas, bpa=0.212 degrees ! Estimated noise=289.316 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.0104652 Jy ! Component: 100 - total flux cleaned = 0.0160807 Jy ! Component: 150 - total flux cleaned = 0.0193178 Jy ! Component: 200 - total flux cleaned = 0.0212209 Jy ! Total flux subtracted in 200 components = 0.0212209 Jy ! Clean residual min=-0.003934 max=0.005027 Jy/beam ! Clean residual mean=0.000004 rms=0.001067 Jy/beam ! Combined flux in latest and established models = 0.0877957 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 43 components and 0.0877957 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.077983Jy sigma=0.000789 ! Fit after self-cal, rms=0.077995Jy sigma=0.000789 ! 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.14 FD 1.13 HN 1.19 KP 0.87 ! LA 1.02 MK 1.01 NL 0.95 OV 1.02 ! PT 0.98 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.16 HN 1.06 KP 0.81 ! LA 1.01 MK 1.07 NL 0.97 OV 1.00 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.15 HN 1.14 KP 0.80 ! LA 1.01 MK 1.06 NL 0.98 OV 1.02 ! PT 0.95 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.13 HN 1.16 KP 0.77 ! LA 1.02 MK 1.03 NL 0.99 OV 0.99 ! PT 0.94 SC 0.97 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.06 HN 1.10 KP 0.73 ! LA 1.04 MK 1.06 NL 1.01 OV 1.07 ! PT 0.95 SC 0.90 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.16 HN 1.09 KP 0.69 ! LA 1.02 MK 1.12 NL 0.99 OV 0.98 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.15 HN 1.19 KP 0.71 ! LA 1.01 MK 1.11 NL 1.00 OV 1.06 ! PT 0.96 SC 1.06 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.25 HN 1.16 KP 0.74 ! LA 1.00 MK 1.13 NL 0.99 OV 1.02 ! PT 0.95 SC 0.99 ! ! ! Correcting IF 9. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 1.10 HN 1.11 KP 0.74 ! LA 1.03 MK 1.02 NL 0.98 OV 1.07 ! PT 1.01 SC 0.84 ! ! ! Correcting IF 10. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.15 HN 1.12 KP 0.77 ! LA 1.05 MK 1.02 NL 1.01 OV 1.04 ! PT 0.93 SC 0.96 ! ! ! Correcting IF 11. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.11 HN 1.12 KP 0.84 ! LA 1.04 MK 1.07 NL 1.01 OV 1.05 ! PT 1.02 SC 0.93 ! ! ! Correcting IF 12. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.23 HN 1.06 KP 0.82 ! LA 1.02 MK 1.16 NL 1.00 OV 1.01 ! PT 1.01 SC 0.91 ! ! ! Fit before self-cal, rms=0.077995Jy sigma=0.000789 ! Fit after self-cal, rms=0.080119Jy sigma=0.000779 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9937 mas, bmaj=2.027 mas, bpa=1.565 degrees ! Estimated noise=289.883 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 (-12.4, 7.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00381617 Jy ! Component: 100 - total flux cleaned = 0.0052025 Jy ! Component: 150 - total flux cleaned = 0.00535562 Jy ! Component: 200 - total flux cleaned = 0.00545001 Jy ! Total flux subtracted in 200 components = 0.00545001 Jy ! Clean residual min=-0.001834 max=0.003711 Jy/beam ! Clean residual mean=-0.000004 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.0932457 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 59 components and 0.0932457 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.079969Jy sigma=0.000776 ! Fit after self-cal, rms=0.080095Jy sigma=0.000775 ! Inverting map ! Added new window around map position (-9.6, 5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00310597 Jy ! Component: 100 - total flux cleaned = 0.00396625 Jy ! Component: 150 - total flux cleaned = 0.00441295 Jy ! Component: 200 - total flux cleaned = 0.00475062 Jy ! Total flux subtracted in 200 components = 0.00475062 Jy ! Clean residual min=-0.001373 max=0.001840 Jy/beam ! Clean residual mean=-0.000007 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.0979963 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 85 components and 0.0979963 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.079981Jy sigma=0.000774 ! Fit after self-cal, rms=0.079974Jy sigma=0.000773 ! 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.079974Jy sigma=0.000773 ! Fit after self-cal, rms=0.081820Jy sigma=0.000772 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9891 mas, bmaj=2.018 mas, bpa=1.632 degrees ! Estimated noise=289.513 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00085018 Jy ! Component: 100 - total flux cleaned = 0.000917122 Jy ! Component: 150 - total flux cleaned = 0.000947875 Jy ! Component: 200 - total flux cleaned = 0.000947874 Jy ! Total flux subtracted in 200 components = 0.000947874 Jy ! Clean residual min=-0.001284 max=0.001418 Jy/beam ! Clean residual mean=-0.000007 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0989442 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 96 components and 0.0989442 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.081793Jy sigma=0.000772 ! Fit after self-cal, rms=0.081855Jy sigma=0.000772 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 = 9.89447e-05 Jy ! Component: 100 - total flux cleaned = 7.45775e-05 Jy ! Component: 150 - total flux cleaned = 7.51475e-05 Jy ! Component: 200 - total flux cleaned = 7.56761e-05 Jy ! Total flux subtracted in 200 components = 7.56761e-05 Jy ! Clean residual min=-0.001273 max=0.001363 Jy/beam ! Clean residual mean=-0.000008 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.0990199 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 101 components and 0.0990199 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.081842Jy sigma=0.000772 ! Fit after self-cal, rms=0.081845Jy sigma=0.000772 ! 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.081845Jy sigma=0.000772 ! Fit after self-cal, rms=0.082012Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9894 mas, bmaj=2.016 mas, bpa=1.587 degrees ! Estimated noise=289.352 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124547 Jy ! Component: 100 - total flux cleaned = 0.00016573 Jy ! Component: 150 - total flux cleaned = 0.000185343 Jy ! Component: 200 - total flux cleaned = 0.000204122 Jy ! Total flux subtracted in 200 components = 0.000204122 Jy ! Clean residual min=-0.001256 max=0.001325 Jy/beam ! Clean residual mean=-0.000007 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.099224 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 107 components and 0.099224 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.082003Jy sigma=0.000772 ! Fit after self-cal, rms=0.082009Jy sigma=0.000772 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.64132e-05 Jy ! Component: 100 - total flux cleaned = -9.9109e-07 Jy ! Component: 150 - total flux cleaned = -3.4129e-05 Jy ! Component: 200 - total flux cleaned = -6.56318e-05 Jy ! Total flux subtracted in 200 components = -6.56318e-05 Jy ! Clean residual min=-0.001239 max=0.001308 Jy/beam ! Clean residual mean=-0.000007 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.0991583 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 113 components and 0.0991584 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.082003Jy sigma=0.000771 ! Fit after self-cal, rms=0.082003Jy sigma=0.000771 ! 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.082003Jy sigma=0.000771 ! Fit after self-cal, rms=0.081986Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.374 mas, bmaj=3.301 mas, bpa=1.316 degrees ! Estimated noise=349.858 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000832443 Jy ! Component: 100 - total flux cleaned = 0.000815885 Jy ! Component: 150 - total flux cleaned = 0.000798695 Jy ! Component: 200 - total flux cleaned = 0.000738471 Jy ! Total flux subtracted in 200 components = 0.000738471 Jy ! Clean residual min=-0.001691 max=0.001576 Jy/beam ! Clean residual mean=-0.000012 rms=0.000444 Jy/beam ! Combined flux in latest and established models = 0.0998968 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 120 components and 0.0998968 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.081983Jy sigma=0.000771 ! Fit after self-cal, rms=0.081981Jy sigma=0.000771 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.000166439 Jy ! Component: 100 - total flux cleaned = 0.000135229 Jy ! Component: 150 - total flux cleaned = 9.24373e-05 Jy ! Component: 200 - total flux cleaned = 3.96435e-05 Jy ! Total flux subtracted in 200 components = 3.96435e-05 Jy ! Clean residual min=-0.001669 max=0.001521 Jy/beam ! Clean residual mean=-0.000012 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.0999365 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 124 components and 0.0999365 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.081981Jy sigma=0.000771 ! Fit after self-cal, rms=0.081979Jy sigma=0.000771 ! 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.9894 mas, bmaj=2.016 mas, bpa=1.61 degrees ! Estimated noise=289.372 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9894 x 2.016 at 1.61 degrees (North through East) ! Clean map min=-0.0016137 max=0.065145 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.7967 mas, bmaj=1.773 mas, bpa=1.814 degrees ! Estimated noise=505.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.05141 Jy ! Component: 100 - total flux cleaned = 0.0675876 Jy ! Component: 150 - total flux cleaned = 0.0753015 Jy ! Component: 200 - total flux cleaned = 0.0807769 Jy ! Total flux subtracted in 200 components = 0.0807769 Jy ! Clean residual min=-0.002677 max=0.004208 Jy/beam ! Clean residual mean=-0.000023 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.0807769 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.0807769 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9894 mas, bmaj=2.016 mas, bpa=1.61 degrees ! Estimated noise=289.372 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0.4, -2.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00600618 Jy ! Component: 100 - total flux cleaned = 0.00991354 Jy ! Component: 150 - total flux cleaned = 0.01275 Jy ! Component: 200 - total flux cleaned = 0.0148581 Jy ! Total flux subtracted in 200 components = 0.0148581 Jy ! Clean residual min=-0.001599 max=0.001954 Jy/beam ! Clean residual mean=-0.000007 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.095635 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 54 components and 0.0956351 Jy ! Inverting map ! Added new window around map position (-1.6, 0.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00174484 Jy ! Component: 100 - total flux cleaned = 0.00259666 Jy ! Component: 150 - total flux cleaned = 0.00318644 Jy ! Component: 200 - total flux cleaned = 0.00366004 Jy ! Total flux subtracted in 200 components = 0.00366004 Jy ! Clean residual min=-0.001278 max=0.001410 Jy/beam ! Clean residual mean=-0.000003 rms=0.000339 Jy/beam ! Combined flux in latest and established models = 0.0992951 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 79 components and 0.0992951 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.374 mas, bmaj=3.301 mas, bpa=1.316 degrees ! Estimated noise=349.858 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121574 Jy ! Component: 100 - total flux cleaned = 0.00177048 Jy ! Component: 150 - total flux cleaned = 0.00189767 Jy ! Component: 200 - total flux cleaned = 0.00194168 Jy ! Total flux subtracted in 200 components = 0.00194168 Jy ! Clean residual min=-0.001577 max=0.001644 Jy/beam ! Clean residual mean=-0.000005 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.101237 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 = 1.47365e-07 Jy ! Component: 100 - total flux cleaned = -1.68143e-05 Jy ! Component: 150 - total flux cleaned = -1.7869e-05 Jy ! Component: 200 - total flux cleaned = -3.30377e-05 Jy ! Total flux subtracted in 200 components = -3.30377e-05 Jy ! Clean residual min=-0.001540 max=0.001618 Jy/beam ! Clean residual mean=-0.000005 rms=0.000392 Jy/beam ! Combined flux in latest and established models = 0.101204 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 115 components and 0.101204 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9894 mas, bmaj=2.016 mas, bpa=1.61 degrees ! Estimated noise=289.372 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000130777 Jy ! Component: 100 - total flux cleaned = -0.000160413 Jy ! Component: 150 - total flux cleaned = -0.000162293 Jy ! Component: 200 - total flux cleaned = -0.000164087 Jy ! Total flux subtracted in 200 components = -0.000164087 Jy ! Clean residual min=-0.001125 max=0.001323 Jy/beam ! Clean residual mean=-0.000003 rms=0.000297 Jy/beam ! Combined flux in latest and established models = 0.10104 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 139 components and 0.10104 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.081940Jy sigma=0.000771 ! Fit after self-cal, rms=0.081916Jy sigma=0.000771 wmodel J1824+0322_X_2015_03_17_pus_map.mod ! Writing 139 model components to file: J1824+0322_X_2015_03_17_pus_map.mod wobs J1824+0322_X_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1824+0322_X_2015_03_17_pus_uvs.fits wwins J1824+0322_X_2015_03_17_pus_map.win ! wwins: Wrote 5 windows to J1824+0322_X_2015_03_17_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.000215576 Jy ! Component: 100 - total flux cleaned = 0.000308262 Jy ! Component: 150 - total flux cleaned = 0.000256504 Jy ! Component: 200 - total flux cleaned = 0.000240401 Jy ! Component: 250 - total flux cleaned = 0.000209516 Jy ! Component: 300 - total flux cleaned = 0.000149411 Jy ! Component: 350 - total flux cleaned = 9.10059e-05 Jy ! Component: 400 - total flux cleaned = 2.04183e-05 Jy ! Component: 450 - total flux cleaned = -4.79433e-05 Jy ! Component: 500 - total flux cleaned = -0.000114432 Jy ! Component: 550 - total flux cleaned = -0.000166449 Jy ! Component: 600 - total flux cleaned = -0.000229737 Jy ! Component: 650 - total flux cleaned = -0.000291504 Jy ! Component: 700 - total flux cleaned = -0.000340281 Jy ! Component: 750 - total flux cleaned = -0.000423436 Jy ! Component: 800 - total flux cleaned = -0.000446595 Jy ! Component: 850 - total flux cleaned = -0.000503789 Jy ! Component: 900 - total flux cleaned = -0.000537431 Jy ! Component: 950 - total flux cleaned = -0.000548485 Jy ! Component: 1000 - total flux cleaned = -0.000602642 Jy ! Component: 1050 - total flux cleaned = -0.00062368 Jy ! Component: 1100 - total flux cleaned = -0.000613559 Jy ! Component: 1150 - total flux cleaned = -0.000603481 Jy ! Component: 1200 - total flux cleaned = -0.000633867 Jy ! Component: 1250 - total flux cleaned = -0.000614027 Jy ! Component: 1300 - total flux cleaned = -0.000623907 Jy ! Component: 1350 - total flux cleaned = -0.000633474 Jy ! Component: 1400 - total flux cleaned = -0.000671357 Jy ! Component: 1450 - total flux cleaned = -0.000680648 Jy ! Component: 1500 - total flux cleaned = -0.00068998 Jy ! Component: 1550 - total flux cleaned = -0.000717435 Jy ! Component: 1600 - total flux cleaned = -0.000780315 Jy ! Component: 1650 - total flux cleaned = -0.000806666 Jy ! Component: 1700 - total flux cleaned = -0.000806818 Jy ! Component: 1750 - total flux cleaned = -0.000910623 Jy ! Component: 1800 - total flux cleaned = -0.000944588 Jy ! Component: 1850 - total flux cleaned = -0.00101183 Jy ! Component: 1900 - total flux cleaned = -0.00106996 Jy ! Component: 1950 - total flux cleaned = -0.00110283 Jy ! Component: 2000 - total flux cleaned = -0.00115981 Jy ! Total flux subtracted in 2048 components = -0.00123213 Jy ! Clean residual min=-0.000491 max=0.000467 Jy/beam ! Clean residual mean=-0.000001 rms=0.000156 Jy/beam ! Combined flux in latest and established models = 0.0998075 Jy keep ! Adding 171 model components to the UV plane model. ! The established model now contains 310 components and 0.0998075 Jy ![Exited script file: muppet] wmap "J1824+0322_X_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9894 x 2.016 at 1.61 degrees (North through East) ! Clean map min=-0.0010729 max=0.065122 Jy/beam ! Writing clean map to FITS file: J1824+0322_X_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.065122 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000154392 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.711244 0.711244 1.42249 2.84497 5.68995 11.3799 22.7598 45.5196 91.0392 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.065 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.9894 x 2.016 at 1.61 degrees (North through East) ! Clean map min=-0.0010729 max=0.065122 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 J1824+0322_X_2015_03_17_pus_uvs.log closed on Sat Dec 31 19:10:33 2016