######################################################################## # # NASA/IPAC EXTRAGALACTIC DATABASE # Minimal Batch Job Template For Search by Parameters # Version Date: 5 September 2008 # # Blank lines or those beginning with a pound sign `#' are ignored. # # PLEASE BE SURE THAT YOUR FILE CONTAINS ONLY FLAT (7-BIT) ASCII # CHARACTERS, HAS NO MORE THAN 72 CHARACTERS PER LINE, HAS NO # EMAIL ATTACHMENTS, IS NOT AN HTML-FORMATTED FILE, AND HAS NO # MORE THAN 3000 INPUT REQUESTS. ALSO, BE SURE YOUR EMAIL # SUBMISSION INCLUDES A SUBJECT LINE "NED Batch Form". # # When your request file is ready, mail it to # # >>>>>>>> nedbatch@ipac.caltech.edu <<<<<<<< # ######################################################################## # Set Output Options OUTPUT_FILENAME xxxxxx # Output format: `standard' (default), `compact', `compact_2' OUTPUT_OPTION standard # Compression method: `compress', `gzip', `none' (default) COMPRESS_OPTION none ######################################################################## # Set Global Environment # Coordinate system: # `equatorial', `galactic', `ecliptic', `super_galactic' INPUT_COORDINATE_SYSTEM equatorial OUTPUT_COORDINATE_SYSTEM equatorial # EQUINOX between the years 1500 and 2500, with `J' or `B' prefix. INPUT_EQUINOX J2000.0 OUTPUT_EQUINOX J2000.0 # Output sorting: `RA_or_Longitude' or `DEC_or_Latitude' OUTPUT_SORTED_BY RA_or_Longitude # Velocity (km/s) above which dimensionless z is displayed REDSHIFT_VELOCITY 10000.0 ######################################################################## # Search by Parameters # Constraints may be combined with AND operators. Uncomment lines as # needed. Copy this entire PARAMETER block for multiple searches. FIND_OBJECTS_BY_PARAMETERS #----------------------------------------------------------------------- # Constrain by J2000.0 Equatorial Coordinates # Use either `DEC_between' or `DEC_not_between', not both. # RA_between ra1, ra2 # DEC_between dec1, dec2 # DEC_not_between dec1, dec2 #----------------------------------------------------------------------- # Constrain by Galactic Coordinates # Use either `GLAT_between' or `GLAT_not_between', not both. # GLON_between glon1, glon2 # GLAT_between glat1, glat2 # GLAT_not_between glat1, glat2 #----------------------------------------------------------------------- # Constrain by Redshift # Uncomment a redshift constraint # REDSHIFT Unconstrained # REDSHIFT Available # REDSHIFT Unavailable # REDSHIFT Larger_than x # REDSHIFT Less_than x # REDSHIFT Between x, y # REDSHIFT Not_between x, y # Uncomment a redshift unit # UNIT z # UNIT km/s #----------------------------------------------------------------------- # Constrain by Object Type INCLUDE # INCLUDE ALL Galaxies _ GClusters _ Supernovae _ QSO _ AbsLineSys _ GravLens _ Radio _ Infrared _ EmissnLine _ UVExcess _ Xray _ GammaRay _ GPairs _ GTriples _ GGroups _ END_INCLUDE EXCLUDE Galaxies _ GClusters _ Supernovae _ QSO _ AbsLineSys _ GravLens _ Radio _ Infrared _ EmissnLine _ UVExcess _ Xray _ GammaRay _ GPairs _ GTriples _ GGroups _ END_EXCLUDE #----------------------------------------------------------------------- # Constrain by Name Prefix #PREFIX PREFIX ALL END_PREFIX #----------------------------------------------------------------------- END_OF_DATA ######################################################################## END_OF_REQUESTS