You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Porting over STGEN-110. Opening this as an Astro package issue as that is where Jim identified the coding issues at fault.
The coding error is in astro::SkyProj::setKeywords:
// todo: fix these
setKey("CROTA2", 0, "", "Image rotation (deg)");
if( std::string(m_wcs->ctype[0]).substr(5,3)=="CAR") return;
// these may be needed by ds9 for non-CAR. I get confused
setKey("LONPOLE", 180.0, "deg", "longitude of celestial pole");
setKey("LATPOLE", 0, "deg", "latitude of celestial pole");
}
Porting over STGEN-110. Opening this as an Astro package issue as that is where Jim identified the coding issues at fault.
The text was updated successfully, but these errors were encountered: