Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion raysect/optical/observer/pipeline/bayer.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ from raysect.core.math cimport StatsArray2D
cdef class BayerPipeline2D(Pipeline2D):

cdef:
str name
public str name
public SpectralFunction red_filter, green_filter, blue_filter
tuple _bayer_mosaic
public bint display_progress
Expand Down
6 changes: 3 additions & 3 deletions raysect/optical/observer/pipeline/mono/power.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ from raysect.optical.observer.base.sampler cimport FrameSampler2D
cdef class PowerPipeline0D(Pipeline0D):

cdef:
str name
public str name
public SpectralFunction filter
public bint accumulate
readonly StatsBin value
Expand All @@ -49,7 +49,7 @@ cdef class PowerPipeline0D(Pipeline0D):
cdef class PowerPipeline1D(Pipeline1D):

cdef:
str name
public str name
public SpectralFunction filter
public bint accumulate
readonly StatsArray1D frame
Expand All @@ -63,7 +63,7 @@ cdef class PowerPipeline1D(Pipeline1D):
cdef class PowerPipeline2D(Pipeline2D):

cdef:
str name
public str name
public SpectralFunction filter
public bint display_progress
double _display_timer
Expand Down
4 changes: 2 additions & 2 deletions raysect/optical/observer/pipeline/rgb.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ from raysect.core.math cimport StatsArray3D, StatsArray1D
cdef class RGBPipeline2D(Pipeline2D):

cdef:
str name
public str name
public bint display_progress
double _display_timer
double _display_update_time
Expand Down Expand Up @@ -78,4 +78,4 @@ cdef class XYZPixelProcessor(PixelProcessor):
double[:,::1] resampled_xyz
StatsArray1D xyz

cpdef object reset(self)
cpdef object reset(self)