Slashdot Mirror


US Military Blocks Data On Incoming Meteors

Hugh Pickens writes "Nature reports that the US military has abruptly ended an informal arrangement that allowed scientists access to data on incoming meteors from classified surveillance satellites, dealing a blow to the astronomers and planetary scientists who used the information to track space rocks. 'These systems are extremely useful,' says astronomer Peter Brown, at the University of Western Ontario. 'I think the scientific community benefited enormously.' Meteor data came from the Defense Support Program (DSP) satellite network consisting of infrared satellites in geosynchronous orbit to monitor the globe for missile launches or atmospheric nuclear blasts, forming the principal component of the United States' ballistic missile early-warning system. The satellites' effectiveness was demonstrated during Desert Storm, when DSP detected the launch of Iraqi Scud missiles and provided warning to civilian populations and coalition forces in Israel and Saudi Arabia. As a side benefit, the satellites could also precisely detect the time, position, altitude and brightness of meteors as they entered Earth's atmosphere, information the military didn't consider particularly useful, or classified. 'It was being dropped on the floor,' says former Air Force captain Brian Weeden. Although the reason for ending the arrangement remains unclear, Weeden notes that it coincides with the launch of a new generation of surveillance satellites and speculates that the Pentagon may not want details of the new satellites' capabilities to be made public, or it may simply lack the expensive software needed to handle classified and declassified data simultaneously. 'The decision may have been made that it was perhaps too difficult to disclose just these data.'"

3 of 172 comments (clear)

  1. Expensive software? by mossr · · Score: 0, Troll

    void process_information(s_information* info) {
        if (info) {
            if (info.is_classified)
                process_secretly(info)
            else
                process_publicly(info)
        }
    }

    Can I have my millions now for "the expensive software needed to handle classified and declassified data simultaneously"?

    --
    The PowerPC includes for this purpose two instructions called SYNC and EIEIO.
    1. Re:Expensive software? by Anonymous Coward · · Score: 0, Troll

      Sure, sure, I'll just need one more quick function from you. Please write something to determine whether the high speed ballistic object that just showed up on the satellite is a missile, plane, or meteor.

      if( coming_from_outer_space(object) ){
          object.type = TYPE_METEOR;
      } else {
          object.type = TYPE_UNKNOWN;
      }

      Remember that size, temperature and speed will be variable within each type. Also, once you've identified the type of object, please determine classification. Accuracy of this product must be 100%.

      if( object.type=TYPE_METEOR ) {
          object.isClassified = false;
      } else {
          object.isClassified = true;
      }

      Accuracy must NOT be 100%, as long as no classified information is incorrectly handled as public data. If (some) public data is incorectly handled as classified, there should be no problem.

  2. Message to scientists: by RobVB · · Score: 0, Troll

    Get your own damn satellites.

    --
    I'd rather you rationally disagree than irrationally agree.