Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lumi-transfer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lkluft
lumi-transfer
Compare revisions
2eb20235339207012781fb48aa768365640dc632 to ea19eacdaf09165c71693e032f28830f815e0cd5
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
lkluft/lumi-transfer
Select target project
No results found
ea19eacdaf09165c71693e032f28830f815e0cd5
Select Git revision
Branches
main
Swap
Target
lkluft/lumi-transfer
Select target project
lkluft/lumi-transfer
1 result
2eb20235339207012781fb48aa768365640dc632
Select Git revision
Branches
main
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
Remove debug remainder
· a500dc9d
Lukas Kluft
authored
3 months ago
a500dc9d
Fix creation of output filename
· ea19eacd
Lukas Kluft
authored
3 months ago
ea19eacd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
remap.sh
+1
-2
1 addition, 2 deletions
remap.sh
with
1 addition
and
2 deletions
remap.sh
View file @
ea19eacd
...
...
@@ -18,8 +18,7 @@ tgt_grid="hpz9"
# Define file and directory names
infile
=
$1
outdir
=
$(
dirname
$infile
)
/healpix
outdir
=
$HOME
/healpix
outfile
=
${
outdir
}
/
${
infile
}
outfile
=
${
outdir
}
/
$(
basename
$infile
)
mkdir
-p
$outdir
...
...
This diff is collapsed.
Click to expand it.