| 150 | | ID_PROPER = 0x00000400, // star with large proper motion |
| 151 | | ID_TRANSIENT = 0x00001000, // is this mutually exclusive with USNO? |
| 152 | | ID_VARIABLE = 0x00002000, // not currently set? |
| 153 | | ID_ASTEROID = 0x00002000, // identified with an asteroid |
| 154 | | ID_BAD_OBJECT = 0x00004000, // if all measurements are bad, set this bit |
| 155 | | ID_MOVING = 0x00008000, // is a moving object |
| 156 | | ID_ROCK = 0x0000a000, // 0x8000 + 0x2000 |
| 157 | | ID_GHOST = 0x0000c001, // 0x8000 + 0x4000 + 0x0001 |
| 158 | | ID_TRAIL = 0x0000c002, // 0x8000 + 0x4000 + 0x0002 |
| 159 | | ID_BLEED = 0x0000c003, // 0x8000 + 0x4000 + 0x0003 |
| 160 | | ID_COSMIC = 0x0000c004, // 0x8000 + 0x4000 + 0x0004 |
| | 150 | * ID_PROPER = 0x00000400, // star with large proper motion |
| | 151 | * ID_TRANSIENT = 0x00001000, // is this mutually exclusive with USNO? |
| | 152 | * ID_VARIABLE = 0x00002000, // not currently set? |
| | 153 | * ID_ASTEROID = 0x00002000, // identified with an asteroid |
| | 154 | * ID_BAD_OBJECT = 0x00004000, // if all measurements are bad, set this bit |
| | 155 | * ID_MOVING = 0x00008000, // is a moving object |
| | 156 | * ID_ROCK = 0x0000a000, // 0x8000 + 0x2000 |
| | 157 | * ID_GHOST = 0x0000c001, // 0x8000 + 0x4000 + 0x0001 |
| | 158 | * ID_TRAIL = 0x0000c002, // 0x8000 + 0x4000 + 0x0002 |
| | 159 | * ID_BLEED = 0x0000c003, // 0x8000 + 0x4000 + 0x0003 |
| | 160 | * ID_COSMIC = 0x0000c004, // 0x8000 + 0x4000 + 0x0004 |