;docformat='rst' ;+ ; Return the data structure used for CIPS data ; ; :Author: ; Bill Barrett, Pamme Crandall ; ;- function get_cips_data_struct cips_data_struct = {CIPS, $ SID: 0B, $ SCT_Cycle: 0U, $ image_tlm_timestamp: 0.0D, $ shutter_open_timestamp: 0.0D, $ shutter_close_timestamp: 0.0D, $ integration_time: 0.0D, $ mid_image_timestamp: 0.0D, $ obs_id: 0U, $ bits_per_pixel: 0B, $ adc_lup: 0B, $ chksum_error: 0B, $ comp_scheme: 0B, $ img_mode: 0B, $ tdi_dir: 0B, $ sw_bin_ena: 0B, $ cam_bin_ena: 0B, $ ccd_col_bin: 0B, $ ccd_row_bin: 0B, $ cam_fpga_ver: 0B, $ tdi_rows: 0B, $ fast_clears: 0B, $ pixel_count_err: 0B, $ shutter_disable: 0B, $ tdi_dwell : 0, $ shutter_cl_time: 0U, $ frame_sync_time: 0U, $ img_offset_row: 0, $ img_offset_col: 0, $ opcode_err_ct: 0B, $ row_seq_err_ct: 0B, $ parity_err_ct: 0B, $ img_cols: 0U, $ img_rows: 0U, $ image_has_fill: 0B, $ image: ptr_new() } return, cips_data_struct end