HIRES Table Upload Examples

Use the [Browse...] button to select a table file on your computer for upload. The table file should be an ASCII file. The filename should not have spaces in it.

The service can accept a number of table formats and input types. But a simple format shown below has "ra" and "dec" coordinates in IPAC Table Format. You can read about other possible formats here: Table Upload Help.

If Using Global Values

If using Global Values for the adjustable Hires parameters, all that is needed is a target name (up to 8 alphanumeric characters, no blanks) and equatorial coordinates in decimal degrees (J2000):

|  target |  ra |  dec |      
|  char |  double |  double |      
   m31    10.684710     41.268749       
   twomass1    92.820389    -66.155838       

If Using Settable Values

If using Settable Values for the adjustable Hires parameters, include the additional columns below, as needed. The equatorial coordinates in decimal degrees (J2000) are required. The target name should be up to 8 alphanumeric characters, no blanks. It will default to "objk0001", etc. (Do not use this for your input target names.) The 2 choices for image_size and base_rem are as shown. The flux values are in Jy. For parameters not present, or with no valid value, the Global Values will be used.

|  target |  ra |  dec |  image_size |  base_rem |  flux1 |  flux2 |  flux3 |  flux4 |      
|  char |  double |  double |  char |  char |  d |  d |  d |  d |      
   m31    10.684710     41.268749    2x2    y   10.0   10.0   10.0   10.0       
   twomass1    92.820389    -66.155838    1x1    n   10.0   10.0   10.0   10.0       

You can download this example table .