diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-14 01:46:24 +0000 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2019-01-14 01:46:24 +0000 |
commit | ca83e50347452d47bd9915156e896201d09b44a5 (patch) | |
tree | ca2e81e2986d82e57b37ff460f803173391a0f5d /reproduce/src | |
parent | fddd7ee92f2fcbaf5b0880c9077df1302b1cf068 (diff) |
ConvertType's --colormap option added, necessary from Gnuastro 0.8
The new `--colormap' option was added to the call to Gnuastro's ConvertType
program. Since Gnuastro 0.8, ConvertType needs this option for converting a
single-channel dataset to a color-supporting format.
Diffstat (limited to 'reproduce/src')
-rw-r--r-- | reproduce/src/make/delete-me.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/src/make/delete-me.mk b/reproduce/src/make/delete-me.mk index 55131fe..2d93566 100644 --- a/reproduce/src/make/delete-me.mk +++ b/reproduce/src/make/delete-me.mk @@ -57,7 +57,7 @@ $(demopdf): $(dddemodir)/%.pdf: $(indir)/%.fits | $(dddemodir) rm -f $(tikzdir)/delete-me-wfpc2.pdf # Convert the dataset to a PDF. - astconvertt --fluxhigh=4 $< -h0 -o$@ + astconvertt --colormap=gray --fluxhigh=4 $< -h0 -o$@ |