Make a directory for data reductionΒΆ

You make a repository which is a work-directory for your data reduction, and whose structure is shown in Usage of HSC pipeline. It is very important to create _mapper file in a repository because the _mapper file indicates the location of your data.

# making a repository
mkdir ~/hsc

# creating a _mapper file
echo 'lsst.obs.hsc.HscMapper' > ~/hsc/_mapper