Added --nolog option to the common options
When the scripts are run in parallel (for example within a Makefile called with the -j option) then the log files can cause problems when you want to clean them up in the end. One option was to set the log file name to be based on the output file name, but I have not seen that commonly and it would require a lot of extra code. But now, when the log file doesn't matter, the user can simply igore it being made. Convolve was not reading the WCS information of the input. A line is now added in the ui.c to do the job.
Showing
- ChangeLog 6 additions, 0 deletionsChangeLog
- doc/gnuastro.texi 4 additions, 0 deletionsdoc/gnuastro.texi
- include/commonargs.h 13 additions, 1 deletioninclude/commonargs.h
- include/commonparams.h 2 additions, 0 deletionsinclude/commonparams.h
- include/configfiles.h 10 additions, 0 deletionsinclude/configfiles.h
- src/convolve/ui.c 1 addition, 0 deletionssrc/convolve/ui.c
- src/imgcrop/imgcrop.c 3 additions, 1 deletionsrc/imgcrop/imgcrop.c
- src/mkprof/mkprof.c 2 additions, 1 deletionsrc/mkprof/mkprof.c
Please register or sign in to comment