| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| inidate | timestamp | ||
| enddate | timestamp | ||
| time_spent | interval | ||
| time_allocated | interval | ||
| color | text | ||
| designator | text | ||
| * | program_id | bigint | |
| active | bool DEFAULT true | ||
| Indexes | |||
| allocation_pkey | ON id | ||
| allocation_designator_key | ON designator | ||
| Foreign Keys | |||
| allocation_program | ( program_id ) ref program (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| object_id | bigint | ||
| observation_id | bigint | ||
| output_file | varchar( 50 ) | ||
| abpair | bool | ||
| crpix1 | integer | ||
| crpix2 | integer | ||
| a_ra_off | numeric( 8, 4 ) | ||
| a_dec_off | numeric( 8, 4 ) | ||
| b_ra_off | numeric( 8, 4 ) | ||
| b_dec_off | numeric( 8, 4 ) | ||
| solved | bool | ||
| solved_time | float8 | ||
| reducer | varchar( 50 ) | ||
| Indexes | |||
| pk_astrometry_astid | ON id | ||
| idx_astrometry_observation_id | ON observation_id | ||
| Foreign Keys | |||
| fk_astrometry_observation | ( observation_id ) ref observation (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| elemline | text | ||
| object_id | bigint | ||
| Indexes | |||
| pk_catalogform_id | ON id | ||
| idx_catalogform_object_id | ON object_id | ||
| Foreign Keys | |||
| fk_catalogform_object | ( object_id ) ref object (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | object_id | bigint | |
| * | spec_id | bigint | |
| classification | text | ||
| redshift | numeric( 7, 4 ) | ||
| redshift_err | numeric( 7, 5 ) | ||
| phase | numeric( 5, 2 ) | ||
| phase_err | numeric( 5, 2 ) | ||
| classifier | text | ||
| score | numeric( 5, 2 ) | ||
| Indexes | |||
| classification_pkey | ON id | ||
| classification_classification_key | ON classification | ||
| classification_object_id_key | ON object_id | ||
| classification_redshift_key | ON redshift | ||
| classification_spec_id_key | ON spec_id | ||
| Foreign Keys | |||
| classification_object | ( object_id ) ref object (id) | ||
| classification_spec | ( spec_id ) ref spec (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | object_id | bigint | |
| t | timestamp | ||
| inclination | numeric( 12, 8 ) | ||
| ra | numeric( 12, 8 ) | ||
| e | numeric( 10, 8 ) | ||
| pedigree | numeric( 12, 8 ) | ||
| m | numeric( 12, 8 ) | ||
| n | numeric( 12, 8 ) | ||
| decay | numeric( 10, 8 ) | ||
| reforbit | integer | ||
| drag | numeric( 10, 8 ) | ||
| Indexes | |||
| earth_satellite_pkey | ON id | ||
| earth_satellite_object_id_key | ON object_id | ||
| Foreign Keys | |||
| object_earth_satellite | ( object_id ) ref object (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | object_id | bigint | |
| inclination | numeric( 12, 8 ) | ||
| longascnode_o | numeric( 12, 8 ) | ||
| perihelion_o | numeric( 12, 8 ) | ||
| a | numeric( 13, 8 ) | ||
| n | numeric( 10, 8 ) | ||
| e | numeric( 10, 8 ) | ||
| m | numeric( 12, 8 ) | ||
| mjdepoch | numeric( 14, 8 ) | ||
| d | numeric( 7, 2 ) | ||
| m1 | numeric( 7, 4 ) | ||
| m2 | numeric( 7, 4 ) | ||
| s | numeric( 10, 8 ) | ||
| Indexes | |||
| elliptical_heliocentric_pkey | ON id | ||
| elliptical_heliocentric_object_id_key | ON object_id | ||
| Foreign Keys | |||
| object_elliptical_heliocentric | ( object_id ) ref object (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| rms | numeric( 8, 4 ) | ||
| * | spec_id_1 | bigint | |
| * | spec_id_2 | bigint | |
| * | timestamp1 | timestamp | |
| * | timestamp2 | timestamp | |
| Indexes | |||
| flexure_pkey | ON id | ||
| flexure_spec_id_1_key | ON spec_id_1 | ||
| Foreign Keys | |||
| flexure_spec | ( spec_id_1 ) ref spec (id) | ||
| spec_flexure | ( spec_id_2 ) ref spec (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | designator | text | |
| Indexes | |||
| groups_pkey | ON id | ||
| groups_designator_key | ON designator | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigserial | |
| status | char( 20 ) | ||
| username | varchar( 100 ) | ||
| enddate | date | ||
| programname | varchar( 100 ) | ||
| startdate | date | ||
| sourceid | integer | ||
| followup | varchar( 100 ) | ||
| prior_photometry | text | ||
| priority | integer | ||
| sourcename | varchar( 100 ) | ||
| * | requestid | integer | |
| filters | varchar( 100 ) | ||
| ra | real | ||
| dec | real | ||
| * | created | timestamp DEFAULT now() | |
| request_filename | varchar( 100 ) | ||
| last_mag_filter | varchar( 10 ) | ||
| last_mag_jd | real | ||
| last_mag_exptime | real | ||
| last_mag_obsdate | date | ||
| last_mag_mag | real | ||
| Indexes | |||
| pk_growth_id | ON id | ||
| idx_growth_request_filename | ON request_filename | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | object_id | bigint | |
| t | timestamp | ||
| inclination | numeric( 12, 8 ) | ||
| longascnode_o | numeric( 12, 8 ) | ||
| perihelion_o | numeric( 12, 8 ) | ||
| e | numeric( 10, 8 ) | ||
| q | numeric( 13, 8 ) | ||
| d | numeric( 7, 2 ) | ||
| m1 | numeric( 7, 4 ) | ||
| m2 | numeric( 7, 4 ) | ||
| s | numeric( 10, 8 ) | ||
| Indexes | |||
| hyperbolic_heliocentric_pkey | ON id | ||
| hyperbolic_heliocentric_object_id_key | ON object_id | ||
| Foreign Keys | |||
| object_hyperbolic_heliocentric | ( object_id ) ref object (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | phot_id | bigint | |
| fwhm | numeric( 5, 2 ) | ||
| background | numeric( 6, 2 ) | ||
| zp | numeric( 5, 2 ) | ||
| zperr | numeric( 5, 2 ) | ||
| ellipticity | numeric( 5, 2 ) | ||
| nsources | integer | ||
| Indexes | |||
| metrics_phot_pkey | ON id | ||
| metrics_phot_phot_id_key | ON phot_id | ||
| Foreign Keys | |||
| metrics_phot_phot | ( phot_id ) ref phot (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigserial | |
| createdate | timestamp | ||
| lastdisplaydate | timestamp | ||
| newsuser | bigint | ||
| * | displaygroup | bigserial | |
| comment_type | varchar( 20 ) | ||
| comment_text | text | ||
| Indexes | |||
| pk_news_id | ON id | ||
| idx_news_displaygroup | ON displaygroup | ||
| idx_news_newsuser | ON newsuser | ||
| Foreign Keys | |||
| fk_news_groups | ( displaygroup ) ref groups (id) | ||
| fk_news_users | ( newsuser ) ref users (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| marshal_id | bigint | ||
| * | name | text | |
| iauname | text | ||
| ra | numeric( 12, 8 ) | ||
| dec | numeric( 12, 8 ) | ||
| typedesig | varchar( 1 ) | ||
| epoch | text | ||
| magnitude | numeric( 7, 5 ) | ||
| * | creationdate | timestamp DEFAULT now() | |
| discovery_date | timestamp | ||
| q3c_ang2ipix((ra)::double precision, ("dec")::double precision) | varchar | ||
| Indexes | |||
| object_pkey | ON id | ||
| object_iauname_key | ON iauname | ||
| object_marshal_id_key | ON marshal_id | ||
| coords_q3c | ON q3c_ang2ipix((ra)::double precision, ("dec")::double precision) | ||
| object_name_key | ON name | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | object_id | bigint | |
| * | request_id | bigint | |
| * | mjd | numeric( 14, 8 ) | |
| * | airmass | numeric( 5, 2 ) | |
| exptime | numeric( 7, 2 ) | ||
| time_elapsed | interval | ||
| * | fitsfile | text | |
| imtype | text | ||
| filter | text | ||
| ra | numeric( 12, 8 ) | ||
| dec | numeric( 12, 8 ) | ||
| camera | text | ||
| lst | varchar( 20 ) | ||
| Indexes | |||
| observation_pkey | ON id | ||
| observation_fitsfile_key | ON fitsfile | ||
| observation_object_id_key | ON object_id | ||
| observation_request_id_key | ON request_id | ||
| Foreign Keys | |||
| observation_object | ( object_id ) ref object (id) | ||
| observation_request | ( request_id ) ref request (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | object_id | bigint | |
| t | timestamp | ||
| inclination | numeric( 12, 8 ) | ||
| perihelion_o | numeric( 12, 8 ) | ||
| q | numeric( 13, 8 ) | ||
| longascnode_o | numeric( 12, 8 ) | ||
| d | numeric( 7, 2 ) | ||
| m1 | numeric( 7, 4 ) | ||
| m2 | numeric( 7, 4 ) | ||
| s | numeric( 10, 8 ) | ||
| Indexes | |||
| parabolic_heliocentric_pkey | ON id | ||
| parabolic_heliocentric_object_id_key | ON object_id | ||
| Foreign Keys | |||
| object_parabolic_heliocentric | ( object_id ) ref object (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | phot_calib_id | bigint | |
| * | observation_id | bigint | |
| * | astrometry | bool | |
| * | filter | text | |
| reducedfile | text | ||
| sexfile | text | ||
| maskfile | text | ||
| pipeline | text | ||
| marshal_phot_id | bigint | ||
| Indexes | |||
| phot_pkey | ON id | ||
| phot_observation_id_key | ON observation_id | ||
| phot_marshal_phot_id | ON marshal_phot_id | ||
| Foreign Keys | |||
| phot_observation | ( observation_id ) ref observation (id) | ||
| phot_phot_calib | ( phot_calib_id ) ref phot_calib (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| bias | text | ||
| flat | text | ||
| Indexes | |||
| phot_calib_pkey | ON id | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | designator | text | |
| name | text | ||
| * | group_id | bigint | |
| pi | text | ||
| time_allocated | interval | ||
| priority | numeric( 5, 2 ) | ||
| inidate | timestamp | ||
| enddate | timestamp | ||
| color | text | ||
| Indexes | |||
| program_pkey | ON id | ||
| program_designator_key | ON designator | ||
| Foreign Keys | |||
| program_groups | ( group_id ) ref groups (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | phot_id | bigint | |
| ra | numeric( 12, 8 ) | ||
| dec | numeric( 12, 8 ) | ||
| * | survey | text | |
| * | filter | text | |
| mag | numeric( 7, 4 ) | ||
| magerr | numeric( 5, 2 ) | ||
| * | instmag | numeric( 5, 2 ) | |
| istmagerr | numeric( 5, 2 ) | ||
| * | mjd | numeric( 14, 8 ) | |
| x | integer | ||
| y | integer | ||
| q3c_ang2ipix((ra)::double precision, ("dec")::double precision) | varchar | ||
| Indexes | |||
| ref_stars_pkey | ON id | ||
| ref_stars_coordsq3c | ON q3c_ang2ipix((ra)::double precision, ("dec")::double precision) | ||
| ref_stars_filter_key | ON filter | ||
| ref_stars_mag_key | ON mag | ||
| Foreign Keys | |||
| ref_stars_phot | ( phot_id ) ref phot (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | object_id | bigint | |
| * | user_id | bigint | |
| marshal_id | bigint | ||
| * | exptime | integer[] | |
| maxairmass | numeric( 5, 2 ) DEFAULT 2.5 | ||
| max_fwhm | numeric( 5, 3 ) | ||
| min_moon_dist | numeric( 5, 2 ) | ||
| max_moon_illum | numeric( 5, 4 ) | ||
| max_cloud_cover | numeric( 5, 2 ) | ||
| status | text DEFAULT 'PENDING'::text | ||
| * | priority | numeric( 5, 2 ) | |
| * | inidate | timestamp | |
| * | enddate | timestamp | |
| cadence | numeric( 5, 2 ) | ||
| phasesamples | numeric( 5, 2 ) | ||
| sampletolerance | numeric( 5, 2 ) | ||
| filters | _text DEFAULT '{ifu,u,g,r,i}'::text[] | ||
| nexposures | integer[] | ||
| obs_seq | _text | ||
| seq_repeats | integer | ||
| seq_completed | integer | ||
| last_obs_jd | float8 | ||
| creationdate | timestamp DEFAULT now() | ||
| lastmodified | timestamp DEFAULT now() | ||
| * | allocation_id | bigint | |
| Indexes | |||
| request_pkey | ON id | ||
| request_object_id_key | ON object_id | ||
| request_status_key | ON status | ||
| Foreign Keys | |||
| request_allocation | ( allocation_id ) ref allocation (id) | ||
| requests_objects | ( object_id ) ref object (id) | ||
| users_request | ( user_id ) ref users (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | spec_calib_id | bigint | |
| * | observation_id | bigint | |
| asciifile | text | ||
| npyfile | text | ||
| fitsfile | text | ||
| imgset | text | ||
| * | quality | integer | |
| cubefile | text | ||
| standardfile | text | ||
| marshal_spec_id | bigint | ||
| * | skysub | bool | |
| fwhm | numeric( 5, 2 ) | ||
| background | numeric( 7, 2 ) | ||
| line_fwhm | numeric( 5, 3 ) | ||
| extract_x | float8 | ||
| extract_y | float8 | ||
| extract_pa | float8 | ||
| extract_a | float8 | ||
| extract_b | float8 | ||
| ad_red | float8 | ||
| ad_blue | float8 | ||
| prlltc | float8 | ||
| flexure_x_corr_nm | float8 | ||
| flexure_y_corr_pix | float8 | ||
| reducer | float8 | ||
| Indexes | |||
| spec_pkey | ON id | ||
| spec_observation_id_key | ON observation_id | ||
| spec_marshal_spec_id_key | ON marshal_spec_id | ||
| Foreign Keys | |||
| spec_observation | ( observation_id ) ref observation (id) | ||
| spec_spec_calib | ( spec_calib_id ) ref spec_calib (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| dome_master | text | ||
| bias_slow_master | text | ||
| flat | text | ||
| cosmic_filter | bool | ||
| drpver | text | ||
| hg_master | text | ||
| cd_master | text | ||
| xe_master | text | ||
| avg_rms | float8 | ||
| min_rms | float8 | ||
| max_rms | float8 | ||
| bias_fast_master | text | ||
| Indexes | |||
| spec_calib_pkey | ON id | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | id | bigint | |
| * | observation_id | bigint | |
| * | date | timestamp | |
| dome_status | text | ||
| in_temp | numeric( 5, 2 ) | ||
| in_hum | numeric( 5, 2 ) | ||
| in_dew | numeric( 5, 2 ) | ||
| out_temp | numeric( 5, 2 ) | ||
| out_hum | numeric( 5, 2 ) | ||
| out_dew | numeric( 5, 2 ) | ||
| wind_dir | numeric( 5, 2 ) | ||
| wsp_cur | numeric( 5, 2 ) | ||
| wsp_avg | numeric( 5, 2 ) | ||
| mir_temp | numeric( 5, 2 ) | ||
| top_air | numeric( 5, 2 ) | ||
| pri_temp | numeric( 5, 2 ) | ||
| sec_temp | numeric( 5, 2 ) | ||
| flo_temp | numeric( 5, 2 ) | ||
| bot_temp | numeric( 5, 2 ) | ||
| mid_temp | numeric( 5, 2 ) | ||
| top_temp | numeric( 5, 2 ) | ||
| focpos | numeric( 5, 3 ) | ||
| ifufocus | numeric( 5, 2 ) | ||
| ifufoc2 | numeric( 5, 2 ) | ||
| Indexes | |||
| telescope_stats_pkey | ON id | ||
| telescope_stats_observation_id_key | ON observation_id | ||
| telescope_stats_date_key | ON date | ||
| Foreign Keys | |||
| telescope_stats_observation | ( observation_id ) ref observation (id) | ||
| Indexes | Field Name | Data Type | Description |
|---|---|---|---|
| * | user_id | bigint | |
| * | group_id | bigint | |
| Indexes | |||
| user_groups | ON user_id, group_id | ||
| Foreign Keys | |||
| usergroups_groups | ( group_id ) ref groups (id) | ||
| usergroups_users | ( user_id ) ref users (id) | ||