Skip to content

Commit

Permalink
Added a note in settings help about the list used for the summary whe…
Browse files Browse the repository at this point in the history
…n use week is true.

Bumped version to 1.0.0
  • Loading branch information
Mattk70 committed Feb 7, 2024
1 parent 6567968 commit 38a0d12
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Help/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<p style="padding-left: 2em">With this option selected, an additional panel appears. The <b>Threshold</b> value represents the eBird checklist frequency.
So, a value of 0.03 means birds that are predicted to occur in less than 3% of eBird checlists in the area are excluded.
If you also check "Use Week", it excludes birds not expected at the time of year the recording was made - which is read from the files' timestamp.
<br /> <b>N.B.</b> Currently, a limitation to the week specific filters is that the summary of detections will use the
list from the latest file in a batch of files.
For example, if you analyse files from April 22, October 23 and February 24 in a batch, the list for February 24 will be used for the summary.
</p>
<p><b>Nocturnal Birds</b>. Just report detections relating to these species' calls (song detections are
excluded).</p>
Expand Down
2 changes: 1 addition & 1 deletion js/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let NUM_WORKERS;
let workerInstance = 0;
let TEMP, appPath, CACHE_LOCATION, BATCH_SIZE, LABELS, BACKEND, batchChunksToSend = {};
let LIST_WORKER;
const DEBUG = true;
const DEBUG = false;

const DATASET = false;
const adding_chirpity_additions = false;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "chirpity",
"version": "0.12.1",
"version": "1.0.0",
"description": "Chirpity Nocmig",
"main": "main.js",
"scripts": {
"start": "electron .",
"minify": "node minify.js",
"export": "electron-builder build -m",
"export": "electron-builder build --win --x64",
"publish": "electron-builder --win --x64 -p always"
},
"repository": {
Expand Down

0 comments on commit 38a0d12

Please sign in to comment.