pynrc.simul.dms.create_group_entry

pynrc.simul.dms.create_group_entry(integration, groupnum, endday, endmilli, endsubmilli, endgroup, xd, yd, gap, comp_code, comp_text, barycentric, heliocentric)[source]

Add the GROUP extension to the output file

Parameters
  • integration (int) – Integration number

  • group_number (int) – Group number

  • endday (int) – Days since Jan 1 2000

  • endmilli (integer) – Milliseconds of the day for given time

  • endsubmilli (int) – Time since last millisecond?

  • endgroup (str) – End group time, e.g. ‘2016-01-18T02:43:26.061’

  • xd (int) – Number_of_columns e.g. 2048

  • yd (int) – Number_of_rows e.g. 2048

  • gap (int) – Number of gaps in telemetry

  • comp_code (int) – Completion code number e.g. 0 (nominal?)

  • comp_text (str) –

    Completion code text e.g. ‘COMPLETE’-from howard

    ‘Normal Completion’ - from mark

  • barycentric (float) – Barycentric end time (mjd) 57405.11165225

  • heliocentric (float) – Heliocentric end time (mjd) 57405.1163058

Returns

group (nump.ndarray) – Input values organized into format needed for group entry in JWST formatted file