Hello,
I am getting started with the tutorials and setting up the butler data repo.
I have properly installed the pipelines with
eups list lsst_distrib and I want to download HSC data.
When I
git clone -b v29_2_1 GitHub - lsst/rc2_subset: A small subset of the RC2 dataset for running DRP
I get the following error:
Remote branch v29_2_1 not found in upstream origin.
What should be the correct branch to use in order to follow on with other tutorials ( the one for injecting sources in particular)?
I am sure I have configured git correctly since I could clone “git clone GitHub - lsst/testdata_decam: DECam test data for obs_decam package” without any issue.
Thanks in advance