FINDCAT

STScI ACDSD MASTCASB Documentation

Products
GSC
DSS
GSPC
Science

Publications

Data Access
Related Science 
Missions
HST
GEMINI
VLT
NGST
Virtual Observatory
XMM
Facilities
Plate Scanning
COMPASS ooDB 
Staff Pages

Last Updated Jan 2001

Copyright © 2001 The Association of Universities for Research in Astronomy, Inc. All Rights Reserved.

Purpose :

This routine locates catalogue objects on the plate.

Procedure :

The GSH file is read to provide an initial position estimate and then the object is located within a specified tolerance radius. If the filename specified is the scan file then the program will locate the objects by running local inventories around the predicted coordinates. If the filename is an Inventory (OOP) file then it will search for the coordinates in the specified file. The catalogue may be entered as either a specific file or a GSSS catalogue for the entire plate can be staged internally. The output is directed to an MCO (Matched Catalogue Objects) file.

Calling Sequence :

FINDCAT file_name
[/CATALOG_CODE]
(Valid codes are PPM default, AAC, ACR, CMC, CPC, GSC, NPM, PPM, PPS, P7A, SSC, GPC, GP2)
[/USERCAT=catalog_filename]
[/XMIN=lower x value]
[/XMAX=upper x value]
[/YMIN=lower y value]
[/YMAX=upper y value]
[/XRANGE=(lx:ux)]
[/YRANGE=(ly:uy)]
[/BRIGHT=mag]
[/FAINT=mag]
[/MAGRANGE=(lm,um)]
[/SEARCH=search radius in arcsec] (default=30)
[/MIN_AREA=pix] (default=50, Valid only for SCAN files)
[/THESHOLD=level] (default=2500, Valid only for SCAN files)
[/COMMENT="string"] (write to DID file)
[/ANNOTATE] (write to DID file)
[/NEW] (create new MCO file)
[/DEBUG]

Availability :

  • GSSS AXP - yes
  • GSSS VAX - yes
  • PIXELS - yes

History/Author :

Original Implementation - Brian McLean Slight modification for new pipeline - Vicki Laidler