panstarrs_location_stamps (class)

class panstarrs_location_stamps(log, dbConn, transientId=None, settings=False)[source]

Bases: object

The worker class for the panstarrs_location_stamps module

Key Arguments

  • log – logger

  • settings – the settings dictionary

  • dbConn – dbConn

  • transientId – will download for one transient if single ID given. Default None

Usage

To setup your logger, settings and database connections, please use the fundamentals package (see tutorial here).

To initiate a panstarrs_location_stamps object, use the following:

from marshallEngine.services import panstarrs_location_stamps
ps_stamp = panstarrs_location_stamps(
    log=log,
    settings=settings,
    dbConn=dbConn,
    transientId=None
).get()

Methods

get()

get the panstarrs_location_stamps object

get()[source]

get the panstarrs_location_stamps object