Skip to main content

Python Package for working with NDA files, specifically for people at Lime.AI

Reason this release was yanked:

Build dependencies problem

Project description

NDA

This is a module created by Lime.AI to read nda files and recreate the excel sheet produced by the BTS software.

This includes two files nda_version_8_0.py & nda_functions.py.

nda_version_8_0.py

File to decode data from .nda file to usable form.

nda_functions.py

File that includes lot of functions that allows users to get data from the decoded data. Below are the function names to call and the arguments to pass.

Functions to be used and called:

records

Args: (nda file path)

  • Returns a Dataframe record-wise for the nda file.
  • Add second arguement as True if you want the coloumns renamed (data units converted) to same as that produced in the NEWARE excel file

cycle

Args: (records dataframe or nda file path)
When passed an nda file or the records data, it returns Cycle-wise data identical to the cycle sheet in the excel file of the test.

step

Args: (records dataframe or nda file path)
When passed an nda file or the records data, it returns Step-wise data identical to the cycle sheet in the excel file of the test.

get_process_name

Args: (nda file path)
returns Recipe Name for passed NDA file

get_barcode

Args: (nda file path)<br returns Barcode for passed NDA file

get_start_time

Args: (nda file path)
returns Start Time for passed NDA file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

LimeNDAdecoder-1.1.tar.gz (11.3 kB view hashes)

Uploaded Source

Built Distribution

LimeNDAdecoder-1.1-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page