train.py [889:898]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            detailed_output=detailed_output,
        )
    (
        rgb_map,
        disp_map,
        acc_map,
        opacity_alpha,
        visibility_weights,
        depth_map,
    ) = raw2outputs(raw, z_vals, rays_d, raw_noise_std, white_bkgd, pytest=pytest)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



train.py [940:950]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                detailed_output=detailed_output,
            )

        (
            rgb_map,
            disp_map,
            acc_map,
            opacity_alpha,
            visibility_weights,
            depth_map,
        ) = raw2outputs(raw, z_vals, rays_d, raw_noise_std, white_bkgd, pytest=pytest)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



