Skip to content

Commit

Permalink
Update POSTPROCESS_STC_RESULTS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vegflo authored Jan 3, 2025
1 parent e0c0407 commit aca593e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions POSTPROCESS_STC_RESULTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</div>

## Post-processing Simulation Trust Center results
After you simulate in STC, you'll be able to download a zip file that contains the time-series results of your simulation.
After you simulate in STC, you'll be able to download a zip file that contains the time-series results of your simulation. For each simulation call for a set of control parameters, the model will generate 100 samples. Please follow the examples below for information on how to post process the resulting output file.

To learn how to simulate in STC please follow this guide [here](USING_STC.md)

Expand Down Expand Up @@ -43,4 +43,4 @@ Y_out = df.to_numpy().reshape(num_samples, 60, 6).transpose(1, 2, 0)
# Example: Print the First Time Step for All 6 Output Features of Sample 1
print('Output values for the first timestep for all 6 features of sample 1:')
print(Y_out[0, :, 0])
```
```

0 comments on commit aca593e

Please sign in to comment.