Changeset 15992
- Timestamp:
- Jan 3, 2008, 1:08:21 AM (18 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 17 edited
-
def/camPendingExp.d (modified) (1 diff)
-
def/camProcessedExp.d (modified) (3 diffs)
-
def/camProcessedExp_NoImages.d (modified) (2 diffs)
-
def/chipPendingExp.d (modified) (1 diff)
-
def/chipProcessedExp.d (modified) (1 diff)
-
def/chipProcessedImfile.d (modified) (2 diffs)
-
def/rawDetrendExp.d (modified) (1 diff)
-
def/rawDetrendExp_detrend.d (modified) (1 diff)
-
def/rawExp.d (modified) (2 diffs)
-
def/rawExp_failed.d (modified) (2 diffs)
-
def/rawImfile.d (modified) (1 diff)
-
def/rawImfile_failed.d (modified) (1 diff)
-
def/rawScienceExp.d (modified) (2 diffs)
-
def/rawUnknownExp.d (modified) (1 diff)
-
def/stackInputSkyfile.d (modified) (1 diff)
-
def/warpInputExp.d (modified) (1 diff)
-
raw/ipp.science.dat (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camPendingExp.d
r15954 r15992 10 10 ARGS ARG1 chipRun.exp_id=$chipRun.exp_id 11 11 12 OP OP1 $rawExp.ra * 57.295783 13 OP OP2 $rawExp.decl * 57.295783 14 12 15 # field size format name show link to extras 13 FIELD camRun.cam_id, 5, %s, chip ID, value, chipProcessedExp.php, ARG114 FIELD chipRun.chip_id, 5, %s, cam ID15 16 FIELD chipRun.exp_id, 5, %s, exposure ID, value, chipProcessedImfile.php, ARG1 16 17 FIELD rawExp.exp_name, 5, %s, Exp Name, value, rawImfile.php, ARG1 18 FIELD chipRun.chip_id, 5, %s, cam ID 19 FIELD camRun.cam_id, 5, %s, chip ID, value, chipProcessedExp.php, ARG1 17 20 FIELD rawExp.telescope, 10, %s, Telescope 18 21 FIELD rawExp.camera, 10, %s, Camera 19 FIELD rawExp.dateobs, 20, %s, Date/Time 22 FIELD rawExp.dateobs, 10, %s, Date/Time 23 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 24 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 25 FIELD rawExp.object, 10, %s, Object 20 26 FIELD rawExp.filter, 10, %s, FILTER 21 FIELD rawExp.ra, 5, %s, RA22 FIELD rawExp.decl, 5, %s, Dec23 27 FIELD rawExp.exp_time, 5, %s, exp_time 24 FIELD rawExp.sat_pixel_frac, 5, %s, f(sat pixels)25 28 FIELD rawExp.airmass, 5, %s, airmass 26 29 FIELD rawExp.bg, 5, %s, backgnd 27 30 FIELD rawExp.bg_stdev, 5, %s, stdev 28 31 FIELD rawExp.bg_mean_stdev, 5, %s, <backgnd> 32 FIELD rawExp.sat_pixel_frac, 5, %s, f(sat pixels) -
trunk/ippMonitor/def/camProcessedExp.d
r15954 r15992 23 23 ARGS ARG2 basename=$camProcessedExp.path_base 24 24 25 OP OP1 $rawExp.ra * 57.295783 26 OP OP2 $rawExp.decl * 57.295783 27 25 28 # field size format name show link to extras 29 FIELD chipRun.exp_id, 5, %s, Exp ID, value, chipProcessedImfile.php, ARG1 26 30 FIELD rawExp.exp_name, 5, %s, Exp Name, value, rawImfile.php, ARG1 27 FIELD chipRun.exp_id, 5, %s, Exp ID, value, chipProcessedImfile.php, ARG128 31 FIELD chipRun.chip_id, 5, %s, chip ID 29 32 FIELD camRun.cam_id, 5, %s, cam ID, value, chipProcessedExp.php, ARG1 … … 32 35 FIELD rawExp.camera, 10, %s, Camera 33 36 FIELD rawExp.dateobs, 20, %s, Date/Time 37 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 38 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 39 FIELD rawExp.object, 10, %s, Object 34 40 FIELD rawExp.filter, 10, %s, FILTER 35 FIELD rawExp.ra, 5, %s, RA36 FIELD rawExp.decl, 5, %s, Dec37 41 FIELD rawExp.exp_time, 5, %s, exp_time 38 FIELD rawExp.sat_pixel_frac, 5, %s, f(sat pixels)39 42 FIELD rawExp.airmass, 5, %s, airmass 40 43 FIELD camRun.reduction, 5, %s, reduction … … 48 51 FIELD camProcessedExp.path_base, 5, %s, path_base, none 49 52 FIELD rawExp.exp_id, 5, %s, Exp ID, none 53 54 # the last two are used as arguments elsewhere, thus needed in the list, even if not displayed -
trunk/ippMonitor/def/camProcessedExp_NoImages.d
r15971 r15992 23 23 ARGS ARG2 basename=$camProcessedExp.path_base 24 24 25 OP OP1 $rawExp.ra * 57.295783 26 OP OP2 $rawExp.decl * 57.295783 27 25 28 # field size format name show link to extras 29 FIELD chipRun.exp_id, 5, %s, Exp ID, value, chipProcessedImfile.php, ARG1 26 30 FIELD rawExp.exp_name, 5, %s, Exp Name, value, rawImfile.php, ARG1 27 FIELD chipRun.exp_id, 5, %s, Exp ID, value, chipProcessedImfile.php, ARG128 31 FIELD chipRun.chip_id, 5, %s, chip ID 29 32 FIELD camRun.cam_id, 5, %s, cam ID, value, chipProcessedExp.php, ARG1 … … 32 35 FIELD rawExp.dateobs, 20, %s, Date/Time 33 36 FIELD rawExp.filter, 10, %s, FILTER 34 FIELD rawExp.ra, 5, %s, RA 35 FIELD rawExp.decl, 5, %s, Dec 37 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 38 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 39 FIELD rawExp.object, 10, %s, Object 36 40 FIELD rawExp.exp_time, 5, %s, exp_time 37 FIELD rawExp.sat_pixel_frac, 5, %s, f(sat pixels)38 41 FIELD rawExp.airmass, 5, %s, airmass 39 42 FIELD camRun.reduction, 5, %s, reduction -
trunk/ippMonitor/def/chipPendingExp.d
r15954 r15992 13 13 14 14 # field size format name show link to extras 15 FIELD chipRun.chip_id, 7, %s, chip ID16 15 FIELD chipRun.exp_id, 5, %s, Exp ID 17 16 FIELD rawExp.exp_name, 5, %s, Exp Name, value, rawImfile.php, ARG1 17 FIELD chipRun.chip_id, 7, %s, chip ID 18 18 FIELD rawExp.telescope, 10, %s, Telescope 19 19 FIELD rawExp.camera, 10, %s, Camera 20 20 FIELD rawExp.dateobs, 20, %s, Date/Time 21 FIELD rawExp.filter, 10, %s, FILTER22 21 FIELD rawExp.ra, 5, %10.6f, RA, op=OP1 23 22 FIELD rawExp.decl, 5, %10.6f, DEC, op=OP2 23 FIELD rawExp.object, 8, %s, Object 24 FIELD rawExp.filter, 8, %s, FILTER 24 25 FIELD rawExp.exp_time, 5, %s, exp_time 25 FIELD rawExp.sat_pixel_frac, 5, %6.4f, f(sat pixels)26 26 FIELD rawExp.airmass, 5, %s, airmass 27 27 FIELD rawExp.bg, 5, %8.2f, backgnd 28 28 FIELD rawExp.bg_stdev, 5, %7.2f, stdev 29 FIELD rawExp.bg_mean_stdev, 5, %7.2f, <backgnd>30 29 FIELD rawExp.comment, 5, %s, CMMTOBS 31 30 32 31 # FIELD rawExp.bg_mean_stdev, 5, %7.2f, <backgnd> 33 32 # FIELD chipPendingExp.reduction, 20, reduction 34 33 # FIELD chipPendingExp.guide_id, 20, guide ID -
trunk/ippMonitor/def/chipProcessedExp.d
r15954 r15992 11 11 ARGS ARG2 chipRun.chip_id=$chipRun.chip_id 12 12 13 OP OP1 $rawExp.ra * 57.295783 14 OP OP2 $rawExp.decl * 57.295783 15 13 16 # field size format name show link to extras 14 FIELD chipRun.chip_id, 7, %s, chip ID15 17 FIELD chipRun.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 16 18 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG2 19 FIELD chipRun.chip_id, 7, %s, chip ID 17 20 FIELD rawExp.telescope, 10, %s, Telescope 18 21 FIELD rawExp.camera, 10, %s, Camera 19 22 FIELD rawExp.dateobs, 20, %s, Date/Time 23 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 24 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 25 FIELD rawExp.object, 10, %s, Object 20 26 FIELD rawExp.filter, 10, %s, FILTER 21 FIELD rawExp.ra, 5, %s, RA22 FIELD rawExp.decl, 5, %s, Dec23 27 FIELD rawExp.exp_time, 5, %s, exp_time 24 FIELD rawExp.sat_pixel_frac, 5, %s, f(sat pixels)25 28 FIELD rawExp.airmass, 5, %s, airmass 26 29 FIELD rawExp.bg, 5, %s, backgnd 27 30 FIELD rawExp.bg_stdev, 5, %s, stdev 28 FIELD rawExp.bg_mean_stdev, 5, %s, <backgnd>29 31 32 # FIELD rawExp.bg_mean_stdev, 5, %s, <backgnd> 33 # FIELD rawExp.sat_pixel_frac, 5, %s, f(sat pixels) 30 34 # FIELD chipPendingExp.reduction, 20, reduction 31 35 # FIELD chipPendingExp.guide_id, 20, guide ID -
trunk/ippMonitor/def/chipProcessedImfile.d
r15954 r15992 16 16 ARGS ARG2 class=$chipProcessedImfile.class_id 17 17 18 OP OP1 $rawExp.ra * 57.295783 19 OP OP2 $rawExp.decl * 57.295783 20 18 21 # field size format name show link to extras 22 FIELD chipRun.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG1 23 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG2 24 FIELD chipProcessedImfile.class_id, 5, %s, Class ID 19 25 FIELD chipRun.chip_id, 7, %s, chip ID 20 FIELD chipRun.exp_id, 5, %s, Exp ID, value, rawImfile.php, ARG121 FIELD chipProcessedImfile.class_id, 5, %s, Class ID22 FIELD rawExp.exp_name, 5, %s, Exp Name, value, chipProcessedImfile.php, ARG223 26 FIELD rawExp.telescope, 10, %s, Telescope 24 27 FIELD rawExp.camera, 10, %s, Camera 25 28 FIELD rawExp.dateobs, 20, %s, Date/Time 26 29 FIELD rawExp.filter, 10, %s, FILTER 27 FIELD rawExp.ra, 5, %s, RA 28 FIELD rawExp.decl, 5, %s, Dec 30 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 31 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 32 FIELD rawExp.object, 8, %s, Object 33 FIELD rawExp.filter, 8, %s, Filter 29 34 FIELD rawExp.exp_time, 5, %s, exp_time 30 FIELD rawExp.sat_pixel_frac, 5, %s, f(sat pixels)31 35 FIELD rawExp.airmass, 5, %s, airmass 32 36 FIELD chipProcessedImfile.bg, 5, %s, backgnd 33 37 FIELD chipProcessedImfile.bg_stdev, 5, %s, stdev 34 FIELD chipProcessedImfile.bg_mean_stdev, 5, %s, <backgnd>35 38 FIELD chipProcessedImfile.n_stars, 5, %s, Nstars 36 39 FIELD chipProcessedImfile.n_astrom, 5, %s, Nastrom … … 40 43 # FIELD chipPendingExp.reduction, 20, %s, reduction 41 44 # FIELD chipPendingExp.guide_id, 20, %s, guide ID 45 # FIELD chipProcessedImfile.bg_mean_stdev, 5, %s, <backgnd> 42 46 43 47 TAIL PHP insert_log ('LOG.IMFILE'); -
trunk/ippMonitor/def/rawDetrendExp.d
r15954 r15992 9 9 ARGS ARG1 exp_id=$exp_id 10 10 11 # field size format name show link to extras 12 FIELD exp_id, 5, %s, Exp ID 13 FIELD exp_name, 10, %s, Exp Name, value, rawImfile.php, ARG1 14 FIELD telescope, 10, %s, Telescope 15 FIELD camera, 10, %s, Camera 16 FIELD exp_type, 10, %s, Type 17 FIELD filter, 10, %s, FILTER 18 FIELD dateobs, 20, %s, Date/Time 19 FIELD exp_time, 5, %s, exp_time 20 FIELD sat_pixel_frac, 5, %s, f(sat pixels) 21 FIELD airmass, 5, %s, airmass 22 FIELD bg, 5, %s, backgnd 23 FIELD bg_stdev, 5, %s, stdev 24 FIELD bg_mean_stdev, 5, %s, <backgnd> 25 # FIELD ra, 8, %s, ra 26 # FIELD decl, 8, %s, decl 27 # FIELD object, 10, %s, object 28 # FIELD imfiles, 20, %s, imfiles 29 # FIELD airmass, 20, %s, airmass 30 # FIELD bg_mean_stdev, 20, %s, bg_mean_stdev 31 # FIELD alt, 20, %s, alt 32 # FIELD az, 20, %s, az 33 # FIELD ccd_temp, 20, %s, ccd_temp 34 # FIELD posang, 20, %s, posang 11 # field size format name show link to extras 12 FIELD exp_id, 5, %s, Exp ID 13 FIELD exp_name, 10, %s, Exp Name, value, rawImfile.php, ARG1 14 FIELD telescope, 10, %s, Telescope 15 FIELD camera, 10, %s, Camera 16 FIELD exp_type, 10, %s, Type 17 FIELD filter, 10, %s, FILTER 18 FIELD dateobs, 20, %s, Date/Time 19 FIELD exp_time, 5, %s, exp_time 20 FIELD sat_pixel_frac, 5, %s, f(sat pixels) 21 FIELD airmass, 5, %s, airmass 22 FIELD bg, 5, %s, backgnd 23 FIELD bg_stdev, 5, %s, stdev 24 FIELD bg_mean_stdev, 5, %s, <backgnd> -
trunk/ippMonitor/def/rawDetrendExp_detrend.d
r15954 r15992 9 9 ARGS ARG1 exp_id=$exp_id 10 10 11 # field size format name show link to extras 12 FIELD exp_id, 5, %s, Exp ID 13 FIELD exp_name, 10, %s, Exp Name, value, rawImfile.php, ARG1 14 FIELD telescope, 10, %s, Telescope 15 FIELD camera, 10, %s, Camera 16 FIELD exp_type, 10, %s, Type 17 FIELD filter, 10, %s, FILTER 18 FIELD dateobs, 20, %s, Date/Time 19 FIELD exp_time, 5, %s, exp_time 20 FIELD sat_pixel_frac, 5, %s, f(sat pixels) 21 FIELD airmass, 5, %s, airmass 22 FIELD bg, 5, %s, backgnd 23 FIELD bg_stdev, 5, %s, stdev 24 FIELD bg_mean_stdev, 5, %s, <backgnd> 25 # FIELD imfiles, 20, %s, imfiles 26 # FIELD airmass, 20, %s, airmass 27 # FIELD ra, 20, %s, ra 28 # FIELD decl, 20, %s, decl 29 # FIELD exp_time, 20, %s, exp_time 30 # FIELD bg, 20, %s, bg 31 # FIELD bg_stdev, 20, %s, bg_stdev 32 # FIELD bg_mean_stdev, 20, bg_mean_stdev 33 # FIELD alt, 20, alt 34 # FIELD az, 20, az 35 # FIELD ccd_temp, 20, ccd_temp 36 # FIELD posang, 20, posang 11 # field size format name show link to extras 12 FIELD exp_id, 5, %s, Exp ID 13 FIELD exp_name, 10, %s, Exp Name, value, rawImfile.php, ARG1 14 FIELD telescope, 10, %s, Telescope 15 FIELD camera, 10, %s, Camera 16 FIELD exp_type, 10, %s, Type 17 FIELD filter, 10, %s, FILTER 18 FIELD dateobs, 20, %s, Date/Time 19 FIELD exp_time, 5, %s, exp_time 20 FIELD sat_pixel_frac, 5, %s, f(sat pixels) 21 FIELD airmass, 5, %s, airmass 22 FIELD bg, 5, %s, backgnd 23 FIELD bg_stdev, 5, %s, stdev 24 FIELD bg_mean_stdev, 5, %s, <backgnd> -
trunk/ippMonitor/def/rawExp.d
r15954 r15992 6 6 ARGS ARG1 exp_id=$exp_id 7 7 8 OP OP1 $ra * 57.295783 9 OP OP2 $decl * 57.295783 10 8 11 # field size format name show link to extras 9 12 FIELD exp_id, 5, %s, Exp ID … … 12 15 FIELD camera, 10, %s, Camera 13 16 FIELD exp_type, 8, %s, Type 17 FIELD dateobs, 8, %s, Date/Time 18 FIELD ra, 8, %10.6f, RA, op=OP1 19 FIELD decl, 8, %10.6f, DEC, op=OP2 20 FIELD object, 10, %s, object 14 21 FIELD filter, 10, %s, FILTER 15 FIELD ra, 8, %s, ra16 FIELD decl, 8, %s, decl17 FIELD object, 10, %s, object18 22 FIELD airmass, 5, %s, airmass 19 23 FIELD exp_time, 5, %s, exp_time -
trunk/ippMonitor/def/rawExp_failed.d
r15954 r15992 6 6 # limit this table to non-OBJECT types of images 7 7 WHERE fault > 0 8 WHERE rawExp.exp_type = 'OBJECT' 8 9 9 10 ARGS ARG1 exp_id=$exp_id 11 12 OP OP1 $ra * 57.295783 13 OP OP2 $decl * 57.295783 10 14 11 15 # field size format name show link to extras … … 14 18 FIELD telescope, 10, %s, Telescope 15 19 FIELD camera, 10, %s, Camera 16 FIELD exp_type, 10, %s, Type 20 FIELD ra, 8, %10.6f, RA, op=OP1 21 FIELD decl, 8, %10.6f, DEC, op=OP2 17 22 FIELD filter, 10, %s, FILTER 18 23 FIELD dateobs, 20, %s, Date/Time -
trunk/ippMonitor/def/rawImfile.d
r15954 r15992 6 6 HEAD PHP insert_backref ("rawExp.php", "exp_id", $ID['link']); 7 7 8 OP OP1 $ra * 57.295783 9 OP OP2 $decl * 57.295783 10 8 11 # field size format name show link to extras 9 12 FIELD exp_id, 5, %s, Exp ID 10 13 FIELD exp_name, 5, %s, Exposure 11 14 FIELD class_id, 8, %s, Chip ID 15 FIELD ra, 8, %10.6f, RA, op=OP1 16 FIELD decl, 8, %10.6f, DEC, op=OP2 17 FIELD object, 8, %s, object 18 FIELD filter, 8, %s, FILTER 19 FIELD airmass, 5, %s, airmass 20 FIELD exp_time, 5, %s, exp_time 12 21 FIELD bg, 8, %s, backgnd 13 22 FIELD bg_stdev, 8, %s, stdev 14 23 FIELD bg_mean_stdev, 8, %s, [stdev] 24 FIELD exp_type, 8, %s, exp_type 15 25 FIELD uri, 10, %s, uri 16 # FIELD class, 20, %s, Class17 # FIELD uri, 20, uri18 # FIELD exp_type, 20, exp_type19 # FIELD filter, 20, filter20 26 # FIELD airmass, 20, airmass 21 # FIELD ra, 20, ra22 # FIELD decl, 20, decl23 27 # FIELD exp_time, 20, exp_time 24 28 # FIELD alt, 20, alt -
trunk/ippMonitor/def/rawImfile_failed.d
r15954 r15992 7 7 WHERE fault > 0 8 8 9 OP OP1 $ra * 57.295783 10 OP OP2 $decl * 57.295783 11 9 12 # field size format name show link to extras 10 13 FIELD exp_id, 5, %s, Exp ID 11 14 FIELD exp_name, 5, %s, Exposure 12 15 FIELD class_id, 8, %s, Chip ID 16 FIELD ra, 8, %10.6f, RA, op=OP1 17 FIELD decl, 8, %10.6f, DEC, op=OP2 13 18 FIELD bg, 8, %s, backgnd 14 19 FIELD bg_stdev, 8, %s, stdev -
trunk/ippMonitor/def/rawScienceExp.d
r15954 r15992 14 14 # field size format name show link to extras 15 15 FIELD exp_id, 5, %s, Exp ID 16 FIELD exp_name, 10, %s, Exp Name, value, rawImfile.php, ARG1 17 FIELD telescope, 10, %s, Telescope 18 FIELD camera, 10, %s, Camera 19 FIELD exp_type, 8, %s, Type 20 FIELD filter, 10, %s, FILTER 16 FIELD exp_name, 8, %s, Exp Name, value, rawImfile.php, ARG1 17 FIELD telescope, 8, %s, Telescope 18 FIELD camera, 8, %s, Camera 19 FIELD dateobs, 8, %s, Date/Time 21 20 FIELD ra, 8, %10.6f, RA, op=OP1 22 21 FIELD decl, 8, %10.6f, DEC, op=OP2 23 FIELD object, 10, %s, object 22 FIELD object, 8, %s, object 23 FIELD filter, 8, %s, FILTER 24 FIELD exp_time, 5, %s, exp_time 24 25 FIELD airmass, 5, %s, airmass 25 FIELD exp_time, 5, %s, exp_time26 26 FIELD bg, 5, %s, bg 27 27 FIELD bg_stdev, 5, %s, bg_stdev … … 32 32 # FIELD ccd_temp, 20, ccd_temp 33 33 # FIELD posang, 20, posang 34 # FIELD exp_type, 8, %s, Type -
trunk/ippMonitor/def/rawUnknownExp.d
r15954 r15992 9 9 ARGS ARG1 exp_id=$exp_id 10 10 11 OP OP1 $ra * 57.295783 12 OP OP2 $decl * 57.295783 13 11 14 # field size format name show link to extras 12 15 FIELD exp_id, 5, %s, Exp ID 13 16 FIELD exp_name, 10, %s, Exp Name, value, rawImfile.php, ARG1 17 FIELD exp_type, 8, %s, Type 14 18 FIELD telescope, 10, %s, Telescope 15 19 FIELD camera, 10, %s, Camera 16 FIELD exp_type, 10, %s, Type 20 FIELD dateobs, 20, %s, Date/Time 21 FIELD ra, 8, %10.6f, RA, op=OP1 22 FIELD decl, 8, %10.6f, DEC, op=OP2 23 FIELD object, 8, %s, object 17 24 FIELD filter, 10, %s, FILTER 18 FIELD dateobs, 20, %s, Date/Time19 25 FIELD exp_time, 5, %s, exp_time 20 26 FIELD airmass, 5, %s, airmass 21 27 FIELD bg, 5, %s, backgnd 22 28 FIELD bg_stdev, 5, %s, stdev 23 FIELDbg_mean_stdev, 5, %s, <backgnd>29 # FIELD bg_mean_stdev, 5, %s, <backgnd> 24 30 # FIELD ra, 8, %s, ra 25 31 # FIELD decl, 8, %s, decl 26 # FIELD object, 10, %s, object27 32 # FIELD imfiles, 20, %s, imfiles 28 33 # FIELD airmass, 20, %s, airmass -
trunk/ippMonitor/def/stackInputSkyfile.d
r15970 r15992 1 TABLE stackInputSkyfile 1 TABLE stackInputSkyfile, warpInputExp, camProcessedExp, chipRun, rawExp 2 2 TITLE stackInputSkyfile 3 3 FILE stackInputSkyfile.php 4 4 MENU ipp.stack.dat 5 5 6 # field size format name show link to extras 7 FIELD stack_id, 5, %s, stack ID 8 FIELD warp_id, 5, %s, warp ID 6 WHERE stackInputSkyfile.warp_id = warpInputExp.warp_id 7 WHERE warpInputExp.cam_id = camProcessedExp.cam_id 8 WHERE camProcessedExp.chip_id = chipRun.chip_id 9 WHERE chipRun.exp_id = rawExp.exp_id 10 11 OP OP1 $rawExp.ra * 57.295783 12 OP OP2 $rawExp.decl * 57.295783 13 14 # field size format name show link to extras 15 FIELD chipRun.exp_id, 5, %s, Exp ID 16 FIELD rawExp.exp_name, 8, %s, Exp Name 17 FIELD chipRun.chip_id, 5, %s, Chip ID 18 FIELD camProcessedExp.cam_id, 5, %s, Cam ID 19 FIELD warpInputExp.warp_id, 5, %s, Warp ID 20 FIELD stackInputSkyfile.stack_id, 5, %s, stack ID 21 FIELD warpInputExp.magiced, 5, %s, magic? 22 FIELD rawExp.telescope, 10, %s, Telescope 23 FIELD rawExp.camera, 10, %s, Camera 24 FIELD rawExp.dateobs, 20, %s, Date/Time 25 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 26 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 27 FIELD rawExp.object, 8, %s, Object 28 FIELD rawExp.filter, 8, %s, Filter 29 FIELD rawExp.exp_time, 5, %s, exptime 30 FIELD rawExp.airmass, 5, %s, airmass 31 FIELD rawExp.bg, 5, %s, bg 32 FIELD rawExp.bg_stdev, 5, %s, bg_stdev -
trunk/ippMonitor/def/warpInputExp.d
r15970 r15992 8 8 WHERE chipRun.exp_id = rawExp.exp_id 9 9 10 OP OP1 $rawExp.ra * 57.295783 11 OP OP2 $rawExp.decl * 57.295783 12 10 13 # field size format name show link to extras 11 FIELD rawExp.exp_tag, 5, %s, Exp Tag12 FIELD chipRun.exp_id, 5, %s, Exp ID13 FIELD chipRun.chip_id, 5, %s, Chip ID14 FIELD chipRun.exp_id, 5, %s, Exp ID 15 FIELD rawExp.exp_name, 8, %s, Exp Name 16 FIELD chipRun.chip_id, 5, %s, Chip ID 14 17 FIELD camProcessedExp.cam_id, 5, %s, Cam ID 15 FIELD warpInputExp.warp_id, 5, %s, Warp ID18 FIELD warpInputExp.warp_id, 5, %s, Warp ID 16 19 FIELD warpInputExp.magiced, 5, %s, magic? 20 FIELD rawExp.telescope, 10, %s, Telescope 21 FIELD rawExp.camera, 10, %s, Camera 22 FIELD rawExp.dateobs, 20, %s, Date/Time 23 FIELD rawExp.ra, 8, %10.6f, RA, op=OP1 24 FIELD rawExp.decl, 8, %10.6f, DEC, op=OP2 25 FIELD rawExp.object, 8, %s, Object 26 FIELD rawExp.filter, 8, %s, Filter 27 FIELD rawExp.exp_time, 5, %s, exptime 28 FIELD rawExp.airmass, 5, %s, airmass 29 FIELD rawExp.bg, 5, %s, bg 30 FIELD rawExp.bg_stdev, 5, %s, bg_stdev -
trunk/ippMonitor/raw/ipp.science.dat
r14113 r15992 30 30 menulink | menuselect | link | Chip Processed Exp | chipProcessedExp.php 31 31 menulink | menuselect | link | Chip Processed Imfiles | chipProcessedImfile.php 32 menulink | menuselect | link | Cam Processed Exp | camProcessedExp.php 32 menulink | menuselect | link | Cam Processed Exp | camProcessedExp_NoImages.php 33 menulink | menuselect | link | Cam Proc. Exp w/ Images | camProcessedExp.php 33 34 menutop | menutop | plain | | 34 35 menutop | menuselect | plain | Guide Pending Exp | guidePendingExp.php
Note:
See TracChangeset
for help on using the changeset viewer.
