Closed PaulLiu666 closed 1 year ago
Hey @PaulLiu666 – I think the simplest approach would be to build the source object from the ground up:
If your end goal is to simply create an RGB image of the source, the observe
method of Imager objects have an optional mask
argument for selecting the stars you want to inject.
This is how we made the figure below in the ArtPop paper:
The script for making this figure is here.
@johnnygreco Thank you very much!
Firstly, I built stellar populations and drew HR-diagram of the stellar evolution stages that interest me. Then I wanted to generate a source with only the main sequence star, and I used the following code, but there were errors. How can I input the values of labels to obtain the desired results?
Thank you very much for your help!