EducationJobsite.com The Number One Source for Professionals
Advanced Job Search    Job Search Directory   
Keywords:

Job title, keywords or company
Location:

City, State, Zip or Area Code
Email:

Job updates via email question mark

Algorithm Developer, OOD


Job Number:23666893
Company Name:MIT Lincoln Laboratory
Job Location:Lexington, MA US
Job Category:Education, Training, & Library
 Updated: 8/28/2010

Algorithm Developer, OOD

Job Title: Algorithm Developer, OOD
State: Massachusetts
City: Lexington
Description: The Aerospace Sensor Technology Group develops sensor technology for aerospace applications. Current emphasis is on advanced wideband radar systems for space-object imaging and exploitation of radar and optical data. A major ongoing effort in the group is the development of a wideband radar system for timely on-demand imaging of small satellites in orbits ranging from low-Earth to geosynchronous (40,000 km range).
A real-time software developer is needed to work in a fast-paced environment developing open-system software for state-of-the-art radar sensors. Will develop application and communications layer software for high-performance data processing and transport. The candidate should have a record of successfully completed projects. Candidate should thrive in a team-oriented development environment with rapid development cycles employing well-defined software release and build process methodologies.

Requirements:
BS degree in Physics, Electrical Engineering, or related field with at least 2 years of experience in solving engineering and scientific problems is required.
Linux, C++, object-oriented design and analysis, STL, templates, performance optimization and troubleshooting. Skills in Solaris, Java, Python, network and socket programming, middleware, open GUI, relational database (SQL) and PowerPoint are desired.
var isResizable = false;
var lsCTSubmit = true;
var lsMVSubmit = true;

function noOp()
{
}

function createTarget(form)
{
_target = form.target;
_colon = _target.indexOf(":");
if(_colon != -1) {
form.target = _target.substring(0,_colon);
form.args = _target.substring(_colon+1);
} else if(typeof(form.args)=="undefined") {
form.args = "";
}
if(form.args.indexOf("{")!=-1) {
_args = form.args.split("{");
form.args = _args[0];
for(var i = 1; i< _args.length;i++) {
_args[i] = _args[i].split("}");
form.args += eval(_args[i][0]) + _args[i][1];
}
}
form.args = form.args.replace(/ /g,"");
_win = window.open('',form.target,form.args);
if(typeof(focus)=="function")
_win.focus();

if(lsCTSubmit)
{
lsCTSubmit = false;
form.submit();
}
return false;
}function MenuValidateForm()
{
if(window.glCookieCheckFailed && window.glCookieMessage)
{
if(glCookieCheckFailed)
{
alert(glCookieMessage);
return false;
}
}

if(lsMVSubmit)
{
lsMVSubmit = false;
return true;
}
else
return false;
}