Changes between Version 2 and Version 3 of Nebulous_FAQ
- Timestamp:
- May 19, 2009, 4:04:38 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Nebulous_FAQ
v2 v3 20 20 e.g. suppose you want to find some files that were processed with nebulous file assignments: 21 21 22 <pre> 22 {{{ 23 23 +------------------------------------+---------+-------------------------------------------------------------------------------+ 24 24 | workdir | chip_id | path_base | … … 27 27 | neb://@HOST@.0/gpc1/scitest.200807 | 293 | neb://ipp011.0/gpc1/scitest.200807/o4642g0414o.19490/o4642g0414o.19490.ch.293 | 28 28 | neb://@HOST@.0/gpc1/scitest.200807 | 294 | neb://ipp009.0/gpc1/scitest.200807/o4642g0415o.19491/o4642g0415o.19491.ch.294 | 29 </pre> 29 }}} 30 30 31 If you know the full nebulous name of the file (with extension) then you can use <code>ipp_datapath.pl</code>:31 If you know the full nebulous name of the file (with extension) then you can use ipp_datapath.pl: 32 32 33 <pre> 33 {{{ 34 34 ipp_datapath.pl neb://ipp009.0/gpc1/scitest.200807/o4642g0414o.19490/o4642g0414o.19490.ch.293.XY10.ch.fits 35 35 36 36 /data/ipp006.0/nebulous/ae/ed/3145232.gpc1:scitest.200807:o4642g0414o.19490:o4642g0414o.19490.ch.293.XY10.ch.fits 37 </pre> 37 }}} 38 38 39 39 Alternatively, 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).
