Problem with tutorial: "Warping images onto the sky map”

Hi!
I’m following the Getting started with the LSST Science Pipelines Tutorials.
I’m currently trying to do part 4 of the tutorial, but when I try to run the following command it gives me this error:

–selectId filter=HSC-R
-bash: --selectId: command not found

And it also happens when running --id filter=HSC-R tract=0 patch=0,0
-bash: --id: command not found

which is weird, since I used the --id command in part 2 of the tutorial, and there wasn’t any problem.

Do you have any idea why this could be happening?

Thanks :slight_smile:

It looks like you’re attempting to run arguments as a command. You should read further down before running anything.

Right! rookie mistake! :sweat_smile:
thank you!