! Started logfile: J1144+0054_X_2015_01_22_pus_uvs.log on Wed Jan 4 13:10:19 2017 obs J1144+0054_X_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1144+0054_X_2015_01_22_pus_uva.fits ! AN table 1: 54 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1144+0054 ! ! 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 295 lines of history. ! ! Reading 23328 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 J1144+0054_X_2015_01_22_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 54 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 9. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 10. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 11. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 12. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.942224Jy sigma=0.010004 ! Fit after self-cal, rms=0.913878Jy sigma=0.009810 ! 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.9069 mas, bmaj=3.034 mas, bpa=-22.71 degrees ! Estimated noise=1000.68 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.0691092 Jy ! Component: 100 - total flux cleaned = 0.0902056 Jy ! Total flux subtracted in 100 components = 0.0902056 Jy ! Clean residual min=-0.005894 max=0.011544 Jy/beam ! Clean residual mean=-0.000022 rms=0.002440 Jy/beam ! Combined flux in latest and established models = 0.0902056 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0902056 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.101081Jy sigma=0.000810 ! Fit after self-cal, rms=0.100943Jy sigma=0.000809 ! 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=1.167 mas, bmaj=2.971 mas, bpa=-20.19 degrees ! Estimated noise=455.84 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.0107925 Jy ! Component: 100 - total flux cleaned = 0.0145606 Jy ! Component: 150 - total flux cleaned = 0.0153918 Jy ! Component: 200 - total flux cleaned = 0.0154818 Jy ! Total flux subtracted in 200 components = 0.0154818 Jy ! Clean residual min=-0.005076 max=0.007918 Jy/beam ! Clean residual mean=-0.000010 rms=0.001606 Jy/beam ! Combined flux in latest and established models = 0.105687 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 23 components and 0.105687 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.100178Jy sigma=0.000792 ! Fit after self-cal, rms=0.100165Jy sigma=0.000791 ! 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 0.88 FD 1.12 HN 1.43 KP 1.12 ! LA 0.99 MK 1.00 NL 0.86 OV 0.89 ! PT 1.00 SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.05 HN 1.37 KP 1.08 ! LA 0.96 MK 0.95 NL 0.81 OV 0.93 ! PT 0.97 SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.10 HN 1.54 KP 1.04 ! LA 0.99 MK 1.01 NL 0.83 OV 0.90 ! PT 0.92 SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.10 HN 1.34 KP 0.98 ! LA 0.93 MK 1.02 NL 0.85 OV 0.88 ! PT 0.99 SC 1.00* ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.10 HN 1.45 KP 0.95 ! LA 0.98 MK 1.03 NL 0.85 OV 0.92 ! PT 1.00 SC 1.00* ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.13 HN 1.36 KP 0.94 ! LA 1.03 MK 1.08 NL 0.86 OV 0.95 ! PT 0.95 SC 1.00* ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.19 HN 1.44 KP 0.95 ! LA 1.04 MK 0.99 NL 0.92 OV 1.01 ! PT 1.05 SC 1.00* ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.14 HN 1.43 KP 0.93 ! LA 1.01 MK 0.96 NL 0.89 OV 0.99 ! PT 1.01 SC 1.00* ! ! ! Correcting IF 9. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.09 HN 1.49 KP 0.96 ! LA 0.97 MK 1.02 NL 0.86 OV 0.99 ! PT 0.96 SC 1.00* ! ! ! Correcting IF 10. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.13 HN 1.41 KP 1.00 ! LA 1.01 MK 1.07 NL 0.90 OV 0.96 ! PT 0.98 SC 1.00* ! ! ! Correcting IF 11. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.13 HN 1.32 KP 1.08 ! LA 1.06 MK 1.06 NL 0.86 OV 0.96 ! PT 0.96 SC 1.00* ! ! ! Correcting IF 12. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.10 HN 1.53 KP 0.99 ! LA 1.05 MK 1.01 NL 0.87 OV 0.96 ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.100165Jy sigma=0.000791 ! Fit after self-cal, rms=0.120291Jy sigma=0.000778 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.182 mas, bmaj=2.948 mas, bpa=-20.24 degrees ! Estimated noise=454.121 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.000469446 Jy ! Component: 100 - total flux cleaned = 0.000217071 Jy ! Component: 150 - total flux cleaned = 0.000109883 Jy ! Component: 200 - total flux cleaned = 3.42167e-05 Jy ! Total flux subtracted in 200 components = 3.42167e-05 Jy ! Clean residual min=-0.001862 max=0.003141 Jy/beam ! Clean residual mean=-0.000003 rms=0.000685 Jy/beam ! Combined flux in latest and established models = 0.105722 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 33 components and 0.105722 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.120270Jy sigma=0.000778 ! Fit after self-cal, rms=0.120615Jy sigma=0.000777 ! 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.120615Jy sigma=0.000777 ! Fit after self-cal, rms=0.122076Jy sigma=0.000777 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.178 mas, bmaj=2.943 mas, bpa=-20.27 degrees ! Estimated noise=454.003 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000376783 Jy ! Component: 100 - total flux cleaned = 0.000376031 Jy ! Component: 150 - total flux cleaned = 0.000375422 Jy ! Component: 200 - total flux cleaned = 0.000336571 Jy ! Total flux subtracted in 200 components = 0.000336571 Jy ! Clean residual min=-0.001854 max=0.003094 Jy/beam ! Clean residual mean=-0.000003 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.106058 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.106058 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.122067Jy sigma=0.000777 ! Fit after self-cal, rms=0.122080Jy sigma=0.000777 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 (-3.8, 2.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00282419 Jy ! Component: 100 - total flux cleaned = 0.00434168 Jy ! Component: 150 - total flux cleaned = 0.00524591 Jy ! Component: 200 - total flux cleaned = 0.00557027 Jy ! Total flux subtracted in 200 components = 0.00557027 Jy ! Clean residual min=-0.001579 max=0.001463 Jy/beam ! Clean residual mean=-0.000001 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.111628 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 57 components and 0.111628 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.122011Jy sigma=0.000776 ! Fit after self-cal, rms=0.122013Jy sigma=0.000776 ! 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.122013Jy sigma=0.000776 ! Fit after self-cal, rms=0.123013Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.174 mas, bmaj=2.944 mas, bpa=-20.31 degrees ! Estimated noise=452.483 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116846 Jy ! Component: 100 - total flux cleaned = 0.00173415 Jy ! Component: 150 - total flux cleaned = 0.00199533 Jy ! Component: 200 - total flux cleaned = 0.00210809 Jy ! Total flux subtracted in 200 components = 0.00210809 Jy ! Clean residual min=-0.001465 max=0.001388 Jy/beam ! Clean residual mean=-0.000001 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.113737 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 70 components and 0.113737 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.122993Jy sigma=0.000775 ! Fit after self-cal, rms=0.123010Jy sigma=0.000775 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.000361056 Jy ! Component: 100 - total flux cleaned = 0.000465295 Jy ! Component: 150 - total flux cleaned = 0.000480905 Jy ! Component: 200 - total flux cleaned = 0.000495816 Jy ! Total flux subtracted in 200 components = 0.000495816 Jy ! Clean residual min=-0.001462 max=0.001339 Jy/beam ! Clean residual mean=-0.000001 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.114232 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 82 components and 0.114232 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.123002Jy sigma=0.000775 ! Fit after self-cal, rms=0.123006Jy sigma=0.000775 ! 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.123006Jy sigma=0.000775 ! Fit after self-cal, rms=0.123532Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.644 mas, bmaj=3.62 mas, bpa=13.12 degrees ! Estimated noise=527.171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000470111 Jy ! Component: 100 - total flux cleaned = 0.00047208 Jy ! Component: 150 - total flux cleaned = 0.000516505 Jy ! Component: 200 - total flux cleaned = 0.000557078 Jy ! Total flux subtracted in 200 components = 0.000557078 Jy ! Clean residual min=-0.001231 max=0.001256 Jy/beam ! Clean residual mean=-0.000003 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.114789 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 99 components and 0.114789 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.123524Jy sigma=0.000775 ! Fit after self-cal, rms=0.123529Jy sigma=0.000775 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 = 2.50499e-05 Jy ! Component: 100 - total flux cleaned = 6.62109e-05 Jy ! Component: 150 - total flux cleaned = 9.04566e-05 Jy ! Component: 200 - total flux cleaned = 7.90758e-05 Jy ! Total flux subtracted in 200 components = 7.90758e-05 Jy ! Clean residual min=-0.001198 max=0.001218 Jy/beam ! Clean residual mean=-0.000004 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.114869 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 109 components and 0.114869 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.123526Jy sigma=0.000775 ! Fit after self-cal, rms=0.123528Jy sigma=0.000775 ! 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=1.173 mas, bmaj=2.943 mas, bpa=-20.32 degrees ! Estimated noise=452.366 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.173 x 2.943 at -20.32 degrees (North through East) ! Clean map min=-0.0013216 max=0.090399 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.9149 mas, bmaj=2.992 mas, bpa=-22.93 degrees ! Estimated noise=989.152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0675965 Jy ! Component: 100 - total flux cleaned = 0.0888802 Jy ! Component: 150 - total flux cleaned = 0.0981282 Jy ! Component: 200 - total flux cleaned = 0.103039 Jy ! Total flux subtracted in 200 components = 0.103039 Jy ! Clean residual min=-0.003577 max=0.003445 Jy/beam ! Clean residual mean=-0.000008 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.103039 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.103039 Jy ! Inverting map and beam ! Estimated beam: bmin=1.173 mas, bmaj=2.943 mas, bpa=-20.32 degrees ! Estimated noise=452.366 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.00383627 Jy ! Component: 100 - total flux cleaned = 0.00569278 Jy ! Component: 150 - total flux cleaned = 0.00686258 Jy ! Component: 200 - total flux cleaned = 0.0078187 Jy ! Total flux subtracted in 200 components = 0.0078187 Jy ! Clean residual min=-0.001714 max=0.001642 Jy/beam ! Clean residual mean=-0.000004 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.110858 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 40 components and 0.110858 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.644 mas, bmaj=3.62 mas, bpa=13.12 degrees ! Estimated noise=527.171 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000549878 Jy ! Component: 100 - total flux cleaned = 0.00123786 Jy ! Component: 150 - total flux cleaned = 0.00176985 Jy ! Component: 200 - total flux cleaned = 0.00221999 Jy ! Total flux subtracted in 200 components = 0.00221999 Jy ! Clean residual min=-0.001443 max=0.001325 Jy/beam ! Clean residual mean=-0.000004 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.113078 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.000275341 Jy ! Component: 100 - total flux cleaned = 0.000516978 Jy ! Component: 150 - total flux cleaned = 0.000729266 Jy ! Component: 200 - total flux cleaned = 0.000880343 Jy ! Total flux subtracted in 200 components = 0.000880343 Jy ! Clean residual min=-0.001320 max=0.001291 Jy/beam ! Clean residual mean=-0.000003 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.113958 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 74 components and 0.113958 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.173 mas, bmaj=2.943 mas, bpa=-20.32 degrees ! Estimated noise=452.366 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00036694 Jy ! Component: 100 - total flux cleaned = 0.0004189 Jy ! Component: 150 - total flux cleaned = 0.000500933 Jy ! Component: 200 - total flux cleaned = 0.000630154 Jy ! Total flux subtracted in 200 components = 0.000630154 Jy ! Clean residual min=-0.001399 max=0.001291 Jy/beam ! Clean residual mean=-0.000001 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.114589 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 87 components and 0.114589 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.123530Jy sigma=0.000775 ! Fit after self-cal, rms=0.123517Jy sigma=0.000775 wmodel J1144+0054_X_2015_01_22_pus_map.mod ! Writing 87 model components to file: J1144+0054_X_2015_01_22_pus_map.mod wobs J1144+0054_X_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1144+0054_X_2015_01_22_pus_uvs.fits wwins J1144+0054_X_2015_01_22_pus_map.win ! wwins: Wrote 2 windows to J1144+0054_X_2015_01_22_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.000179048 Jy ! Component: 100 - total flux cleaned = -0.000349037 Jy ! Component: 150 - total flux cleaned = -0.000427384 Jy ! Component: 200 - total flux cleaned = -0.000391938 Jy ! Component: 250 - total flux cleaned = -0.000391666 Jy ! Component: 300 - total flux cleaned = -0.000407506 Jy ! Component: 350 - total flux cleaned = -0.000407966 Jy ! Component: 400 - total flux cleaned = -0.00031914 Jy ! Component: 450 - total flux cleaned = -0.000232732 Jy ! Component: 500 - total flux cleaned = -0.000162689 Jy ! Component: 550 - total flux cleaned = -8.1295e-05 Jy ! Component: 600 - total flux cleaned = 1.0744e-05 Jy ! Component: 650 - total flux cleaned = 0.000113119 Jy ! Component: 700 - total flux cleaned = 0.000212898 Jy ! Component: 750 - total flux cleaned = 0.000322172 Jy ! Component: 800 - total flux cleaned = 0.000428463 Jy ! Component: 850 - total flux cleaned = 0.000509034 Jy ! Component: 900 - total flux cleaned = 0.000610246 Jy ! Component: 950 - total flux cleaned = 0.000709523 Jy ! Component: 1000 - total flux cleaned = 0.00082849 Jy ! Component: 1050 - total flux cleaned = 0.000945597 Jy ! Component: 1100 - total flux cleaned = 0.00107141 Jy ! Component: 1150 - total flux cleaned = 0.00118505 Jy ! Component: 1200 - total flux cleaned = 0.00125651 Jy ! Component: 1250 - total flux cleaned = 0.001327 Jy ! Component: 1300 - total flux cleaned = 0.00139663 Jy ! Component: 1350 - total flux cleaned = 0.00146539 Jy ! Component: 1400 - total flux cleaned = 0.00152373 Jy ! Component: 1450 - total flux cleaned = 0.00158126 Jy ! Component: 1500 - total flux cleaned = 0.00161927 Jy ! Component: 1550 - total flux cleaned = 0.00166631 Jy ! Component: 1600 - total flux cleaned = 0.00170363 Jy ! Component: 1650 - total flux cleaned = 0.00176789 Jy ! Component: 1700 - total flux cleaned = 0.00181338 Jy ! Component: 1750 - total flux cleaned = 0.00187659 Jy ! Component: 1800 - total flux cleaned = 0.00191225 Jy ! Component: 1850 - total flux cleaned = 0.00196542 Jy ! Component: 1900 - total flux cleaned = 0.00202707 Jy ! Component: 1950 - total flux cleaned = 0.00207082 Jy ! Component: 2000 - total flux cleaned = 0.00212302 Jy ! Total flux subtracted in 2048 components = 0.0021663 Jy ! Clean residual min=-0.000500 max=0.000498 Jy/beam ! Clean residual mean=-0.000000 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.116755 Jy keep ! Adding 102 model components to the UV plane model. ! The established model now contains 189 components and 0.116755 Jy ![Exited script file: muppet] wmap "J1144+0054_X_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.173 x 2.943 at -20.32 degrees (North through East) ! Clean map min=-0.0012001 max=0.090909 Jy/beam ! Writing clean map to FITS file: J1144+0054_X_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0909088 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000156324 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.51587 0.51587 1.03174 2.06348 4.12696 8.25392 16.5078 33.0157 66.0314 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.09 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.173 x 2.943 at -20.32 degrees (North through East) ! Clean map min=-0.0012001 max=0.090909 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 J1144+0054_X_2015_01_22_pus_uvs.log closed on Wed Jan 4 13:10:21 2017