Changeset 38441 for trunk/Ohana/src/imregister/spreg/output.c
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/spreg/output.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/imregister/spreg/output.c
r27435 r38441 61 61 62 62 ftable.header = &theader; 63 gfits_table_set_Spectrum (&ftable, subset, Nmatch );63 gfits_table_set_Spectrum (&ftable, subset, Nmatch, TRUE); 64 64 65 65 gfits_fwrite_header (f, &header); … … 96 96 /* create an empty table which we will fill in by hand */ 97 97 ftable.header = &theader; 98 gfits_table_set_SpectrumASCII (&ftable, NULL, 0 );98 gfits_table_set_SpectrumASCII (&ftable, NULL, 0, TRUE); 99 99 100 100 /* add data to table */
Note:
See TracChangeset
for help on using the changeset viewer.
