- Timestamp:
 - 07/27/11 13:00:12 (14 years ago)
 - Location:
 - trunk/external-alma/asdm2ASAP
 - Files:
 - 
      
- 2 edited
 
- 
          
  ASDMReader.cc (modified) (1 diff)
 - 
          
  asdm2ASAP.cc (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/external-alma/asdm2ASAP/ASDMReader.cc
r2235 r2248 136 136 137 137 // input correlation mode 138 string corrMode = "ao +ca" ;138 string corrMode = "ao,ca" ; 139 139 if ( asdmrec.isDefined( "corr" ) ) { 140 140 corrMode = string( asdmrec.asString( "corr" ) ) ;  - 
      
trunk/external-alma/asdm2ASAP/asdm2ASAP.cc
r2241 r2248 44 44 inp.create( "apc", "both", "Retrieve Atm Phase Corrected data or not: both|yes|no", "String" ) ; 45 45 inp.create( "overwrite", "True", "Overwrite existing Scantable or not: True|False", "Bool" ) ; 46 inp.create( "corr-mode", "ca +ao", "Input correlator mode: ca+ao|ca|ao", "String" ) ;46 inp.create( "corr-mode", "ca,ao", "Input correlator mode: ca+ao|ca|ao", "String" ) ; 47 47 inp.create( "ocorr-mode", "ao", "Output correlator mode: ao", "String" ) ; 48 48 inp.create( "time-sampling", "all", "time sampling mode: all|integration|subintegration", "String" ) ;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  