Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPC_Imaging
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Claudio Gheller
HPC_Imaging
Merge requests
!3
CFITSIO and parallel images writing implementation
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
CFITSIO and parallel images writing implementation
test_derubeis
into
main
Overview
0
Commits
11
Pipelines
0
Changes
2
Merged
Emanuele De Rubeis
requested to merge
test_derubeis
into
main
2 years ago
Overview
0
Commits
11
Pipelines
0
Changes
2
Use CFITSIO to write .fits images as output other than .bin files
0
0
Merge request reports
Viewing commit
b48befbc
Prev
Next
Show latest version
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
b48befbc
PARALLELIO and CFITSIO implementation
· b48befbc
Emanuele De Rubeis
authored
2 years ago
Makefile
+
2
−
2
View file @ b48befbc
Edit in single-file editor
Open in Web IDE
Show full file
@@ -36,8 +36,8 @@ OPT += -DWRITE_IMAGE
OPT
+=
-DPHASE_ON
# Support CFITSIO
OPT
+=
-DFITSIO
# Perform true parallel
fit
s writing
OPT
+=
-DPARALLELIO
# Perform true parallel
image
s writing
#
OPT += -DPARALLELIO
ifeq
(FITSIO,$(findstring FITSIO,$(OPT)))
LIBS
+=
-L
$(
FITSIO_LIB
)
-lcfitsio
Loading