Skip to content
Snippets Groups Projects
Commit a6a609f7 authored by Neil Cornish's avatar Neil Cornish
Browse files

fixed sky location

git-svn-id: https://svn.ligo.caltech.edu/svn/bayeswave/branches/skyfix@750 c56465c9-8126-4a4f-9d7d-ac845eff4865
parent 2d9a5450
No related branches found
No related tags found
No related merge requests found
......@@ -108,11 +108,18 @@ int main(int argc, char *argv[])
parse_command_line(data, chain, prior, runState->commandLine);
if(data->skyFixFlag)
{
if(fabs(data->FIX_DEC) < 1.0e-6 || fabs(data->FIX_RA) < 1.0e-6)
{
fprintf(stdout,"\n");
fprintf(stdout,"**************************************************\n");
fprintf(stdout,"\n");
fprintf(stdout,"Did you forget to set the RA and DEC?\n");
fprintf(stdout,"\n");
fprintf(stdout,"**************************************************\n");
fprintf(stdout,"\n");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment