Changeset 3954 in Sophya for trunk/AddOn/TAcq/brparam.cc
- Timestamp:
- Mar 2, 2011, 3:24:17 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/brparam.cc
r3923 r3954 435 435 fgdatafft=false; fgfftshrink=false; fgsinglechannel=false; 436 436 reducneedcopy=false; pqreducmode=BR_TwoChanReduc; 437 if ((acqmode == "std")||(acqmode=="raw2c") ) swapall = BR_Copy ;437 if ((acqmode == "std")||(acqmode=="raw2c")||(acqmode=="hdcorrel")) swapall = BR_Copy ; 438 438 if (acqmode=="raw1c") { swapall = BR_Copy ; fgsinglechannel=true; pqreducmode=BR_OneChanReduc; } 439 439
Note:
See TracChangeset
for help on using the changeset viewer.