! Started logfile: J1742-3341_X_2014_06_09_pus_uvs.log on Sat Nov 19 00:15:33 2016 obs J1742-3341_X_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1742-3341_X_2014_06_09_pus_uva.fits ! AN table 1: 121 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.219651 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1742-3341 ! ! 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 344 lines of history. ! ! Reading 14352 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 J1742-3341_X_2014_06_09_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 609 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 609 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 609 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 609 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 609 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 609 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 609 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 609 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 9. ! A total of 609 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 10. ! A total of 609 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 11. ! A total of 609 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 12. ! A total of 609 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.942381Jy sigma=0.010839 ! Fit after self-cal, rms=0.919141Jy sigma=0.010580 ! 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=2.96 mas, bmaj=16.05 mas, bpa=11.94 degrees ! Estimated noise=712.633 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.0627817 Jy ! Component: 100 - total flux cleaned = 0.073751 Jy ! Total flux subtracted in 100 components = 0.073751 Jy ! Clean residual min=-0.007558 max=0.007622 Jy/beam ! Clean residual mean=0.000120 rms=0.002636 Jy/beam ! Combined flux in latest and established models = 0.073751 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.073751 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.068445Jy sigma=0.000753 ! Fit after self-cal, rms=0.068322Jy sigma=0.000752 ! 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=3.294 mas, bmaj=16.54 mas, bpa=14.43 degrees ! Estimated noise=518.362 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.00656864 Jy ! Component: 100 - total flux cleaned = 0.00675524 Jy ! Component: 150 - total flux cleaned = 0.00746425 Jy ! Component: 200 - total flux cleaned = 0.00745377 Jy ! Total flux subtracted in 200 components = 0.00745377 Jy ! Clean residual min=-0.001968 max=0.001963 Jy/beam ! Clean residual mean=0.000003 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.0812048 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 93 components and 0.0812048 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.066470Jy sigma=0.000735 ! Fit after self-cal, rms=0.066162Jy sigma=0.000734 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.00* KP 1.01 ! LA 1.07 MK 1.00* NL 1.00* OV 1.01 ! PT 1.00 SC 1.00* ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 1.00* KP 1.01 ! LA 1.04 MK 1.00* NL 1.00* OV 0.97 ! PT 0.94 SC 1.00* ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.13 HN 1.00* KP 0.95 ! LA 1.02 MK 1.00* NL 1.00* OV 1.01 ! PT 0.91 SC 1.00* ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.00* KP 0.89 ! LA 1.01 MK 1.00* NL 1.00* OV 0.98 ! PT 0.90 SC 1.00* ! ! ! Correcting IF 5. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 HN 1.00* KP 0.81 ! LA 0.99 MK 1.00* NL 1.00* OV 1.01 ! PT 0.94 SC 1.00* ! ! ! Correcting IF 6. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.13 HN 1.00* KP 0.84 ! LA 1.06 MK 1.00* NL 1.00* OV 1.04 ! PT 0.92 SC 1.00* ! ! ! Correcting IF 7. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.09 HN 1.00* KP 0.94 ! LA 1.07 MK 1.00* NL 1.00* OV 1.03 ! PT 1.01 SC 1.00* ! ! ! Correcting IF 8. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.00* KP 0.83 ! LA 1.02 MK 1.00* NL 1.00* OV 1.08 ! PT 1.00 SC 1.00* ! ! ! Correcting IF 9. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00* KP 0.81 ! LA 1.02 MK 1.00* NL 1.00* OV 1.03 ! PT 0.93 SC 1.00* ! ! ! Correcting IF 10. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00* KP 0.92 ! LA 0.99 MK 1.00* NL 1.00* OV 0.95 ! PT 0.99 SC 1.00* ! ! ! Correcting IF 11. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00* KP 0.89 ! LA 1.03 MK 1.00* NL 1.00* OV 1.01 ! PT 0.99 SC 1.00* ! ! ! Correcting IF 12. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.00* KP 0.93 ! LA 1.06 MK 1.00* NL 1.00* OV 0.95 ! PT 0.97 SC 1.00* ! ! ! Fit before self-cal, rms=0.066162Jy sigma=0.000734 ! Fit after self-cal, rms=0.063852Jy sigma=0.000728 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.34 mas, bmaj=16.62 mas, bpa=14.25 degrees ! Estimated noise=512.993 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.00143127 Jy ! Component: 100 - total flux cleaned = 0.00209846 Jy ! Component: 150 - total flux cleaned = 0.0028553 Jy ! Component: 200 - total flux cleaned = 0.00312144 Jy ! Total flux subtracted in 200 components = 0.00312144 Jy ! Clean residual min=-0.000615 max=0.000615 Jy/beam ! Clean residual mean=0.000036 rms=0.000273 Jy/beam ! Combined flux in latest and established models = 0.0843262 Jy ! Performing phase self-cal ! Adding 63 model components to the UV plane model. ! The established model now contains 156 components and 0.0843262 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.063786Jy sigma=0.000727 ! Fit after self-cal, rms=0.063736Jy sigma=0.000727 ! 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.063736Jy sigma=0.000727 ! Fit after self-cal, rms=0.063527Jy sigma=0.000725 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=16.69 mas, bpa=14.17 degrees ! Estimated noise=510.887 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000138419 Jy ! Component: 100 - total flux cleaned = 6.59947e-05 Jy ! Component: 150 - total flux cleaned = 0.000341287 Jy ! Component: 200 - total flux cleaned = 0.000562651 Jy ! Total flux subtracted in 200 components = 0.000562651 Jy ! Clean residual min=-0.000348 max=0.000349 Jy/beam ! Clean residual mean=0.000006 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.0848889 Jy selfcal ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 209 components and 0.0848888 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.063505Jy sigma=0.000725 ! Fit after self-cal, rms=0.063528Jy sigma=0.000725 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.82177e-05 Jy ! Component: 100 - total flux cleaned = 4.8243e-05 Jy ! Component: 150 - total flux cleaned = 0.000163487 Jy ! Component: 200 - total flux cleaned = 0.000239324 Jy ! Total flux subtracted in 200 components = 0.000239324 Jy ! Clean residual min=-0.000243 max=0.000245 Jy/beam ! Clean residual mean=0.000012 rms=0.000117 Jy/beam ! Combined flux in latest and established models = 0.0851282 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 257 components and 0.0851282 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.063519Jy sigma=0.000725 ! Fit after self-cal, rms=0.063518Jy sigma=0.000725 ! 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.063518Jy sigma=0.000725 ! Fit after self-cal, rms=0.063498Jy sigma=0.000725 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.348 mas, bmaj=16.71 mas, bpa=14.17 degrees ! Estimated noise=510.353 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.22326e-05 Jy ! Component: 100 - total flux cleaned = 5.41527e-05 Jy ! Component: 150 - total flux cleaned = 0.000146047 Jy ! Component: 200 - total flux cleaned = 0.000242323 Jy ! Total flux subtracted in 200 components = 0.000242323 Jy ! Clean residual min=-0.000194 max=0.000195 Jy/beam ! Clean residual mean=0.000007 rms=0.000098 Jy/beam ! Combined flux in latest and established models = 0.0853705 Jy selfcal ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 331 components and 0.0853705 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.063493Jy sigma=0.000725 ! Fit after self-cal, rms=0.063496Jy sigma=0.000725 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.000153109 Jy ! Component: 100 - total flux cleaned = 0.000264369 Jy ! Component: 150 - total flux cleaned = 0.000338409 Jy ! Component: 200 - total flux cleaned = 0.000399245 Jy ! Total flux subtracted in 200 components = 0.000399245 Jy ! Clean residual min=-0.000165 max=0.000166 Jy/beam ! Clean residual mean=0.000009 rms=0.000082 Jy/beam ! Combined flux in latest and established models = 0.0857697 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 384 components and 0.0857697 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.063493Jy sigma=0.000725 ! Fit after self-cal, rms=0.063493Jy sigma=0.000725 ! 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.063493Jy sigma=0.000725 ! Fit after self-cal, rms=0.063533Jy sigma=0.000725 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.566 mas, bmaj=16.85 mas, bpa=13.89 degrees ! Estimated noise=514.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.52994e-05 Jy ! Component: 100 - total flux cleaned = 3.26933e-05 Jy ! Component: 150 - total flux cleaned = 0.000106664 Jy ! Component: 200 - total flux cleaned = 0.000159465 Jy ! Total flux subtracted in 200 components = 0.000159465 Jy ! Clean residual min=-0.000142 max=0.000142 Jy/beam ! Clean residual mean=0.000007 rms=0.000073 Jy/beam ! Combined flux in latest and established models = 0.0859292 Jy selfcal ! Performing phase self-cal ! Adding 88 model components to the UV plane model. ! The established model now contains 437 components and 0.0859292 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.063530Jy sigma=0.000725 ! Fit after self-cal, rms=0.063531Jy sigma=0.000725 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.000113263 Jy ! Component: 100 - total flux cleaned = 0.000186565 Jy ! Component: 150 - total flux cleaned = 0.000225498 Jy ! Component: 200 - total flux cleaned = 0.000278567 Jy ! Total flux subtracted in 200 components = 0.000278567 Jy ! Clean residual min=-0.000124 max=0.000125 Jy/beam ! Clean residual mean=0.000009 rms=0.000063 Jy/beam ! Combined flux in latest and established models = 0.0862078 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 486 components and 0.0862078 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.063529Jy sigma=0.000725 ! Fit after self-cal, rms=0.063529Jy sigma=0.000725 ! 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=3.349 mas, bmaj=16.71 mas, bpa=14.16 degrees ! Estimated noise=510.554 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.349 x 16.71 at 14.16 degrees (North through East) ! Clean map min=-0.0041792 max=0.079593 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=3.006 mas, bmaj=16.24 mas, bpa=11.81 degrees ! Estimated noise=696.658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0611074 Jy ! Component: 100 - total flux cleaned = 0.0755585 Jy ! Component: 150 - total flux cleaned = 0.0778833 Jy ! Component: 200 - total flux cleaned = 0.0792191 Jy ! Total flux subtracted in 200 components = 0.0792191 Jy ! Clean residual min=-0.002671 max=0.002754 Jy/beam ! Clean residual mean=0.000032 rms=0.001162 Jy/beam ! Combined flux in latest and established models = 0.0792191 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 39 model components to the UV plane model. ! The established model now contains 39 components and 0.0792191 Jy ! Inverting map and beam ! Estimated beam: bmin=3.349 mas, bmaj=16.71 mas, bpa=14.16 degrees ! Estimated noise=510.554 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.0022978 Jy ! Component: 100 - total flux cleaned = 0.002561 Jy ! Component: 150 - total flux cleaned = 0.00293942 Jy ! Component: 200 - total flux cleaned = 0.00319478 Jy ! Total flux subtracted in 200 components = 0.00319478 Jy ! Clean residual min=-0.000931 max=0.000934 Jy/beam ! Clean residual mean=-0.000027 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.0824138 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 119 components and 0.0824138 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=3.566 mas, bmaj=16.85 mas, bpa=13.89 degrees ! Estimated noise=514.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000193653 Jy ! Component: 100 - total flux cleaned = -0.000371823 Jy ! Component: 150 - total flux cleaned = -0.000451299 Jy ! Component: 200 - total flux cleaned = -0.000558571 Jy ! Total flux subtracted in 200 components = -0.000558571 Jy ! Clean residual min=-0.000554 max=0.000550 Jy/beam ! Clean residual mean=-0.000018 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.0818552 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.6531e-06 Jy ! Component: 100 - total flux cleaned = 6.08664e-05 Jy ! Component: 150 - total flux cleaned = 0.0001657 Jy ! Component: 200 - total flux cleaned = 0.000189913 Jy ! Total flux subtracted in 200 components = 0.000189913 Jy ! Clean residual min=-0.000390 max=0.000388 Jy/beam ! Clean residual mean=-0.000011 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.0820452 Jy ! Adding 136 model components to the UV plane model. ! The established model now contains 248 components and 0.0820451 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.349 mas, bmaj=16.71 mas, bpa=14.16 degrees ! Estimated noise=510.554 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.64527e-05 Jy ! Component: 100 - total flux cleaned = -0.000186641 Jy ! Component: 150 - total flux cleaned = -0.000250234 Jy ! Component: 200 - total flux cleaned = -0.000178157 Jy ! Total flux subtracted in 200 components = -0.000178157 Jy ! Clean residual min=-0.000232 max=0.000233 Jy/beam ! Clean residual mean=-0.000002 rms=0.000124 Jy/beam ! Combined flux in latest and established models = 0.081867 Jy selfcal ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 329 components and 0.081867 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.063539Jy sigma=0.000725 ! Fit after self-cal, rms=0.063539Jy sigma=0.000725 wmodel J1742-3341_X_2014_06_09_pus_map.mod ! Writing 329 model components to file: J1742-3341_X_2014_06_09_pus_map.mod wobs J1742-3341_X_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1742-3341_X_2014_06_09_pus_uvs.fits wwins J1742-3341_X_2014_06_09_pus_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J1742-3341_X_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.349 x 16.71 at 14.16 degrees (North through East) ! Clean map min=-0.0030256 max=0.078695 Jy/beam ! Writing clean map to FITS file: J1742-3341_X_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0786945 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000109896 device "J1742-3341_X_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1742-3341_X_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.418948 0.418948 0.837896 1.67579 3.35158 6.70316 13.4063 26.8127 53.6253 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.078 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.349 x 16.71 at 14.16 degrees (North through East) ! Clean map min=-0.0030256 max=0.078695 Jy/beam quit ! Quitting program ! Log file J1742-3341_X_2014_06_09_pus_uvs.log closed on Sat Nov 19 00:15:36 2016