From 164a816b45186f9b05857c58cbad8a8dbc8c14e2 Mon Sep 17 00:00:00 2001 From: Ric Evans Date: Wed, 6 Dec 2023 18:13:58 -0600 Subject: [PATCH] README: Using a Scan Result Outside of SkyDriver --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 52dd8a23..9d333044 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Another workflow: 1. Find a scan id for a particular run and event ([GET @ `/scans/find`](#scansfind---post)) 2. Get the scan's manifest and result ([GET @ `/scan/SCAN_ID`](#scanscan_id---get)) -For more examples see [examples](#examples)   @@ -69,6 +68,8 @@ print(json.dumps(status)) Refer to the [REST API](#rest-api) section for comprehensive documentation detailing the available interactions with SkyDriver. +Also, see [Using a Scan Result Outside of SkyDriver](#using-a-scan-result-outside-of-skydriver). +   @@ -450,13 +451,7 @@ Pseudo-code:   -## Examples -### Scanning an Event -See [examples/scan_one.py](https://github.com/WIPACrepo/SkyDriver/blob/main/examples/scan_one.py) -### Monitoring: Progress, Partial Results, and Final Result -Also, see [examples/scan_one.py](https://github.com/WIPACrepo/SkyDriver/blob/main/examples/scan_one.py) -### Scanning Multiple Events -See [examples/scan_many.py](https://github.com/WIPACrepo/SkyDriver/blob/main/examples/scan_many.py) +## Using a Scan Result Outside of SkyDriver ### Making Plots with a Scan's Result (using the `scan_id`) See skyreader's [plot_skydriver_scan_result.py](https://github.com/icecube/skyreader/blob/main/examples/plot_skydriver_scan_result.py) ### Creating a `SkyScanResult` Instance from a Scan's Result (using the `scan_id`)