#include "proto.h"
Functions | |
void | binning (float values[], int n, double separators[], int nsep, int results[]) |
void binning | ( | float | values[], | |
int | n, | |||
double | separators[], | |||
int | nsep, | |||
int | results[] | |||
) |
binning: a routine to bin a quantity in a file binner.F: bins across files radial_data.c (rad_proj_bin): bin using radial projected bins
bin a quantity i.e. get the number of instances in each bin
note: the results array should be one space larger than the separators array