IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42573


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

adding xcsky tables

Location:
branches/eam_branches/ipp-20230313/dbconfig
Files:
3 edited

Legend:

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

    r42545 r42573  
    4444include(fpcam.md)
    4545include(xcstack.md)
     46include(xcsky.md)
  • branches/eam_branches/ipp-20230313/dbconfig/notes.txt

    r29972 r42573  
     1
     22023.12.24 : EAM
     3  for reference, when adding a new stage:
     4
     5  * the stage tables need to be added in dbconfig
     6    new file foo.md
     7    added to ipp.m4
     8    make
     9    make install
     10
     11  * then in ippdb.src
     12    psautogen
     13    make
     14    make install
     15
     16  * then the supporting stage tools can be added to ippTools and built
    117
    2182007.06.08 : EAM
  • 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.