New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

a3cosmos

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

a3cosmos

A Python Package of A3COSMOS Astronomical Data and Catalog Utilities.

  • 0.9.3
  • PyPI
  • Socket score

Maintainers
1

######## a3cosmos ########


A Python Package of A3COSMOS Astronomical Data and Catalog Utilities


A simple introduction:

This Python package contains some useful functions to query A3COSMOS catalog and make cutout images.

It is currently under development.

A simple usage:

To query source by RA Dec coordinate:: import a3cosmos as a3c a3cosmos.find_source(RA = 150.0, Dec = 2.0)

To make a cutout image centered at a source RA Dec coordinate:: import a3cosmos as a3c a3cosmos.make_cutout(RA = 150.0, Dec = 2.0, FoV = 10, Band='Ks') # Note that this is currently not working for ALMA images because our data are still waiting to be released on COSMOS IRSA website.

More functions underway:: TODO

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc