luxlabs header browser preview


@class NSArray;

@interface TSTimeErrorSequence : NSObject

@property (readonly, copy, nonatomic) NSArray *timeErrors;

+ (id)timeErrorSequenceWithTimestamps:(unsigned long long *)a0 timeError:(long long *)a1 count:(long long)a2;

- (void).cxx_destruct;
- (BOOL)exportTimeErrorsToDirectoryURL:(id)a0;
- (BOOL)exportTimeErrorsToDirectoryURL:(id)a0 withFilename:(id)a1;
- (id)generatePythonScriptWithOutputPath:(id)a0 fileName:(id)a1 titleName:(id)a2 plotPath:(id)a3 showPlot:(BOOL)a4;
- (id)initWithTimeErrors:(id)a0;

@end