Search

Search Funnelback University

Search powered by Funnelback
21 - 70 of 82 search results for news |u:people.ast.cam.ac.uk
  1. Fully-matching results

  2. VIRCAM Pipeline: vircam_imcore.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/tests_2vircam__imcore_8c-source.html
    10 Apr 2013: the cpl_recipe object / 00217 00218 recipe->parameters = cpl_parameterlist_new(); 00219 00220 / Fill in the minimum object size / 00221 00222 p = cpl_parameter_new_value("vircam.vircam_imcore.ipix", 00223 ... recipe->parameters,p); 00228 00229 / Fill in
  3. Page 1 of 4 Notes for Editors leading the ...

    https://people.ast.cam.ac.uk/~phewett/IAU_1208_journal_pres_notes.pdf
    6 Apr 2013: For example 10 objects to a. previous survey of 150 is not a major new result. ... Finding one new Algol system or quasar is. not major unless there is some peculiarity or modelling that advances the field.
  4. VIRCAM Pipeline: vircam_imdither.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam_2vircam__imdither_8c-source.html
    10 Apr 2013: image_new(nxo,nyo,CPL_TYPE_FLOAT); 00291 00292 / If an output confidence map has been specified, then create it now. / ... 00293 00294 if (nconfs! = 0) 00295 outc = cpl_image_new(nxo,nyo,CPL_TYPE_INT); 00296 else 00297 outc = NULL; 00298 00299 / Get the
  5. VIRCAM Pipeline: vircam_interleave.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/tests_2vircam__interleave_8c-source.html
    10 Apr 2013: TYPE_RECIPE) 00193 recipe = (cpl_recipe )plugin; 00194 else 00195 return(-1); 00196 00197 / Create the parameters list in the cpl_recipe object / 00198 00199 recipe->parameters = cpl_parameterlist_new(); 00200 ... 00201 / Extension number of input frames
  6. VIRCAM Pipeline: Data Reduction Modules

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/group__reductionmodules.html
    10 Apr 2013: lchantab. The output channel table with new linearity coefficients. status. An input/output status that is the same as the returned values below. ... This is needed so that the catalogue header can be updated with the new WCS values.
  7. VIRCAM Pipeline: vircam_utils.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__utils_8c-source.html
    10 Apr 2013: 00246 int labels, int nlab, 00247 const char tag) { 00248 cpl_frameset cur_set; 00249 cpl_frame cur_frame,new_frame; 00250 00251 if ((cur_set = ... hcut || res[i] < lcut) { 00819 nnew++; 00820 pm[i] = 1; 00821 } 00822 } 00823 } 00824 00825 / If no new
  8. VIRCAM Pipeline: vircam_platesol.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam_2vircam__platesol_8c-source.html
    10 Apr 2013: point, then 00222 do that now / 00223 00224 if (shiftan) { 00225 wcs = cpl_wcs_new_from_propertylist(plist); 00226 cr = cpl_wcs_get_crval(wcs); 00227 crdata = ... Dec / 00244 00245 wcs = cpl_wcs_new_from_propertylist(plist); 00246
  9. VIRCAM Pipeline: vircam_dark_current.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__dark__current_8c-source.html
    10 Apr 2013: return(-1); 00226 00227 / Create the parameters list in the cpl_recipe object / 00228 00229 recipe->parameters = cpl_parameterlist_new(); 00230 00231 / Fill in the rejection threshold parameter / 00232 00233 p = ... cpl_parameter_new_value("vircam.vircam_
  10. VIRCAM Pipeline: vircam_imcombine.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam_2vircam__imcombine_8c-source.html
    10 Apr 2013: skyfudge = 0.0; 00286 break; 00287 } 00288 00289 / Open an output image based on the first frame in the frameset / 00290 00291 outimage = cpl_image_new(nx,ny,CPL_TYPE_FLOAT); ... 00364 00365 drs = cpl_propertylist_new(); 00366 vircam_prov(drs,fset,nfits);
  11. PowerPoint Presentation

    https://people.ast.cam.ac.uk/~phewett/IAU_1208_Journal_pres.pdf
    6 Apr 2013: adding 10 objects to a previous survey of 150 is not a significant new result. • ... Brightness temperature for 166 radio sources. NSV 11154 is a New R Coronae Borealis Star.
  12. VIRCAM Pipeline: vircam_mesostep_analyse.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__mesostep__analyse_8c-source.html
    10 Apr 2013: new(); 00220 00221 / Fill in the minimum object size / 00222 00223 p = cpl_parameter_new_value("vircam.vircam_mesostep_analyse.ipix", 00224 CPL_TYPE_INT, 00225 "Minimum pixel area for each ... detection threshold parameter / 00231 00232 p =
  13. https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130529.txt

    https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130529.txt
    25 Jun 2013: AOB/news 1. Actions from last meeting ----------------------------- STH - all the information pertaining to the "radial" extent of diffraction spikes is available but still needs putting on the web pages STH - have ... The new zpt's would be 23.784
  14. VIRCAM Pipeline: vircam_photcal.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__photcal_8c-source.html
    10 Apr 2013: 01062 Revision 1.28 2007/10/19 06:55:06 jim 01063 Modifications made to use new method for directing the recipes to the 01064 standard catalogues using the sof 01065 ... 01143 Added docs 01144 01145 Revision 1.1 2006/05/17 12:05:30 jim 01146 new file
  15. VIRCAM Pipeline: vircam_mask.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__mask_8c-source.html
    10 Apr 2013: 10:34:55 jim 00575 Modified to use new dfs tags 00576 00577 Revision 1.7 2007/03/23 10:53:22 jim 00578 Fixed little documentation errors 00579 00580 Revision ... comments 00595 00596 Revision 1.1 2006/03/22 11:37:58 jim 00597 new file 00598 00599 00600 /.
  16. VIRCAM Pipeline: vircam_detector_noise.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__detector__noise_8c-source.html
    10 Apr 2013: TYPE_RECIPE) 00231 recipe = (cpl_recipe )plugin; 00232 else 00233 return(-1); 00234 00235 / Create the parameters list in the cpl_recipe object / 00236 00237 recipe->parameters = cpl_parameterlist_new(); 00238 ... plist); 00680
  17. VIRCAM Pipeline: vircam_genbpm.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__genbpm_8c-source.html
    10 Apr 2013: i = 0; i < npi; i++) 00131 if (idata[i] == 0.0) 00132 idata[i] = 1.0; 00133 00134 / Create and zero the rejection mask / 00135 00136 bpm_array =
  18. VIRCAM Pipeline: vircam_standard_process.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__standard__process_8c-source.html
    10 Apr 2013: 00278 / Create the parameters list in the cpl_recipe object / 00279 00280 recipe->parameters = cpl_parameterlist_new(); 00281 00282 / Fill in the minimum object size / 00283 00284 p = ... PARAMETER_MODE_CLI,"ipix"); 00289
  19. arX iv:1 310. 6936 v1 [ astr o-ph .SR ...

    https://people.ast.cam.ac.uk/~wyatt/gkte13.pdf
    28 Oct 2013: France17Department of Astrophysics and Optics, School of Physics, University of New South Wales, Sydney, 2052 Australia18SETI Institute, Mountain View, CA 94043, USA19Observatoire de Paris - CNRS, 77 Av.
  20. VIRCAM Pipeline: vircam_jmp_utils.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__jmp__utils_8c-source.html
    10 Apr 2013: 00111 / Create a new product frame object and define some tags / 00112 00113 product_frame = cpl_frame_new(); 00114 cpl_frame_set_filename(product_frame,fname); 00115 switch (recflag) { 00116 case ... error(ff,VIR_FATAL); 01542 ps.stackc_frame = ff;
  21. VIRCAM Pipeline: vircam_reset_combine.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__reset__combine_8c-source.html
    10 Apr 2013: return(-1); 00313 00314 / Create the parameters list in the cpl_recipe object / 00315 00316 recipe->parameters = cpl_parameterlist_new(); 00317 00318 / Fill in the parameters. ... First the combination type / 00319 00320 p =
  22. VIRCAM Pipeline: vircam_dark_combine.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__dark__combine_8c-source.html
    10 Apr 2013: 00329 return(-1); 00330 00331 / Create the parameters list in the cpl_recipe object / 00332 00333 recipe->parameters = cpl_parameterlist_new(); 00334 00335 / Fill in the parameters. ... First the combination type / 00336 00337 p = cpl_parameter_new_range(
  23. VIRCAM Pipeline: vircam_jitter_microstep_process.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__jitter__microstep__process_8c-source.html
    10 Apr 2013: 00269 recipe->parameters = cpl_parameterlist_new(); 00270 00271 / Fill in the minimum object size / 00272 00273 p = cpl_parameter_new_value("vircam.vircam_jitter_microstep_process.ipix", 00274 CPL_TYPE_INT, ... documentation fix 01035 01036 Revision 1.12
  24. VIRCAM Pipeline: vircam_dome_flat_combine.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__dome__flat__combine_8c-source.html
    10 Apr 2013: new(); 00335 00336 / Lower threshold for rejecting underexposed images / 00337 00338 p = cpl_parameter_new_value("vircam.vircam_dome_flat_combine.lthr", 00339 CPL_TYPE_DOUBLE, 00340 "Low rejection threshold for ... 01345 01346 Revision 1.1 2006/02/27
  25. 12 Nov 2013: time. One, or possibly two, of these new detections islikely a background source. ... New, high-sensitivity detections area path towards investigating the trends in dust mass evolution.
  26. VIRCAM Pipeline: vircam_twilight_flat_combine.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__twilight__flat__combine_8c-source.html
    10 Apr 2013: recipe object / 00343 00344 recipe->parameters = cpl_parameterlist_new(); 00345 00346 / Lower threshold for rejecting underexposed images / 00347 00348 p = cpl_parameter_new_value("vircam.vircam_twilight_flat_combine.lthr", 00349 ... 44:47 jim 01430 new
  27. STARS draft version, October 28, 2012 2 Contents 1 ...

    https://people.ast.cam.ac.uk/~stars/doc/stars.pdf
    14 Mar 2013: Thisis sometimes useful when creating new models. 1. IX Determines whether hydrogen is converted into helium. ... Setting this to 5 will usethe new opacity tables with variable C/O composition.
  28. VIRCAM Pipeline: vircam_linearity_analyse.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__linearity__analyse_8c-source.html
    10 Apr 2013: parameters list in the cpl_recipe object / 00345 00346 recipe->parameters = cpl_parameterlist_new(); 00347 00348 / Fill in the parameters. ... mean(ps.lchantab,"lin_10000_err"); 01178 01179 / Save new linearity info / 01180 01181 if
  29. arX iv:1 311. 2947 v1 [ astr o-ph .EP] ...

    https://people.ast.cam.ac.uk/~wyatt/bkwj13.pdf
    14 Nov 2013: By studying debris discs orbit-. 1 exoplanet.eu. ing these ‘retired’ A stars, we access a new popu-lation of planetary systems, from which more canbe learnt regarding the structure and ... As further detections of debris discs orbitingsubgiants are
  30. arX iv:1 302. 7000 v2 [ astr o-ph .EP] ...

    https://people.ast.cam.ac.uk/~wyatt/bkcj13.pdf
    12 Apr 2013: Acceleration dvdt. 1.51 0.52ms1yr1. Table 1. The new best-fit orbital parameters for κ CrB b derivedfrom the continued radial velocity monitoring at the Lick andKeck observatories. ... Figure 1. Radial velocity monitoring of κ CrB over
  31. mnr_15360

    https://people.ast.cam.ac.uk/~wyatt/mw09.pdf
    17 Apr 2013: With this in mind, we define a new parameter which describesthe boundary between planet-stirred and self-stirred regions of the.
  32. https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_131023.txt

    https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_131023.txt
    4 Nov 2013: done with a hybrid of new/old flats, otherwise all is on track. ... Still no new phase3 news, which must still be new good news.
  33. 16 Jul 2013: A preliminary conclusion from new HershelPhotodetector Array Camera and Spectrometer (PACS, Pilbratt et al.2010; Poglitsch et al. ... 4 None of the other new disc candidates were detected by IRAS, but seeAppendix A notes for HIP 14479.
  34. Mon. Not. R. Astron. Soc. 000, 1–17 (2002) Printed ...

    https://people.ast.cam.ac.uk/~wyatt/pwk13.pdf
    29 Oct 2013: r′t=t = a. (cos(f0 f)sin(f0 f). ) µai. (cos(nit)sin(nit). )(6). in the new astrocentric frame, where f =GM/a3t.
  35. arX iv:1 302. 3615 v1 [ astr o-ph .EP] ...

    https://people.ast.cam.ac.uk/~wyatt/vmbw13.pdf
    12 Apr 2013: arX. iv:1. 302. 3615. v1 [. astr. o-ph. EP]. 14. Feb. 2013. Mon. Not. R. Astron. Soc. 000, 1–24 (2013) Printed 18 February 2013 (MN LATEX style file v2.2). Simulations of two-planet systems through all phases of stellar. evolution: implications
  36. https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130626.txt

    https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130626.txt
    1 Jul 2013: The storage for the raw data for VST has also been reorganised using the new raid array on apm45. ... The good news is we passed with minor action items and ESO also agreed with our revised timetable for deliverables.
  37. https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_131127.txt

    https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_131127.txt
    17 Dec 2013: AOB/news 1. Actions from last meeting ----------------------------- Agenda item: progress on ALL papers - update meeting planned for next Wednesday. ... further news about MOONS and not good news about 4MOST, at least from a UK-wide perspective.
  38. VIRCAM Pipeline: vircam_stats

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/group__vircam__stats.html
    10 Apr 2013: then using these in conjunction with user defined clipping thresholds to define new estimates.
  39. VIRCAM Pipeline: vircam_tfits.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__tfits_8c-source.html
    10 Apr 2013: to keep lint happy 00698 00699 Revision 1.1 2006/03/15 14:35:17 jim 00700 new file 00701 00702 00703 /. Generated on Wed Apr 10 04:01:57 2013
  40. VIRCAM Pipeline: vircam_mkconf.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam_2vircam__mkconf_8c-source.html
    10 Apr 2013: outconf = cpl_image_wrap_int(nx,ny,odata); 00140 00141 / Create some properties / 00142 00143 drs = cpl_propertylist_new(); 00144 cpl_propertylist_update_string(drs,"ESO DRS FLATIN",flatfile); 00145 ... 3 2006/03/01 10:31:29 jim 00190 Now uses new
  41. VIRCAM Pipeline: vircam_dfs.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__dfs_8c-source.html
    10 Apr 2013: 56 jim 00284 Added VIRCAM_LIN_DOME_CHECK and VIRCAM_LIN_DARK_CHECK 00285 00286 Revision 1.31 2007/10/19 06:55:06 jim 00287 Modifications made to use new ... and object catalogue to calib list 00339 00340 Revision 1.14 2006/04/27 09:46:27 jim 00341
  42. https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130821.txt

    https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130821.txt
    23 Sep 2013: JRL took all the new VIDEO object masks and has reprocessed all the extant VIDEO data. ... Boris Haeussler confirmed that the new masks made a great improvement on the VIDEO data and they are happy now.
  43. VIRCAM Pipeline: vircam_fits.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam__fits_8c-source.html
    10 Apr 2013: channel table 00773 00774 Revision 1.1 2006/03/01 10:31:03 jim 00775 new files 00776 00777 00778 /. Generated on Wed Apr 10 04:01:55 2013 for VIRCAM
  44. https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130227.txt

    https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130227.txt
    29 Mar 2013: MJI asked if ALL could clear up /home disk space in advance of the two new arrivals turning up on 1st April. ... The good news is that we think the grades written to the files are now (for a change) the same as those received by the PIs.
  45. https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130327.txt

    https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130327.txt
    19 Apr 2013: AOB/news The March meeting was rescheduled by one week to christen the arrival and welcome the two new members of CASU, Greg Madsen (GMX) and Carlos Gonzalez-Fernandez (CGF). ... Upcoming issues will include any P91 Chilean U data which will no doubt
  46. VIRCAM Pipeline: vircam_flatcor.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam_2vircam__flatcor_8c-source.html
    10 Apr 2013: extension header 00166 for the input image 00167 00168 Revision 1.7 2006/03/01 10:31:28 jim 00169 Now uses new vir_fits objects 00170 00171 Revision 1.6
  47. VIRCAM Pipeline: vircam_destripe.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam_2vircam__destripe_8c-source.html
    10 Apr 2013: parameter 00196 00197 Revision 1.1 2006/10/02 13:43:31 jim 00198 new file 00199 00200 00201 /. Generated on Wed Apr 10 04:01:55 2013 for VIRCAM Pipeline
  48. VIRCAM Pipeline: vircam_utils

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/group__vircam__utils.html
    10 Apr 2013: Language:. C. Parameters:. master. The master calibration image. prog. The new mean image. ... Description:. Use an input image to create a new image full of zeros.
  49. 2013Chalonge medal Gilmore

    https://people.ast.cam.ac.uk/~gil/MedalChalonge2013.pdf
    29 Aug 2013: construction of new instruments like the hydrogen tube, the spectrographe to reach.
  50. https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130431.txt

    https://people.ast.cam.ac.uk/~wfcam/docs/minutes/minutes_130431.txt
    28 May 2013: AOB/news 1. Actions from last meeting ----------------------------- STH - "radial" extent of diffraction spikes is being imparted to web world CGF together with a bunch of other desirable improvements SC - apm50 diskLT04 ... The new desktop hardware for
  51. VIRCAM Pipeline: vircam_imcore.c Source File

    https://people.ast.cam.ac.uk/~wfcam/docs/vista/vircam_manual/vircam_2vircam__imcore_8c-source.html
    10 Apr 2013: Cosmetic fixes to keep lint happy 00224 00225 Revision 1.10 2006/03/01 10:31:28 jim 00226 Now uses new vir_fits objects 00227 00228 Revision 1.9

Refine your results

Related searches for news |u:people.ast.cam.ac.uk

Search history

Recently clicked results

Recently clicked results

Your click history is empty.

Recent searches

Recent searches

Your search history is empty.