Giter VIP home page Giter VIP logo

Comments (4)

jrs65 avatar jrs65 commented on August 15, 2024 1

Thanks! Your config looks good, except that SVDModeProject is missing an input. It should probably get in: mmodes

from draco.

jrs65 avatar jrs65 commented on August 15, 2024

Hi! Can you post your pipeline config file? It looks to me like things probably aren't connect properly in there. Usually that error message is saying that there isn't as many inputs being passed into the task as it requires.

from draco.

Saraaqzs avatar Saraaqzs commented on August 15, 2024

Ah OK, sorry I couldn't distinguish the missing input(s). So here's my config file:

`
pipeline:
tasks:

    -   type:       draco.core.task.SetMPILogging
    -   type:       draco.core.io.LoadProductManager
        out:        bt
        params:
            product_directory: /cluster/MeerKAT_test

    -   type:       draco.core.io.LoadMaps
        out:        imap
        params:
           maps:
             files:
                  - /cluster/home/emissionMap.hdf5

    -   type:       draco.synthesis.stream.SimulateSidereal
        requires:   bt
        in:         imap
        out:        sstream
        params:
            save:   Yes
            output_root: /cluster/home/vis_ps_

    -   type:       draco.analysis.transform.MModeTransform
        requires:   bt
        in:         sstream
        out:        mmodes
    -  type:        draco.analysis.fgfilter.SVDModeProject
       requires:          bt
       out:         svdm
       params:
         save:     Yes
         output_root: /cluster/home/svd_ps_
    -  type:        draco.analysis.fgfilter.KLModeProject
       requires:    bt
       in:          mmodes
       out:         klm
       params:
           klname:  dk_3thresh_fg_10thresh
           save:    Yes
           output_root: /cluster/home/kl_ps_
    -  type:        draco.analysis.powerspectrum.QuadraticPSEstimation
       requires:    bt
       in:          klm
       out:         ps
       params:
           pstype:  minimum_variance
           psname:  psmc_dk_3thresh_fg_10thresh_1threshold
           save:    Yes
           output_root: /cluster/home/ps_`

And especially I don't know if psname and klname has to be the name of the folders in which KL-modes and PS-prods are generated from drift-makeproducts step or something else.

from draco.

Saraaqzs avatar Saraaqzs commented on August 15, 2024

Yes, thanks a lot for your help! It's fixed now.

P.S As a side note I also had to change draco.analysis.fgfilter.KLModeProject block to

    -  type:        draco.analysis.fgfilter.KLModeProject
       requires:    bt
       in:          svdm
       out:         klm
       params:
           klname:  dk_3thresh_fg_10thresh
           save:    Yes
           output_root: /cluster/home/kl_ps_

from draco.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.