1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826
|
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright by The HDF Group. *
* Copyright by the Board of Trustees of the University of Illinois. *
* All rights reserved. *
* *
* This file is part of HDF. The full HDF copyright notice, including *
* terms governing use, modification, and redistribution, is contained in *
* the COPYING file, which can be found at the root of the source code *
* distribution tree, or in https://support.hdfgroup.org/ftp/HDF/releases/. *
* If you do not have access to either file, you may request a copy from *
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/***********************************************************
*
* Test program: man
*
* This program stores annotations in a file using Multi-file interface ANxxx
* It tests writing/reading file labels/descriptions and reading/writing
* annotations to SDS's and RIS. The old interfaces for these elements
* are used to write several SDSs and corresponding RISs to a file.
* It doesn't test writing annotations for Vgroups or Vdata.
*
* NOTE: No verification of the SDS or RI data in the file
* is done i.e. data is not read back in.
*
* 1. Writes file labels and descriptions.
*
* 2. It writes labels and descriptions for all 2 out of 3 SDSs.
*
* 3. It writes labels and descriptions for all RISs.
*
* 4. Tests re-writing of annotation(only one type is tested but
* it should suffice to test the internals) while preserving
* original tag/ref of element.
*
*************************************************************/
/* includes */
#include "tproto.h"
#define TESTFILE "tman.hdf" /* testfile to write annotations to */
#define ROWS 10 /* row size of dataset/image */
#define COLS 10 /* column size of dataset/image */
#define REPS 3 /* number of images/data sets to write to file */
/* File labels/descriptions to write */
static const char *file_lab[3] = {"File label #1: aaa", "File label #2: bbbbbb", "File label #3: cccc"};
static const char *file_desc[2] = {"File Descr #1: 1 2 3 4 5 6 7 8 9 10 11 12 13"
"\n 14 15 16 17 18 19 20 **END FILE DESCR**\n",
"File Descr #2: A B C D E F G H I J K L \n"
" M N O **END FILE DESCR**\n"};
/* Data labels /descriptions to write */
static const char *labsds[2] = {"Object label #1: sds", "Object label #1.1:sds"};
static const char *labris[2] = {"Object label #2: image", "Object label #2.1:image"};
static const char *descsds[2] = {"Object Descr #1: 1 2 3 4 5 6 7 8 9 10 11 12 "
"\n 13 14 15 16 17 18 19 20 **END SDS DESCR**\n",
"Object Descr #1.1: 1 2 3 4 5 6 7 8 9 10 11 12 "
"\n 13 14 15 16 17 18 19 20 **END SDS DESCR**\n"};
static const char *descris[2] = {"Object Descr #2: A B C D E F G H I J K L \n"
" M N O **END IMAGE DESCR **\n",
"Object Descr #2.1: A B C D E F G H I J K L \n"
" M N O **END IMAGE DESCR **\n"};
/* fcn Prototypes */
static void genimage(int height, int width, float32 *data, uint8 *image);
static void gen2Dfloat(int height, int width, float32 *data);
static int32 check_fann(const char *fname);
static int32 check_lab_desc(const char *fname, uint16 tag, uint16 ref, const char *label[],
const char *desc[]);
/****************************************************************
**
** gen2Dfloat: generate 2-D data array
**
****************************************************************/
static void
gen2Dfloat(int height, int width, float32 *data)
{
int i, j;
float32 *pdata = NULL;
/* store one value per row, increasing by one for each row */
pdata = data;
for (i = 0; i < height; i++)
for (j = 0; j < width; j++)
*pdata++ = (float32)(i + 1);
} /* gen2Dfloat() */
/****************************************************************
**
** genimage: generate image from 2-D float array
**
****************************************************************/
static void
genimage(int height, int width, float32 *data, uint8 *image)
{
int i, limit;
float32 *pdata = NULL;
float32 max, min, multiplier;
limit = height * width;
pdata = data;
max = min = *pdata;
for (i = 0; i < limit; i++, pdata++) {
max = (max > *pdata) ? max : *pdata;
min = (min < *pdata) ? min : *pdata;
}
/* store one value per row, increasing by one for each row */
pdata = data;
multiplier = (float32)255.0 / (max - min);
for (i = 0; i < limit; i++)
*image++ = (uint8)(((*pdata++) - min) * multiplier);
} /* geniamge() */
/****************************************************************
**
** check_fann_rewrite: Check rewriting a file label while
** preserving original tag/ref of element
**
****************************************************************/
static int32
check_fann_rewrite(const char *fname)
{
int32 ret = SUCCEED; /* return value */
int32 file_handle; /* file handle */
int32 an_handle; /* annotation interface handle */
int32 ann_handle; /* annotation handle */
int32 nflabs, /* number of file labels */
nfdescs, /* number of file descs */
nolabs, /* total number of data labels */
nodescs; /* total number of data descs */
int32 ann_len; /* length of annotation */
uint16 atag; /* annotation tag */
uint16 aref; /* annotation ref */
char *ann_label = NULL; /* annotation label */
int32 ann_id;
uint16 ann_tag;
uint16 ann_ref;
uint16 b_ann_tag;
uint16 b_ann_ref;
/* open file again for writing */
ret = file_handle = Hopen(fname, DFACC_RDWR, 0);
RESULT("Hopen");
/* Start annotation handling */
ret = an_handle = ANstart(file_handle);
RESULT("ANstart");
/* Get Info On Annotations In File */
ret = ANfileinfo(an_handle, &nflabs, &nfdescs, &nolabs, &nodescs);
RESULT("Anfileinfo");
/* get first label */
ann_handle = ret = ANselect(an_handle, 0, AN_FILE_LABEL);
RESULT("ANselect");
/* save tag ref here */
ret = ANget_tagref(an_handle, 0, AN_FILE_LABEL, &b_ann_tag, &b_ann_ref);
RESULT("ANget_tagref");
/* rewrite it with 3rd label entry */
ret = ANwriteann(ann_handle, file_lab[2], (int32)strlen(file_lab[2]));
RESULT("ANwriteann");
ret = ANendaccess(ann_handle);
RESULT("ANendaccess");
ret = ANend(an_handle);
RESULT("ANend");
/* Now get ready to read the first file label back in */
/* Start annotation handling */
ret = an_handle = ANstart(file_handle);
RESULT("ANstart");
/* read the first file label */
ann_handle = ret = ANselect(an_handle, 0, AN_FILE_LABEL);
RESULT("ANselect");
/* get file label length */
ann_len = ret = ANannlen(ann_handle);
RESULT("ANannlen");
/* see if this routine works */
ret = ANget_tagref(an_handle, 0, AN_FILE_LABEL, &atag, &aref);
RESULT("ANget_tagref");
/* verify against previous tag/ref, should be the same as before
re-write */
if (b_ann_tag != atag || b_ann_ref != aref) {
printf(">>> Failed to preserve tag/ref for rewriting of file label\n");
num_errs++;
}
/* see if this routine works. Use tag/ref from ANget_tagref() */
ann_id = ret = ANtagref2id(an_handle, atag, aref);
RESULT("ANtagref2id");
if (ann_id != ann_handle) {
printf(">>> ANtagref2id failed to return valid annotation handle \n");
num_errs++;
}
/* see if this routine works. Use annotation id from ANtagref2id() */
ret = ANid2tagref(ann_id, &ann_tag, &ann_ref);
RESULT("ANid2tagref");
if (ann_tag != atag || ann_ref != aref) {
printf(">>> ANid2tagref failed to return valid tag and ref \n");
num_errs++;
}
/* see if this routine works. Just a type, not specific. -BMR */
ann_tag = ANatype2tag(AN_DATA_DESC);
ret = (ann_tag != DFTAG_DIA) ? FAIL : 0; /*these two statements may not */
RESULT("ANatype2tag"); /* be necessary but that seems like a pattern */
/* in the test so I put them here too. -BMR */
if (ann_tag != DFTAG_DIA) {
printf(">>> ANatype2tag failed to return valid tag from a type \n");
num_errs++;
}
/* check ann length against 3rd label */
if (ann_len != (int32)strlen(file_lab[2])) {
printf("\t>>>BAD FILE LABEL LENGTH.\n\t IS: %d\n\tSHOULD BE: %d<<<\n", (int)ann_len,
(int)strlen(file_lab[2]));
num_errs++;
}
/* allocate space for label */
if (ann_label == NULL) {
if ((ann_label = (char *)malloc((ann_len + 1) * sizeof(char))) == NULL) {
printf("Error: failed to allocate space to hold file label \n");
return FAIL;
}
memset(ann_label, '\0', ann_len + 1);
}
/* read label */
ret = ANreadann(ann_handle, ann_label, ann_len + 1);
RESULT("ANreadann");
/* end access to label */
ret = ANendaccess(ann_handle);
RESULT("ANendaccess");
/* check read label against 3rd label*/
if (strncmp((const char *)ann_label, (const char *)file_lab[2], (size_t)(ann_len + 1)) != 0) {
printf("\t>>>BAD FILE LABEL. \n\t IS: %s; \n\tSHOULD BE: %s<<<\n", ann_label, file_lab[2]);
num_errs++;
}
/* Clean up */
free(ann_label);
ann_label = NULL;
/* end access to annotations */
ret = ANend(an_handle);
RESULT("ANend");
ret = Hclose(file_handle); /* close file */
RESULT("Hclose");
return SUCCEED;
} /* check_fann_rewrite() */
/****************************************************************
**
** check_fann: Check file labels and descriptions in file
**
****************************************************************/
static int32
check_fann(const char *fname)
{
int32 ret = SUCCEED; /* return value */
int32 file_handle; /* file handle */
int32 an_handle; /* annotation interface handle */
int32 ann_handle; /* annotation handle */
int32 nflabs, /* number of file labels */
nfdescs, /* number of file descs */
nolabs, /* total number of data labels */
nodescs; /* total number of data descs */
int32 ann_len; /* length of annotation */
uint16 atag; /* annotation tag */
uint16 aref; /* annotation ref */
char *ann_label = NULL; /* annotation label */
char *ann_desc = NULL; /* annotation desc */
intn indx;
int32 ann_id;
uint16 ann_tag;
uint16 ann_ref;
intn i;
/* open file again */
ret = file_handle = Hopen(fname, DFACC_READ, 0);
RESULT("Hopen");
/* Start annotation handling */
ret = an_handle = ANstart(file_handle);
RESULT("ANstart");
/* Get Info On Annotations In File */
ret = ANfileinfo(an_handle, &nflabs, &nfdescs, &nolabs, &nodescs);
RESULT("Anfileinfo");
/* read file labels */
for (i = 0; i < nflabs; i++) { /* select file label */
indx = i;
ann_handle = ret = ANselect(an_handle, indx, AN_FILE_LABEL);
RESULT("ANselect");
/* get file label length */
ann_len = ret = ANannlen(ann_handle);
RESULT("ANannlen");
/* see if this routine works */
ret = ANget_tagref(an_handle, indx, AN_FILE_LABEL, &atag, &aref);
RESULT("ANget_tagref");
/* see if this routine works. Use tag/ref from ANget_tagref() */
ann_id = ret = ANtagref2id(an_handle, atag, aref);
RESULT("ANtagref2id");
if (ann_id != ann_handle) {
printf(">>> ANtagref2id failed to return valid annotation handle \n");
num_errs++;
}
/* see if this routine works. Use annotation id from ANtagref2id() */
ret = ANid2tagref(ann_id, &ann_tag, &ann_ref);
RESULT("ANid2tagref");
if (ann_tag != atag || ann_ref != aref) {
printf(">>> ANid2tagref failed to return valid tag and ref \n");
num_errs++;
}
/* check ann length */
if (ann_len != (int32)strlen(file_lab[i])) {
printf("\t>>>BAD FILE LABEL LENGTH.\n\t IS: %d\n\tSHOULD BE: %d<<<\n", (int)ann_len,
(int)strlen(file_lab[i]));
num_errs++;
}
/* allocate space for label */
if (ann_label == NULL) {
if ((ann_label = (char *)malloc((ann_len + 1) * sizeof(char))) == NULL) {
printf("Error: failed to allocate space to hold file label \n");
return FAIL;
}
memset(ann_label, '\0', ann_len + 1);
}
/* read label */
ret = ANreadann(ann_handle, ann_label, ann_len + 1);
RESULT("ANreadann");
/* end access to label */
ret = ANendaccess(ann_handle);
RESULT("ANendaccess");
/* check label */
if (strncmp((const char *)ann_label, (const char *)file_lab[i], (size_t)(ann_len + 1)) != 0) {
printf("\t>>>BAD FILE LABEL. \n\t IS: %s; \n\tSHOULD BE: %s<<<\n", ann_label, file_lab[i]);
num_errs++;
}
free(ann_label);
ann_label = NULL;
} /* end for nflabs */
/* read file descriptions */
for (i = 0; i < nfdescs; i++) { /* select file label */
indx = i;
ann_handle = ret = ANselect(an_handle, indx, AN_FILE_DESC);
RESULT("ANselect");
/* get file label length */
ann_len = ret = ANannlen(ann_handle);
RESULT("ANannlen");
/* check ann length */
if (ann_len != (int32)strlen(file_desc[i])) {
printf("\t>>>BAD FILE DESC LENGTH.\n\t IS: %d\n\tSHOULD BE: %d<<<\n", (int)ann_len,
(int)strlen(file_desc[i]));
num_errs++;
}
/* allocate space for desc */
if (ann_desc == NULL) {
if ((ann_desc = (char *)malloc((ann_len + 1) * sizeof(char))) == NULL) {
printf("Error: failed to allocate space to hold file desc \n");
return FAIL;
}
memset(ann_desc, '\0', ann_len + 1);
}
/* read desc */
ret = ANreadann(ann_handle, ann_desc, ann_len + 1);
RESULT("ANreadann");
/* end access to desc */
ret = ANendaccess(ann_handle);
RESULT("ANendaccess");
/* check desc */
if (strncmp((const char *)ann_desc, (const char *)file_desc[i], (size_t)(ann_len + 1)) != 0) {
printf("\t>>>BAD FILE DESC. \n\t IS: %s; \n\tSHOULD BE: %s<<<\n", ann_desc, file_desc[i]);
num_errs++;
}
free(ann_desc);
ann_desc = NULL;
} /* end for nfdescs */
/* Clean up */
free(ann_label);
free(ann_desc);
/* end access to annotations */
ANend(an_handle);
Hclose(file_handle); /* close file */
return SUCCEED;
} /* check_fann() */
/****************************************************************
**
** check_lab_desc: read and compare label and description
** with expected ones
**
****************************************************************/
static int32
check_lab_desc(const char *fname, uint16 tag, uint16 ref, const char *label[], const char *desc[])
{
int32 ret = SUCCEED; /* return value */
int32 file_handle; /* file handle */
int32 an_handle; /* annotation interface handle */
int32 nflabs, /* number of file labels */
nfdescs, /* number of file descs */
nolabs, /* total number of data labels */
nodescs; /* total number of data descs */
int32 ann_len; /* length of annotation */
char *ann_label = NULL; /* annotation label */
char *ann_desc = NULL; /* annotation desc */
intn num_dlabels, /* number of data labels for an element */
num_ddescs; /* number of data descs for an element */
int32 *dlabels = NULL; /* array of data labels for an element */
int32 *ddescs = NULL; /* array of data descs for an element */
int i;
/* open file again */
ret = file_handle = Hopen(fname, DFACC_READ, 0);
RESULT("Hopen");
/* Start annotation interface */
ret = an_handle = ANstart(file_handle);
RESULT("ANstart");
/* Get Info On Annotations In File */
ret = ANfileinfo(an_handle, &nflabs, &nfdescs, &nolabs, &nodescs);
RESULT("Anfileinfo");
/* Get number of label annotations with this tag/ref */
num_dlabels = ret = ANnumann(an_handle, AN_DATA_LABEL, tag, ref);
RESULT("ANnumann");
/* Get number of label descs with this tag/ref */
num_ddescs = ret = ANnumann(an_handle, AN_DATA_DESC, tag, ref);
RESULT("ANnumann");
/* allocate space for list of label annotation id's with this tag/ref */
if (num_dlabels == 0) {
printf("Error: no data labels found\n");
num_errs++;
}
else {
if ((dlabels = (int32 *)malloc(num_dlabels * sizeof(int32))) == NULL) {
printf("Error: failed to allocate space to hold data label ids\n");
return FAIL;
}
}
/* allocate space for list of description annotation id's with this tag/ref */
if (num_ddescs == 0) {
printf("Error: no data descriptions found\n");
num_errs++;
}
else {
if ((ddescs = (int32 *)malloc(num_ddescs * sizeof(int32))) == NULL) {
printf("Error: failed to allocate space to hold data descs ids\n");
return FAIL;
}
}
/* get list of label annotations id's with this tag/ref */
ret = ANannlist(an_handle, AN_DATA_LABEL, tag, ref, dlabels);
RESULT("ANannlist");
if (ret != num_dlabels)
printf("Error:ret!=nlabels there are %d data labels for tag=%d,ref=%d \n", num_dlabels, tag, ref);
/* get list of description annotations id's with this tag/ref */
ret = ANannlist(an_handle, AN_DATA_DESC, tag, ref, ddescs);
RESULT("ANannlist");
if (ret != num_ddescs)
printf("Error:ret!=ndescs there are %d data descss for tag=%d,ref=%d \n", num_ddescs, tag, ref);
/* loop through label list */
for (i = 0; i < num_dlabels; i++) {
/* get annotation label length */
ann_len = ret = ANannlen(dlabels[i]);
RESULT("ANannlen");
/* check ann length */
if (ann_len != (int32)strlen(label[i])) {
printf("\t>>>BAD DATA LABEL LENGTH.\n\t IS: %d\n\tSHOULD BE: %d<<<\n", (int)ann_len,
(int)strlen(label[i]));
num_errs++;
}
/* allocate space for label */
if (ann_label == NULL) {
if ((ann_label = (char *)malloc((ann_len + 1) * sizeof(char))) == NULL) {
printf("Error: failed to allocate space to hold data label \n");
return FAIL;
}
memset(ann_label, '\0', ann_len + 1);
}
/* read label */
ret = ANreadann(dlabels[i], ann_label, ann_len + 1);
RESULT("ANreadann");
/* end access to label */
ret = ANendaccess(dlabels[i]);
RESULT("ANendaccess");
/* check label */
if (strncmp((const char *)ann_label, (const char *)label[i], (size_t)(ann_len + 1)) != 0) {
printf("\t>>>BAD DATA LABEL. \n\t IS: %s; \n\tSHOULD BE: %s<<<\n", ann_label, label[i]);
num_errs++;
}
free(ann_label);
ann_label = NULL;
} /* end for labels */
/* loop through desc list */
for (i = 0; i < num_ddescs; i++) {
/* get desc length */
ann_len = ret = ANannlen(ddescs[i]);
RESULT("ANannlen");
/* check desc length */
if (ann_len != (int32)strlen(desc[i])) {
printf("\t>>>BAD DATA DESC LENGTH.\n\t IS: %d\n\tSHOULD BE: %d<<<\n", (int)ann_len,
(int)strlen(desc[i]));
num_errs++;
}
/* allocate space for description */
if (ann_desc == NULL) {
if ((ann_desc = (char *)malloc((ann_len + 1) * sizeof(char))) == NULL) {
printf("Error: failed to allocate space to hold data desc \n");
return FAIL;
}
memset(ann_desc, '\0', ann_len + 1);
}
/* read description */
ret = ANreadann(ddescs[i], ann_desc, ann_len + 1);
RESULT("ANreadann");
/* end access to desc */
ret = ANendaccess(ddescs[i]);
RESULT("ANendaccess");
/* check desc */
if (strncmp((const char *)ann_desc, (const char *)desc[i], (size_t)ann_len) != 0) {
printf("\t>>>BAD DATA DESC. \n\t IS: %s; \n\tSHOULD BE: %s<<<\n", ann_desc, desc[i]);
num_errs++;
}
free(ann_desc);
ann_desc = NULL;
} /* end for descs */
/* free space */
free(dlabels);
free(ddescs);
free(ann_label);
free(ann_desc);
/* End annotation interface */
ANend(an_handle);
Hclose(file_handle); /* close file */
return SUCCEED;
} /* check_lab_desc() */
/****************************************************************
**
** test_man(): Main annotation test routine
**
** NOTES: Keep in mind the order in which labels/descriptiosn
** are written to the file to make sense of the indices
** returned by ANfileinfo().
**
** Steps in testing:
** 1. Create arrays for SDS and RI
** 2. Open/Create test file.
** 3. Start Annotation interface.
** 4. Write file labels and descriptions.
** 5. For 'REPs' count do
** A. create/write SDS(DFSDxxx) to file.
** B. Write 2 labels and 2 descriptions for SDS.
** C. Write image(DFR8xxx) to file
** D. Write 2 labels and 2 descriptions for RI.
** 6. Close annotation interface
** 7. Close file
** 8. For 'REPs' count do
** A. Get dimension and ref of SDS
** B. Verify label and descriptions for SDS ->check_lab_desc()
** C. Get image ref and image
** D. Verify label and descriptions for Image->check_lab_desc()
** 9. Check file labels and descriptions->check_fann()
** 10. Clean up.
****************************************************************/
void
test_man(void)
{
uint8 pal[768];
uint8 *image = NULL;
uint8 *newimage = NULL;
uint16 refnum;
int32 ret;
intn rank;
int i, j;
int32 dimsizes[2];
float32 *data = NULL;
int32 file_handle; /* file handle */
int32 an_handle; /* annotation interface handle */
int32 ann_handle; /* annotation handle */
/***** generate float array and image *****/
if ((data = (float32 *)malloc(ROWS * COLS * sizeof(float32))) == NULL) {
fprintf(stderr, "Error: unable to allocate space\n");
return;
}
if ((image = (uint8 *)malloc(ROWS * COLS * sizeof(char))) == NULL) {
fprintf(stderr, "Error: unable to allocate space\n");
return;
}
if ((newimage = (uint8 *)malloc(ROWS * COLS * sizeof(char))) == NULL) {
fprintf(stderr, "Error: unable to allocate space\n");
return;
}
/* dimensions of SDS/image */
dimsizes[0] = ROWS;
dimsizes[1] = COLS;
/* generate images */
gen2Dfloat(ROWS, COLS, data);
genimage(ROWS, COLS, data, image);
/* Start annotation Interface on file */
ret = file_handle = Hopen(TESTFILE, DFACC_CREATE, 0);
RESULT("Hopen");
ret = an_handle = ANstart(file_handle);
RESULT("ANstart");
/******** Write file labels and descriptions *********/
MESSAGE(5, printf("*** Writing file labels and descriptions ***\n"););
/* create and write file labels */
for (i = 1; i >= 0; i--) {
ret = ann_handle = ANcreatef(an_handle, AN_FILE_LABEL);
RESULT("ANcreatef");
ret = ANwriteann(ann_handle, file_lab[i], (int32)strlen(file_lab[i]));
RESULT("ANwriteann");
ret = ANendaccess(ann_handle);
RESULT("ANendaccess");
}
/* create and write file descriptions */
for (i = 1; i >= 0; i--) {
ret = ann_handle = ANcreatef(an_handle, AN_FILE_DESC);
RESULT("ANcreatef");
ret = ANwriteann(ann_handle, file_desc[i], (int32)strlen(file_desc[i]));
RESULT("ANwriteann");
ret = ANendaccess(ann_handle);
RESULT("ANendaccess");
}
/* set dimensions for SDS */
ret = DFSDsetdims(2, dimsizes);
RESULT("DFSDsetdims");
/******** Write labels and descriptions *********/
MESSAGE(5, printf("*** Writing labels and descriptions along with SDS and RIS ***\n"););
for (j = 0; j < REPS; j++) {
/* Set number type */
ret = DFSDsetNT(DFNT_FLOAT32);
RESULT("DFSDsetNT");
/* write out scientific data set first */
ret = DFSDadddata(TESTFILE, 2, dimsizes, (void *)data);
RESULT("DFSDadddata");
/* write out annotations for 2 out of every 3 SDS */
if ((j % 2) != 0) {
refnum = DFSDlastref(); /* get ref of SDS */
/* create and write data labels */
for (i = 1; i >= 0; i--) {
ret = ann_handle = ANcreate(an_handle, DFTAG_NDG, refnum, AN_DATA_LABEL);
RESULT("ANcreate");
ret = ANwriteann(ann_handle, labsds[i], (int32)strlen(labsds[i]));
RESULT("ANwriteann");
ret = ANendaccess(ann_handle);
RESULT("ANendaccess");
}
/* create and write data descriptions */
for (i = 1; i >= 0; i--) {
ret = ann_handle = ANcreate(an_handle, DFTAG_NDG, refnum, AN_DATA_DESC);
RESULT("ANcreate");
ret = ANwriteann(ann_handle, descsds[i], (int32)strlen(descsds[i]));
RESULT("ANwriteann");
ret = ANendaccess(ann_handle);
RESULT("ANendaccess");
}
}
/* Write image out */
ret = DFR8addimage(TESTFILE, (void *)image, COLS, ROWS, 0);
RESULT("DFR8addimage");
refnum = DFR8lastref(); /* get ref of image */
/* create and write image labels */
for (i = 1; i >= 0; i--) {
ret = ann_handle = ANcreate(an_handle, DFTAG_RIG, refnum, AN_DATA_LABEL);
RESULT("ANcreate");
ret = ANwriteann(ann_handle, labris[i], (int32)strlen(labris[i]));
RESULT("ANwriteann");
ret = ANendaccess(ann_handle);
RESULT("ANendaccess");
}
/* create and write image descriptions */
for (i = 1; i >= 0; i--) {
ret = ann_handle = ANcreate(an_handle, DFTAG_RIG, refnum, AN_DATA_DESC);
RESULT("ANcreate");
ret = ANwriteann(ann_handle, descris[i], (int32)strlen(descris[i]));
RESULT("ANwriteann");
ret = ANendaccess(ann_handle);
RESULT("ANendaccess");
}
} /* end for j */
/* End writing annotations */
ANend(an_handle);
Hclose(file_handle); /* close file */
/******** Read labels and descriptions *********/
MESSAGE(5, printf("*** Reading labels and descriptions for SDS and RIS ***\n"););
for (j = 0; j < REPS; j++) { /* get dims for SDS */
ret = DFSDgetdims(TESTFILE, &rank, dimsizes, 3);
RESULT("DFSDgetdims");
refnum = DFSDlastref(); /* now get ref of SDS */
/* Check data set labels/descriptions of SDS */
if ((j % 2) != 0) /* read in annotations for 2 out of every 3 */
{
if (check_lab_desc(TESTFILE, DFTAG_NDG, refnum, labsds, descsds) == FAIL)
return; /* end of test */
}
/* get image */
ret = DFR8getimage(TESTFILE, newimage, (int32)COLS, (int32)ROWS, pal);
RESULT("DFR8getimage");
refnum = DFR8lastref(); /* now get ref of image */
/* Check image labels/descriptions of image */
if (check_lab_desc(TESTFILE, DFTAG_RIG, refnum, labris, descris) == FAIL)
return; /* end of test */
}
/***************** Read file labels and descriptions */
MESSAGE(5, printf("*** Reading file label and descriptions ***\n"););
/* Verify file labels/descs */
if (check_fann(TESTFILE) == FAIL)
return; /* end of test */
/* check the re-writing of annotations works.
Only file labels are tested but it should suffice to
test the internals */
if (check_fann_rewrite(TESTFILE) == FAIL)
return; /* end of test */
/* free up space */
free(data);
free(image);
free(newimage);
} /* test_man() */
|