Editing Pitot Wing Data - CapeEx19

Reason for editing

  1. During ongoing aircraft field research in Florida in 2019, the aircraft's wing pitot sensor was found to be providing erroneous readings.
  2. During the creation of the physical file, the process_all script consolidates the CIP pitot pressure into the wing pitot pressure spot; consequently, the anomalous data is utilized to generate the .basic.raw file.
  3. The CIP pitot pressure is about 10 mb lower than the nose pitot pressure.

How to remove the corrupted data

  1. Connect to vpn.ndus.edu through Global Protect
  2. Open and log into the Littlestorm server through PuTTY.
  3. After logging in, type in the command: cd /nas/und/Florida/2019/Aircraft/CitationII_N555DS/FlightData
  4. After going to the FlightData directory, look inside it for a subdirectory named after the specific date of flight you want to see. For instance, I chose the 20190803_142455 flight data to make changes.
  5. After selecting the directory of interest, type: cd PostProcessing
  6. Navigate to the .physical.raw.gz file.

Editing the file and data inside it:

  1. First, if the file is compressed, meaning it is in .gz format, then decompress it using the command: gunzip 19_08_03_14_24_55.physical.raw
  2. Once the file is in decompressed form, type: aplot 19_08_03_14_24_55.physical.raw
  3. This command will open ADPAA Aplot.
  4. Select 'Pitot_Wing' and then XY Plot
  5. To look at the time interval of this flight, click the Tools tab located at the top of the bar.
  6. Under the Tools section, click “Statistics”. A side window will be opened, which displays the X-span (time interval).
  7. Notice the Minimum and Maximum time.
  8. Under the File tab, go to the “Add Edit” option.
  9. Type the minimum time as Start Time and the maximum time as End Time.
  10. Type in the editor name
  11. Select the parameter as Pitot_Wing
  12. Then, please specify the reason for making the edit. For example, I might indicate “Not connected, negative values.”
  13. Click “Store Edit info”. This will create a .physical.edits file in the directory you are in.
  14. Proceed to the File tab and select “Apply edits”. This action will generate a .physical.cleans file within the directory.
  15. The physical. cleans file will exclude data from the Pitot_wing sensor.