IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 10 and Version 11 of LAP_Science


Ignore:
Timestamp:
May 3, 2011, 5:56:05 PM (15 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LAP_Science

    v10 v11  
    103103If an unpaired `lapExp` spans multiple `projection_cell`s, then if we make the requirement that the quickstacks associated with all of the `projection_cell`s are complete before diffing, then we do not need to make that `lapExp` private.  The difference can then be done across the entire image, instead of only over the overlapping area.  This will reduce the amount of processing required, but will likely increase the mask fraction for that `lapExp`.
    104104
     105= Command Reference =
     106
     107Define a new sequence of lapRuns.
     108{{{
     109 laptool -definesequence -name "unique name" -description "long description explaining what this sequence is"
     110}}}
     111
     112List the currently defined sequences.
     113{{{
     114 laptool -listsequence
     115}}}
     116
     117Define 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
     122List runs that are defined, but have not been queued.
     123{{{
     124 laptool -pendingrun -state new
     125}}}
     126
     127List runs that are processing.
     128{{{
     129 laptool -pendingrun -state run
     130}}}
     131
     132List runs that have completed.
     133{{{
     134 laptool -pendingrun -state full
     135}}}
     136
     137List the exposures that comprise this lapRun with details needed for queuing chipRuns.
     138{{{
     139 laptool -pendingexp -lap_id LAP_ID
     140}}}
     141
     142List the exposures that comprise this lapRun with details about the state of their processing.
     143{{{
     144 laptool -exposures -lap_id LAP_ID
     145}}}
     146
     147List the stacks that are created from this lapRun.
     148{{{
     149 laptool -stacks -lap_id LAP_ID
     150}}}
     151
     152List 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}}}