process_sensor_data.py: update description

This commit is contained in:
CarlOlsson 2018-10-18 16:35:29 +02:00 committed by Daniel Agar
parent db4d79358a
commit f15365fe97
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ Outputs summary plots in a pdf file named <inputfilename>.pdf
"""
parser = argparse.ArgumentParser(description='Analyse the sensor_gyro message data')
parser = argparse.ArgumentParser(description='Reads in IMU data from a static thermal calibration test and performs a curve fit of gyro, accel and baro bias vs temperature')
parser.add_argument('filename', metavar='file.ulg', help='ULog input file')
def is_valid_directory(parser, arg):