Skip to content

Commit

Permalink
feat: introduce module for shadow metadata generation
Browse files Browse the repository at this point in the history
Create a new `silhouette` module to encapsulate functions involved in
generating shadow metadata. This module focuses on refining "raw" or
"level-0" metadata to enable specific applications that are not feasible
with the original metadata.

Shadow metadata is a nascent concept we implement here for
prototyping purposes only.
  • Loading branch information
clnsmth committed Sep 28, 2024
1 parent 9c19ec2 commit feec129
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/user/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Main Module
.. automodule:: spinneret.main
:members:

Silhouette Module
-----------------

.. automodule:: spinneret.silhouette
:members:

SSSOM Module
------------

Expand Down
1 change: 1 addition & 0 deletions src/spinneret/silhouette.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""A module for creating shadow metadata"""

0 comments on commit feec129

Please sign in to comment.