Changeset 11490 for trunk/ippMonitor/def
- Timestamp:
- Jan 31, 2007, 11:20:53 AM (20 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 9 edited
-
detNormalizedExp.d (modified) (1 diff)
-
detProcessedExp.d (modified) (1 diff)
-
detResidExp.d (modified) (1 diff)
-
newExp.d (modified) (1 diff)
-
p3ProcessedExp.d (modified) (1 diff)
-
rawDetrendExp.d (modified) (1 diff)
-
rawDetrendExp_detrend.d (modified) (1 diff)
-
rawImfile.d (modified) (1 diff)
-
rawScienceExp.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/detNormalizedExp.d
r9439 r11490 10 10 FIELD bg_stdev, 8, stdev 11 11 FIELD iteration, 5, iteration 12 FIELD b2_uri, 8, image, image=$b 2_uri, detNormalizedImfile.php, det_id=$det_id,iteration=$iteration,image=$b1_uri12 FIELD b2_uri, 8, image, image=$b1_uri@PPIMAGE.JPEG2, detNormalizedImfile.php, det_id=$det_id,iteration=$iteration,image=$b1_uri@PPIMAGE.JPEG1 13 13 #FIELD b1_uri, 20, b1_uri 14 14 #FIELD recipe, 20, recipe -
trunk/ippMonitor/def/detProcessedExp.d
r9439 r11490 7 7 FIELD det_id, 7, Det ID, value 8 8 FIELD exp_tag, 15, Exposure, value 9 FIELD b2_uri, 8, image, image=$b 2_uri, detProcessedImfile.php, det_id=$det_id,exp_tag=$exp_tag,image=$b1_uri9 FIELD b2_uri, 8, image, image=$b1_uri@PPIMAGE.JPEG2, detProcessedImfile.php, det_id=$det_id,exp_tag=$exp_tag,image=$b1_uri@PPIMAGE.JPEG1 10 10 FIELD bg, 8, backgnd, value 11 11 FIELD bg_mean_stdev, 8, [stdev], value -
trunk/ippMonitor/def/detResidExp.d
r9439 r11490 4 4 MENU ipp.detrend.dat 5 5 6 # field size name show link toextras6 # field size name show link to extras 7 7 FIELD det_id, 7, Det ID, value 8 FIELD exp_tag, 15, Exposure, value, rawImfile.php,exp_tag=$exp_tag9 FIELD b2_uri, 8, image, image=$b 2_uri, detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=$b1_uri8 FIELD exp_tag, 15, Exposure, value, rawImfile.php, exp_tag=$exp_tag 9 FIELD b2_uri, 8, image, image=$b1_uri@PPIMAGE.JPEG2, detResidImfile.php, det_id=$det_id,iteration=$iteration,exp_tag=$exp_tag,image=$b1_uri@PPIMAGE.JPEG1 10 10 FIELD bg, 8, backgnd, value 11 11 FIELD bg_mean_stdev, 8, [stdev] -
trunk/ippMonitor/def/newExp.d
r9323 r11490 9 9 FIELD camera, 20, camera 10 10 FIELD telescope, 20, telescope 11 FIELD exp_type, 20, type12 11 FIELD imfiles, 20, N imfiles -
trunk/ippMonitor/def/p3ProcessedExp.d
r9398 r11490 6 6 # field size name show link to extras 7 7 FIELD exp_tag, 15, Exposure, value 8 FIELD b2_uri, 8, image, image=$b 2_uri, p2ProcessedImfile.php, exp_tag=$exp_tag,image=$b1_uri8 FIELD b2_uri, 8, image, image=$b1_uri@PPIMAGE.JPEG2, p2ProcessedImfile.php, exp_tag=$exp_tag,image=$b1_uri@PPIMAGE.JPEG1 9 9 FIELD bg, 8, backgnd, value 10 10 FIELD bg_mean_stdev, 8, [stdev], value -
trunk/ippMonitor/def/rawDetrendExp.d
r10963 r11490 1 TABLE raw DetrendExp1 TABLE rawExp 2 2 TITLE Raw Detrend Exposures 3 3 FILE rawDetrendExp.php 4 4 MENU ipp.copy.dat 5 6 # limit this table to non-OBJECT types of images 7 WHERE rawExp.exp_type != 'OBJECT' 5 8 6 9 # field name show link to extras -
trunk/ippMonitor/def/rawDetrendExp_detrend.d
r9323 r11490 1 TABLE raw DetrendExp1 TABLE rawExp 2 2 TITLE Raw Detrend Exposures 3 3 FILE rawDetrendExp.php 4 4 MENU ipp.detrend.dat 5 5 6 # limit this table to non-OBJECT types of images 7 WHERE rawExp.exp_type != 'OBJECT' 8 6 9 # field name show link to extras 7 FIELD exp_tag, 20, exposure ID, value, rawImfile.php, exp_tag=$exp_tag 8 FIELD telescope, 20, Telescope 9 FIELD camera, 20, Camera 10 FIELD exp_type, 20, Type 11 FIELD filter, 20, FILTER 10 FIELD exp_tag, 10, exposure ID, value, rawImfile.php, exp_tag=$exp_tag 11 FIELD telescope, 10, Telescope 12 FIELD camera, 10, Camera 13 FIELD exp_type, 10, Type 14 FIELD filter, 10, FILTER 15 FIELD dateobs, 20, Date/Time 16 FIELD exp_time, 5, exp_time 17 FIELD airmass, 5, airmass 18 FIELD bg, 5, backgnd 19 FIELD bg_stdev, 5, stdev 20 FIELD bg_mean_stdev, 5, <backgnd> 12 21 # FIELD imfiles, 20, imfiles 13 22 # FIELD airmass, 20, airmass -
trunk/ippMonitor/def/rawImfile.d
r10963 r11490 3 3 FILE rawImfile.php 4 4 MENU ipp.imfiles.dat 5 6 HEAD PHP insert_backref ("rawUnknownExp.php", "exp_tag", $ID['link']); 5 7 6 8 # field name show link to extras -
trunk/ippMonitor/def/rawScienceExp.d
r10963 r11490 1 TABLE raw ScienceExp1 TABLE rawExp 2 2 TITLE Raw Science Exposures 3 3 FILE rawScienceExp.php 4 4 MENU ipp.copy.dat 5 6 # limit this table to OBJECT types of images 7 WHERE rawExp.exp_type = 'OBJECT' 5 8 6 9 # field name show link to extras
Note:
See TracChangeset
for help on using the changeset viewer.
