Changeset 41426
- Timestamp:
- Sep 29, 2020, 2:51:20 PM (6 years ago)
- Location:
- trunk/Ohana/src
- Files:
-
- 2 edited
-
addstar/src/loadstarpar_readstars.c (modified) (1 diff)
-
relastro/src/ImagePosIO.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/src/loadstarpar_readstars.c
r39330 r41426 49 49 GET_COLUMN (glon, "l", float); 50 50 GET_COLUMN (glat, "b", float); 51 GET_COLUMN (conv, "conv", byte);51 GET_COLUMN (conv, "conv", gfbyte); 52 52 GET_COLUMN (lnZ, "lnZ", float); 53 53 GET_COLUMN (DistMag, "DM", float); -
trunk/Ohana/src/relastro/src/ImagePosIO.c
r37807 r41426 70 70 GET_COLUMN (polyterms, "POLYTERMS", float); // verify that we got 14 columns? 71 71 GET_COLUMN (ctype, "CTYPE", char); // verify that we got 15 columns? 72 GET_COLUMN (Npolyterms, "NPOLYTERMS", byte);72 GET_COLUMN (Npolyterms, "NPOLYTERMS", gfbyte); 73 73 GET_COLUMN (dXpixSys, "XPIX_SYS_ERR", float); 74 74 GET_COLUMN (dYpixSys, "YPIX_SYS_ERR", float);
Note:
See TracChangeset
for help on using the changeset viewer.
