Changeset 39718 for branches/czw_branch/20160809
- Timestamp:
- Sep 24, 2016, 3:18:40 PM (10 years ago)
- Location:
- branches/czw_branch/20160809/Ohana/src
- Files:
-
- 2 edited
-
libdvo/src/ImageMetadataSelection.c (modified) (2 diffs)
-
libkapa/src/KapaOpen.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20160809/Ohana/src/libdvo/src/ImageMetadataSelection.c
r37807 r39718 59 59 } 60 60 61 // note that this function is called by the dvo clients and uses the 'metadata' table 62 // generated by the dvo shell for the mosaic images only. 61 63 Coords *MatchMosaicMetadata (unsigned int imageID) { 62 64 … … 73 75 mosaic.crval2 = image[m].crval2; 74 76 77 // note that image->theta is calculated based on pc1_1, pc1_2 when the metadata file is 78 // generated 75 79 mosaic.pc1_1 = cos(RAD_DEG*image[m].theta); 76 80 mosaic.pc1_2 = sin(RAD_DEG*image[m].theta); -
branches/czw_branch/20160809/Ohana/src/libkapa/src/KapaOpen.c
r39457 r39718 6 6 # define MY_PORT 2500 7 7 # define MY_PORT_MAX 2520 8 # define MY_WAIT 100000 8 # define MY_WAIT 1000000 9 9 # define DEBUG 0 10 10
Note:
See TracChangeset
for help on using the changeset viewer.
