Changeset 37429 for branches/eam_branches/ipp-20140904/Ohana/src/addstar/src/loadstarpar_readstars.c
- Timestamp:
- Sep 23, 2014, 5:42:05 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/addstar/src/loadstarpar_readstars.c
r37422 r37429 49 49 GET_COLUMN (glat, "l", float); 50 50 GET_COLUMN (glon, "b", float); 51 GET_COLUMN (conv, "conv", char);51 GET_COLUMN (conv, "conv", byte); 52 52 GET_COLUMN (lnZ, "lnZ", float); 53 53 GET_COLUMN (DistMag, "DM", float); … … 113 113 float dEbv = 0.5*(errImage[i*20 + 5*0 + 3] - errImage[i*20 + 5*0 + 1]); 114 114 float dDistMag = 0.5*(errImage[i*20 + 5*1 + 3] - errImage[i*20 + 5*1 + 1]); 115 float d FeH= 0.5*(errImage[i*20 + 5*2 + 3] - errImage[i*20 + 5*2 + 1]);116 float d M_r= 0.5*(errImage[i*20 + 5*3 + 3] - errImage[i*20 + 5*3 + 1]);115 float dM_r = 0.5*(errImage[i*20 + 5*2 + 3] - errImage[i*20 + 5*2 + 1]); 116 float dFeH = 0.5*(errImage[i*20 + 5*3 + 3] - errImage[i*20 + 5*3 + 1]); 117 117 118 118 stars[Nstars].R = R;
Note:
See TracChangeset
for help on using the changeset viewer.
