Skip to content

Commit

Permalink
fixes #29: get ride of test picture
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxence Guindon committed Apr 25, 2024
1 parent 6d3d535 commit 36e2754
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/Tagarno_API_objective.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@
## Main objective for milestones 1
The main objective of the Tagarno API integration is to be able to retrieve data
from the image taken by the microscope to build a trust threshold. For example,
we want to build confidence level base on the condition and configuration a
we want to build confidence level, base on the condition and configuration a
picture was taken. Having data on this will help build a confidence level in
Nachet prediction.

### Opportunity Tagarno API
---
Tagarno is offering an API to work with that can retrieve and set the config of
Tagarno is offering an API that can retrieve and set the config of
the microscope. However, there is no function that return all the config at
once.

[Tagarno API
documentation](https://t6x6f6w2.rocketcdn.me/wp-content/uploads/2022/12/TAGARNO-Microscope-API-Documentation.pdf)

### Opportunity Picture Properties
---

When a picture is taken, a lot of metadata is record. See
[exif](#exif-information-in-image) for more.
Expand Down Expand Up @@ -74,6 +75,7 @@ able to only call specific Tagarno function to get a full configuration dataset.
|executeWhiteBalanceCalibration|None|Execute white balance calibration|

### Exif information in Image
---

#### What is exif?
Exif (Exchangeable image file format) a standard that specifies formats for
Expand All @@ -85,3 +87,6 @@ This format record information that is present in the property of a picture
under details.

### Test
- [ ] Validate that Tagarno image produce exif metadata
- [ ] Validate that image coming from frontend also produced exif metadata
- [ ]

0 comments on commit 36e2754

Please sign in to comment.