-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added example data and improved docs
- Loading branch information
1 parent
136eb8f
commit 8a957a6
Showing
24 changed files
with
252 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,84 @@ | ||
# Data Exploration | ||
|
||
Whombat provides diverse tools for exploring the data you've meticulously worked | ||
on. Below, we'll introduce three key exploration avenues: | ||
_Whombat_ allows you to delve deep into your meticulously curated data through a variety of exploration tools. | ||
Discover patterns, gain insights, and refine your understanding of your audio recordings, audio clips, and sound events. | ||
|
||
1. Recordings | ||
2. Audio Clips | ||
3. Sound Events | ||
Key Exploration Areas: | ||
|
||
To access the exploration section, click on the "Exploration" button on the | ||
sidebar or utilize the navigation cards on the home page. Once in the | ||
exploration section, choose your preferred exploration type. | ||
1. Recordings: Explore metadata, locations, and spectrograms of your audio recordings. | ||
2. Audio Clips: Examine specific segments of your recordings in detail. | ||
3. Sound Events: Analyze and visualize sound events within their feature space | ||
|
||
## Recordings | ||
## Accessing Data Exploration | ||
|
||
Explore and search through all the recordings registered in Whombat. Utilize the | ||
search bar or filters to narrow down the displayed recordings. A list of | ||
recording spectrograms is presented for swift browsing. | ||
To begin your exploration, click on the "Exploration" button on the sidebar or use the navigation cards on the home page. | ||
|
||
## Audio Clip | ||
<figure markdown="span"> | ||
![side bar](../assets/img/side_bar.png){ width="200" } | ||
<figcaption>Button D will take you to the exploration section</figcaption> | ||
</figure> | ||
|
||
In the Audio Clips section, spectrograms are showcased in a Gallery view, | ||
allowing simultaneous viewing of multiple clips. Employ filtering tools to | ||
choose specific clips for examination. | ||
Once you're in the exploration section, you can choose what you want to explore (recording, clips or sound events) and your preferred view – typically, a list format or a gallery format is available. | ||
|
||
## Sound Events | ||
<figure markdown="span"> | ||
![exploration tabs](../assets/img/exploration_tabs.png){ width="400" } | ||
</figure> | ||
|
||
Navigate individual sound events in this section, opting for either the Gallery | ||
view or the Scatter Plot view. The gallery displays each sound event's | ||
spectrogram, while the scatterplot provides a 3D representation. Each dot | ||
represents a sound event, with coordinates based on three acoustic | ||
features—defaulting to duration, bandwidth, and lowest frequency. Click on a | ||
point in the scatterplot to view the corresponding spectrogram of the sound | ||
event. | ||
## Controlling the Number of Items Displayed | ||
|
||
## Conclusion | ||
The exploration pages provide tools to navigate through all the items registered in _Whombat_. | ||
To ensure smooth performance, only a limited number of items are displayed at a time. | ||
You can see the current viewing range and the total number of items in the top left corner: | ||
|
||
Our commitment to enhancing exploration tools will offer you even greater | ||
insights into your data. Stay tuned for updates! | ||
<figure markdown="span"> | ||
![exploration counts](../assets/img/exploration_counts.png){ width="250" } | ||
</figure> | ||
|
||
To navigate through the list and adjust the number of items displayed simultaneously, use the pagination controls located in the top right corner: | ||
|
||
<figure markdown="span"> | ||
![pagination controls](../assets/img/pagination.png){ width="400" } | ||
</figure> | ||
|
||
## Filtering Items | ||
|
||
To refine the list of items you're currently viewing, you can apply custom filters. | ||
The filtering controls are situated in the top left corner: | ||
|
||
<figure markdown="span"> | ||
![filter controls](../assets/img/filtering.png){ width="400" } | ||
</figure> | ||
|
||
Click on the "Apply filters" button to open the filtering menu, where you can browse and select from the available filters. | ||
Once applied, the filters will appear as badges on the "Filter bar" next to the button. | ||
You can easily remove any filter by clicking on the cross within its corresponding badge. | ||
|
||
## Explore recordings on a Map | ||
|
||
Visualize the geographical distribution of your recordings by switching to the "Map" tab within the Recording exploration section. | ||
|
||
<figure markdown="span"> | ||
![recording exploration tabs](../assets/img/recording_exploration_tabs.png){ width="400" } | ||
</figure> | ||
|
||
The map on the left will display a marker for each recording location. | ||
Clicking on any marker will reveal details about the corresponding recording on the right side of the screen. | ||
You'll be able to view the spectrogram and listen to the audio playback. | ||
|
||
<figure markdown="span"> | ||
![recordings map](../assets/img/recording_map.png){ width="700" } | ||
</figure> | ||
|
||
## Sound Event Scatterplot | ||
|
||
Visualize and explore your sound events in a dynamic 3D scatterplot by navigating to the sound event section. | ||
This representation allows you to quickly browse and analyze a large number of sound events within their feature space. | ||
|
||
Every sound event is plotted based on three key features: duration, lowest frequency, and highest frequency. | ||
The color of each point corresponds to the species tag associated with the sound event, providing a visual way to identify patterns and clusters. | ||
|
||
<figure markdown="span"> | ||
![sound event scatterplot](../assets/img/sound_event_scatterplot.png){ width="700" } | ||
</figure> | ||
|
||
Click on any point in the scatterplot to Get detailed information about the selected sound event and see a focused spectrogram highlighting the chosen sound event. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,61 @@ | ||
# FAQ | ||
|
||
## 1. I'm having trouble logging in. What should I do? | ||
## Starting Up Whombat | ||
|
||
If you're logging into Whombat for the first time, you might not have a | ||
personalized username and password yet. Don't worry, Whombat automatically sets | ||
up a default user during initialization. | ||
### I'm having trouble logging in. What should I do? | ||
|
||
If you're logging into Whombat for the first time, you might not have a personalized username and password yet. | ||
Don't worry, Whombat automatically sets up a default user during initialization. | ||
|
||
To get started: | ||
|
||
- Username: **admin** | ||
- Password: **admin** | ||
|
||
After your initial login, head over to your user profile to customize both your | ||
username and password to something more personalized and secure. | ||
After your initial login, head over to your user profile to customize both your username and password to something more personalized and secure. | ||
|
||
## Focusing on sounds | ||
|
||
### Can I isolate sounds within specific frequency range? | ||
|
||
If you know your target sounds fall within a specific frequency range, you can apply a bandpass filter to focus your attention and filter out extraneous noise. | ||
|
||
To do this: | ||
|
||
1. **Access Spectrogram Settings**: Locate the Spectrogram Settings within the annotation interface. | ||
(You may need to refer to the [Spectrogram Settings](spectrogram_display.md#spectrogram-settings) section of the documentation for the precise location). | ||
2. **Apply Bandpass Filter**: Adjust the filter settings to define your desired frequency range. | ||
|
||
!!! tip "Additional tips" | ||
|
||
**Experiment with Filter Settings**: Try different frequency ranges to find the optimal settings for isolating your target sounds. | ||
**Combine with Denoising**: Use the denoising feature in conjunction with filtering to further enhance clarity. | ||
|
||
## Ultrasonic recordings | ||
|
||
### I have time expanded recordings, can I use them? | ||
|
||
Whombat fully supports time-expanded audio recordings, commonly used in bioacoustics research to analyze high-frequency vocalizations like bat calls. | ||
While Whombat assumes recordings are not time-expanded by default, you can easily adjust for this: | ||
|
||
1. **Navigate to the Recording Detail Page**: Access the page dedicated to the specific recording you want to work with. | ||
2. **Update Time Expansion Factor**: In the recording media info, you'll find an option to specify the "Time Expansion Factor" used during recording. | ||
Enter the correct value here. | ||
|
||
!!! warning "Adjust the time expansion early" | ||
|
||
Set the time expansion factor as soon as you upload a time-expanded recording to ensure accurate frequency calculations from the start. | ||
|
||
??? tip "Restoring the original samplerate" | ||
|
||
While it's possible to unexpand recordings (refer to the [bats section](https://xeno-canto.org/help/FAQ#bats) of the xeno-canto documentation for tips), Whombat allows you to work directly with time-expanded recordings without altering the original data. We recommend this approach as it maintains the integrity of your source material and provides a clear record of how the recording was created. | ||
|
||
## Import and Export | ||
|
||
## 2. What is the AOEF format? | ||
### What is the AOEF format? | ||
|
||
The AOEF format is a custom data format designed for integration with Whombat | ||
data. It is outlined in the `soundevent` package, and for a more in-depth | ||
understanding, we suggest checking out their | ||
[documentation](https://mbsantiago.github.io/soundevent/). In simple terms, it's | ||
a [JSON](https://www.json.org)-based format, drawing heavy inspiration from the | ||
[COCO dataset](https://cocodataset.org/#format-data) format. | ||
The AOEF format is a custom data format designed for integration with Whombat data. | ||
It is outlined in the `soundevent` package, and for a more in-depth understanding, we suggest checking out their [documentation](https://mbsantiago.github.io/soundevent/). | ||
In simple terms, it's a [JSON](https://www.json.org)-based format, drawing heavy inspiration from the [COCO dataset](https://cocodataset.org/#format-data) format. | ||
|
||
*[AOEF]: Acoustic Object Exchange Format | ||
\*[AOEF]: Acoustic Object Exchange Format |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.