Skip to main content

client for data-analysis services

Project description

ddosaclient

note that the password is stored in .secret-ddosa-clienet and should be put in the home directory

example calling from shell:

INTEGRAL_DDCACHE_ROOT=/data/ddcache/ \
DDOSA_WORKER_URL=http://strasbourg.odahub.io \
    dda-client 
        ii_skyimage \
        -m git://ddosa \
        -m git://ddosadm \
        -a 'ddosadm.ScWData(input_scwid="066500250010.001")'

or from python:

import ddaclient

remote=ddaclient.AutoRemoteDDOSA()

product=remote.query(target="ii_skyimage",
                     modules=["git://ddosa","git://ddosadm"],
                     assume=['ddosadm.ScWData(input_scwid="066500250010.001")',
                             'ddosa.ImageBins(use_ebins=[(20,40)],use_version="onebin_20_40")',
                             'ddosa.ImagingConfig(use_SouFit=0,use_version="soufit0")'])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ddaclient-1.0.6.tar.gz (5.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page