Changeset 40291 for trunk/Ohana/src/libdvo/src/dvo_catalog_raw.c
- Timestamp:
- Dec 13, 2017, 10:53:48 AM (9 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/libdvo/src/dvo_catalog_raw.c (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/libdvo/src/dvo_catalog_raw.c
r40063 r40291 91 91 FORMAT_CASE (PS1_V4, PS1_V4); 92 92 FORMAT_CASE (PS1_V5, PS1_V5); 93 FORMAT_CASE (PS1_V6, PS1_V6); 93 94 FORMAT_CASE (PS1_V5_LOAD, PS1_V5_LOAD); 94 95 FORMAT_CASE (PS1_REF, PS1_REF); … … 288 289 if (catalog[0].catformat == DVO_FORMAT_PS1_V4) gfits_modify (&catalog[0].header, "FORMAT", "%s", 1, "PS1_V4"); 289 290 if (catalog[0].catformat == DVO_FORMAT_PS1_V5) gfits_modify (&catalog[0].header, "FORMAT", "%s", 1, "PS1_V5"); 291 if (catalog[0].catformat == DVO_FORMAT_PS1_V6) gfits_modify (&catalog[0].header, "FORMAT", "%s", 1, "PS1_V6"); 290 292 if (catalog[0].catformat == DVO_FORMAT_PS1_V5_LOAD) gfits_modify (&catalog[0].header, "FORMAT", "%s", 1, "PS1_V5_LOAD"); 291 293 if (catalog[0].catformat == DVO_FORMAT_PS1_REF) gfits_modify (&catalog[0].header, "FORMAT", "%s", 1, "PS1_REF"); … … 394 396 FORMAT_CASE (PS1_V4, PS1_V4); 395 397 FORMAT_CASE (PS1_V5, PS1_V5); 398 FORMAT_CASE (PS1_V6, PS1_V6); 396 399 FORMAT_CASE (PS1_V5_LOAD, PS1_V5_LOAD); 397 400 FORMAT_CASE (PS1_REF, PS1_REF); … … 448 451 FORMAT_CASE (PS1_V4, PS1_V4); 449 452 FORMAT_CASE (PS1_V5, PS1_V5); 453 FORMAT_CASE (PS1_V6, PS1_V6); 450 454 FORMAT_CASE (PS1_V5_LOAD, PS1_V5_LOAD); 451 455 FORMAT_CASE (PS1_REF, PS1_REF); … … 505 509 FORMAT_CASE (PS1_V3, PS1_V3); 506 510 FORMAT_CASE (PS1_V5, PS1_V5); 511 FORMAT_CASE (PS1_V6, PS1_V6); 507 512 FORMAT_CASE (PS1_V5_LOAD, PS1_V5_LOAD); 508 513 FORMAT_CASE (PS1_REF, PS1_REF); … … 559 564 FORMAT_CASE (PS1_V4, PS1_V4); 560 565 FORMAT_CASE (PS1_V5, PS1_V5); 566 FORMAT_CASE (PS1_V6, PS1_V6); 561 567 FORMAT_CASE (PS1_V5_LOAD, PS1_V5_LOAD); 562 568 FORMAT_CASE (PS1_REF, PS1_REF); … … 617 623 FORMAT_CASE (PS1_V4, PS1_V4); 618 624 FORMAT_CASE (PS1_V5, PS1_V5); 625 FORMAT_CASE (PS1_V6, PS1_V6); 619 626 FORMAT_CASE (PS1_V5_LOAD, PS1_V5_LOAD); 620 627 FORMAT_CASE (PS1_REF, PS1_REF); … … 671 678 FORMAT_CASE (PS1_V4, PS1_V4); 672 679 FORMAT_CASE (PS1_V5, PS1_V5); 680 FORMAT_CASE (PS1_V6, PS1_V6); 673 681 FORMAT_CASE (PS1_V5_LOAD, PS1_V5_LOAD); 674 682 FORMAT_CASE (PS1_REF, PS1_REF);
Note:
See TracChangeset
for help on using the changeset viewer.
