Changeset 24981
- Timestamp:
- Aug 3, 2009, 4:07:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sj_branches/sj_SDSSaddstar_branch_r23928_20090420/Ohana/src/addstar/src/LoadDataSDSS.c
r16967 r24981 19 19 NVALID = Nvalid + 5; 20 20 REALLOCATE (images[0], Image, NVALID); 21 } 21 } 22 22 23 23 // find image rootname 24 24 name = filebasename (file); 25 25 26 // there is only one SDSS image per file (TRUE?) 26 // there is only one SDSS image per file (TRUE?) XXXJester: yes, indeed 27 27 Nhead = headerSets[0].extnum_head; 28 28 … … 36 36 Nskip += extsize[j]; 37 37 } 38 fseek (f, Nskip, SEEK_SET); 39 38 fseek (f, Nskip, SEEK_SET); 39 40 40 // XXX I think this is an error? should this be &images[0][Nvalid] ?? 41 41 inStars = ReadStarsSDSS (f, name, headers[Nhead], headers[Ndata], images[0], &Nvalid, &Ninstars);
Note:
See TracChangeset
for help on using the changeset viewer.
