EIS PT v7.0 + 20-May-2013 Change : Update CPT Routine: Lots of eis_cpt routines Note : Now v3.1 (was v3.0) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ EIS PT v6.9 + 7-Aug-2012 JAR Change : Inherit pointing (solar coords: ra1_xcen, ra1_ycen) from hunter study. Also includes MIP, YIP and s/c pointing Routine: eis_xrt_flare_gui__define.pro Note : + 13-Dec-2012 JAR Change : Changed default XRT-EIS offset (x0 and y0) values to +36" and -18" Routine: eis_xrt_flare_gui__define.pro eis_cpt_gui__define.pro eis_rp_cpt__define.pro Note : Previous values were -36" and 16" ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ EIS PT v6.8 + 28-Jul-2012 JAR Change : Ensure TARGET keyword is input into "eis_compression" Routine: eis_dr_process_sci_study eis_raster_volume_string.pro eis_study_volume.pro eis_compression.pro Note : The last routine actually calls; "/spacecraft/decompression/eis_get_compression_factor.pro". This is the file that contains the compression values (controlled by MSSL) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ EIS PT v6.7 + 31-Jul-2012 JAR Change : Commented out CPT check that ensures eis_fov_flag is unity (see below). Routine: eis_cpt_check_xrt_flare_parameters.pro Note : Check is commented out - value is overwritten as 3 + 30-Jul-2012 JAR Change : At CPT stage, if x0 or y0 (EIS-XRT offset) are not zero, then subtract an offset - because of CMIR position Routine: eis_cpt_gui__define.pro eis_rp_cpt__define.pro Note : IF (x0 NE 0.) THEN x0 = x0 - 77 IF (y0 NE 0.) THEN y0 = y0 - 16 + 30-Jul-2012 JAR Change : Changed "eis_eng_props.xrt_flare_parameters.eis_fov_flag" to 3. This parameter is connected to acquiring the EIS FOV centre. Routine: eis_cpt_gui__define.pro eis_rp_cpt__define.pro eis_cpt_xrt_flare_parameters_default.pro Note : Previous value was 1 + 30-Jul-2012 JAR Change : Changed default EIS-XRT offset (x0 and y0) values to -36 and 16 Routine: eis_xrt_flare_gui__define.pro Note : Previous values were -35 and 45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ EIS PT v6.6 + 23-Jan-2012 JAR Change : Need to set default values of verify_fov, x0 and y0 whether XRT flare trigger used or not! Routine: eis_rp_cpt__define.pro Note : ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ EIS PT v6.5 + 23-Jan-2012 JAR Change : Force timeline DB save after copying trigger studies Routine: eis_cpt_set_xrt_flare_table.pro : eis_cpt_version.pro Note : + 23-Jan-2012 JAR Change : Updated CPT version number to v2.9 Routine: eis_cpt_version.pro Note : + 19-Jan-2012 JAR Change : Updated XRTFlare gui design to force different states of pointing widgets when verify_fov is toggled. Also made the gui modal Routine: eis_xrt_flare_gui__define.pro Note : + 19-Jan-2012 JAR Change : If XRTFlare, EISFlare or EISEvent toggled, then don't allow the others to be enabled Routine: eis_mk_plan_gui__define.pro Note : + 19-Jan-2012 JAR Change : Don't update Response DB tag "created" when updating (saving) Routine: db_save_response_entry_update.pro Note : Mostly precautionary + 17-Jan-2012 JAR Change : Added date-time range widgets. Allows for searching response DB according to supplied time range. Routine: eis_response_db_obj__define.pro Note : + 09-Jan-2012 JAR Change : Changed default x0 value to -35 (requested by Khalid) Routine: eis_xrt_flare_gui__define.pro Note : + 09-Jan-2012 JAR Change : Updated command-line CPT XRT Flare handling to be same as gui version Routine: eis_rp_cpt__define.pro Note : + 22-Dec-2011 JAR Change : Expanded/updated XRT Flare Trigger functionality Routine: Lots! Note : + 22-Nov-2011 JAR Change : Changed CPT version to v2.7 Routine: ancillary/eis_mk_plan_version.txt Note : + 11-Nov-2011 JAR Change : Updated XRT Flare trigger gui Routine: eis_xrt_flare_gui__define.pro Note : ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ EIS PT v6.4 + 17-Nov-2011 JAR Change : Removed unnecessary code causing command-line CPT to crash Routine: eis_rp_cpt__define.pro Note : ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ EIS PT v6.3 + 07-Nov-2011 JAR Change : Added data volume label to timeline plot GUI - calculates value on the fly. Routine: eis_timeline_plot_gui__define.pro eis_timeline_container__define.pro eis_compression.pro (added SILENT keyword to stop messages) eis_dr_process_sci_study.pro (to stop messages) Note : Introduced because DR Tool sometimes crashes because of obev file. This will be investigated and fixed. + 08-Nov-2011 JAR Change : Allow EIS Flare Trigger functionality Routine: eis_mk_plan_widgets.pro Note : ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ EIS PT v6.2 + 31-Aug-2011 JAR Change : Save copied hunter study before carrying on to save response study Routine: eis_mk_plan_gui__define.pro Note : + 07-Sep-2011 JAR Change : When checking the validity of trigger studies using the mk_plan button, check only those timeline entries within the visible plot range (default behaviour of CPT) - were using entire tlc. Routine: eis_mk_plan_gui__define.pro Note : + 07-Sep-2011 JAR Change : Fixed bug encountered when clicking on "Pointing Events" on timeline plot. Check that successful a valid result is returned. Routine: eis_timeline_plot_gui.pro, eis_get_raster_pointing.pro Note : + 08-Sep-2011 JAR Change : During CPT, if trigger tables are invalid then issue warning and bail out Routine: eis_cpt_gui__define.pro, eis_rp_cpt__define.pro Note : Modal dialog for CPT gui and print statements for command-line CPT