0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
works properly when device is not 'X', by switching to the X device, then switching back to the precondition device
jbf
More... over 19 years ago
prints the location of the source file as well.
jbf
More... over 19 years ago
added breakApart method, which returns yr,mon,day, hr,...,nanos as integers
jbf
More... over 19 years ago
added timeout and tries keywords to wget to help the situation where remote ftp site is not responding. This still needs work, as wget still hangs on mrfrench when it's down.
jbf
More... over 19 years ago
papco_get_color works for PS by trivially setting decomposed=0
jbf
More... over 19 years ago
whoops... file move from tmp area to dest dir was commented out.
jbf
More... over 19 years ago
only update progress and message widgets if the value has changed, to avoid flickering
jbf
More... over 19 years ago
also, previous commit introduced papco_graph_monitor. This was unintentional, but it should be working.
jbf
More... over 19 years ago
realization of draw widget has implicit wset, undo this operation
jbf
More... over 19 years ago
bugfix: untested versioN mistakenly committed. bugfix: untested commit had process active that would return 1 always, causing partial loads of files on unix. process_active properly looks at the pid's to determine if the process is running. We might consider a papco_process_active that wraps an os-dependent methods for checking active. It looks like on windows this is going to require a binary.
jbf
More... over 19 years ago
bugfix: wset was not performed after drawing the bar, messing up the next plot. wset is now set back to the original window pointed to by !d.window
jbf
More... over 19 years ago
download status works under windows, use papco_file_move rather than papco_spawn, use papco_graph_monitor to provide cancel button.
jbf
More... over 19 years ago
gunzip now supported on Windows, using IDL's open, /compress. papco_spawn uses "move" for "mv" on windows, was "copy" papco_add_to_path makes papco_add_module_path trivial papco_wget pid is now the pid of the wget process, not the shell, so now the process can be precisely monitored. papco_file_search used instead of file_search to support idl5.4 papco_file_delete used instead of file_delete to support idl5.4 introduced papco_get_tempfile, which returns the name of a writable, temporary file. The file is not created.
jbf
More... over 19 years ago
use papco_add_to_path to add modules to the IDL search path.
jbf
More... over 19 years ago
just use spawn versions instead of IDL's file_move. For one, file_move doesn't appear to allow for a move across filesystems on windows.
jbf
More... over 19 years ago
cleaned up the init interface, to drop an old mode where widget is built within another base, and keywords are used to provide the widget ids.
jbf
More... over 19 years ago
introduce papco_usage, which prints the arguments to an idl command. for example: IDL> papco_usage, 'papco_get_remote_data' ---------------------------------- PRO PAPCO_GET_REMOTE_DATA: c_url c_file c_download_dir ---------------------------------- IDL>
jbf
More... over 19 years ago
introduction. These os-wrappers are based mostly on IDL 5.4,5.5,and 5.6's os wrappers, but still support idl 5.4
jbf
More... over 19 years ago
introduced papco_get_color, which will look for colors (named,rgb,or hsv) in the existing color space. Detects decomposed color for future revisions to papco.
jbf
More... over 19 years ago
introduction of papco_time. objects are provided for times, time_ranges and time lengths. Times are precise to 1 nanosecond. time_ranges provide a concise means to represent a time range, and methods for parsing time ranges from a string like "2004/2/2 23:02 - 23:14" or "2004/oct" will be provided.
jbf
More... over 19 years ago
introduction of papco_monitor objects. monitors provide a means for a long process to report its progress and query for a cancel request. they are: papco_monitor base class that implements the interface by ignoring progress messages and trivially reporting that cancel was not requested. papco_graph_monitor a cancel button and draw widget are used to implement a progress bar and cancel button papco_subtask_monitor monitor that maps its progress onto a sub-section of a parent monitor.
jbf
More... over 19 years ago
provides filesystem-like operations on a web site or ftp site. Presently this provides a list-directory function, and unglobbing of wildcards like ftp://nis-ftp.lanl.gov/noaa/????/*.dat
jbf
More... over 19 years ago
adds directory/tree to path taking care of os specifics, and also only adding when the directory is not already on the path. This is motivated by IDL's .reset directive, which didn't work because it does not reset !path.
jbf
More... over 19 years ago
Last updates from LA. More... over 19 years ago
- remove trailing and leading spaces from control.chnum - write input files for salammbo to /tmp/ first then move whole file; speed gain b/c writing to nfs location too slow More... over 19 years ago
Changes from BU More... over 19 years ago
arbitrary comment More... over 19 years ago
fixed problem in common block gps_eph More... over 19 years ago
fixed problem in common block gps_eph More... over 19 years ago
fixes from BU More... over 19 years ago