Skip to content

Commit

Permalink
cupid: add shape and nclumps parameters to extractclumps
Browse files Browse the repository at this point in the history
This shoud have been in a previous commit (0fdfe05...) that
added these parameters to the c function, but I forgot to add
cupid.ifd.in to the commit.
  • Loading branch information
Sarah F Graves authored and pwdraper committed Nov 3, 2014
1 parent 9fad0e4 commit b3b3530
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions applications/cupid/cupid.ifd.in
Expand Up @@ -195,6 +195,22 @@ package cupid {
helpkey *
}

parameter shape {
type LITERAL
access READ
vpath DYNAMIC
ppath DYNAMIC
prompt {Spatial clump shape in output catalogue}
helpkey *
}

parameter nclumps {
type _INTEGER
access WRITE
vpath DEFAULT
default 0
helpkey *
}
}

action findback {
Expand Down

0 comments on commit b3b3530

Please sign in to comment.