Changes Between Versions 7.1.6 and 7.1.7
This page lists the detailed changes made in all of the
processing scripts.
The script names are linked to a description of the
current version of each script
- subs/combine - version 1.9 to 1.10
Added a check so that RAWXBINS=RAWYBINS is only checked for PHA mode.
Also resolved a variable name collision for "telem" that was created
by adding the check for "falling through the cracks" of the attitude
file.
- subs/lightcurves - version 1.6 to 1.7
Now only trys to make ghkcurve light curves for HK files
for which screened event files have been extracted from the
corresponding telem file.
- subs/sources - version 2.1 to 2.2
Now specifies the primary extension of the totsky when extracting
keywords to be used in smoothed image and source catalog.
If there is only one screened event file for a given instrument
resolution, etc., then merge_images will retain the GTI extension
from the original file. If the primary extension isn't specified
explicitly, the GTI extensions will be dumped too, and things
like the TFORM keywords will screw the FITS files.
- subs/wrapup - version 1.6 to 1.7
Added stdout.top.log and stderr.top.log to the list of files
which are not considered "leftovers". Also changed the error
message for leftover files so that it does not say it is removing
the file.
- subs/readfrfs - version 1.8 to 1.9
Now checks if there are any event files before merging and
appending GTIs.
- subs/spectra - version 2.7 to 2.8
Deleted the code which removed the merged deadtime file. This
was obsolete since the last change.
- util/subroutine_test - version 0.0 (new)
- process - version 2.0 to 3.0
Now captures the stdout and stderr from each subroutine and send
it to the log. This should make debugging stray error messages
much easier.