-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8590616
commit 482a278
Showing
3 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
sub build_header { | ||
system("ruby ./prep.rb") | ||
} | ||
|
||
build_header() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
% **************GENERATED FILE, DO NOT EDIT************** | ||
|
||
\title{DeconvOptim.jl - Signal Deconvolution with Julia} | ||
\title{My JuliaCon proceeding} | ||
|
||
\author[1, 2]{Felix Wechsler} | ||
\author[1, 2, 3]{Rainer Heintzmann} | ||
\affil[1]{Faculty of Physics and Astronomy, Friedrich-Schiller-University, Jena, Germany} | ||
\affil[2]{Leibniz Institute of Photonic Technology, Albert-Einstein-Straße 9, 07745 Jena, Germany} | ||
\affil[3]{Institute of Physical Chemistry and Abbe Center of Photonics, Friedrich-Schiller-University, Helmholtzweg 4, Jena, Germany} | ||
\author[1]{1st author} | ||
\author[1, 2]{2nd author} | ||
\author[2]{3rd author} | ||
\affil[1]{University} | ||
\affil[2]{National Lab} | ||
|
||
\keywords{Julia, Image Processing, Deconvolution, Microscopy} | ||
\keywords{Julia, Optimization, Game theory, Compiler} | ||
|
||
\hypersetup{ | ||
pdftitle = {DeconvOptim.jl - Image Deconvolution with Julia}, | ||
pdftitle = {My JuliaCon proceeding}, | ||
pdfsubject = {JuliaCon 2019 Proceedings}, | ||
pdfauthor = {Felix Wechsler, Rainer Heintzmann}, | ||
pdfkeywords = {Julia, Image Processing, Deconvolution, Microscopy}, | ||
pdfauthor = {1st author, 2nd author, 3rd author}, | ||
pdfkeywords = {Julia, Optimization, Game theory, Compiler}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
482a278
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
plan_conv
returnsconv
functions which itself returns a reference to an array and not a new array for memory efficiency482a278
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/42536
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: