BallAerospace / COSMOS

Ball Aerospace COSMOS
https://ballaerospace.github.io/cosmos-website/
Other
359 stars 129 forks source link

STOL to COSMOS conversion? #1161

Closed SteveJudy closed 4 years ago

SteveJudy commented 4 years ago

Is there info out there about porting STOL scripts to COSMOS/Ruby scripts?

STOL = Satellite Test and Operations Language.

Thanks!

Steve J

ghost commented 4 years ago

COSMOS includes the cstol_converter which converts STOL into COSMOS Ruby script files. To run it you basically copy all the STOL files into your COSMOS configuration (for example in a procedures/stol directory) and then simply type 'cstol_converer'. It will recursively find all *.prc files and convert then. Note that this tool was specifically written to convert OASIS CSTOL scripts so your mileage may vary.