Tinyfits: A simplified library for manipulating FITS files
<<< Previous
tf_ops_part_img_median_calc
Name
tf_ops_part_img_median_calc --
Synopsis
void
tf_ops_part_img_median_calc
(float ***
pixels
, int
x_low
, int
x_high
, int
x_dim
, int
y_dim
, int
num_imgs
, TinyFitsImg *
img
, float *
median_overall
);
Arguments
pixels
x_low
x_high
x_dim
y_dim
num_imgs
img
median_overall
Description
<<< Previous
Home
tf_ops_img_median_calc
Up