Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
fluxes_script [2012/06/06 16:54] – [TO DO] amberbfluxes_script [2012/06/07 23:14] – [Quick Overview] amberb
Line 31: Line 31:
 ======Quick Overview====== ======Quick Overview======
 ===The Process=== ===The Process===
-  - Remove bad windows for sci2/CARMA23 obs (from original vis file) -> **vis_sci2.mir** +  - Extract spectral channels only (from original vis file) -> **speconly.mir** 
-  - Just wide-band windows, pol(LL) (from original vis or vis_sci2.mir) -> **wb.mir**+  - Remove bad windows for sci2/CARMA23 obs (from speconly.mir) -> **vis_sci2.mir** 
 +  - Just wide-band windows, pol(LL) (from speconly.mir or vis_sci2.mir) -> **wb.mir**
   - Amplitude flagging creates intermediate files described below, but flags wb.mir. (These steps made necessary because smauvplt cannot average if there is a planet in the observation...reason unknown)   - Amplitude flagging creates intermediate files described below, but flags wb.mir. (These steps made necessary because smauvplt cannot average if there is a planet in the observation...reason unknown)
     - planet-only uvmodel options=divide -> **wb_planet.mir**     - planet-only uvmodel options=divide -> **wb_planet.mir**
Line 74: Line 75:
   - check grade/tracklength conditions: move on if grade=A or B and tracklen > 1    - check grade/tracklength conditions: move on if grade=A or B and tracklen > 1 
   - figure out obsmode from antennasOnline list: CARMA15, CARMA23 or sci2   - figure out obsmode from antennasOnline list: CARMA15, CARMA23 or sci2
 +  - due to issue with wideband channels being messed up in some sci2 tracks, first extract only the spectral channels with uvcat options=nowide, writing **speconly.mir**.
   - get correlator configuration of original vis file with getCorrelatorConfigurations \\ CRITERIA: there must be at 1 wide-band window - if 0, failure mode noConfig; if > 1, failure mode configProb0   - get correlator configuration of original vis file with getCorrelatorConfigurations \\ CRITERIA: there must be at 1 wide-band window - if 0, failure mode noConfig; if > 1, failure mode configProb0
   - remove bad windows from 3.5m data (sci2 or CARMA23 tracks): if 1cm (sci2 only), remove windows 17-32, if 3mm, remove windows 1-16 for sci2, windows 1-8 for CARMA23. Write **vis_sci2.mir**. Get updated correlator configuration.   - remove bad windows from 3.5m data (sci2 or CARMA23 tracks): if 1cm (sci2 only), remove windows 17-32, if 3mm, remove windows 1-16 for sci2, windows 1-8 for CARMA23. Write **vis_sci2.mir**. Get updated correlator configuration.