Changes Between Versions 7.1.8 and 7.2.0
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/readfrfs - version 2.0 to 2.1
Took out the frame mode extraction code and moved it to the
framedata subroutine. This was done so that information could
be extracted from the filter file and placed in the frame file
headers.
- subs/framedata - version 0.0 to 1.0
This code was originally in the readfrfs subroutine, but
was moved here so that information could be extracted from the
filter file and put into the FITS headers.
- subs/information - version 1.1 to 1.2
Added code to record GIS and SIS PI calibration file dates.
- subs/header - version 1.5 to 1.6
Added PI calibration file dates and changed processing date to
give the full, unabbreviated month name.
- subs/images - version 2.1 to 2.2
Now deletes the "all" energy individual images. Before these were
saved for rev1 compatibility, although they were assigned
a trend class of "trash" and thus deleted anyway.
This saves some work in post-processing.
- util/generate_filename - version 2.0 to 2.1
Added "cleaned".
- lists/file_classes - version 2.1 to 2.2
No longer sends jobpar to "wwwpars", since this directory
is not used.
Added "cleaned".
- process - version 3.1 to 3.2
Added a call to framedata.
Added call to clean, but commented it out due to concerns
about producing these files.
- process.par - version 2.6 to 2.7
Updated to STOOLS 3.9 to use a more sophisticated version of
cornerpix, and to use a version of equals which prints answers
with one less decimal place.
Specifies version 1.3 of rddsoft explicitly.
Updated to ftools.4.0.c to fix a problem with the extractor which
was writing CRPIX keywords one pixel too small my mistake.