Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

https://github.com/JesseLivezey/gabor_fit
12 October 2023, 11:44:07 UTC
  • Code
  • Branches (1)
  • Releases (0)
  • Visits
Revision c37b6c368914ba91d9c0dc55b1a86fcaad79ead9 authored by JesseLivezey on 09 October 2015, 01:11:13 UTC, committed by JesseLivezey on 09 October 2015, 01:11:13 UTC
gabor creation seems to work
1 parent e47f862
  • Files
  • Changes
    • Branches
    • Releases
    • HEAD
    • refs/heads/master
    • c37b6c368914ba91d9c0dc55b1a86fcaad79ead9
    No releases to show
  • bdeaf15
  • /
  • setup.py
Raw File Download Save again
Take a new snapshot of a software origin

If the archived software origin currently browsed is not synchronized with its upstream version (for instance when new commits have been issued), you can explicitly request Software Heritage to take a new snapshot of it.

Use the form below to proceed. Once a request has been submitted and accepted, it will be processed as soon as possible. You can then check its processing state by visiting this dedicated page.
swh spinner

Processing "take a new snapshot" request ...

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
  • snapshot
origin badgerevision badge
swh:1:rev:c37b6c368914ba91d9c0dc55b1a86fcaad79ead9
origin badgedirectory badge
swh:1:dir:bdeaf15a4c317718e88328e810caa018cc275489
origin badgecontent badge
swh:1:cnt:85615f3ed21670d19c698ec730e77fc8c2f64d7c
origin badgesnapshot badge
swh:1:snp:b3fa2972fc53c3308f2970cd5761dd753352dcc7

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
  • snapshot
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
Tip revision: c37b6c368914ba91d9c0dc55b1a86fcaad79ead9 authored by JesseLivezey on 09 October 2015, 01:11:13 UTC
gabor creation seems to work
Tip revision: c37b6c3
setup.py
"""A setuptools based setup module.

See:
https://packaging.python.org/en/latest/distributing.html
https://github.com/pypa/sampleproject
"""

# Always prefer setuptools over distutils
from setuptools import setup, find_packages
# To use a consistent encoding
from codecs import open
from os import path

here = path.abspath(path.dirname(__file__))

# Get the long description from the README file
with open(path.join(here, 'README.md'), encoding='utf-8') as f:
    long_description = f.read()

setup(
    name='gabor_fit',
    description='Fit dictionary to gabor filters.',
    long_description=long_description,
    author='Jesse Livezey',
    author_email='jesse.livezey@berkeley.edu'
)
"""
# To provide executable scripts, use entry points in preference to the
# "scripts" keyword. Entry points provide cross-platform support and allow
# pip to create the appropriate form of executable for the target platform.
entry_points={
    'console_scripts': [
        'ecog=bin:main',
    ],
},
"""
The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API