Skip to content

Singles counts for missing detectors are 0 instead of -1 or -999 #18

@tomkooij

Description

@tomkooij

This might not be a datastore issue, but perhaps a station software issue, but since it affects raw data, I'm reporting it here.

singles counts for 2 detector stations (no slave) are apparently reported as zero (0) instead of -1 or -999 for the missing detectors.
IMHO, this is wrong.

Sample TSV downloaded from my publicdb test VM:

# Event Summary Data - Singles
#
# Station: (203) College Hageveld
#
(...)
#
2017-01-02	00:00:00	1483315200	162	90	122	67	0	0	0	0
2017-01-02	00:00:01	1483315201	139	80	151	98	0	0	0	0
2017-01-02	00:00:02	1483315202	145	86	164	104	0	0	0	0

I can fix this at the import into the ESD by simply setting the missing channels to all '-999'. But that still leaves the raw data to be ambiguous.

Then again, for singles data we might be safe in assuming 0 means "not connected" or "missing detector".

Possible solutions:

  • Fix in station software. Change existing raw data.
  • Fix in datastore. Change existing raw data.
  • Leave raw data as is. Change at import into ESD.
  • Leave raw data as is. Import into ESD unchanged. Leave slave channels out of histograms for missing slave.

Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions