IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20374


Ignore:
Timestamp:
Oct 24, 2008, 3:00:56 PM (18 years ago)
Author:
eugene
Message:

adding det_type to flatcorr

Location:
trunk/dbconfig
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dbconfig/changes.txt

    r20310 r20374  
    679679* 1.1.46
    680680ALTER TABLE pzDownloadImfile ADD COLUMN hostname varchar(64) after epoch;
     681ALTER TABLE flatcorrRun ADD COLUMN det_type varchar(64) after corr_id;
     682
  • trunk/dbconfig/flatcorr.md

    r20241 r20374  
    33flatcorrRun METADATA
    44    corr_id     S64         0       # Primary Key AUTO_INCREMENT       
     5    det_type    STR         64      # type of output detrend correction (eg, FLATCORR, FLATTEST)
    56    dvodb       STR         64
    67    camera      STR         64
Note: See TracChangeset for help on using the changeset viewer.