[Previous]
[Next]
NAME:
remove_stars.py
PURPOSE:
Compares the contents of the subdirectories of $SMEISKY0/sky
against the contents of the subdirectories of $SMEISKY0/equ
and writes the names of the files present in $SMEISKY0/sky
but not present in $SMEISKY0/equ to a text file. These are
written as IDL commands to remove stars from the sky maps.
PROCEDURE:
PYTHON-VERSION: 2.4.2
VERSION: 1.3
OS: Fedora Core 5 (Linux)
MODIFICATION HISTORY:
JUN-2006, Jordan T. Vaughan (jvaughan)
JUL-2006, Jordan T. Vaughan
Revision
AUG-2006, Paul Hick (UCSD/CASS; pphick@ucsd.edu)
Added check for unmatched subtracted (equ) skymap.
IDL main program is now created in $TUB and is given a random prefix.
[Previous]
[Next]
NAME:
remove_stars.py
PURPOSE:
Compares the contents of the subdirectories of $SMEISKY0/sky
against the contents of the subdirectories of $SMEISKY0/equ
and writes the names of the files present in $SMEISKY0/sky
but not present in $SMEISKY0/equ to a text file. These are
written as IDL commands to remove stars from the sky maps.
PROCEDURE:
PYTHON-VERSION: 2.4.2
VERSION: 1.3
OS: Fedora Core 5 (Linux)
MODIFICATION HISTORY:
JUN-2006, Jordan T. Vaughan (jvaughan)
JUL-2006, Jordan T. Vaughan
Revision
AUG-2006, Paul Hick (UCSD/CASS; pphick@ucsd.edu)
Added check for unmatched subtracted (equ) skymap.
IDL main program is now created in $TUB and is given a random prefix.
[Previous]
[Next]
NAME:
rsync_loc
PURPOSE:
Python script to synchronize a master directory with a
local copy accessible through anonymous ftp.
INPUTS:
Content of <source>
OPTIONAL INPUT ARGUMENTS:
source=<source> default: $SMEI
source directory to be mirrored to <source>
destination=<destination> default: loc_smei' (only if $SMEI is source)
name of destination subdirectory in the root directory
of the oftp server.
include=<include> default: all subdirectories in <source>
comma-separated list of subdirectories in <source> to be mirrored.
Entries in this list are appended to <destination> and tested for
existence.
exclude=<exclude> default: none
comma-separated list of subdirectories in <source> to be excluded.
Entries in this list are appended to <source> and tested for
existence.
CALLS:
clean_loc_smei, tiny.start
PROCEDURE:
If the include and exclude arguments are not used (i.e. everything in
<source> is mirrored than calling rsync_loc is essentially the same as
executing rsync directly as:
rsync --archive --delete --verbose <source> <parent of <destination>>
MODIFICATION HISTORY:
JAN-2002, Paul Hick (UCSD/CASS; pphick@ucsd.edu)
More generic replacement of rsync_ssw allowing for exclusion
and/or inclusion of subdirectories in the source directory.
[Previous]
[Next]
NAME:
rsync_loc
PURPOSE:
Python script to synchronize a master directory with a
local copy accessible through anonymous ftp.
INPUTS:
Content of <source>
OPTIONAL INPUT ARGUMENTS:
source=<source> default: $SMEI
source directory to be mirrored to <source>
destination=<destination> default: loc_smei' (only if $SMEI is source)
name of destination subdirectory in the root directory
of the oftp server.
include=<include> default: all subdirectories in <source>
comma-separated list of subdirectories in <source> to be mirrored.
Entries in this list are appended to <destination> and tested for
existence.
exclude=<exclude> default: none
comma-separated list of subdirectories in <source> to be excluded.
Entries in this list are appended to <source> and tested for
existence.
CALLS:
clean_loc_smei, tiny.start
PROCEDURE:
If the include and exclude arguments are not used (i.e. everything in
<source> is mirrored than calling rsync_loc is essentially the same as
executing rsync directly as:
rsync --archive --delete --verbose <source> <parent of <destination>>
MODIFICATION HISTORY:
JAN-2002, Paul Hick (UCSD/CASS; pphick@ucsd.edu)
More generic replacement of rsync_ssw allowing for exclusion
and/or inclusion of subdirectories in the source directory.
[Previous]
[Next]
NAME:
rsync_ssw
PURPOSE:
Python cgi script to synchronize master SMEI tree with the SSW mirror
CALLING SEQUENCE:
rsync_ssw.py
OPTIONAL INPUT PARAMETERS:
-nodoc if set, no new documentation is generated
PROCEDURE:
List of subdirectories in $SMEI to be mirrored is hardcoded
Uses rsync
CALLS:
tiny.is_there
MODIFICATION HISTORY:
JAN-2002, Paul Hick (UCSD/CASS)
FEB-2002, Paul Hick (UCSD/CASS)
Removed $SMEI/pro from SSW_SMEI master
AUG-2002, Paul Hick (UCSD/CASS)
Output file is now created in subdirectory ssw_mirror
of the directory where this script is located.
Added call to 'idl run_ssw_smei.pro' to update the html
documentation before calling rsync.
JAN-2003, Paul Hick (UCSD/CASS)
Added -nodoc keyword
APR-2003, Paul Hick (UCSD/CASS; pphick@ucsd.edu)
Added Fortran treee
[Previous]
[Next]
NAME:
rsync_ssw
PURPOSE:
Python cgi script to synchronize master SMEI tree with the SSW mirror
CALLING SEQUENCE:
rsync_ssw.py
OPTIONAL INPUT PARAMETERS:
-nodoc if set, no new documentation is generated
PROCEDURE:
List of subdirectories in $SMEI to be mirrored is hardcoded
Uses rsync
CALLS:
tiny.is_there
MODIFICATION HISTORY:
JAN-2002, Paul Hick (UCSD/CASS)
FEB-2002, Paul Hick (UCSD/CASS)
Removed $SMEI/pro from SSW_SMEI master
AUG-2002, Paul Hick (UCSD/CASS)
Output file is now created in subdirectory ssw_mirror
of the directory where this script is located.
Added call to 'idl run_ssw_smei.pro' to update the html
documentation before calling rsync.
JAN-2003, Paul Hick (UCSD/CASS)
Added -nodoc keyword
APR-2003, Paul Hick (UCSD/CASS; pphick@ucsd.edu)
Added Fortran treee