igrins / plp

IGRINS pipeline package v3
18 stars 16 forks source link

The recipe creator code does not work #4

Closed kgullikson88 closed 9 years ago

kgullikson88 commented 9 years ago

When I tried to follow the instructions to make a recipe file, I got the following error:

python igr_pipe.py prepare-recipe-logs 20140709
usage: igr_pipe.py [-h]

               {flat,stellar-ab,extended-ab,sky-wvlsol,extended-onoff,a0v-ab,plot-spec,publish-html,thar}
               ...
igr_pipe.py: error: invalid choice: 'prepare-recipe-logs' (choose from 'flat', 'stellar-ab', 'extended-ab', 'sky-wvlsol', 'extended-onoff', 'a0v-ab', 'plot-spec', 'publish-html', 'thar')

igr_pipe does not seem to recognize prepare-recipe-logs as a valid option.

leejjoon commented 9 years ago

Thanks for the report. The relevant code was just submitted to the master branch so should work now. The tarballs in the releases page do not include it yet though.

kgullikson88 commented 9 years ago

Great! Seems to work now. I'll close the issue.