Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object Service Multistream #205

Open
15 tasks
dirodriguezm opened this issue Oct 16, 2023 · 0 comments
Open
15 tasks

Object Service Multistream #205

dirodriguezm opened this issue Oct 16, 2023 · 0 comments

Comments

@dirodriguezm
Copy link
Contributor

dirodriguezm commented Oct 16, 2023

Tasks

Preview Give feedback
  1. HectorxH

Description

Web service that provides object searches accross multiple surveys and/or databases by specified filters (to be defined)

Endpoints

JSON

/object/oid/

  • URL Params: oid
  • Retrieves everything in the object root level attributes plus the following

/objects/?[filters]

HTMX

/object-form/

/object-result/

/object-info-card/

Dependencies

Image

  • Python Client

    • Wrappers para los endpoints JSON
      • queryobject(oid)
      • queryobjects(**filters)
  • Explorer

    • Formulario de filtros -> /object-form
    • Tabla de resultados -> /object-result
    • Card con información del objeto -> /object-info-card
  • SNHunter

    • Tabla de resultados -> /object-result
  • User Services

    • Aplicación de reportes usa Python Client -> /object/oid
      método csvreports usa ndet, firstmjd, lastmjd
      este se llama desde reporter
  • Forecast API

    • Usa Python Client
      • /object/oid
        • usa firstmjd
      • /detections/oid
        No es retrocompatible porque usa una versión vieja del feature extractor.
        Se podría actualizar para usar pipeline/libs/lcclassifier
      • /features/oid
        busca las siguientes features:
        "SPM_t0",
        "SPM_chi",
        "SPM_gamma",
        "SPM_beta",
        "SPM_A",
        "SPM_tau_rise",
        "SPM_tau_fall",
  • Reports Frontend

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 New
Development

No branches or pull requests

4 participants