ClaimCheck is an Excel-based application by Judy Ruprecht for verifying glider flight record claims according to official soaring standards.
The software consists of 5 Excel workbooks with VBA macros:
File | Purpose | VBA Modules |
---|---|---|
A.xlsm | Main interface and workflow coordination | A/ |
Ab.xlsm | Flight analysis and record calculations | Ab/ |
C.xlsm | Task verification and rule validation | C/ |
D.xlsm | Waypoint and turn point management | D/ |
F.xlsm | Flight data import and processing | F/ |
OpenAb()
in A/Module148.bas - Primary entry point for flight analysis workflow- Handles IGC file selection and opening
- Initiates flight data processing chain
- Sets up user interface for verification tasks
NewENLA()
in Ab/Module1.bas - Engine Noise Level processing and coordinate analysisNewBRecords()
in Ab/Module1.bas - B-record parsing and coordinate extractionNEWHilo()
in Ab/Module1.bas - High/low point analysis and distance calculationsRefineLDG()
in Ab/Module1.bas - Landing point refinement for high-density flights
- User clicks glider interface element to trigger
OpenAb()
- System prompts for IGC file selection
- IGC file is parsed and transferred to analysis workbook (Ab.xlsm)
NewENLA()
processes flight data and extracts coordinatesCALx()
performs flight calculations and verification- User interface displays results for verification and review
- UI Layout Reference - Complete worksheet layouts and cell references for cross-referencing with VBA code
- Distance: Straight, out-and-return, triangle courses
- Speed: Various tasks with official timing
- Altitude: Gain of height calculations
- Duration: Flight time validation
- GPS log import and validation
- SC3 soaring rules compliance
- Great circle distance calculations
- Pressure altitude corrections
- Turn point sector verification
- ENL monitoring for motor gliders
- Automated claim verification reports
- Password: "spike" for worksheet protection
- Author: Judy L. Ruprecht (2013-2018)
- Platform: Microsoft Excel with VBA
- Users: Glider pilots, officials, record committees