Read Mode | Event Format | Data Mode |
---|---|---|
TE | F | FAINT |
TE | F+B | FAINT_BIAS |
TE | VF | VFAINT |
TE | G | GRADED |
CC | F or F3 | CC33_FAINT |
CC | F1 | CC_FAINT |
CC | G or G3 | CC33_GRADED |
CC | G1 | CC_GRADED |
RA | Dec | System | Translation |
---|---|---|---|
20h 51m 06s | +30d 41' 00" | J2000 | 20 51 06.00 +30 41 00.00 |
20 51 06 | +30 41 | J2000 | 20 51 06.00 +30 41 00.00 |
20:51:06.0 | +30:41:00.0 | J2000 | 20 51 06.00 +30 41 00.00 |
23.7654 | +0.6857 | J2000 | 01 35 03.70 +00 41 08.52 |
23.7654h | +0.6857 | J2000 | 23 45 55.44 +00 41 08.52 |
18 12.5 | -12 8.5 | J2000 | 18 12 30.00 -12 08 30.00 |
355 51 06 | +30 41 | Galactic | 355 51 06.00 +30 41 00.00 |
date = YYYY-MM-DD [hh:mm] dateRange = date[/date] or /date or date/ valid date format = dateRange[,dateRange][,dateRange][...]
Example Date(s) | Description |
---|---|
2002-01-27 | select all observations with a date occurring during the 24 hours of January 27, 2002 |
2002-01-26, 2002-01-29 | select all observations with a date occurring on either January 26, 2002 or January 29, 2002 |
2001-11-28/2001-11-30 | select all observations with a date occurring between November 28, 2001 and November 30, 2001 (inclusive) |
2001-06-15 04:00/2001-06-18 23:25 | select all observations with a date occurring between June 15, 2001 4:00AM and June 18, 2001 11:25PM |
2001-05-20,2001-05-25 14:00/2001-05-28 17:00 | select all observations with a date occurring on May 20, 2001 or between May 25, 2001 2:00PM and May 28, 2001 5:00PM (note that the comma delimited list may contain ranges) |
/2000-07-01 | select all observations with a date occurring on or before July 1, 2000 |
/2000-07-01 19:00 | select all observations with a date occurring at or before 7:00PM July 1, 2000 |
2000-07-01/ | select all observations with a date occurring on or after July 1, 2000 |
2000-07-01 19:00/ | select all observations with a date occurring at or after 7:00PM July 1, 2000 |
range = value[-value] or value- or -value valid range format = range[,range][,range][...]
Example Range(s) | Description |
---|---|
1000 | the range is simply the single value 1000 |
1000, 2000 | the range is the value 1000 and also the value 2000 |
3000-5000 | the range is all values between 3000 and 5000 (inclusive) |
1000, 2000, 3000-5000, 7000-8000, 9000 | the range is 1000, 2000, 3000 to 5000 (inclusive), 7000 to 8000 (inclusive), and 9000 |
350- | the range is all values greater than or equal to 350 |
-1000, 2000-3000 | the range is all values less than or equal to 1000, along with all values between 2000 and 3000 (inclusive) |