Criteria to create good time intervals
using the ascii file selsci.fil


Examples of criteria to prepare goodtime intervals:

  • 1. Select an eventrate larger than, e.g., 350 counts/second:

    (RATE_EVENT)> 350


  • 2. Select data without earth occultation (distance from centre of field of view greater than 28 degrees)
    and with secure attitude (excluding startracker configurations 0, 2 and 7):

    (G_RIMANG.GT.28).AND.(STR_CONF.NE.0).AND.(STR_CONF.NE.2).AND.(STR_CONF.NE.7)

    See software manual for a further discussion of allowed expressions.