Next: void run_preweigh_done(int done_flag Up: BLOOD.C Previous: void run_preweigh(char sample_set

int weigh_one_sample(double weight, int index)

A function to use the scale. This is the function that should be called when using the scale. It prompts the user to place the sample on the scale, acquires the weight, and provides an error message if necessary. Called by run_preweigh() and pet_analysis_scale(). Calls sar310P_read().


wolforth@pet.mni.mcgill.ca