Skip to content

Commit

Permalink
try to fix FIBERALLOC-7
Browse files Browse the repository at this point in the history
  • Loading branch information
mreineck committed Oct 1, 2017
1 parent 071b1e8 commit c0cb8b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cconv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ inline pointing radec2ptg (double ra, double dec)
vector<complex<double>> cconv (const vector<double> &ra, const vector<double> &dec,
double tel_ra, double tel_dec, double psi, const string &time)
{
psi+=90.; // correction to match declination with PFI y-axis
vector<pointing> t0;
for (size_t i=0; i<ra.size(); ++i)
t0.emplace_back(radec2ptg(ra[i],dec[i]));
Expand Down

0 comments on commit c0cb8b5

Please sign in to comment.