Changeset 16588 for trunk/dbconfig
- Timestamp:
- Feb 21, 2008, 6:09:46 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/dbconfig/tasks.md (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dbconfig/tasks.md
r16509 r16588 1 # $Id: tasks.md,v 1.14 7 2008-02-15 19:54:44 eugeneExp $1 # $Id: tasks.md,v 1.148 2008-02-22 04:09:46 jhoblitt Exp $ 2 2 3 3 # this table records all exposure ID ever seen from the summit … … 43 43 # list of source images -- updated as exposures/filesets are queried 44 44 summitImfile METADATA 45 exp_name STR 64 # Primary Key 45 exp_name STR 64 # Primary Key fkey(exp_name, camera, telescope) ref summitExp(exp_name, camera, telescope) 46 46 camera STR 64 # Primary Key 47 47 telescope STR 64 # Primary Key … … 56 56 # list of exposures that have had their imfiles/files registered (but not 57 57 # downloaded) 58 pzPendingExp METADATA 59 exp_name STR 64 # Primary Key 60 camera STR 64 # Primary Key 61 telescope STR 64 # Primary Key 62 END 63 64 pzPendingImfile METADATA 65 exp_name STR 64 # Primary Key 66 camera STR 64 # Primary Key 67 telescope STR 64 # Primary Key 68 class STR 64 # Primary Key 69 class_id STR 64 # Primary Key 70 END 71 72 # list of exposures that have had all of their imfiles downloaded 73 pzDoneExp METADATA 74 exp_name STR 64 # Primary Key 75 camera STR 64 # Primary Key 76 telescope STR 64 # Primary Key 77 END 78 79 pzDoneImfile METADATA 80 exp_name STR 64 # Primary Key 81 camera STR 64 # Primary Key 58 pzDownloadExp METADATA 59 exp_name STR 64 # Primary Key fkey(exp_name, camera, telescope) ref summitExp(exp_name, camera, telescope) 60 camera STR 64 # Primary Key 61 telescope STR 64 # Primary Key 62 state STR 64 # Key 63 END 64 65 pzDownloadImfile METADATA 66 exp_name STR 64 # Primary Key fkey(exp_name, camera, telescope) ref pzDownloadExp(exp_name, camera, telescope) 67 camera STR 64 # Primary Key fkey(exp_name, camera, telescope, class, class_id) ref summitImfile(exp_name, camera, telescope, class, class_id) 82 68 telescope STR 64 # Primary Key 83 69 class STR 64 # Primary Key
Note:
See TracChangeset
for help on using the changeset viewer.
