version 1.1, 2009/08/03 21:43:15
|
version 1.2, 2009/09/08 19:07:07
|
|
|
/* | /* |
* smpl_06.c $DRMS/proj/cookbook/ |
* smpl_07.c $DRMS/proj/cookbook/ |
* | * |
* Populates a data series consisting of variable size images with random | * Populates a data series consisting of variable size images with random |
* data in |
* data from a selected distribution function |
* Illustrates features of the DRMS_Array and DRMS_Segment structs, and | * Illustrates features of the DRMS_Array and DRMS_Segment structs, and |
* writing to DRMS record segments | * writing to DRMS record segments |
* | * |
* Usage: | * Usage: |
* smpl_06 [ds= cols= rows= ] |
* smpl_07 [ds= cols= rows= ] |
* | * |
* Revision history is at end of file. | * Revision history is at end of file. |
*/ | */ |
| |
| |
char *module_name = "CookbookRecipe:06"; |
char *module_name = "CookbookRecipe:07"; |
char *version_id = "1.0"; | char *version_id = "1.0"; |
| |
#include <jsoc_main.h> | #include <jsoc_main.h> |