raysect / source

The main source repository for the Raysect project.
http://www.raysect.org
BSD 3-Clause "New" or "Revised" License
86 stars 23 forks source link

Make the name attribute public for all pipelines #387

Closed vsnever closed 3 years ago

vsnever commented 3 years ago

The attribute name is public for SpectralPowerPipeline#D and private for PowerPipeline#D, BayerPipeline2D and RGBPipeline2D. I see no reason why this attribute should be private, so I propose to make it public for all pipelines. For example, this will allow to search the pipeline by name.

vsnever commented 3 years ago

Fixed in #388.