IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 28, 2023, 8:48:12 AM (3 years ago)
Author:
eugene
Message:

adding xcsky tables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/dbconfig/xcsky.md

    r42569 r42573  
    33
    44xcskyRun METADATA
    5     sky_id      S64         0       # Primary Key AUTO_INCREMENT
     5    xcsky_id    S64         0       # Primary Key AUTO_INCREMENT
    66    state       STR         64      # Key
    77    workdir     STR         255
     
    1515
    1616xcskyInput METADATA
    17     sky_id      S64         0       # Primary Key fkey(sky_id) ref xcskyRun(sky_id)
    18     xcstack_id  S64         0       # Primary Key fkey(xcstack_id) ref stackSumSkyfile(xcstack_id)
     17    xcsky_id    S64         0       # Primary Key fkey(xcsky_id) ref xcskyRun(xcsky_id)
     18    xcstack_id  S64         0       # Primary Key fkey(xcstack_id) ref xcstackSumSkyfile(xcstack_id)
    1919END
    2020
    2121xcskyResult METADATA
    22     sky_id             S64    0       # Primary Key fkey(sky_id) ref xcskyRun(sky_id)
     22    xcsky_id           S64    0       # Primary Key fkey(xcsky_id) ref xcskyRun(xcsky_id)
    2323    path_base          STR    255
    2424    dtime_phot         F32    0.0
     
    3333
    3434xccalRun METADATA
    35     cal_id      S64         0       # Primary Key AUTO_INCREMENT
    36     sky_id      S64         0       # fkey(sky_id) ref xcskyRun(sky_id)
     35    xccal_id    S64         0       # Primary Key AUTO_INCREMENT
     36    xcsky_id    S64         0       # fkey(xcsky_id) ref xcskyRun(xcsky_id)
    3737    xcstack_id  S64         0       # fkey(xcstack_id) ref xcstackRun(xcstack_id)
    3838    state       STR         64      # Key
     
    4747
    4848xccalResult METADATA
    49     cal_id         S64    0       # Primary Key fkey(cal_id) ref xccalRun(cal_id)
     49    xccal_id       S64    0       # Primary Key fkey(xccal_id) ref xccalRun(xccal_id)
    5050    path_base      STR    255
    5151    dtime_script   F32    0.0
Note: See TracChangeset for help on using the changeset viewer.