if(!$altitude){printSTDERR"ERROR: Observation level is mandatory > 0\n";}
if(!$altitude){die"ERROR: Observation level is mandatory > 0\n";}
}
}
while(!$bx){
$bx=get("Horizontal comp. of the Earth's mag. field (MAGNET) [North,muT],\nsee values at http://www.ngdc.noaa.gov/geomagmodels/struts/calcIGRFWMM",0,"BX",$bx);
if(!$bx){printSTDERR"ERROR: BX is mandatory\n";}
if(!$bx){die"ERROR: BX is mandatory\n";}
}
while(!$bz){
$bz=get("Vertical comp. of the Earth's mag. field (MAGNET) [downwards,muT]",0,"BZ",$bz);