Changeset 11825
- Timestamp:
- Feb 14, 2007, 6:09:43 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/doc/ipptools/p4tool.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ipptools/p4tool.txt
r11772 r11825 57 57 Give me a list of all skycells which could have subtractions performed 58 58 (more than two warps): 59 p5tool -query (some search parameters, including RA, Dec, seeing)59 # p5tool -query (some search parameters, including RA, Dec, seeing) 60 60 61 61 Register an exposure for subtraction processing. We need to specify which warp 62 62 is the input and which is the template. 63 p5tool -definerun -skycell <str> -input_p4_id <s32> -template_p4_id <s32> 63 64 p5tool -definerun -workdir <str> 65 66 p5tool -addinputscfile -p5_id <s32> -p4_id <s32> -skycell_id <str> -tess_id <str> -kinds <str> [-template] 67 68 p5tool -updaterun -p5_id <s32> -state run 64 69 65 70 Give me all skycells that need to be subtracted: 66 p5tool - pending71 p5tool -todiffscfile 67 72 68 73 Do the subtraction for each skycell: 69 74 phase5_subtract.pl --p5_id <s32> --in_uri <str> --template_uri <str> 70 75 { 76 p5tool -inputscfile -p5_id <s32> -p4_id <s32> 77 71 78 Do the subtraction: 72 79 pois in_uri.fits template_uri sub.fits <other stuff> 73 80 81 register the resulting difference image: 82 83 p5tool -adddiffscfile -p5_id <s32> -skycell_id <str> -tess_id <str> 84 -uri <str> ... 85 74 86 Register the subtraction as done: 75 p5tool - done -p5_id <s32> -uri <str>87 p5tool -updaterun -p5_id <s32> -state stop 76 88 } 77 89 … … 189 201 190 202 Register skycells for combination processing: 191 p6tool -definerun -skycell <stR> -p4_id <s32> -p4_id <s32> -p4_id <s32> 203 p6tool -definerun -skycell <stR> 204 205 p6tool -addinputscfile -p4_id <s32> -skycell_id <str> -tess_id <str> -p4_id <s32> 192 206 193 207 Give me all pending operations
Note:
See TracChangeset
for help on using the changeset viewer.
