| | 105 | = Command Reference = |
| | 106 | |
| | 107 | Define a new sequence of lapRuns. |
| | 108 | {{{ |
| | 109 | laptool -definesequence -name "unique name" -description "long description explaining what this sequence is" |
| | 110 | }}} |
| | 111 | |
| | 112 | List the currently defined sequences. |
| | 113 | {{{ |
| | 114 | laptool -listsequence |
| | 115 | }}} |
| | 116 | |
| | 117 | Define a new lapRun for a given projection_cell/filter. By default selects exposures that match an obs_mode of 3PI. |
| | 118 | {{{ |
| | 119 | laptool -definerun -seq_id SEQ_ID -projection_cell PROJECTION_CELL -tess_id TESS_ID -ra RA -decl DEC -radius R -filter FILTER -label label -dist_group dist_group |
| | 120 | }}} |
| | 121 | |
| | 122 | List runs that are defined, but have not been queued. |
| | 123 | {{{ |
| | 124 | laptool -pendingrun -state new |
| | 125 | }}} |
| | 126 | |
| | 127 | List runs that are processing. |
| | 128 | {{{ |
| | 129 | laptool -pendingrun -state run |
| | 130 | }}} |
| | 131 | |
| | 132 | List runs that have completed. |
| | 133 | {{{ |
| | 134 | laptool -pendingrun -state full |
| | 135 | }}} |
| | 136 | |
| | 137 | List the exposures that comprise this lapRun with details needed for queuing chipRuns. |
| | 138 | {{{ |
| | 139 | laptool -pendingexp -lap_id LAP_ID |
| | 140 | }}} |
| | 141 | |
| | 142 | List the exposures that comprise this lapRun with details about the state of their processing. |
| | 143 | {{{ |
| | 144 | laptool -exposures -lap_id LAP_ID |
| | 145 | }}} |
| | 146 | |
| | 147 | List the stacks that are created from this lapRun. |
| | 148 | {{{ |
| | 149 | laptool -stacks -lap_id LAP_ID |
| | 150 | }}} |
| | 151 | |
| | 152 | List the exposures that comprise this lapRun with details about whether they are still in use. |
| | 153 | {{{ |
| | 154 | laptool -inactiveexp |
| | 155 | }}} |
| | 156 | |
| | 157 | {{{ |
| | 158 | lap_science.pl --chip_mode --lap_id LAP_ID |
| | 159 | }}} |
| | 160 | |
| | 161 | {{{ |
| | 162 | lap_science.pl --monitor_mode --lap_id LAP_ID |
| | 163 | }}} |
| | 164 | |
| | 165 | {{{ |
| | 166 | lap_science.pl --cleanup_mode --lap_id LAP_ID |
| | 167 | }}} |