Custom Query (61 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 61)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Owner Reporter Resolution Summary
#48 MatthewWhiting DavidSmith fixed symlink warnings
Description

The symlink function outputs a warning if the file/link already exists.

We should either supress configure the web server to supress php warnings if we don't care if the symlinks already exist (ie are they always going to be correct?), or if we do care, we should check to see if the file exists before calling symlink

#51 DavidSmith DavidSmith fixed Add scrunching before downloading files
Description

Add a small box below the 'perform query' action that has

sum frequency channels together by [256] sum subints together by [2] create total intensity [X] (polarization sum)

If the scrunch textboxes are blank, no scrunching of that kind will be performed. pscrunch is just a checkbox.

Files added to the cart with scrunching will show it in the cart list with extensions to their filenames of the form

filename_f256t2p

where f256 is the frequency scrunching factor, t2 is the subint scrunching factor and p is for pscrunch.

when the user selects download, these files will be created in a temporary directory using psrsh and added to the tarball with the new filenames.

#52 DavidSmith DavidSmith fixed returning to query form constricts date range
Description

After using the query form and returning to it, the session data already contains a date range. This date range is used by the code for outputting the date controls, as a result if you restrict the range in a query, you won't be able to expand the range later.

ie if you performed a query with a date range from 2002 to 2003, when you return to the query form, you will only have the year options 2002,2003 there is no way to set the range outside this.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.