Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
52318783
Commit
52318783
authored
Oct 18, 2013
by
rhenders
Browse files
Whoops. Accidentally broke non-tile-compressed output with guard for tile-compressed output
parent
f4dfc8ef
Changes
1
Show whitespace changes
Inline
Side-by-side
src/fits/fitsbody.c
View file @
52318783
...
...
@@ -1009,7 +1009,7 @@ void write_body(tabstruct *tab, PIXTYPE *ptr, size_t size)
// TODO not yet writing CFitsIO from SExtractor. CFITSIO - only perform byte-swap if we are NOT writing a tile-compressed format using cfitsio
if
(
0
&&
tab
->
infptr
==
NULL
)
// TODO
//
if (tab->infptr == NULL) // TODO
if
(
bswapflag
)
swapbytes
(
cbufdata0
,
4
,
spoonful
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment