diff --git a/StkAutomation/Python/Problem_Specific/EOIRTrackingInTheLoop/README.md b/StkAutomation/Python/Problem_Specific/EOIRTrackingInTheLoop/README.md index dff1d507..e096c1b9 100644 --- a/StkAutomation/Python/Problem_Specific/EOIRTrackingInTheLoop/README.md +++ b/StkAutomation/Python/Problem_Specific/EOIRTrackingInTheLoop/README.md @@ -4,5 +4,7 @@ * EOIRTrackingInTheLoop.ipynb - The code to automate STK, take EOIR images, process the images, generate measurements, update point directions and optionally run ODTK in the loop * ExampleBuildingReflectanceMaps.ipynb - Helps convert images into reflectance,emmissivity and temperature maps to be used in EOIR * EOIRProcessingLib.py - Helper functions for the EOIRTrackingInTheLoop notebook, includes image processing, pulling data providers + + [Supporting Scenario](/SupportingScenarios/EOIRTrackingInTheLoopScenarios.zip) Drawing diff --git a/StkAutomation/Python/Problem_Specific/README.md b/StkAutomation/Python/Problem_Specific/README.md index 1b58e9d3..e9f887e2 100644 --- a/StkAutomation/Python/Problem_Specific/README.md +++ b/StkAutomation/Python/Problem_Specific/README.md @@ -66,7 +66,7 @@ Step 2. Explore the sample code in HWM93STKpy notebook. Filepaths will need to b * Licenses: [STK Pro](https://www.ansys.com/content/dam/amp/2022/june/webpage-requests/stk-product-page/brochures/stk-pro-brochure.pdf) * Other Scripts: N/A -* Scenario: N/A +* Scenario: [EOIRTrackingInTheLoopScenarios](/SupportingScenarios/EOIRTrackingInTheLoopScenarios.zip) --- @@ -80,7 +80,7 @@ Notebooks and libraries to automate STK, take EOIR images, process images, gener * Licenses: [STK Premium Space](https://www.ansys.com/content/dam/amp/2022/june/webpage-requests/stk-product-page/brochures/stk-premium-space-brochure.pdf) or [STK Premium Air](https://www.ansys.com/content/dam/amp/2022/june/webpage-requests/stk-product-page/brochures/stk-premium-air-brochure.pdf) * Other Scripts: N/A -* Scenario: N/A +* Scenario: * Third-Party Libraries: numpy, pandas, cv2, shutil, imageio, matplotlib, sklearn, skimage, scipy, astropy, PIL --- diff --git a/SupportingScenarios/EOIRTrackingInTheLoopScenarios.zip b/SupportingScenarios/EOIRTrackingInTheLoopScenarios.zip new file mode 100644 index 00000000..ee97a77d Binary files /dev/null and b/SupportingScenarios/EOIRTrackingInTheLoopScenarios.zip differ