Skip to content

Commit

Permalink
changed the field descriptions in fields that now come from kadi
Browse files Browse the repository at this point in the history
  • Loading branch information
javierggt committed Jan 27, 2023
1 parent bf42b2f commit 33f46a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions agasc/supplement/magnitudes/mag_estimate.py
Original file line number Diff line number Diff line change
Expand Up @@ -574,14 +574,12 @@ def get_mag_from_img(slot_data, t_start, ok=True):

OBS_STATS_INFO = {
'agasc_id': 'AGASC ID of the star',
'obsid': 'OBSID corresponding to the dwell when the observation is made',
'obsid': 'OBSID at the time the star catalog is commanded (from kadi.commands)',
'slot': 'Slot number',
'type': 'GUI/ACQ/BOT',
'mp_starcat_time':
'Timestamp (from kadi.commands) for starcat command '
'preceding the dwell of an observation.',
'tstart': 'Dwell start time from kadi.events.manvrs',
'tstop': 'Dwell end time from kadi.events.manvrs',
'mp_starcat_time': 'The time at which the star catalog is commanded (from kadi.commands)',
'tstart': 'Start time of the observation according to kadi.commands (in cxc seconds)',
'tstop': 'Start time of the observation according to kadi.commands (in cxc seconds)',
'mag_correction': 'Overall correction applied to the magnitude estimate',
'responsivity': 'Responsivity correction applied to the magnitude estimate',
'droop_shift': 'Droop shift correction applied to the magnitude estimate',
Expand Down
4 changes: 2 additions & 2 deletions agasc/supplement/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
'mag_aca_err': 'Star magnitude uncertainty determined with ACA.',
'last_obs_time': 'mp_starcat_time of the last observation of a star',
'mp_starcat_time':
'timestamp from kadi.commands for starcat command preceding the dwell of an observation',
'The time at which the star catalog is commanded (from kadi.commands)',
'obsid':
'The OBSID corresponding to the dwell when an observation is made. Might not be unique.',
'The OBSID at the time the star catalog is commanded (from kadi.commands).',
'status':
'Flag to tell include/excude the observation when estimating magnitude (0 means "include")',
'comments': '',
Expand Down

0 comments on commit 33f46a4

Please sign in to comment.