forked from ices-taf/SmartDotsReport_template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
30 lines (23 loc) · 891 Bytes
/
Copy pathconfig.json
File metadata and controls
30 lines (23 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// SmartDots workshop report congiguration file
{
// Analysis specific arguments:
// ----------------------------
// Report output title
"report_title": "Report of Otolith Exchange Analysis for Sprat in Area 3A",
"report_name": "smartdots_exchange_analysis_event_74",
// summary output title
"summary_title": "Summary of Otolith Exchange Analysis for Sprat in Area 3A",
"summary_name": "smartdots_exchange_analysis_summary_event_74",
// Smartdote event IDs
//"event_ids": [74, 77],
"event_ids": 74,
// report tokens
//"report_tokens": ["07BAF7B6-1ECB-446F-A93A-52B732C1120E","1D99692C-FCE2-459E-A49C-549DF9ABC068"]
"report_tokens": "07BAF7B6-1ECB-446F-A93A-52B732C1120E",
// Use mode or mean to obtain modal age, when there is no mode
// within the age reading
"ma_method": "Mode",
// Choose strata
"strata": ["prep_method"]
//"strata": null
}