IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of Nebulous_FAQ


Ignore:
Timestamp:
May 19, 2009, 4:04:38 PM (17 years ago)
Author:
giebink
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Nebulous_FAQ

    v2 v3  
    2020e.g.  suppose you want to find some files that were processed with nebulous file assignments:
    2121
    22 <pre>
     22{{{
    2323+------------------------------------+---------+-------------------------------------------------------------------------------+
    2424| workdir                            | chip_id | path_base                                                                     |
     
    2727| neb://@HOST@.0/gpc1/scitest.200807 |     293 | neb://ipp011.0/gpc1/scitest.200807/o4642g0414o.19490/o4642g0414o.19490.ch.293 |
    2828| neb://@HOST@.0/gpc1/scitest.200807 |     294 | neb://ipp009.0/gpc1/scitest.200807/o4642g0415o.19491/o4642g0415o.19491.ch.294 |
    29 </pre>
     29}}}
    3030
    31 If you know the full nebulous name of the file (with extension) then you can use <code>ipp_datapath.pl</code>:
     31If you know the full nebulous name of the file (with extension) then you can use ipp_datapath.pl:
    3232
    33 <pre>
     33{{{
    3434ipp_datapath.pl neb://ipp009.0/gpc1/scitest.200807/o4642g0414o.19490/o4642g0414o.19490.ch.293.XY10.ch.fits
    3535
    3636/data/ipp006.0/nebulous/ae/ed/3145232.gpc1:scitest.200807:o4642g0414o.19490:o4642g0414o.19490.ch.293.XY10.ch.fits
    37 </pre>
     37}}}
    3838
    3939Alternatively, the program <code>neb-locate</code> is slightly faster.  Use the <code>--path</code> argument to return just the path to the file of interest, without the "file://" prefix (useful for scripting).