[lsst-dm-stack-users] Keyword argument 'datasetType'

Paul Price price at astro.princeton.edu
Tue Aug 6 13:49:07 PDT 2013


On Aug 6, 2013, at 4:27 PM, Chris Walter wrote:
> I am a bit unclear on how to use the tag here.  

You probably want "v7_2", in order to select the latest version of products.


> Following this:
> 
> https://dev.lsstcorp.org/trac/wiki/EupsTips
> 
> I added 
> hooks.config.Eups.userTags += ["git"]
> 
> to .eups/startup.py


This only defines a tag as available for use.  It does not tag any products with that tag.


> setup -t git -r .

This preferentially selects products tagged as "git", but you don't have any products so tagged.


To tag a product, you do:

eups declare -t <tag> <product> <version>

P.



More information about the dm-users mailing list