You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COMMENT ON SCHEMA lineflux IS 'Catalog of the spectral line fluxes';
8
+
9
+
CREATETYPElineflux.HIMethodType AS ENUM ( 'sum', 'fit' ) ;
10
+
COMMENT ON TYPE lineflux.HIMethodType IS '{"sum":"Integrated HI line flux by summing all velocity channels", "fit":"Integrated HI line flux by model line fitting"}' ;
11
+
12
+
CREATETABLElineflux.hi (
13
+
record_id TextNOT NULLREFERENCESlayer0.records(id) ONUPDATE cascade ON DELETE restrict
COMMENT ON TYPE linewidth.WidthMethodType IS '{"max":"Maximal-value-based width", "peak":"Every peak-based width", "w2p":"Mean of peaks double-horn specific width", "mean":"Mean-flux–based width", "int":"Integrated-flux–based width", "edge":"Edge-based width", "model":"Model-based width"}' ;
38
+
39
+
CREATETABLElinewidth.data (
40
+
record_id TextNOT NULLREFERENCESlayer0.records(id) ONUPDATE cascade ON DELETE restrict
0 commit comments