Changeset 4004 in Sophya for trunk/AddOn/TAcq


Ignore:
Timestamp:
Jun 16, 2011, 12:53:57 AM (14 years ago)
Author:
ansari
Message:

Amelioration decodage parametres entete FITS ds branap.cc (ordfft1c/2c , cf Cedric Viou), Reza 15/06/2011

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/branap.cc

    r3993 r4004  
    325325  npaq = mff.NAxis2();
    326326  if (acqmode.substr(0,3)=="fft") fgdatafft=true;
     327  if (acqmode.substr(3,3)=="fft") fgdatafft=true;  // pour ordfft1c ordfft2c - Cedric Viou, 15 Juin 2011
    327328  if (acqmode.find("1c") < acqmode.length()) fgsinglechannel=true;
    328329  string fkvs=mff.GetKeyValue("DATEOBS");
Note: See TracChangeset for help on using the changeset viewer.