Home
last modified time | relevance | path

Searched refs:astro_coords (Results 1 – 3 of 3) sorted by relevance

/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pro/processes/
H A Dboxm2_compute_sun_affine_camera_process.cxx63 bool astro_coords = pro.get_input<bool>(3); in boxm2_compute_sun_affine_camera_process() local
66 if (astro_coords){ in boxm2_compute_sun_affine_camera_process()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/boxm2/pyscripts/
H A Dboxm2_scene_adaptor.py689 def compute_sun_affine_camera(self, sun_az, sun_el, astro_coords=True): argument
691 self.scene, sun_az, sun_el, astro_coords)
H A Dboxm2_adaptor.py1636 def compute_sun_affine_camera(scene, sun_az, sun_el, astro_coords=True): argument
1641 batch.set_input_bool(3, astro_coords)