mergernet.services.splus#

This module performs requests with splus.cloud server over https

Features#

  • Download a single rgb image colored using Lupton or Trilogy method

  • Donwload a single fits image of single band

  • Fast batch download of rgb images using multiprocessing

  • Fast batch download of fits images using multiprocessing

  • Single async database query

  • Fast batch database queries using multiprocessing

Authors#

Natanael Magalhães Cardoso <natanael.net>

Functions

update_authorization(f)

Decorator that can be placed on functions that needs S-PLUS authentication This decorator will update authorization token before the function call if needed

Classes

ImageType

Enum that represents the S-PLUS image types

SplusService

This service class interacts with splus.cloud server over https