! Started logfile: /scr/pima/rdv94_uvs/J1424+0434_X_uvs.log on Tue Oct 8 12:20:58 2013 obs /scr/pima/rdv94_uvs/J1424+0434_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv94_uvs/J1424+0434_X_uva.fits ! AN table 1: 22 integrations on 36 of 36 possible baselines. ! AN table 2: 22 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.896307 visibilities/baseline/integration-bin. ! Found source: J1424+0434 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 5048 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv94_uvs/J1424+0434_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 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 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.014164Jy sigma=3.024408 ! Fit after self-cal, rms=0.815199Jy sigma=2.422117 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] 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.8123 mas, bmaj=3.12 mas, bpa=-19.99 degrees ! Estimated noise=5.57305 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.145741 Jy ! Component: 100 - total flux cleaned = 0.177594 Jy ! Total flux subtracted in 100 components = 0.177594 Jy ! Clean residual min=-0.007042 max=0.009464 Jy/beam ! Clean residual mean=-0.000001 rms=0.001901 Jy/beam ! Combined flux in latest and established models = 0.177594 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.177594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074556Jy sigma=0.205022 ! Fit after self-cal, rms=0.074552Jy sigma=0.205005 ! 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.9748 mas, bmaj=3.139 mas, bpa=-18.78 degrees ! Estimated noise=3.40904 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.0113234 Jy ! Component: 100 - total flux cleaned = 0.0162949 Jy ! Component: 150 - total flux cleaned = 0.0183725 Jy ! Component: 200 - total flux cleaned = 0.019762 Jy ! Total flux subtracted in 200 components = 0.019762 Jy ! Clean residual min=-0.006627 max=0.006201 Jy/beam ! Clean residual mean=0.000004 rms=0.001414 Jy/beam ! Combined flux in latest and established models = 0.197356 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 37 components and 0.197356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072714Jy sigma=0.199239 ! Fit after self-cal, rms=0.072710Jy sigma=0.199170 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.94 HN 0.91 KP 0.96 ! LA 1.07 MK 1.02 NL 1.01 OV 1.01 ! PT 1.10 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.95 FD 0.93 HN 0.93 KP 0.98 ! LA 1.00 MK 1.02 NL 0.99 OV 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.36 FD 0.92 HN 0.97 KP 0.91 ! LA 1.00 MK 1.09 NL 1.02 OV 1.01 ! PT 1.21 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.42 FD 0.91 HN 0.91 KP 0.95 ! LA 1.01 MK 1.03 NL 1.00 OV 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.88 HN 1.01 KP 0.85 ! LA 1.10 MK 1.05 NL 1.05 OV 1.01 ! PT 1.15 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 0.92 HN 0.96 KP 0.84 ! LA 1.01 MK 1.01 NL 1.03 OV 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 0.94 KP 0.85 ! LA 1.15 MK 1.07 NL 1.05 OV 0.99 ! PT 1.10 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.96 FD 0.98 HN 0.94 KP 0.91 ! LA 1.03 MK 1.07 NL 1.02 OV 1.03 ! ! ! Fit before self-cal, rms=0.072710Jy sigma=0.199170 ! Fit after self-cal, rms=0.068610Jy sigma=0.189841 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9814 mas, bmaj=3.175 mas, bpa=-18.61 degrees ! Estimated noise=3.39321 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 (2.6, -3.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00456286 Jy ! Component: 100 - total flux cleaned = 0.00546287 Jy ! Component: 150 - total flux cleaned = 0.00609189 Jy ! Component: 200 - total flux cleaned = 0.00667853 Jy ! Total flux subtracted in 200 components = 0.00667853 Jy ! Clean residual min=-0.002578 max=0.002765 Jy/beam ! Clean residual mean=-0.000000 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.204034 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 62 components and 0.204035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068281Jy sigma=0.188788 ! Fit after self-cal, rms=0.068317Jy sigma=0.188645 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068317Jy sigma=0.188645 ! Fit after self-cal, rms=0.068433Jy sigma=0.188568 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9817 mas, bmaj=3.179 mas, bpa=-18.59 degrees ! Estimated noise=3.38946 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142444 Jy ! Component: 100 - total flux cleaned = 0.00158244 Jy ! Component: 150 - total flux cleaned = 0.00198495 Jy ! Component: 200 - total flux cleaned = 0.00229462 Jy ! Total flux subtracted in 200 components = 0.00229462 Jy ! Clean residual min=-0.002369 max=0.002568 Jy/beam ! Clean residual mean=-0.000000 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.206329 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 82 components and 0.206329 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068353Jy sigma=0.188331 ! Fit after self-cal, rms=0.068359Jy sigma=0.188317 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 (23.4, -30.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211923 Jy ! Component: 100 - total flux cleaned = 0.00290237 Jy ! Component: 150 - total flux cleaned = 0.00349999 Jy ! Component: 200 - total flux cleaned = 0.00419322 Jy ! Total flux subtracted in 200 components = 0.00419322 Jy ! Clean residual min=-0.002219 max=0.002251 Jy/beam ! Clean residual mean=0.000000 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.210522 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 104 components and 0.210522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068250Jy sigma=0.188028 ! Fit after self-cal, rms=0.068251Jy sigma=0.188019 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068251Jy sigma=0.188019 ! Fit after self-cal, rms=0.068320Jy sigma=0.187945 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9827 mas, bmaj=3.184 mas, bpa=-18.58 degrees ! Estimated noise=3.3855 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000746191 Jy ! Component: 100 - total flux cleaned = 0.00156559 Jy ! Component: 150 - total flux cleaned = 0.00210454 Jy ! Component: 200 - total flux cleaned = 0.0024745 Jy ! Total flux subtracted in 200 components = 0.0024745 Jy ! Clean residual min=-0.002133 max=0.002235 Jy/beam ! Clean residual mean=0.000000 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.212997 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 116 components and 0.212997 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068278Jy sigma=0.187843 ! Fit after self-cal, rms=0.068287Jy sigma=0.187841 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 (7.8, -45). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102731 Jy ! Component: 100 - total flux cleaned = 0.00136101 Jy ! Component: 150 - total flux cleaned = 0.00155192 Jy ! Component: 200 - total flux cleaned = 0.00179988 Jy ! Total flux subtracted in 200 components = 0.00179988 Jy ! Clean residual min=-0.001965 max=0.001970 Jy/beam ! Clean residual mean=0.000000 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.214797 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 145 components and 0.214797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068210Jy sigma=0.187627 ! Fit after self-cal, rms=0.068212Jy sigma=0.187615 ! 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 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068212Jy sigma=0.187615 ! Fit after self-cal, rms=0.068164Jy sigma=0.187563 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.071 mas, bmaj=3.328 mas, bpa=-12.03 degrees ! Estimated noise=3.96455 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000633023 Jy ! Component: 100 - total flux cleaned = 0.00106445 Jy ! Component: 150 - total flux cleaned = 0.00150613 Jy ! Component: 200 - total flux cleaned = 0.00194023 Jy ! Total flux subtracted in 200 components = 0.00194023 Jy ! Clean residual min=-0.001916 max=0.001758 Jy/beam ! Clean residual mean=0.000000 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.216737 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 162 components and 0.216737 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068140Jy sigma=0.187506 ! Fit after self-cal, rms=0.068143Jy sigma=0.187503 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.000308323 Jy ! Component: 100 - total flux cleaned = 0.000670017 Jy ! Component: 150 - total flux cleaned = 0.00100407 Jy ! Component: 200 - total flux cleaned = 0.00131345 Jy ! Total flux subtracted in 200 components = 0.00131345 Jy ! Clean residual min=-0.001856 max=0.001754 Jy/beam ! Clean residual mean=0.000000 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.21805 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 172 components and 0.21805 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068131Jy sigma=0.187474 ! Fit after self-cal, rms=0.068133Jy sigma=0.187473 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:BR,true ! 1:BR self-cal status=fixed weight=1 selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:HN,true ! 1:HN self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:NL,true ! 1:NL self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 2:BR,true ! 2:BR self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:HN,true ! 2:HN self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:MK,true ! 2:MK self-cal status=fixed weight=1 selfant 2:NL,true ! 2:NL self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068133Jy sigma=0.187473 ! Fit after self-cal, rms=0.068133Jy sigma=0.187473 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 1:FD self-cal status=correctable weight=1 ! 1:HN self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:NL self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.068133Jy sigma=0.187473 ! Fit after self-cal, rms=0.068054Jy sigma=0.187463 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.8199 mas, bmaj=3.153 mas, bpa=-19.83 degrees ! Estimated noise=5.56631 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 (-31.4, -38). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166578 Jy ! Component: 100 - total flux cleaned = 0.00138711 Jy ! Component: 150 - total flux cleaned = 0.00194318 Jy ! Component: 200 - total flux cleaned = 0.00238295 Jy ! Total flux subtracted in 200 components = 0.00238295 Jy ! Clean residual min=-0.003062 max=0.003463 Jy/beam ! Clean residual mean=-0.000001 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.220433 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 208 components and 0.220433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068013Jy sigma=0.187466 ! Fit after self-cal, rms=0.068019Jy sigma=0.187429 ! Inverting map ! Added new window around map position (-38, 19.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000169047 Jy ! Component: 100 - total flux cleaned = 6.23382e-05 Jy ! Component: 150 - total flux cleaned = 0.000649658 Jy ! Component: 200 - total flux cleaned = 0.00106289 Jy ! Total flux subtracted in 200 components = 0.00106289 Jy ! Clean residual min=-0.003122 max=0.003070 Jy/beam ! Clean residual mean=-0.000001 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.221496 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 238 components and 0.221496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067962Jy sigma=0.187394 ! Fit after self-cal, rms=0.067961Jy sigma=0.187371 ! Inverting map 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.9839 mas, bmaj=3.186 mas, bpa=-18.57 degrees ! Estimated noise=3.37618 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000646331 Jy ! Component: 100 - total flux cleaned = -0.000994132 Jy ! Component: 150 - total flux cleaned = -0.00112512 Jy ! Component: 200 - total flux cleaned = -0.0012464 Jy ! Component: 250 - total flux cleaned = -0.00139049 Jy ! Component: 300 - total flux cleaned = -0.00132362 Jy ! Component: 350 - total flux cleaned = -0.00119857 Jy ! Component: 400 - total flux cleaned = -0.00116885 Jy ! Total flux subtracted in 400 components = -0.00116885 Jy ! Clean residual min=-0.001909 max=0.001732 Jy/beam ! Clean residual mean=0.000000 rms=0.000416 Jy/beam ! Combined flux in latest and established models = 0.220327 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 286 components and 0.220327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067874Jy sigma=0.187075 ! Fit after self-cal, rms=0.067865Jy sigma=0.187061 ! Inverting map dynam = dynam - 0.5 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) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000144407 Jy ! Component: 100 - total flux cleaned = -5.73662e-07 Jy ! Component: 150 - total flux cleaned = -5.61432e-05 Jy ! Component: 200 - total flux cleaned = -2.90839e-05 Jy ! Component: 250 - total flux cleaned = -2.91573e-05 Jy ! Component: 300 - total flux cleaned = -2.88588e-05 Jy ! Component: 350 - total flux cleaned = 1.71916e-05 Jy ! Component: 400 - total flux cleaned = -5.22386e-05 Jy ! Total flux subtracted in 400 components = -5.22386e-05 Jy ! Clean residual min=-0.001803 max=0.001674 Jy/beam ! Clean residual mean=0.000000 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.220275 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 316 components and 0.220275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067827Jy sigma=0.186957 ! Fit after self-cal, rms=0.067824Jy sigma=0.186954 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. ! Applying 2560 buffered edits. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.067824Jy sigma=0.186954 ! Fit after self-cal, rms=0.067757Jy sigma=0.186924 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9841 mas, bmaj=3.187 mas, bpa=-18.56 degrees ! Estimated noise=3.37482 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000260841 Jy ! Component: 100 - total flux cleaned = 0.000433239 Jy ! Component: 150 - total flux cleaned = 0.000548062 Jy ! Component: 200 - total flux cleaned = 0.000614123 Jy ! Component: 250 - total flux cleaned = 0.000636115 Jy ! Component: 300 - total flux cleaned = 0.000720073 Jy ! Component: 350 - total flux cleaned = 0.00078094 Jy ! Component: 400 - total flux cleaned = 0.000839911 Jy ! Total flux subtracted in 400 components = 0.000839911 Jy ! Clean residual min=-0.001814 max=0.001638 Jy/beam ! Clean residual mean=0.000000 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.221115 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 337 components and 0.221115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067727Jy sigma=0.186853 ! Fit after self-cal, rms=0.067727Jy sigma=0.186851 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.36794e-05 Jy ! Component: 100 - total flux cleaned = 8.30749e-05 Jy ! Component: 150 - total flux cleaned = 0.000159595 Jy ! Component: 200 - total flux cleaned = 0.000272807 Jy ! Component: 250 - total flux cleaned = 0.000401935 Jy ! Component: 300 - total flux cleaned = 0.000438299 Jy ! Component: 350 - total flux cleaned = 0.000545507 Jy ! Component: 400 - total flux cleaned = 0.000650092 Jy ! Total flux subtracted in 400 components = 0.000650092 Jy ! Clean residual min=-0.001767 max=0.001610 Jy/beam ! Clean residual mean=0.000000 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.221765 Jy ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 354 components and 0.221765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067706Jy sigma=0.186803 ! Fit after self-cal, rms=0.067706Jy sigma=0.186802 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067706Jy sigma=0.186802 ! Fit after self-cal, rms=0.067748Jy sigma=0.186761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9844 mas, bmaj=3.188 mas, bpa=-18.56 degrees ! Estimated noise=3.37528 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000228802 Jy ! Component: 100 - total flux cleaned = 0.000380225 Jy ! Component: 150 - total flux cleaned = 0.000489334 Jy ! Component: 200 - total flux cleaned = 0.000506945 Jy ! Component: 250 - total flux cleaned = 0.000593422 Jy ! Component: 300 - total flux cleaned = 0.000678101 Jy ! Component: 350 - total flux cleaned = 0.000695008 Jy ! Component: 400 - total flux cleaned = 0.000825847 Jy ! Total flux subtracted in 400 components = 0.000825847 Jy ! Clean residual min=-0.001734 max=0.001595 Jy/beam ! Clean residual mean=0.000000 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.222591 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 364 components and 0.222591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067729Jy sigma=0.186718 ! Fit after self-cal, rms=0.067730Jy sigma=0.186717 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.12728e-05 Jy ! Component: 100 - total flux cleaned = 0.000120309 Jy ! Component: 150 - total flux cleaned = 0.000152815 Jy ! Component: 200 - total flux cleaned = 0.000248409 Jy ! Component: 250 - total flux cleaned = 0.000342582 Jy ! Component: 300 - total flux cleaned = 0.000434992 Jy ! Component: 350 - total flux cleaned = 0.000526429 Jy ! Component: 400 - total flux cleaned = 0.000556496 Jy ! Total flux subtracted in 400 components = 0.000556496 Jy ! Clean residual min=-0.001708 max=0.001578 Jy/beam ! Clean residual mean=0.000000 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.223147 Jy ! Performing phase self-cal ! Adding 72 model components to the UV plane model. ! The established model now contains 372 components and 0.223147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067715Jy sigma=0.186681 ! Fit after self-cal, rms=0.067716Jy sigma=0.186680 ! 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, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067716Jy sigma=0.186680 ! Fit after self-cal, rms=0.067080Jy sigma=0.182924 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.071 mas, bmaj=3.333 mas, bpa=-12.06 degrees ! Estimated noise=3.95852 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000275966 Jy ! Component: 100 - total flux cleaned = 0.00033416 Jy ! Component: 150 - total flux cleaned = 0.000497197 Jy ! Component: 200 - total flux cleaned = 0.000650669 Jy ! Component: 250 - total flux cleaned = 0.000811798 Jy ! Component: 300 - total flux cleaned = 0.000934349 Jy ! Component: 350 - total flux cleaned = 0.00102234 Jy ! Component: 400 - total flux cleaned = 0.00114872 Jy ! Total flux subtracted in 400 components = 0.00114872 Jy ! Clean residual min=-0.001532 max=0.001786 Jy/beam ! Clean residual mean=0.000001 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.224296 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 404 components and 0.224296 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067069Jy sigma=0.182903 ! Fit after self-cal, rms=0.067086Jy sigma=0.182888 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 (-44.4, 18). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000161594 Jy ! Component: 100 - total flux cleaned = -3.91473e-05 Jy ! Component: 150 - total flux cleaned = -0.000315686 Jy ! Component: 200 - total flux cleaned = -0.0005479 Jy ! Component: 250 - total flux cleaned = -0.000731838 Jy ! Component: 300 - total flux cleaned = -0.000780696 Jy ! Component: 350 - total flux cleaned = -0.000757451 Jy ! Component: 400 - total flux cleaned = -0.000671505 Jy ! Total flux subtracted in 400 components = -0.000671505 Jy ! Clean residual min=-0.001497 max=0.001368 Jy/beam ! Clean residual mean=0.000000 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.223625 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 462 components and 0.223625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067011Jy sigma=0.182716 ! Fit after self-cal, rms=0.067004Jy sigma=0.182707 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=0.9857 mas, bmaj=3.19 mas, bpa=-18.55 degrees ! Estimated noise=3.38315 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9857 x 3.19 at -18.55 degrees (North through East) ! Clean map min=-0.0020722 max=0.18749 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.821 mas, bmaj=3.154 mas, bpa=-19.82 degrees ! Estimated noise=5.57973 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.145825 Jy ! Component: 100 - total flux cleaned = 0.177636 Jy ! Component: 150 - total flux cleaned = 0.186787 Jy ! Component: 200 - total flux cleaned = 0.192142 Jy ! Component: 250 - total flux cleaned = 0.195659 Jy ! Component: 300 - total flux cleaned = 0.197517 Jy ! Component: 350 - total flux cleaned = 0.198271 Jy ! Component: 400 - total flux cleaned = 0.198961 Jy ! Total flux subtracted in 400 components = 0.198961 Jy ! Clean residual min=-0.004115 max=0.003938 Jy/beam ! Clean residual mean=-0.000002 rms=0.000960 Jy/beam ! Combined flux in latest and established models = 0.198961 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 59 model components to the UV plane model. ! The established model now contains 59 components and 0.198961 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9857 mas, bmaj=3.19 mas, bpa=-18.55 degrees ! Estimated noise=3.38315 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00235938 Jy ! Component: 100 - total flux cleaned = 0.0036252 Jy ! Component: 150 - total flux cleaned = 0.00452081 Jy ! Component: 200 - total flux cleaned = 0.00504571 Jy ! Component: 250 - total flux cleaned = 0.00546766 Jy ! Component: 300 - total flux cleaned = 0.00586764 Jy ! Component: 350 - total flux cleaned = 0.00611846 Jy ! Component: 400 - total flux cleaned = 0.00635835 Jy ! Total flux subtracted in 400 components = 0.00635835 Jy ! Clean residual min=-0.002241 max=0.001944 Jy/beam ! Clean residual mean=-0.000001 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.20532 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 127 components and 0.20532 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.071 mas, bmaj=3.333 mas, bpa=-12.06 degrees ! Estimated noise=3.95852 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000991823 Jy ! Component: 100 - total flux cleaned = 0.00181081 Jy ! Component: 150 - total flux cleaned = 0.00247298 Jy ! Component: 200 - total flux cleaned = 0.00291037 Jy ! Component: 250 - total flux cleaned = 0.00341431 Jy ! Component: 300 - total flux cleaned = 0.0037888 Jy ! Component: 350 - total flux cleaned = 0.00444607 Jy ! Component: 400 - total flux cleaned = 0.00502951 Jy ! Total flux subtracted in 400 components = 0.00502951 Jy ! Clean residual min=-0.001836 max=0.001643 Jy/beam ! Clean residual mean=-0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.210349 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000438634 Jy ! Component: 100 - total flux cleaned = 0.00101714 Jy ! Component: 150 - total flux cleaned = 0.00139053 Jy ! Component: 200 - total flux cleaned = 0.00175556 Jy ! Component: 250 - total flux cleaned = 0.00221628 Jy ! Component: 300 - total flux cleaned = 0.0025255 Jy ! Component: 350 - total flux cleaned = 0.00289341 Jy ! Component: 400 - total flux cleaned = 0.00318749 Jy ! Total flux subtracted in 400 components = 0.00318749 Jy ! Clean residual min=-0.001723 max=0.001578 Jy/beam ! Clean residual mean=-0.000001 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.213537 Jy ! Adding 128 model components to the UV plane model. ! The established model now contains 246 components and 0.213537 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9857 mas, bmaj=3.19 mas, bpa=-18.55 degrees ! Estimated noise=3.38315 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000688987 Jy ! Component: 100 - total flux cleaned = 0.00102993 Jy ! Component: 150 - total flux cleaned = 0.00116381 Jy ! Component: 200 - total flux cleaned = 0.00137172 Jy ! Component: 250 - total flux cleaned = 0.00145021 Jy ! Component: 300 - total flux cleaned = 0.00148945 Jy ! Component: 350 - total flux cleaned = 0.00171048 Jy ! Component: 400 - total flux cleaned = 0.00181697 Jy ! Total flux subtracted in 400 components = 0.00181697 Jy ! Clean residual min=-0.001903 max=0.001645 Jy/beam ! Clean residual mean=-0.000000 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.215354 Jy selfcal ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 304 components and 0.215354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067177Jy sigma=0.183098 ! Fit after self-cal, rms=0.067148Jy sigma=0.183056 wmodel /scr/pima/rdv94_uvs/J1424+0434_X_map.mod ! Writing 304 model components to file: /scr/pima/rdv94_uvs/J1424+0434_X_map.mod wobs /scr/pima/rdv94_uvs/J1424+0434_X_uvs.fits ! Applying 256 buffered edits. ! Writing UV FITS file: /scr/pima/rdv94_uvs/J1424+0434_X_uvs.fits wwins /scr/pima/rdv94_uvs/J1424+0434_X_map.win ! wwins: Wrote 7 windows to /scr/pima/rdv94_uvs/J1424+0434_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000584066 Jy ! Component: 100 - total flux cleaned = -0.000938702 Jy ! Component: 150 - total flux cleaned = -0.00121208 Jy ! Component: 200 - total flux cleaned = -0.00136811 Jy ! Component: 250 - total flux cleaned = -0.00144275 Jy ! Component: 300 - total flux cleaned = -0.00146692 Jy ! Component: 350 - total flux cleaned = -0.0015612 Jy ! Component: 400 - total flux cleaned = -0.00172226 Jy ! Component: 450 - total flux cleaned = -0.00187993 Jy ! Component: 500 - total flux cleaned = -0.00201237 Jy ! Component: 550 - total flux cleaned = -0.00214286 Jy ! Component: 600 - total flux cleaned = -0.00222854 Jy ! Component: 650 - total flux cleaned = -0.00233428 Jy ! Component: 700 - total flux cleaned = -0.00247965 Jy ! Component: 750 - total flux cleaned = -0.00260222 Jy ! Component: 800 - total flux cleaned = -0.00260195 Jy ! Component: 850 - total flux cleaned = -0.00268141 Jy ! Component: 900 - total flux cleaned = -0.00268132 Jy ! Component: 950 - total flux cleaned = -0.00272013 Jy ! Component: 1000 - total flux cleaned = -0.00279701 Jy ! Component: 1050 - total flux cleaned = -0.00274002 Jy ! Component: 1100 - total flux cleaned = -0.00279637 Jy ! Component: 1150 - total flux cleaned = -0.00274047 Jy ! Component: 1200 - total flux cleaned = -0.00272207 Jy ! Component: 1250 - total flux cleaned = -0.0026672 Jy ! Component: 1300 - total flux cleaned = -0.00268533 Jy ! Component: 1350 - total flux cleaned = -0.0027212 Jy ! Component: 1400 - total flux cleaned = -0.00265031 Jy ! Component: 1450 - total flux cleaned = -0.0026503 Jy ! Component: 1500 - total flux cleaned = -0.00259821 Jy ! Component: 1550 - total flux cleaned = -0.00259813 Jy ! Component: 1600 - total flux cleaned = -0.00252975 Jy ! Component: 1650 - total flux cleaned = -0.00252991 Jy ! Component: 1700 - total flux cleaned = -0.00254683 Jy ! Component: 1750 - total flux cleaned = -0.00249671 Jy ! Component: 1800 - total flux cleaned = -0.00248021 Jy ! Component: 1850 - total flux cleaned = -0.00248027 Jy ! Component: 1900 - total flux cleaned = -0.00251291 Jy ! Component: 1950 - total flux cleaned = -0.00246419 Jy ! Component: 2000 - total flux cleaned = -0.00246406 Jy ! Component: 2050 - total flux cleaned = -0.00248027 Jy ! Component: 2100 - total flux cleaned = -0.00246416 Jy ! Component: 2150 - total flux cleaned = -0.00246411 Jy ! Component: 2200 - total flux cleaned = -0.00240156 Jy ! Component: 2250 - total flux cleaned = -0.00243285 Jy ! Component: 2300 - total flux cleaned = -0.00243306 Jy ! Component: 2350 - total flux cleaned = -0.00240248 Jy ! Component: 2400 - total flux cleaned = -0.00237222 Jy ! Component: 2450 - total flux cleaned = -0.002342 Jy ! Component: 2500 - total flux cleaned = -0.00232714 Jy ! Component: 2550 - total flux cleaned = -0.00229721 Jy ! Component: 2600 - total flux cleaned = -0.00226757 Jy ! Component: 2650 - total flux cleaned = -0.00226759 Jy ! Component: 2700 - total flux cleaned = -0.00225283 Jy ! Component: 2750 - total flux cleaned = -0.00220917 Jy ! Component: 2800 - total flux cleaned = -0.00213678 Jy ! Component: 2850 - total flux cleaned = -0.00216568 Jy ! Component: 2900 - total flux cleaned = -0.00213703 Jy ! Component: 2950 - total flux cleaned = -0.00213706 Jy ! Component: 3000 - total flux cleaned = -0.00203794 Jy ! Component: 3050 - total flux cleaned = -0.002038 Jy ! Component: 3100 - total flux cleaned = -0.00205188 Jy ! Component: 3150 - total flux cleaned = -0.00203795 Jy ! Component: 3200 - total flux cleaned = -0.00199656 Jy ! Component: 3250 - total flux cleaned = -0.00202401 Jy ! Component: 3300 - total flux cleaned = -0.00195558 Jy ! Component: 3350 - total flux cleaned = -0.00194204 Jy ! Component: 3400 - total flux cleaned = -0.00194191 Jy ! Component: 3450 - total flux cleaned = -0.00191496 Jy ! Component: 3500 - total flux cleaned = -0.0018746 Jy ! Component: 3550 - total flux cleaned = -0.00182137 Jy ! Component: 3600 - total flux cleaned = -0.00180804 Jy ! Component: 3650 - total flux cleaned = -0.00184772 Jy ! Component: 3700 - total flux cleaned = -0.00180812 Jy ! Component: 3750 - total flux cleaned = -0.00178191 Jy ! Component: 3800 - total flux cleaned = -0.00180792 Jy ! Component: 3850 - total flux cleaned = -0.0017949 Jy ! Component: 3900 - total flux cleaned = -0.00182074 Jy ! Component: 3950 - total flux cleaned = -0.00180783 Jy ! Component: 4000 - total flux cleaned = -0.00179504 Jy ! Component: 4050 - total flux cleaned = -0.00184601 Jy ! Total flux subtracted in 4096 components = -0.00180783 Jy ! Clean residual min=-0.000724 max=0.000900 Jy/beam ! Clean residual mean=0.000000 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.213546 Jy keep ! Adding 272 model components to the UV plane model. ! The established model now contains 575 components and 0.213546 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv94_uvs/J1424+0434_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9857 x 3.19 at -18.55 degrees (North through East) ! Clean map min=-0.0014378 max=0.18711 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv94_uvs/J1424+0434_X_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.1871 rms= 0.00021 Jy quit ! Quitting program ! Log file /scr/pima/rdv94_uvs/J1424+0434_X_uvs.log closed on Tue Oct 8 12:21:04 2013