I was following the tutorial in LSST website to install the transmission curve to the raw data, but the python code is not found.
$ls
ci_hsc DATA
$ installTransmissionCurves.py DATA
installTransmissionCurves.py: command not found
I did a search in my linux system, but installTransmissionCurves.py
is not found as well,
so I installed the package obs_subaru from github, which contains the python code, by executing
git clone https://github.com/lsst/obs_subaru
However, I still don’t understand how to make use of the file, obs_subaru, in order to install transmission curve.
Note:
I have gone through the "Installing the LSST Science Pipelines " section, and the LSST pipeline is successfully installed and tested.
Any help will be really appreciated.