{"id":16285621,"url":"https://github.com/tonyfast/metallic-spectacles","last_synced_at":"2025-04-09T03:21:40.450Z","repository":{"id":75804477,"uuid":"67799685","full_name":"tonyfast/metallic-spectacles","owner":"tonyfast","description":"Work with jason hattrick-simpers group","archived":false,"fork":false,"pushed_at":"2016-09-09T17:24:16.000Z","size":6166,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-14T21:47:15.739Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tonyfast.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2016-09-09T13:06:42.000Z","updated_at":"2016-09-09T17:21:24.000Z","dependencies_parsed_at":"2023-03-14T15:45:15.638Z","dependency_job_id":null,"html_url":"https://github.com/tonyfast/metallic-spectacles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyfast%2Fmetallic-spectacles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyfast%2Fmetallic-spectacles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyfast%2Fmetallic-spectacles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tonyfast%2Fmetallic-spectacles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tonyfast","download_url":"https://codeload.github.com/tonyfast/metallic-spectacles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247969234,"owners_count":21025937,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T19:25:25.550Z","updated_at":"2025-04-09T03:21:40.429Z","avatar_url":"https://github.com/tonyfast.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# `surfs-up`\n\n[![Join the chat at https://gitter.im/metallic-spectacles/Lobby](https://badges.gitter.im/metallic-spectacles/Lobby.svg)](https://gitter.im/metallic-spectacles/Lobby?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\nSome things I like to use when I am surfing through data.\n\n## Installation\n\n`pip install surfs-up`\n\n# Basic Usage\n\n\n```python\nfrom dropin import SimplePipeline, RavelPreProcessor, CorrelationModel\nimport numpy as np\n```\n\n\n```python\nim = np.random.randn(5, 100, 100) \u003e 1\n```\n\n\n```python\nRavelPreProcessor.fit_transform(im).sum(axis=1)/100\n```\n\n\n\n\n    array([ 15.98,  15.94,  15.36,  15.65,  16.26])\n\n\n\n\n```python\nautocorrelation_result = CorrelationModel(sz=(100,100), s=(150, 150,)).fit_transform(im);\n```\n\n\n```python\nimport numpy as np\nimport matplotlib.pyplot as plt\n%matplotlib inline\nplt.pcolor(np.fft.fftshift(autocorrelation_result[0]));\n```\n\n\n![png](../readme_files/../readme_6_0.png)\n\n\n---\n\n# Development\n\n## Running the Build and Tests\n\n```bash\npip install -r requirements-dev.txt\npython setup.py develop\nwatchmedo tricks tricks.yaml\n```\n\nThe `watchmedo` script will convert your notebooks to scripts and html files.  `py.test-ipynb` will test all notebooks matching `test-*.ipynb`.\n\n## Running the docs \n\n```bash\njekyll serve docs -wit\n```\n\nDocs are hosted at `http://localhost:4000/magical-magic/`.\n\n\n## License\n`surfs-up` is released as free software under the [BSD 3-Clause license](https://github.com/tonyfast/magical-magic/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonyfast%2Fmetallic-spectacles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftonyfast%2Fmetallic-spectacles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftonyfast%2Fmetallic-spectacles/lists"}