-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expanded documentation on NED searches #25
Draft
gpdf
wants to merge
3
commits into
master
Choose a base branch
from
u/gpdf/ned-search-doc-1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<!--NewPage--> | ||
<HTML> | ||
|
@@ -221,26 +220,39 @@ <h3><A name="nedcatalogs">NED Catalogs</A> -- Overlaying | |
|
||
By clicking on the blue "Catalogs" tab, you are by default dropped | ||
into the interface for searching for catalogs at IRSA. However, you | ||
can pick another tab, "NED", to search for and load a catalog from | ||
NED.<P> | ||
can pick another tab, "NED", to search for and load catalog data from | ||
NED. | ||
Using this interface you can superpose NED search results on search | ||
results you've already obtained from other sources. | ||
You then have one-click access to the fully detailed information | ||
from NED on any object returned from such a search.<P> | ||
|
||
<img src="img/nedcat.png" width="75%"><P> | ||
|
||
This tab allows performing a cone search in the main NED object | ||
catalog around specified coordinates. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This tab allows performing a cone search in the NED objects directory |
||
As for other catalog searches, you can use an object name in place | ||
of coordinates (note that although NED is used for name resolution, | ||
the actual search then performed on NED is by coordinates, as | ||
opposed to a direct access of the NED object catalog by name).<P> | ||
|
||
As for the other catalog searches, the tool pre-fills the target | ||
position with its best guess o the coordinates of the target with | ||
which you have been working. In this case, you are limited to a cone | ||
search, so the next option is the cone search radius. Pick your units | ||
position with its best guess for the coordinates of a target with | ||
which you have already been working. | ||
The next option is the cone search radius. Pick your units | ||
from the pulldown first, and then enter a number; if you enter a | ||
number and then select from the pulldown, it will convert your number | ||
from the old units to the new units. There are both upper and lower | ||
limits to your search radius; it will tell you if you request | ||
something too big or too small. <P> | ||
|
||
something too big or too small.<P> | ||
|
||
The search results are then shown (and interacted with) in the same | ||
way as the other catalogs described here.<P> | ||
|
||
The search results will generally include a column "Details". | ||
(You may have to scroll to the right to see it.) | ||
Clicking on a link in this column takes you directly to the full | ||
NED information display for the selected object, in a new window.<P> | ||
|
||
<h3><a name="owncatalogs">Loading your own catalogs</A></h3><P> | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... to search for and load objects data from ...