|
From: SourceForge.net <no...@so...> - 2009-06-25 14:40:39
|
Feature Requests item #2812187, was opened at 2009-06-25 16:40 Message generated for change (Tracker Item Submitted) made by dimakarov You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800699&aid=2812187&group_id=156665 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 8 Private: No Submitted By: Dmitry Makarov (dimakarov) Assigned to: Nobody/Anonymous (nobody) Summary: SDSS search Initial Comment: There is problem with search of SDSS objects in HL. I suppose it will appear for any name with some not literal characters in the name. When I try to see the properties of the galaxies from Aladin window it runs the http query like that: http://leda.univ-lyon1.fr//ledacat.cgi?o=SDSSJ104332.20%20245801.1 which is not work! If I replace %20 by + (plus) it works: http://leda.univ-lyon1.fr//ledacat.cgi?o=SDSSJ104332.20+245801.1 When I search the SDSS object from LEDA it runs such http query http://leda.univ-lyon1.fr/ledacat.cgi?SDSSJ104332.20%2B245801.1&ob=ra which is correct. Also the query like http://leda.univ-lyon1.fr//ledacat.cgi?o=SDSSJ104332.20%2B245801.1 is correct to (%20 is replaced by %2B) So, there is error in coding '+' (plus character) in table for Aladin. By the way it sends '+' as %2B for NED. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=800699&aid=2812187&group_id=156665 |