gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master ef57e83: ImageCrop's default suffix in past te


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master ef57e83: ImageCrop's default suffix in past tense
Date: Sat, 21 Jan 2017 17:15:16 +0000 (UTC)

branch: master
commit ef57e830a79a7e33f806dde621eb550e9cc6088f
Author: Mohammad Akhlaghi <address@hidden>
Commit: Mohammad Akhlaghi <address@hidden>

    ImageCrop's default suffix in past tense
    
    As suggested by Lee Kelvin in task #14316, in most Gnuastro programs the
    default automatic output suffix is in past tense (like `_rotated.fits', or
    `_labeled.fits'). But in the case of ImageCrop, it was in the infinitive
    tense (simply `_crop.fits').
    
    The other programs were also checked and indeed only ImageCrop (the first
    program in Gnuastro) was like this. The automatic output suffix for the
    Arithmetic program (`_arith.fits') was also questionable, but that is a
    little complicated, because the name "Arithmetic" isn't a verb. Probably we
    should be thinking of a better name for this program. So for the time
    being, it hasn't changed with this commit.
    
    This finishes task #14316.
---
 bin/imgcrop/astimgcrop.conf |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/imgcrop/astimgcrop.conf b/bin/imgcrop/astimgcrop.conf
index fcdfbb6..e0e129f 100644
--- a/bin/imgcrop/astimgcrop.conf
+++ b/bin/imgcrop/astimgcrop.conf
@@ -34,4 +34,4 @@
 
 # Output parameters:
  checkcenter    3
- suffix        _crop.fits
+ suffix        _cropped.fits



reply via email to

[Prev in Thread] Current Thread [Next in Thread]