# fisdr Change Log ====================================================================== [20070914] ---------------------------------------------------------------------- There are many major changes in the program and the details will be given later. ====================================================================== [20070621] ---------------------------------------------------------------------- Title: The program crashes with /SL_RMV. Modified file(s): slowscan/pro/ss_stray_light.pro Problem(s): When /SL_RMV option is specified, the program crashes with a message that there are unknown procedures. Changes: The program file is reconfigured such that the subroutines are located before the main routine so that they are properly compiled when this module is called. Impact to the users: No, if the module works properly. ---------------------------------------------------------------------- Title: /LOCAL_FLAT may crash the process under very rare conditions. Modified file(s): slowscan/pro/ss_resp_corr.pro Problem(s): When /LOCAL_FLAT option is specified the program flags out the pixel data with very high signal level (probably due to glitches or error in flat-fielding). There was a bug on counting the valid pixel data, and the program crashes when this flagging process is done, and all valid pixels are (by some reason) flagged out. Changes: The program was corrected to avoid crash under such cases. Extent of the impact: The condition that causes crash means no valid pixel. Therefore, in practice no impact to the results. ---------------------------------------------------------------------- Title: ss_coad_images can treat large data. Modified file(s): slowscan/pro/ss_coad_image.pro Problem(s): Internal loop counter in the program was integer type so it does not accept large data that exceed the limit, causes crash of the program. Changes: The loop counter is defined as LONG. Extent of the impact: There should be no difference if the data are properly processed with the previous version. ====================================================================== [20070321] ---------------------------------------------------------------------- Title: A bug in the selection of position data is corrected. Modified file(s): slowscan/pro/ss_run_ss.pro Problem(s): By default the program should refer to the G-ADS position information, but it always used AOCU data regardless the option. Changes: The problem is corrected to refer to G-ADS data properly. Impact to the users: Users who would like to use G-ADS data should re-process the data without /AOCU_ADS option. ---------------------------------------------------------------------- Title: ss_multi_scan_map2 crashes for LW data. Modified file(s): slowscan/pro/ss_multi_scan_map2.pro Problem(s): The program crashes if the target directory contains LW data only. Changes: The problem is corrected to handle such cases. Extent of the impact: Users who had succeeded to run the program do NOT have to reprocess the data.