Changeset 37731
- Timestamp:
- Dec 10, 2014, 6:04:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140904/Ohana/src/libdvo/src/dvo_catalog_split.c
r37548 r37731 598 598 } 599 599 /* read Average table data : format is irrelevant here */ 600 if (!gfits_fread_ftable_range (catalog[0].f, &ftable, start, Nrows)) {600 if (!gfits_fread_ftable_range (catalog[0].f, FALSE, &ftable, start, Nrows)) { 601 601 if (VERBOSE) fprintf (stderr, "can't read table average data"); 602 602 return (FALSE); … … 628 628 } 629 629 /* read Secfilt table data : format is irrelevant here */ 630 if (!gfits_fread_ftable_range (subcat[0].f, &ftable, start*catalog[0].Nsecfilt, catalog[0].Naverage*catalog[0].Nsecfilt)) {630 if (!gfits_fread_ftable_range (subcat[0].f, FALSE, &ftable, start*catalog[0].Nsecfilt, catalog[0].Naverage*catalog[0].Nsecfilt)) { 631 631 if (VERBOSE) fprintf (stderr, "can't read table measure data"); 632 632 return (FALSE); … … 664 664 } 665 665 /* read Measure table data : format is irrelevant here */ 666 if (!gfits_fread_ftable_range (subcat[0].f, &ftable, start, Nrows)) {666 if (!gfits_fread_ftable_range (subcat[0].f, FALSE, &ftable, start, Nrows)) { 667 667 if (VERBOSE) fprintf (stderr, "can't read table measure data"); 668 668 return (FALSE); … … 695 695 } 696 696 /* read Missing table data : format is irrelevant here */ 697 if (!gfits_fread_ftable_range (subcat[0].f, &ftable, start, Nrows)) {697 if (!gfits_fread_ftable_range (subcat[0].f, FALSE, &ftable, start, Nrows)) { 698 698 if (VERBOSE) fprintf (stderr, "can't read table missing data"); 699 699 return (FALSE); … … 729 729 } 730 730 /* read Lensing table data : format is irrelevant here */ 731 if (!gfits_fread_ftable_range (subcat[0].f, &ftable, start, Nrows)) {731 if (!gfits_fread_ftable_range (subcat[0].f, FALSE, &ftable, start, Nrows)) { 732 732 if (VERBOSE) fprintf (stderr, "can't read table lensing data"); 733 733 return (FALSE); … … 760 760 } 761 761 /* read Lensobj table data : format is irrelevant here */ 762 if (!gfits_fread_ftable_range (subcat[0].f, &ftable, start, Nrows)) {762 if (!gfits_fread_ftable_range (subcat[0].f, FALSE, &ftable, start, Nrows)) { 763 763 if (VERBOSE) fprintf (stderr, "can't read table lensobj data"); 764 764 return (FALSE); … … 791 791 } 792 792 /* read StarPar table data : format is irrelevant here */ 793 if (!gfits_fread_ftable_range (subcat[0].f, &ftable, start, Nrows)) {793 if (!gfits_fread_ftable_range (subcat[0].f, FALSE, &ftable, start, Nrows)) { 794 794 if (VERBOSE) fprintf (stderr, "can't read table starpar data"); 795 795 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
